(wl-expire-folder): New function (split from
[elisp/wanderlust.git] / wl / ChangeLog
1 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-expire.el (wl-expire-folder): New function (split from
4         wl-summary-expire).
5         (wl-summary-expire): Use it. Add argument `all' instead of remove
6         `nolist'. Cause an error only if this function is calling
7         interactively.
8
9 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10
11         * wl-expire.el (wl-expire-refile): Display progress message.
12         (wl-summary-expire): Simplify.
13
14         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
15         unused argument `deleting-info'.
16
17 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-vars.el (wl-message-popup-buffers): New user option.
20
21         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
22         (wl-message-delete-popup-windows): New function that substitues
23         above one.
24         (wl-mime-setup): Follow the above change.
25
26 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
29
30 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
31
32         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
33         "tkm" to wl-thread-spam.
34
35 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
36
37         * wl-thread.el (wl-thread-entity-insert-as-children): Use
38         wl-thread-entity-set-children.
39         (wl-thread-insert-message, wl-thread-insert-entity-sub,
40         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
41         Use wl-thread-entity-get-*.
42
43 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-mime.el (wl-epg-progress-callback): New function.
46         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
47         with `elmo-with-progress-display'. Set a progress callback
48         function to epg-context.
49         (wl-mime-pgp-verify-region-with-epg): Ditto.
50
51 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-util.el (wl-completing-read-multiple): Define as an alias of
54         `completing-read-multiple' if emacs-version is not less than 22.
55
56 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
57
58         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
59         change.
60
61 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
62
63         * wl-summary.el (wl-summary-sync-update): Move
64         `wl-thread-update-indent-string-thread' to outside of
65         `elmo-with-progress-display'.
66
67 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
68
69         * wl-message.el (wl-message-exit): Check buffer existence.
70
71 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-util.el (wl-simple-display-progress): New function.
74         (wl-display-progress-with-gauge): Ditto.
75         (wl-progress-callback-function): Ditto.
76
77         * wl.el (wl-init): Set `elmo-progress-callback-function' as
78         `wl-progress-callback-function'
79
80         * wl-vars.el (wl-display-progress-threshold): New user option.
81         (wl-display-progress-function): Ditto.
82
83         * Version number is increased to 2.15.5.
84
85 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-thread.el (wl-thread-close-children): New function.
88         (wl-thread-open-children): Ditto.
89         * wl-action.el (wl-summary-set-mark): Redo the last change by
90         using it.
91
92         * wl-action.el (wl-summary-set-mark): Undo the last change.
93         Forbid interactive call.
94
95 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-mime.el (wl-define-dummy-functions): New macro.
98         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
99         `wl-mime-pgp-decrypt-region'.
100         (wl-mime-pgp-verify-region-with-epg): Renamed from
101         `wl-mime-pgp-verify-region'.
102         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
103         `wl-mime-pgp-decrypt-region'.
104         (wl-mime-pgp-verify-region-with-pgg): Renamed from
105         `wl-mime-pgp-verify-region'.
106         (wl-mime-pgp-decrypt-region): New function; To select dispatch
107         function at runtime.
108         (wl-mime-pgp-verify-region): Ditto.
109
110         * wl-vars.el (wl-use-pgp-module): New user option.
111
112 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
115         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
116
117 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
120         even if there are target marks only.
121
122 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
123
124         * Version number is increased to 2.15.4.
125
126 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
127
128         * wl-folder.el (wl-folder-check-one-entity): Simplify.
129
130 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
131
132         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
133         variable.
134
135 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
136
137         * wl-spam.el (wl-thread-test-spam): New function.
138         (wl-spam-setup): Bind "tkc".
139
140 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-expire.el (wl-folder-expire-entity): Rewite without
143         `wl-summary-goto-folder-subr'.
144         (wl-folder-expire-current-entity): Don't kill summary buffer.
145
146 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-folder.el (wl-folder-sync-entity): Rewrite without
149         `wl-summary-goto-folder-subr'.
150         (wl-folder-mark-as-read-all-entity): Likewise.
151
152         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
153
154 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * wl-thread.el (wl-thread-force-open): Arranged.
157
158 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
159
160         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
161         from regexp.
162
163         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
164         (wl-read-search-condition-internal): Append them.
165
166 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-vars.el (wl-additional-search-condition-fields):
169         New user option.
170
171         * wl-util.el (wl-search-condition-fields): New function; export
172         from `wl-read-search-condition-internal'.
173         (wl-read-search-condition-internal): Use it.
174
175         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
176
177 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-summary.el (wl-summary-define-sort-command): New function.
180         (wl-summary-sort-by-date, wl-summary-sort-by-number)
181         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
182         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
183         define by `wl-summary-define-sort-command' at runtime.
184
185         * wl.el (wl-init): Call wl-summary-define-sort-command.
186
187 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
190         properties at the decrypting region.
191
192 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-util.el (wl-find-region): New function.
195
196         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
197         coding system.
198         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
199         property `wl-mime-decoded-coding-system'.
200         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
201         property `wl-mime-decoded-coding-system' to encode text.
202
203         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
204         message.
205         (wl-mime-pgp-verify-region): Ditto.
206
207 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
210         buffer. Use epa-display-verify-result.
211
212 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
213
214         * wl-draft.el (wl-draft-send): Continue even if setting parent
215         flag was failed.
216
217 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-message.el (wl-message-flag-indicator): Fixed the problem
220         of returning string only of parentheses.
221
222 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-summary.el (wl-summary-write): Add argument `folder'.
225         (wl-summary-write-current-folder): Change argument `folder' from
226         optional to require.
227         (wl-summary-get-buffer): Return the buffer associated folder only.
228
229         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
230         change.
231         (wl-folder-toggle-disp-summary): Ditto.
232
233         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
234         current summary as parent-folder.
235
236 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-draft.el (wl-draft-reedit): Don't overwrite
239         wl-draft-parent-folder.
240
241 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
244         (wl-mime-pgp-verify-region): Ditto.
245         (wl-message-decrypt-pgp-nonmime): Use the above function.
246         (wl-message-verify-pgp-nonmime): Likewise.
247         (wl-mime-preview-application/pgp): Likewise.
248
249 2006-04-20  Kenichi Okada  <okada@opaopa.org>
250
251         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
252         Fix about the order of `wl-nntp-posting-port' and
253         `wl-nntp-posting-stream-type'.
254         * wl.el (wl-plugged-port-label-alist): Add smtp.
255
256 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-summary.el (wl-summary-message-status): New macro.
259
260         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
261         (wl-summary-killed-mark): New user option.
262
263         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
264         API change.
265         (wl-thread-insert-entity-sub): Ditto.
266         (wl-thread-recover-messages): New command.
267
268         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
269         Don't call `wl-highlight-summary-current-line' directly.
270         (wl-summary-buffer-attach): Connect to signal `status-changed'
271         instead of `cache-changed'.
272         (wl-summary-buffer-detach): Follow the above change.
273         (wl-summary-detect-mark-position): Follow the API change.
274         (wl-summary-rescan-message): Ditto.
275         (wl-summary-insert-sequential): Ditto.
276         (wl-summary-update-thread): Ditto.
277         (wl-summary-message-mark): Ditto.
278         (wl-summary-persistent-mark): Ditto.
279         (wl-summary-create-line): Ditto.
280         (wl-summary-prefetch-region-no-mark): Call
281         `wl-summary-persistent-mark' with number.
282         (wl-summary-recover-messages-region): New command.
283         (wl-summary-target-mark-recover): Ditto.
284         (wl-summary-recover-message): Ditto.
285         (wl-summary-persistent-mark-string): Add argument `status' instead
286         of remove arguments `flags' and `cached'.  Treat killed status.
287         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
288
289         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
290         (wl-highlight-summary-line-face-spec): Treat killed status.
291         (wl-highlight-summary-line-string): Follow the API change.
292         (wl-highlight-summary-current-line): Ditto.
293
294         * Version number is increased to 2.15.3.
295
296 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
299         of symbolp to test whether the condition is function.
300
301 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
302
303         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
304         to nil.
305
306 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-summary-buffer-message-ring): New internal
309         variable.
310         (wl-summary-buffer-last-displayed-msg): Abolish.
311         (wl-summary-push-message): New function.
312         (wl-summary-pop-message): Ditto.
313         (wl-summary-goto-folder-subr): Reset
314         `wl-summary-buffer-message-ring'.
315         (wl-summary-pop-to-last-message): New command.
316         (wl-summary-goto-last-displayed-msg): Call
317         wl-summary-pop-to-last-message if optional argument is non-nil or
318         the last command is itself.
319         (wl-summary-redisplay-internal): Push last message number into
320         `wl-summary-buffer-message-ring'.
321
322         * wl-vars.el (wl-summary-message-ring-max): New user option.
323
324 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
327         from `wl-draft-reply').
328         (wl-draft-reply): Use it.
329         (wl-draft-find-reply-headers): Avoid compile warning.
330
331 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
334
335 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-message.el (wl-message-flag-indicator): New function.
338         (wl-message-redisplay): Use it.
339
340 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
341
342         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
343
344 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
347         instead of `read-event'.
348
349         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
350
351         * wl-mule.el (wl-read-event-char): Ditto.
352
353         * wl-e21.el (wl-read-event-char): Ditto.
354
355 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
358
359 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-vars.el (wl-draft-send-confirm-type): New user option.
362
363         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
364
365         * wl-draft.el (wl-draft-send-confirm): Confirmation by
366         `wl-draft-send-confirm-type'
367
368 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
371         Avoid error when the buffer name is already used.
372
373 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
374
375         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
376         the change of elmo-nmz -> elmo-search.
377         (wl-highlight-summary-line-help-echo-alist): Ditto.
378         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
379         (wl-nmz-folder-icon): Define as obsolete.
380         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
381         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
382
383 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-summary.el (wl-summary-get-list-info): Rewrite with
386         `elmo-find-list-match-value'
387
388 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-summary.el (wl-summary-get-list-info): Optimize.
391         Use List-Id and List-Post also.
392
393 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
396
397 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
398
399         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
400
401 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-util.el (wl-completing-read-multiple-1): New internal function.
404         (wl-completing-read-multiple-2): Ditto.
405         (wl-completing-read-multiple): Define use above functions.
406
407         * wl-summary.el (wl-summary-sort): Removed the workaround for a
408         bug of `completing-read-multiple' about default value.
409
410         * wl-xmas.el (wl-completing-read-multiple): Removed.
411
412         * wl-mule.el (wl-completing-read-multiple): Ditto.
413
414         * wl-e21.el (wl-completing-read-multiple): Ditto.
415
416 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-util.el (wl-filter-associations): New function.
419
420         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
421         (wl-spam-ignored-folder-list): Ditto.
422         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
423         (wl-spam-string-member-p): New function.
424         (wl-spam-domain): Use it.
425         (wl-spam-split-numbers): New function.
426         (wl-spam-apply-partitions): Ditto.
427         (wl-spam-register-spam-messages): Use `folder' instead of
428         `wl-summary-buffer-elmo-folder'.
429         (wl-spam-register-good-messages): Ditto.
430         (wl-summary-exec-action-spam): Decide a domain by real folder of
431         message.
432         (wl-summary-exec-action-refile-with-register): Likewise.
433
434 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-e21.el (wl-e21-find-image): New function.
437         (wl-e21-setup-toolbar): Use it instead of `find-image'.
438         (wl-e21-highlight-folder-group-line): Ditto.
439         (wl-folder-init-icons): Ditto.
440         (wl-plugged-init-icons): Ditto.
441         (wl-biff-init-icons): Ditto.
442
443 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
446         (wl-inhibit-save-drafts): New internal variable.
447         (wl-disable-auto-save): Ditto.
448         (wl-save-drafts): Treat above variables.
449         (wl-auto-save-drafts): New function.
450         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
451         `wl-stop-save-drafts'.
452         (wl-start-save-drafts): New function.
453         (wl-stop-save-drafts): Ditto.
454         (wl-set-auto-save-draft): New command.
455
456         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
457         `wl-set-save-drafts'.
458
459 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
462         `make-local-variable' instead of `make-variable-buffer-local'.
463
464 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
465
466         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
467
468 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
469
470         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
471
472 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
475         of working buffer.
476
477 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
480
481         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
482         value into recipients; Bind `wl-draft-remove-group-list-contents'
483         as nil.
484
485 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-summary.el (wl-summary-sort): Fixed the last change.
488
489         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
490         (wl-summary-sort-messages): Ditto.
491         (wl-summary-rescan): Use it.
492         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
493         `completing-read'; Append candidates for reverse order.
494
495 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * Version number is increased to 2.15.2.
498
499 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
502         "Smaller".
503         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
504
505 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
508
509 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-vars.el (wl-draft-additional-header-alist): Add into the
512         customize group `wl-draft'.
513         (wl-draft-add-in-reply-to): Move customize group from `wl' to
514         `wl-draft'.
515         (wl-draft-add-references): Ditto.
516
517         * wl-action.el (wl-summary-print-argument): Rename argument from
518         `folder' to `data'.
519
520 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-summary.el (wl-summary-rescan-message): Call
523         `wl-thread-cleanup-symbols' before insert thread.
524
525 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl.el (wl-init): Set `elmo-get-folder-function' as
528         `wl-folder-make-elmo-folder'.
529
530         * wl-spam.el (wl-summary-exec-action-spam): Use
531         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
532
533         * wl-folder.el (wl-folder-make-elmo-folder): New function.
534         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
535         `elmo-make-folder'.
536         (wl-folder-get-elmo-folder): Ditto.
537         (wl-folder-create-subr): Simplify.
538
539 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
542
543 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
544
545         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
546         contents in message buffer instead of original buffer. If optional
547         argument specified, ask coding system for encode.
548
549 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
550
551         * wl-spam.el (wl-summary-test-spam-region): New function.
552         (wl-spam-setup): Bind "rkc".
553
554 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
557
558 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
559
560         * wl-spam.el (wl-summary-test-spam): Fix typo.
561         (wl-message-check-spam): Ditto.
562
563 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-default-from): Simplify.
566
567 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-action.el (wl-summary-exec-action-refile): Simplify.
570         (wl-summary-exec-action-copy): Ditto.
571         (wl-summary-auto-refile): Check existence of temporary mark.
572
573 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-summary.el (wl-summary-create-line): Use
576         `elmo-time-to-datevec'.
577
578         * wl-expire.el (wl-expire-archive-date): Ditto.
579         (wl-expire-localdir-date): Ditto.
580
581         * wl-util.el (wl-day-number): Abolish.
582
583         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
584         of `wl-day-number'.
585         (wl-score-followup): Ditto.
586         (wl-score-add-followups): Ditto.
587         (wl-score-get-latest-msgs): Ditto.
588         (wl-score-get-header-entry): Ditto.
589         (wl-score-edit-insert-date): Ditto.
590
591 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
594         `elmo-message-entity-field' with 2nd argument `type'.
595
596 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
597
598         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
599
600 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-thread.el (wl-thread-delete-message): Delete descendant
603         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
604
605 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
606
607         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
608
609 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
612         `Access folder'.
613
614 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-vars.el (wl-access-folder-icon): New user option.
617
618         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
619         `Access folder'.
620
621 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-summary.el (wl-summary-buffer-set-folder): Use
624         `wl-folder-mime-charset'.
625
626         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
627         `mime-charset'.
628         (wl-folder-get-elmo-folder): Ditto.
629         (wl-folder-mime-charset): New function.
630
631 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-util.el (wl-parse-addresses): Define alias of
634         `elmo-parse-addresses' (move to `elmo-util.el').
635
636         * wl-summary.el (wl-summary-default-from): Follow the API change.
637         (wl-summary-overview-entity-compare-by-date): Ditto.
638         (wl-summary-overview-entity-compare-by-from): Ditto.
639         (wl-summary-get-list-info): Get value of `ml-info' field from
640         entity at first.
641         (wl-summary-rescan-message): Treat prefix argument.
642         (wl-summary-prefetch-msg): Follow the API change.
643         (wl-summary-search-by-subject): Ditto.
644         (wl-summary-insert-thread): Ditto.
645         (wl-summary-line-subject): Ditto.
646         (wl-summary-line-from): Ditto.
647         (wl-summary-create-line): Ditto.
648         (wl-summary-print-message-with-ps-print): Ditto.
649
650         * wl-score.el (wl-score-ov-entity-get): Ditto.
651         (wl-score-followup): Ditto.
652         (wl-score-add-followups): Use `elmo-message-entity-field' instead
653         of `car'.
654         (wl-score-get-latest-msgs): Follow the API change.
655         (wl-score-get-header): Ditto.
656
657         * wl-refile.el (wl-refile-learn): Ditto.
658         (wl-refile-subject-learn): Ditto.
659         (wl-refile-get-field-value): Ditto.
660         (wl-refile-guess-by-history): Ditto.
661         (wl-refile-guess-by-subject): Ditto.
662
663         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
664
665         * wl-expire.el (wl-expire-date-p): Removed.
666         (wl-expire-archive-date): Follow the API change.
667         (wl-expire-localdir-date): Ditto.
668         (wl-summary-expire): Ditto.
669
670         * Version number is increased to 2.15.1.
671
672 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
673
674         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
675         group is access or not (it is not strict, like wl-fldmgr-rename).
676
677 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
680         duplicate call of `wl-summary-print-argument' on the wrong line.
681
682 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
685         even if argument `number' is nil.
686         (wl-summary-insert-line): Print action argument if current message
687         has it.
688
689 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
692         (wl-draft-reply): Ditto.
693         (wl-draft): Add optional argument `parent-number' and call
694         `wl-draft-create-buffer' with it.
695         (wl-draft-create-buffer): Add optional argument
696         `parent-number'. Set wl-draft-parent-number as it.
697
698 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-folder.el (wl-folder-set-persistent-mark): If summary
701         buffer is not for given folder, don't use it.
702
703 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
704
705         * Version number is increased to 2.15.0.
706
707 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
710
711         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
712         (wl-highlight-get-face-by-name): New internal function.
713         (wl-highlight-summary-line-face-spec): Use it and fixed.
714
715 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (wl-summary-sync-update): Use
718         `elmo-message-entity-field' instead of `car' to get message-id
719         from overview entity.
720
721         * wl-summary.el (wl-summary-rescan-message): Call
722         `wl-highlight-summary-displaying' when displaying a message.
723
724 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
725
726         * wl-draft.el (wl-draft-config-info-filename): Extracted from
727         `wl-draft-config-info-operation'.
728         (wl-draft-buffer-change-number): New function.
729         (wl-draft-rename-saved-config): Ditto.
730         * wl.el (wl-init): Connect slot for message-number-changed.
731         (toplevel): Add autoload for wl-draft-rename-saved-config.
732
733 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
736         `update-overview'
737         (wl-summary-buffer-detach): Disconnect from it.
738         (wl-summary-rescan-message): Use command.
739
740         * wl-message.el (wl-message-buffer-display): Use
741         `with-current-buffer' instead of `save-excursion'.
742
743 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-mime.el (wl-draft-preview-attributes-list): Protect
746         wl-draft-preview-attributes-list from distraction.
747
748 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
749
750         * wl-summary.el (wl-summary-sync-update): Sort the return value of
751         `elmo-list-diff'.
752
753 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el
756         (wl-summary-edit-addresses-collect-candidate-fields): Use
757         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
758
759         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
760         instead of `elmo-set-work-buf'.
761
762         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
763         (wl-address-make-address-list): Ditto.
764
765         * Version number is increased to 2.13.3.
766
767 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
770         user option.
771
772         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
773         argument `5'.
774
775         * wl-message.el (wl-message-display-no-merge-p): New function.
776         (wl-message-buffer-display): Check whether the message is
777         reassembled and follow the API change.
778
779 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
782         multibyte on working buffer and removed unnecessary
783         `buffer-disable-undo'.
784
785 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-util.el (wl-read-search-condition-internal): Fixed the last
788         change.
789
790 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-util.el (wl-read-search-condition-internal): Protect
793         elmo-global-flags from distraction.
794
795 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
798
799         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
800         (wl-summary-event-handler): Ditto.
801         (wl-summary-update-persistent-mark-on-event): New
802         function (renamed from `elmo-event-handler-flag-changed').
803         (wl-summary-buffer-attach): New function.
804         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
805         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
806         instead of `elmo-folder-add-handler'.
807
808         * Version number is increased to 2.13.2.
809
810 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
813         and "\177" to the `wl-news-previous-page'.
814         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
815         (wl-news-previous-page): New function.
816
817 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
820         instead of `write-region' and simplify.
821
822 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-template.el (wl-template-select): Cause error if
825         `wl-template-alist' is nil.
826
827 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
828
829         * wl-news.el.in: Set file variable `no-byte-compile'.
830
831 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
832
833         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
834         whether a target message is within displaying area.
835         (elmo-event-handler-cache-changed): Ditto.
836
837 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
838
839         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
840         to `defun'.  Use `nconc' instead of `append' to collect descendant
841         message numbers.
842
843 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
844
845         * wl-thread.el (wl-thread-save-top-list)
846         (wl-thread-save-entities): Use `with-temp-buffer'.
847         * wl-news.el.in (wl-news-previous-version-load):
848         (wl-news-previous-version-save): Ditto.
849         * wl-summary.el (wl-summary-load-file-object)
850         (wl-summary-save-view-cache): Ditto.
851
852 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * wl-util.el (toplevel): Require 'elmo-flag'.
855         (wl-read-search-condition): New function (Renamed from
856         `elmo-read-search-condition').
857         (wl-read-search-condition-internal): Likewise.
858
859         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
860         invalid.
861         (wl-summary-pick): Use `wl-read-search-condition' instead of
862         `elmo-read-search-condition'.
863         (wl-summary-virtual): Ditto.
864
865         * wl-folder.el (wl-folder-virtual): Ditto.
866         (wl-folder-pick): Ditto.
867
868         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
869
870 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-summary.el (wl-summary-reedit): Call
873         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
874
875 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-mime.el (toplevel): Require wl-vars.
878
879         * wl-message.el (toplevel): Require cl at compile.
880
881         * wl-draft.el (toplevel): Require elmo.
882
883 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-message.el (wl-message-buffer-prefetch): Count is a number
886         and do nothing when it is not positive.
887         (wl-message-buffer-prefetch-next): Ditto.
888
889 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
890
891         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
892         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
893         (wl-summary-redisplay-internal): Ditto.
894
895         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
896         message (the condition is borrowed from `wl-check-variables-2').
897         (wl-summary-redisplay-internal): Ditto.
898
899 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-mime.el (wl-draft-nntp-attribute): New function.
902         (wl-draft-attribute-nntp-posting-server): Use it.
903         (wl-draft-attribute-nntp-posting-port): Ditto.
904
905         * wl-mime.el (wl-draft-preview-attributes-list): New function.
906         (wl-draft-show-attributes-buffer): Ditto.
907         (wl-draft-hide-attributes-buffer): Ditto.
908         (wl-draft-attribute-newsgroups): Ditto.
909         (wl-draft-attribute-nntp-posting-server): Ditto.
910         (wl-draft-attribute-nntp-posting-port): Ditto.
911         (wl-draft-preview-message): Use there functions.
912
913         * wl-vars.el (wl-draft-preview-attributes-list): Change default
914         value.
915
916 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
919         (wl-draft-reedit): Ditto.
920         (wl-draft-queue-flush): Ditto.
921
922         * wl-mime.el (wl-message-request-partial): Ditto.
923         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
924         instead of `elmo-message-fetch'.
925
926         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
927
928         * wl-summary.el (wl-summary-message-string): Ditto.
929
930 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-util.el (wl-current-message-buffer): Follow the API change.
933
934         * wl-summary.el (wl-summary-redisplay-internal): Call
935         `wl-summary-mark-as-read' with 2nd argument as nil and update
936         unread count instead of persistent mark.
937
938         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
939         variable.
940         (wl-message-redisplay): Follow the API change.
941         (wl-message-buffer-display): Managed mime-entity directly and
942         return preview buffer only.
943         (wl-message-display-internal): Rewrite.
944         (wl-message-buffer-prefetch-subr): Not save return value of
945         `wl-message-buffer-display'.
946
947         * Version number is increased to 2.13.1.
948
949 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950
951         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
952         'elmo-multiple-fields-body-list' with boundary specified.
953
954 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-vars.el (wl-summary-resend-use-cache): New variable.
957         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
958         cache if `wl-summary-resend-use-cache' is non-nil.
959
960 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
961
962         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
963         (wl-nntp-posting-stream-type): Ditto.
964
965 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
966
967         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
968
969 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
970
971         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
972         message.
973
974 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
977         Abolish.
978         (wl-summary-buffer-persistent-mark-version): New internal
979         variable.
980         (wl-summary-update-mark-and-highlight-window): Check by
981         wl-summary-persistent-mark-invalid-p.
982         (wl-summary-update-status-marks): Ditto.
983         (elmo-event-handler-flag-changed): Rewrite.
984         (elmo-event-handler-cache-changed): Define.
985         (wl-summary-prefetch-msg): Does not update persistent mark here.
986         (wl-summary-delete-cache): Ditto.
987         (wl-summary-resume-cache-status): Ditto.
988         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
989         (wl-summary-persistent-mark-invalid-p): New function.
990         (wl-summary-validate-persistent-mark): Ditto.
991         (wl-summary-validate-persistent-mark-string): Ditto.
992         (wl-summary-invalidate-persistent-mark): Ditto.
993         (wl-summary-update-persistent-mark): Call
994         `wl-summary-validate-persistent-mark'.
995         (wl-summary-create-line): Call
996         `wl-summary-validate-persistent-mark-string'.
997
998         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
999         status as t if cache used.
1000
1001 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1004         only if the target is group.
1005         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1006
1007 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1010
1011 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1012
1013         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1014
1015         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1016
1017 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1018
1019         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1020         (Thanks to Yoichi NAKAYAMA).
1021
1022 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-util.el (wl-save-drafts): Restore echo area.
1025
1026 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1027
1028         * Version number is increased to 2.13.0.
1029
1030         * wl-util.el (wl-biff-check-folder-async): Use
1031         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1032
1033 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-message.el (wl-message-display-internal): Does not put
1036         wl-message-display-type property on message buffer.
1037         (wl-message-buffer-display-type): New function.
1038
1039         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1040
1041         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1042         `wl-summary-buffer-detach'.
1043         (wl-summary-message-display-type): Use
1044         `wl-summary-buffer-display-type'.
1045
1046 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1047
1048         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1049         buffer-local.
1050
1051         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1052         kill-buffer-hook instead of make-local-variable.
1053         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1054
1055 2004-12-12  Scott Renfro <scott@renfro.org>
1056
1057         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1058         regex for square-branket.
1059
1060 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1063         `wl-message-mime-analysis-p' with argument `header'.
1064
1065 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-mime.el (wl-draft-yank-current-message-entity): 
1068         Switch to no-mime following method according to wl-message-display-type
1069         property.
1070         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1071
1072         * wl-message.el (wl-message-display-internal): 
1073         Put wl-message-display-type property on message buffer.
1074
1075         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1076         (wl-message-display-internal): Ditto;
1077
1078         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1079
1080 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-message.el (wl-message-make-display-type): New function.
1083         (wl-message-display-type-property): Ditto.
1084         (wl-message-mime-analysys-p): Ditto.
1085         (wl-message-display-all-header-p): Ditto.
1086         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1087         added `display-type'.
1088         (wl-message-buffer-display): Likewise.
1089         (wl-message-display-internal): Likewise.
1090         (wl-message-buffer-display-type): Abolish.
1091         (wl-message-buffer-prefetch-subr): Follow the API changed.
1092
1093         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1094         from wl-summary-buffer-display-all-header and changed default value.
1095         (wl-summary-message-display-type): New function.
1096         (wl-summary-buffer-display-mime-mode): Ditto.
1097         (wl-summary-buffer-display-header-mode): Ditto.
1098         (wl-summary-toggle-mime): Rewrite with above functions.
1099         (wl-summary-toggle-all-header): Ditto.
1100         (wl-summary-redisplay): Force redisplay with default mode.
1101         (wl-summary-redisplay-internal): Renamed argument from `mode',
1102         `all-header' to `mime-mode', `header-mode'.
1103         Use `wl-message-make-display-type'.
1104
1105         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1106         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1107
1108 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1109
1110         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1111
1112 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1115         in original message buffer.
1116         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1117         buffer.
1118
1119 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1120
1121         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1122
1123 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1126
1127 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1128
1129         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1130         when actions succeeded.
1131         (wl-summary-exec-action-copy): Likewise.
1132
1133 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1134
1135         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1136         there is switch-to-buffer at the end of wl-message-select-buffer.
1137         (wl-summary-reply): Ditto.
1138
1139 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1140
1141         * wl-summary.el (wl-summary-forward): Put subject in original
1142         message buffer as argument of wl-draft-forward.
1143         * wl-draft.el (wl-draft-forward): Decode subject as in
1144         wl-draft-reply.
1145
1146 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1149         a folder under access group.
1150
1151 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1154         wl-message-buffer-display.
1155
1156         * wl-util.el (wl-set-save-drafts): Fix typo.
1157
1158 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1161         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1162         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1163         the way to measure the width of a bitmap image; don't put face on
1164         ascii and bitmap images; put the mark which should not use the
1165         variable-pitch face on ascii and bitmap images.
1166         (wl-demo-setup-properties): Don't use the variable-pitch face on
1167         ascii and bitmap images; made it work on Emacs 20 and earlier.
1168         (wl-demo-insert-text): End with a newline at the bottom; don't put
1169         face on text.
1170
1171         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1172
1173 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1174
1175         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1176
1177         * wl-util.el (wl-save-drafts): Moved from sample setting.
1178         (wl-set-save-drafts): New function to set idle timer.
1179         * wl-draft.el (wl-draft): Call it.
1180         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1181
1182 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1185         a summary which has toggle display status off.
1186
1187 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-draft.el (wl-draft-do-fcc): No cache save.
1190
1191 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-summary.el (elmo-event-handler-flag-changed): Use
1194         `set-buffer' instead of `with-current-buffer'.
1195
1196 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-after-resize-function): New function.
1199         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1200         window-size-change-functions.
1201
1202 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-draft.el (wl-draft-create-buffer): Bind
1205         `change-major-mode-hook' after current buffer is changed.
1206
1207         * wl-summary.el (wl-summary-buffer-detach): New function.
1208         (wl-summary-buffer-set-folder): Call it.
1209         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1210         change-major-mode-hook and kill-buffer-hook.
1211         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1212         (wl-summary-switch-to-clone-buffer): Ditto.
1213         (wl-summary-goto-folder-subr): Ditto.
1214
1215 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1216
1217         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1218         after boundp check.
1219
1220 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1223         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1224         for `kill-buffer'.
1225
1226         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1227         handler of current buffer from elmo-folder.
1228
1229 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1230
1231         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1232
1233 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1236         variable.
1237         (wl-summary-event-handler): New class.
1238         (elmo-event-handler-flag-changed): Define to update persistent
1239         mark.
1240         (wl-summary-buffer-set-folder): Register event handler to
1241         elmo-folder.
1242         (wl-summary-exit): Unregister event handler.
1243         (wl-summary-goto-folder-subr): Ditto.
1244         (wl-summary-mark-as-read-all): Does not call
1245         `wl-summary-update-persistent-mark' directly.
1246         (wl-summary-mark-as-read-internal): Ditto.
1247         (wl-summary-set-persistent-mark-internal): Ditto.
1248         (wl-summary-set-flags-internal): Ditto.
1249
1250         * Version number is increased to 2.11.33.
1251
1252 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1253
1254         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1255         to nil.
1256
1257 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl-spam.el (wl-spam-setup): Add hook
1260         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1261         instead of `wl-summary-prepare-hook'.
1262
1263         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1264         if folder type is `'flag'.
1265         (wl-summary-mark-as-important): Ditto.
1266
1267 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-address.el (wl-address-minibuffer-history): New variable.
1270         (wl-address-minibuffer-local-map): New keymap.
1271         (wl-address-read-from-minibuffer): New function.
1272
1273         * wl-action.el (wl-summary-get-resend-address): Use
1274         `wl-address-read-from-minibuffer' instead of `completing-read'.
1275
1276 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * Version number is increased to 2.11.32.
1279
1280 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1281
1282         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1283         without mule to iso-8859-1.
1284         (wl-draft-add-in-reply-to): Add note in description.
1285         (wl-draft-add-references): Ditto.
1286
1287 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1290         definition for `m'.
1291         (wl-summary-mode-line-format): Add '[%m]'.
1292         (wl-message-mode-line-format-spec-alist): Ditto.
1293         (wl-summary-display-mime-mode-list): New variable.
1294
1295         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1296         from wl-summary-buffer-display-as-is.
1297         (wl-summary-buffer-display-all-header): New buffer local variable.
1298         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1299         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1300         instead of wl-summary-buffer-display-as-is.
1301         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1302         (wl-summary-set-persistent-mark): Ditto.
1303         (wl-summary-set-message-buffer-or-redisplay): Just call
1304         `wl-summary-redisplay-internal' without optional arguments.
1305         (wl-summary-toggle-mime): Rewrite.
1306         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1307         (wl-summary-toggle-all-header): New function.
1308         (wl-summary-redisplay-internal): Treat mime mode.
1309
1310         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1311         to wl-mime-preview-follow-no-mime.
1312         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1313         accodring to the display-mode.
1314
1315         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1316         (wl-message-buffer-display): Changed argument name from `as-is' to
1317         `mode'.
1318         (wl-message-display-internal): Ditto;
1319         Bind elmo-mime-display-header-analysis according to the mode.
1320         (wl-message-display-internal): Put wl-message-display-mime-mode
1321         property on entire buffer.
1322
1323 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1324
1325         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1326
1327 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1328
1329         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1330         Don't extract mail address.
1331         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1332
1333         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1334
1335         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1336
1337 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1340         wl-fldmgr-cut-entity-list on confirmation.
1341
1342 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1345         (wl-mime-quit-preview): Check existence of
1346         mime-edit-temp-message-buffer here.
1347
1348 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1351         after deletion.
1352
1353         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1354         before calling wl-mime-quit-preview.
1355
1356 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-summary.el (wl-summary-pick): If call it with prefix
1359         argument, set `delete-marks' as non-nil. Pick from only visible
1360         messages.
1361         (wl-summary-check-target-mark): New function.
1362         (wl-summary-target-mark-mark-as-read): Use it.
1363         (wl-summary-target-mark-mark-as-unread): Ditto.
1364         (wl-summary-target-mark-operation): Ditto.
1365         (wl-summary-target-mark-set-flags): Ditto.
1366         (wl-summary-target-mark-save): Ditto.
1367         (wl-summary-target-mark-pick): Ditto.
1368         (wl-summary-target-mark-forward): Ditto.
1369         (wl-summary-target-mark-reply-with-citation): Ditto.
1370         (wl-summary-target-mark-print): Ditto.
1371         (wl-summary-target-mark-uudecode): Ditto.
1372
1373         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1374         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1375         with `ask-coding' is non-nil.
1376
1377 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * wl-thread.el (wl-thread-set-parent): If parent is a message
1380         which is identified by references, set linked as nil.
1381
1382 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1383
1384         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1385         (wl-message-mode-line-format-spec-alist): Ditto.
1386         (wl-message-mode-line-format): Ditto.
1387         (wl-summary-mode-line-format): Ditto for docstring.
1388         (wl-summary-no-mime-folder-list): Fix typo.
1389
1390         * wl-util.el (wl-current-message-buffer): Call
1391         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1392
1393         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1394         variable.
1395         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1396         of `wl-summary-redisplay-no-mime'.
1397         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1398         (wl-summary-toggle-mime): New function.
1399         (wl-summary-redisplay-all-header): Rewrite.
1400         (wl-summary-redisplay-no-mime): Ditto.
1401         (wl-summary-redisplay-internal): Added argument `as-is' and
1402         `all-header'.
1403
1404         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1405         New variable.
1406         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1407         bottom.
1408         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1409         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1410         "/" unconditionally.
1411
1412         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1413         wl-mime-preview-follow-no-mime for as-is content.
1414         (wl-mime-preview-follow-no-mime): New function.
1415         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1416
1417         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1418         and added `as-is', `all-header'.
1419         (wl-message-buffer-display): Ditto.
1420         (wl-message-buffer-display-type): New function.
1421
1422 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-vars.el (wl-message-header-button-alist): Change default
1425         value.
1426         (wl-message-body-button-alist): Ditto.
1427
1428 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1431
1432 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1435
1436 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1439         is always true.
1440
1441 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1444         on null entity.
1445
1446 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1449
1450 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-vars.el (wl-summary-resend-hook): New hook.
1453
1454         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1455         `wl-summary-resend-hook'.
1456
1457 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1458
1459         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1460         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1461         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1462         (wl-summary-new-cached-mark): Changed default value to 'n'.
1463         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1464         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1465         (wl-folder-sync-range-alist): Remove spec for 'flag.
1466         (wl-summary-force-prefetch-folder-list): New user option.
1467
1468         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1469         `wl-summary-toggle-persistent-mark'.
1470         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1471         number is nil.
1472         (wl-summary-mark-as-answered-region): Set interactive argument of
1473         `wl-summary-set-persistent-mark-internal'.
1474         (wl-summary-mark-as-important-region): Ditto.
1475         (wl-summary-unset-persistent-mark): Ditto.
1476         (wl-summary-set-persistent-mark): Ditto.
1477         (wl-summary-mark-as-answered): Ditto.
1478         (wl-summary-mark-as-important): Ditto.
1479         (wl-summary-set-persistent-mark-internal): Do nothing
1480         when `elmo-message-flag-available-p' is nil.
1481         (wl-summary-toggle-persistent-mark): New function.
1482         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1483         when the folder matches `wl-summary-force-prefetch-folder-list'.
1484
1485
1486         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1487         when number is nil.
1488         (wl-highlight-summary-forwarded-face): New face.
1489
1490 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * Version number is increased to 2.11.31.
1493
1494 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1497         (wl-biff-check-folder-async): Ditto.
1498         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1499
1500 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1501
1502         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1503         Add an argument `reverse'.  All callers are updated.
1504         (wl-summary-sort): Add a prefix argument `reverse' to specify
1505         reverse sorting.
1506         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1507         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1508         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1509
1510 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1511
1512         * wl-message.el (wl-message-redisplay): Does not narrow header if
1513         disply-type is all-header or as-is.
1514
1515         * wl-summary.el (wl-summary-enter-handler): Use
1516         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1517
1518 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1521         after adding wl-draft-parent-variables.
1522         (wl-draft-forward): Ditto.
1523
1524 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (wl-summary-sync-marks): Call
1527         `wl-summary-set-persistent-mark' and
1528         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1529         (wl-summary-set-persistent-mark-internal): Add 4th argument
1530         `no-server'.
1531         (wl-summary-unset-persistent-mark): Ditto.
1532         (wl-summary-set-persistent-mark): Ditto.
1533         (wl-summary-add-flags-internal): Abolish.
1534         (wl-summary-remove-flags-internal): Ditto.
1535         (wl-summary-mark-as-important-internal): Ditto.
1536         (wl-summary-mark-as-important): Use
1537         `wl-summary-set-persistent-mark' instead of
1538         `wl-summary-add-flags-internal'.
1539         (wl-summary-mark-as-important-region): Ditto.
1540
1541         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1542
1543         * wl-summary.el (wl-summary-get-available-flags): New function.
1544         (wl-summary-sync-marks): Use it and simplified.
1545         (wl-summary-unset-persistent-mark): Use
1546         `wl-summary-get-available-flags'.
1547         (wl-summary-set-persistent-mark): Ditto.
1548
1549 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1550
1551         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1552         id.
1553
1554 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1557         number, call `wl-summary-prev-line-content'. Show message when the
1558         message is not found.
1559
1560 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1561
1562         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1563         wl-summary-enter-handler.
1564         (wl-summary-enter-handler): New command.
1565
1566         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1567         docstring and custom spec.
1568
1569         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1570         flags too; Don't treat Cached and New.
1571         (wl-summary-set-persistent-mark): Ditto.
1572
1573         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1574         `wl-folder-set-flag'.
1575
1576         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1577         instead of `wl-folder-set-flag'.
1578
1579         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1580         for completion.
1581         (wl-summary-set-persistent-mark): Ditto.
1582
1583         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1584         instead of `wl-draft-quit-preview'.
1585
1586         * wl-mime.el (toplevel): Avoid compile warning.
1587         (wl-mime-quit-preview): New function
1588         (formarly defined as `wl-draft-quit-preview').
1589         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1590         quitting method.
1591
1592         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1593
1594         * wl-folder.el (wl-folder-set-flag): Renamed from
1595         `wl-draft-set-flag-on-parent'.
1596
1597         * wl-draft.el (wl-draft-quit-preview): New function.
1598         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1599         (wl-draft-send): Call `wl-folder-set-flag' instead of
1600         `wl-draft-set-flag-on-parent'.
1601         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1602
1603 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1606         (wl-draft-send): Ditto.
1607
1608 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1611         (wl-draft-kill-pre-hook): Set default value as nil.
1612         (wl-summary-reply-hook): Ditto.
1613         (wl-draft-kill-flags): Abolish.
1614
1615         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1616         (wl-draft-parent-variables): Renamed from
1617         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1618         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1619         argument; Add wl-draft-parent-variables to
1620         wl-draft-config-variables.
1621         (wl-draft-reply): Likewise.
1622         (wl-draft-kill-flags): Abolish.
1623         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1624         (wl-draft-set-flag-on-parent): New function.
1625         (wl-draft-setup-parent-flag): Ditto.
1626
1627 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1628
1629         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1630         `wl-draft-parent-folder' is "".
1631
1632 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1633
1634         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1635         (wl-summary-digit-jump): New function.
1636         (Adviced by John Owens and Hiroya Murata)
1637
1638         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1639         (Adviced by John Owens)
1640
1641         * wl-xmas.el (wl-message-define-keymap): Ditto.
1642
1643         * wl-mule.el (wl-message-define-keymap): Ditto.
1644
1645 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1648         change of return value of elmo-folder-count-flags.
1649
1650         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1651         (wl-summary-mark-as-read-internal): Ditto.
1652         (wl-summary-set-persistent-mark-internal): Ditto.
1653         (wl-summary-folder-info-update): Ditto.
1654         (wl-summary-sync-update): Fixed the last change.
1655
1656         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1657
1658 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1661         (wl-draft-kill-flags): Fixed docstring.
1662
1663         * wl-draft.el (wl-draft-kill-flags): New function.
1664         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1665
1666 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-vars.el (wl-reply-hook): Abolish.
1669         (wl-draft-reply-hook): New hook.
1670         (wl-summary-reply-hook): Ditto.
1671         (wl-draft-forward-hook): Ditto.
1672         (wl-summary-forward-hook): Ditto.
1673         (wl-draft-kill-flags): New variable.
1674
1675         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1676         wl-summary-set-persistent-mark-internal.
1677         (wl-summary-sync-marks): Use elmo-preserved-flags.
1678         (wl-summary-update-persistent-mark): Make it interactive.
1679         (wl-summary-set-persistent-mark-internal): New inline function.
1680         (wl-summary-mark-as-answered): Use it.
1681         (wl-summary-mark-as-unanswered): Ditto.
1682         (wl-summary-unset-persistent-mark): New function.
1683         (wl-summary-set-persistent-mark): Ditto.
1684         (wl-summary-reply): Don't set answered flag;
1685         Run wl-summary-reply-hook instead.
1686         (wl-summary-forward): Call wl-draft-forward with number.
1687         Run wl-summary-forward-hook.
1688
1689         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1690         (wl-highlight-summary-line-face-spec): Use it as a default
1691         persistent mark face.
1692
1693         * wl-draft.el (wl-draft-forward): Added optional argument number;
1694         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1695         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1696         (wl-draft-kill): Use wl-draft-kill-flags.
1697
1698         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1699
1700         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1701         of return value of elmo-folder-count-flags.
1702
1703         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1704
1705         * wl-summary.el (wl-summary-count-unread): Ditto.
1706         (wl-summary-sync-update): Follow the change above.
1707         (wl-summary-force-prefetch): New function.
1708
1709 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1710
1711         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1712         variable `buf' with `let' instead of `setq'.
1713
1714 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1717         add Content-Disposition heaeder on the deleted part.
1718
1719 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1720
1721         * wl-draft.el (wl-draft-save): Encode address list under edit by
1722         `eword-encode-unstructured-field-body'.
1723
1724         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1725
1726 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1729         wl-current-summary-buffer.
1730
1731 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1732
1733         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1734         `numbers' is ignored.
1735
1736 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-folder.el (wl-folder-open-folder): Avoid error.
1739         Reported by John Owens, [wl-en:815]
1740
1741         * wl.el (wl): Set timer for biff process even if prefix argument
1742         is given or auto-checking is quitted.
1743
1744         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1745         immediately.
1746         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1747         (wl-toggle-plugged): Ditto.
1748
1749         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1750         * wl-util.el (wl-biff-start): Use idle timer if
1751         `wl-biff-use-idle-timer' is non-nil.
1752
1753 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1754
1755         * wl-highlight.el (wl-highlight-message): Fix description.
1756
1757 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1758
1759         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1760         tty.
1761
1762 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1763
1764         * wl-action.el (wl-summary-exec): Print failure count.
1765
1766 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1769         to `defun', remove interactive form.
1770         Set elmo-message-fetch-confirm when force-reload is non-nil.
1771
1772 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-summary.el (toplevel): Removed unnecessary autoload.
1775
1776 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1777
1778         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1779         the buffer is generated from another message buffer.
1780
1781 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1782
1783         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1784         extracted from `wl-fldmgr-save-folders'.
1785         (wl-fldmgr-delete): Call it after deletion.
1786
1787 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1790         multi-tty support.
1791
1792 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1793
1794         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1795
1796 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1797
1798         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1799         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1800
1801 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1804         unsubscribe list only if argument CLEAR is nil.
1805
1806 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * wl-draft.el (wl-draft-reply): Decode subject before removing
1809         Re: prefix.
1810
1811 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1812
1813         * wl-summary.el (wl-summary-sort-by-size): New command.
1814
1815 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * wl-summary.el (wl-summary-number-list-from-region): New
1818         function.
1819         (wl-summary-mark-as-read-region): Use it.
1820         (wl-summary-mark-as-unread-region): Ditto.
1821         (wl-summary-set-flags-region): Ditto and add optional argument
1822         remove.
1823         (wl-summary-mark-as-answered-region): Ditto.
1824         (wl-summary-mark-as-important-region): Ditto.
1825         (wl-summary-target-mark-mark-as-important): Added optional
1826         argument remove.
1827         (wl-summary-target-mark-mark-as-answered): Ditto.
1828         (wl-summary-target-mark-set-flags): Ditto.
1829
1830 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1831
1832         * wl-summary.el (wl-summary-set-flags-region): Call
1833         `wl-summary-set-flags-internal' with number list instead of call
1834         one by each message.
1835         (wl-summary-target-mark-set-flags): Likewise.
1836
1837 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1840         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1841         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1842         (wl-summary-target-mark-mark-as-answered): Likewise.
1843
1844 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1845
1846         * wl-summary.el (wl-summary-target-mark-forward): Use
1847         `wl-summary-delete-all-target-marks' instead of
1848         `wl-summary-delete-all-temp-marks'.
1849         (wl-summary-target-mark-reply-with-citation): Ditto.
1850         (wl-summary-target-mark-uudecode): Ditto.
1851         (wl-summary-target-mark-set-flags): Ditto and remove needless
1852         cursor move.
1853
1854 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1855
1856         * wl-summary.el (wl-summary-target-mark-forward): Protect
1857         wl-summary-buffer-target-mark-list from nreverse.
1858         (wl-summary-target-mark-reply-with-citation): Ditto.
1859
1860 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1863         `elmo-display-progress-threshold'.
1864
1865 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1866
1867         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1868         check `wl-summary-highlight'.
1869         (wl-summary-window-scroll-functions): Respect value of
1870         `wl-summary-highlight'.
1871         (wl-summary-sync-update): Run hooks
1872         `wl-summary-buffer-window-scroll-functions' at any time.
1873
1874 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1875
1876         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1877         from `wl-summary-cleanup-temp-marks'.
1878         (wl-summary-cleanup-temp-marks): Abolish argument.
1879         * wl.el (wl-save-status): Revert previous change.
1880         (wl-execute-temp-marks): New function, call
1881         `wl-summary-exec-with-confirmation'.
1882         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1883         (wl-folder-save-and-exec-marks): Abolished.
1884
1885 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-e21.el (wl-e21-display-image-p): Respect
1888         `wl-highlight-folder-with-icon'.
1889         (wl-e21-highlight-folder-group-line): Highlight mouse line
1890         even if wl-e21-display-image-p is nil.
1891
1892         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1893         Respect value of `wl-summary-highlight'.
1894
1895         * wl.el (wl-save-status): Remove unused variable.
1896
1897         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1898         (wl-folder-mode-map): Bind it to "x".
1899
1900 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1903
1904         * wl-thread.el (wl-thread-get-parent-list): Don't check
1905         disconnected ancestors, neglecting needless work in
1906         `wl-thread-update-indent-string-thread'.
1907
1908         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1909         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1910         argument, add argument default-keep to keep marks by default.
1911
1912         * Version number is increased to 2.11.30.
1913
1914         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1915         customization type and docstring.
1916         (wl-draft-reply-without-argument-list): Ditto.
1917
1918 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1919
1920         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1921
1922         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1923
1924 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1927
1928 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1931         save-excursion so as not to include run-hooks.
1932
1933 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1936         Clarify that marks are going to be cleared.
1937
1938 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1941         according to 3rd element of wl-summary-flag-mark.
1942
1943         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1944
1945 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-action.el (wl-summary-target-mark-all): Don't set
1948         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1949
1950 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1953         (wl-forward-subject-prefix): Ditto.
1954         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1955         (wl-draft-reply-make-subject): Ditto.
1956
1957         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1958         `wl-draft-forward'.
1959         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1960
1961 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1964         target message does not exist.
1965
1966 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1967
1968         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1969         `wl-subject-prefix-regexp'.
1970         (wl-subject-forward-prefix-regexp): New variable.
1971         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1972         `wl-draft-strip-subject-re' and take regexp as argument.
1973         (wl-draft-forward): Use it.
1974         (wl-draft-reply): Ditto.
1975
1976 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1977
1978         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1979         emacs multi-tty support.
1980
1981 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1982
1983         * wl-e21.el (wl-e21-display-image-p): Don't call
1984         `display-images-p'.
1985         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1986         support.
1987         (wl-highlight-folder-current-line): Ditto.
1988         (wl-folder-init-icons): Ditto.
1989
1990 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1991
1992         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1993         the last line of summary in unplugged mode.
1994
1995 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1996
1997         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1998
1999 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2002         * wl-address.el (wl-address-user-mail-address-p): Use it.
2003         (wl-address-delete-user-mail-addresses): Ditto.
2004         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2005
2006         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2007         (wl-address-delete-user-mail-addresses): Ditto.
2008
2009         * wl-address.el (wl-address-delete-user-mail-addresses): New
2010         function.
2011         * wl-refile.el (wl-refile-guess-by-history): Use it.
2012         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2013         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2014
2015         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2016         use wl-address-user-mail-address-p.
2017
2018 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2021         after opening group.
2022
2023 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2026         of elmo-set-buffer-multibyte.
2027
2028         * wl-message.el (wl-original-message-mode): Ditto.
2029
2030         * wl-score.el (wl-score-insert-header): Ditto.
2031
2032         * wl-summary.el
2033         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2034         (wl-summary-goto-folder-subr): Ditto.
2035         (wl-summary-insert-headers): Ditto.
2036
2037         * wl-util.el (wl-set-string-width): Ditto.
2038
2039         * Version number is increased to 2.11.29.
2040
2041 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2044         (wl-highlight-summary-line-help-echo-alist): New variable.
2045         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2046         into `wl-highlight-summary-line-help-echo' and
2047         `wl-highlight-flag-folder-help-echo'.
2048         (wl-highlight-summary-line-string): Change accordingly.
2049         (wl-highlight-summary-current-line): Ditto.
2050
2051 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2054         at the beginning of field body (Thanks to Markus Knittig).
2055
2056         * wl-draft.el (wl-draft-insert-current-message): Also check
2057         summary buffer, remove unnecessary tag.
2058
2059 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2062         when wl-message-buffer is nil.
2063
2064         * wl-folder.el (wl-folder): Abolish unused argument.
2065         Call wl-folder-init when wl-folder-entity is nil.
2066         * wl.el (wl): Change accordingly.
2067
2068 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2071         multibyte string before insert into draft buffer.
2072         (wl-draft-create-buffer): Always enable multibyte characters for
2073         draft buffer.
2074
2075         * Version number is increased to 2.11.28.
2076
2077 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-folder.el (wl-folder-open-close): Handle blank line.
2080         (wl-folder-jump-to-current-entity): Ditto.
2081
2082 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * Version number is increased to 2.11.27.
2085
2086 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-thread.el (wl-thread-insert-message): When the thread is
2089         devided by wl-summary-max-thread-depth, insert line at the end of
2090         buffer.
2091
2092 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2093
2094         * Version number is increased to 2.11.26.
2095
2096 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2099
2100 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2101
2102         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2103         value of stream-type and session.
2104
2105 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * Version number is increased to 2.11.25.
2108
2109 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2110
2111         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2112         in a quit message.
2113
2114 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2117         (wl-summary-redisplay-no-mime-internal): Ditto.
2118
2119 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2122         * wl-vars.el (wl-smtp-connection-type): Ditto.
2123
2124 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2125
2126         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2127         for the separator line and quote mail-header-separator.
2128
2129 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2130
2131         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2132         result message.
2133
2134         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2135         `elmo-multiple-fields-body-list' with boundary as
2136         mail-header-separator.
2137
2138 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2139
2140         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2141
2142 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2143
2144         * wl-util.el (wl-list-diff): Remove unused function.
2145
2146         * wl-draft.el (wl-draft-send-confirm): Discard input before
2147         confirmation.
2148
2149 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2150
2151         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2152         order of flag and new.
2153
2154 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-vars.el (wl-refile-policy-alist): Abolished.
2157
2158         * wl-action.el (wl-summary-set-action-refile): Follow the change
2159         above.
2160
2161 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * wl-highlight.el (wl-highlight-signature-search): Don't use
2164         re-search-backward for a long word since it is possible to crash
2165         XEmacs because of a bug.
2166
2167 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2168
2169         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2170
2171 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2172
2173         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2174         argument for wl-summary-sync-force-update.
2175
2176 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2177
2178         * wl-summary.el (wl-summary-mode-map): Revival of
2179         wl-summary-mark-as-important related bindings;
2180         Bind 'F','tF','mF','rF','m&'.
2181         (wl-summary-mark-as-important-region): Revival.
2182         (wl-summary-target-mark-mark-as-important): Ditto.
2183         (wl-summary-target-mark-operation): New function.
2184         (wl-summary-target-mark-mark-as-answered): Use it.
2185         (wl-summary-decide-flag): Don't set Important as default.
2186         (wl-summary-mark-as-important-internal): Revival.
2187         (wl-summary-mark-as-important): Ditto.
2188
2189         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2190
2191         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2192         instead of facep.
2193
2194 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2195
2196         * wl-dnd.el (wl-dnd-drop-func): Fix.
2197
2198         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2199         mouse-set-point instead of posn-point.
2200
2201         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2202
2203         * wl-mule.el (wl-completing-read-multiple): Ditto.
2204
2205 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-demo.el (face-background-name): Defalias to avoid compile
2208         warning.
2209
2210 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2211
2212         * wl-summary.el (wl-summary-decide-flag): Use
2213         wl-completing-read-multiple instead of completing-read-multiple.
2214
2215         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2216         New alias.
2217
2218         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2219         Use face-background-name instead of face-background.
2220
2221         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2222
2223         * wl-summary.el (wl-summary-save): Use it.
2224         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2225
2226         * wl-mime.el (wl-mime-save-content): Fix last change.
2227
2228 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2229
2230         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2231         New function.
2232         (wl-summary-sort-specs): Added sort.
2233         * wl-mime.el (wl-mime-save-content): Expand file name.
2234
2235 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2238
2239         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2240
2241 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2244         for flag if it is not defined.
2245
2246 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-e21.el (wl-highlight-folder-current-line): Use
2249         elmo-folder-type-internal when elmo-folder-type returns nil.
2250
2251         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2252
2253         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2254
2255         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2256
2257         * wl-e21.el (wl-summary-toolbar): Ditto.
2258
2259         * wl-vars.el (wl-demo-background-color): Abolished.
2260         (wl-summary-persistent-mark-priority-list): Renamed from
2261         wl-summary-flag-priority-list.
2262         (wl-summary-flag-alist): New user option.
2263         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2264         (wl-message-mode-line-format-spec-alist): Added 'F'.
2265         (wl-message-mode-line-format): Likewise.
2266         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2267         instead of wl-summary-important-mark.
2268         (wl-file-folder-icon): New variable.
2269
2270         * wl-thread.el (wl-thread-set-flags): Renamed from
2271         wl-thread-mark-as-important.
2272
2273         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2274         warning.
2275         (wl-summary-mode-menu-spec): Follow the change of 
2276         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2277         (wl-summary-mode-map): Follow the change of
2278         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2279         (wl-summary-detect-mark-position): Follow the variable name change.
2280         (wl-summary-set-flags-region): New function for the replacement of
2281         wl-summary-mark-as-important-region.
2282         (wl-summary-sync-marks): Sync all global-flags.
2283         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2284         instead of elmo-message-flagged-p.
2285         (wl-summary-persistent-mark-string): Follow the variable name change;
2286         Put wl-summary-flag-mark if the message has global-flag.
2287         (wl-summary-target-mark-set-flags): Renamed from 
2288         wl-summary-target-mark-mark-as-important.
2289         (wl-summary-decide-flag): New function.
2290         (wl-summary-set-flags-internal): Renamed from
2291         wl-summary-mark-as-important-internal.
2292         (wl-summary-add-flags-internal): New function.
2293         (wl-summary-remove-flags-internal): Ditto.
2294         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2295         (wl-summary-mark-as-unimportant): Abolish.
2296         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2297         (wl-summary-next-message): List flagged messages in the msgdb.
2298
2299         * wl-score.el (wl-summary-score-update-all-lines): Use
2300         wl-summary-add-flags-internal instead of 
2301
2302         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2303
2304         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2305         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2306         (wl-message-buffer-require-all-header): Renamed from
2307         wl-message-buffer-all-header-flag (Ditto).
2308         (wl-message-buffer-flag-indicator): New variable.
2309         (wl-message-redisplay): Changed local varibale name from `flag' to
2310         `display-type'; Set up wl-message-buffer-flag-indicator.
2311         (wl-message-buffer-display): Changed varibale name from `flag' to
2312         `display-type'.
2313         (wl-message-display-internal): Likewise.
2314
2315         * wl-highlight.el (wl-highlight-demo-face): Define default background
2316         color.
2317         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2318
2319         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2320
2321         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2322         (wl-demo-setup-properties): Renamed from
2323         `wl-demo-set-background-color'.
2324         (wl-demo): Follow the change above.
2325         
2326         * Version number is increased to 2.11.24.
2327
2328 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-summary.el (wl-summary-toggle-thread): Call
2331         `wl-summary-rescan' with disable-thread as non-nil.
2332         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2333
2334 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2335
2336         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2337         foreground property of the face.
2338         (wl-demo-insert-text): Don't set up face property here.
2339         (wl-demo): Call wl-demo-set-background-color, anyway.
2340
2341 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-vars.el (wl-demo-background-color): The value can be nil.
2344
2345 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2346
2347         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2348         to wl-summary-wheel-dispatcher.
2349
2350         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2351         wl-message-wheel-dispatcher.
2352         (wl-message-wheel-dispatcher): New function.
2353         (wl-summary-wheel-dispatcher): Ditto.
2354
2355 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2356
2357         * wl-action.el (wl-summary-target-mark-all): List messages which are
2358         not in the killed-list.
2359
2360         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2361         only when the folder is 'flag/important.
2362
2363         * wl-address.el (wl-complete-field-body): Complete if the last
2364         character is a space.
2365
2366 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2367
2368         * wl-folder.el (wl-folder-clear-entity-info): Use
2369         elmo-clear-hash-val.
2370
2371         * wl-fldmgr.el (wl-fldmgr-rename): Set
2372         wl-folder-info-alist-modified as t.
2373
2374 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2377
2378 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2379
2380         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2381         (wl-folder-buffer-last-visited-entity-id): New buffer local
2382         variable.
2383         (wl-folder-revisit-last-visited-folder): New function.
2384         (wl-folder-mode-map): Bind it to "C-i".
2385         (wl-folder-set-current-entity-id): Set last visited folder.
2386         * wl-summary.el (wl-summary-exit): Ditto.
2387
2388 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2391         before calling `recenter' in order to cope with an XEmacs bug.
2392
2393 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2396         to the default value.
2397
2398 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2401         change.
2402         (wl-summary-sync-marks): Ditto.
2403         (wl-summary-mark-as-read-internal): Ditto.
2404         (wl-summary-mark-as-answered-internal): Ditto.
2405         (wl-summary-mark-as-important-internal): Ditto.
2406         (wl-summary-reply): Ditto.
2407
2408         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2409         instead of `elmo-folder-unflag-answered'.
2410
2411         * Version number is increased to 2.11.23.
2412
2413         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2414         the last change.
2415
2416 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2417
2418         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2419         Specify "spam" or "good".
2420
2421 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-spam.el (wl-summary-exec-action-spam): Call
2424         wl-folder-confirm-existence for spam folder.
2425         (wl-spam-setup): Bind "mk".
2426
2427 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428
2429         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2430
2431 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2434         destination folder is empty.
2435
2436 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2439         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2440
2441         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2442         (wl-summary-refile-prev-destination-region): New function.
2443         (wl-thread-refile-prev-destination): Ditto.
2444         (wl-summary-target-mark-refile-prev-destination): Ditto.
2445
2446 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2449         (wl-demo-background-color): Changed default value.
2450
2451         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2452         color.
2453
2454         * wl-demo.el (wl-demo-set-background-color): New function.
2455         (wl-demo): Call it.
2456
2457 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2458
2459         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2460         * wl-address.el (wl-address-add-or-change): Don't add empty
2461         address.
2462
2463 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2464
2465         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2466
2467 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-vars.el (wl-demo-image-filter-alist): New variable
2470         (wl-demo-background-color): Ditto.
2471
2472         * wl-demo.el (wl-demo-xpm-set-background): New function.
2473         (wl-demo-image-filter): Ditto.
2474         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2475
2476         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2477
2478         * wl-demo.el (wl-demo-icon-name): Define as function.
2479         (wl-demo-insert-image): Use it.
2480
2481 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2482
2483         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2484
2485 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2486
2487         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2488
2489 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2490
2491         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2492
2493 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * wl-thread.el (wl-thread-mark-as-answered): New function.
2496
2497         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2498         answered" entry.
2499         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2500         "r&" and wl-thread-mark-as-answered to "t&".
2501         (wl-summary-mark-as-important-region): Refine to toggle mark.
2502         (wl-summary-mark-as-answered-region): New function.
2503         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2504         and 3rd argument.
2505         (wl-summary-mark-as-important-internal): Likewise.
2506
2507 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-template.el (wl-template-preview): New internal variable.
2510         (wl-template-preview-p): New function.
2511         (wl-template-show): Bind `wl-template-preview' as t.
2512
2513 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2516         `elmo-message-entity-field' with 3rd argument which is non-nil.
2517
2518 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2519
2520         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2521         Removed duplicate local bind `folder'.
2522
2523 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2526
2527 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2530         duplicate definition.
2531
2532 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2535         non-nil, use it; Don't fetch message if there's no message in the
2536         current cursor position.
2537
2538 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2539
2540         * wl-util.el (wl-region-exists-p): Use region-active-p.
2541         (wl-deactivate-region): New function.
2542         * wl-message.el (wl-message-redisplay): Deactivate region.
2543
2544         * wl-summary.el (wl-summary-reply): Call
2545         `wl-summary-set-message-buffer-or-redisplay' instead of
2546         `wl-summary-redisplay-internal', don't move point.
2547
2548 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2549
2550         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2551         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2552         by regexp.
2553
2554 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2557         if no need.
2558
2559 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2562         default value to nil.
2563         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2564         `wl-summary-prepare-hook'; Replace refile action to
2565         `wl-summary-exec-action-refile-with-register'.
2566
2567         * Version number is increased to 2.11.22.
2568
2569 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-summary.el (wl-summary-detect-mark-position): Set
2572         `wl-summary-buffer-weekday-name-lang'.
2573
2574 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2575
2576         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2577         (wl-summary-mark-as-read-all): Ditto.
2578         (wl-summary-delete-messages-on-buffer): Ditto.
2579         (wl-summary-sync-update): Ditto.
2580         (wl-summary-mark-as-read-internal): Ditto.
2581         (wl-summary-mark-as-answered-internal): Ditto.
2582         (wl-summary-update-folder-info): Abolished.
2583
2584 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * wl-summary.el (wl-summary-mark-as-read-all): Use
2587         `wl-summary-update-folder-info' instead of
2588         `wl-folder-update-unread'.
2589
2590 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2591
2592         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2593         `wl-summary-folder-info-update'.
2594         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2595         instead of `wl-summary-folder-info-update'.
2596         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2597         `wl-folder-set-folder-updated'.
2598         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2599         instead of `wl-folder-update-unread'.
2600         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2601         the value of `wl-summary-buffer-unread-count' for the second parameter of
2602         `wl-folder-update-unread'.
2603
2604         * Version number is increased to 2.11.21.
2605
2606 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2607
2608         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2609         a local variable.
2610
2611 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2614         interactively.
2615
2616         * wl-summary.el (wl-summary-mark-as-important-internal): New
2617         internal function.
2618         (wl-summary-mark-as-important): Use it.
2619         (wl-summary-mark-as-unimportant): New function.
2620         (wl-summary-sync-marks): Follow the API change.
2621
2622         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2623
2624         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2625
2626 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2627
2628         * wl-folder.el (wl-folder-update-unread): Re-indent.
2629         Narrow the scope of a local variable.
2630
2631 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2634         (wl-addrmgr-merge-entries): Ditto.
2635         (wl-addrmgr): Added to address entry which exists in draft buffer
2636         if no entry is in original.
2637
2638 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-batch.el: New file.
2641
2642 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2643
2644         * wl-vars.el (wl-use-semi): Remove unused variable.
2645
2646 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2647
2648         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2649         "?".
2650
2651 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2654         wl-summary-new-mark.
2655         (wl-summary-new-cached-mark): New user option.
2656         (wl-summary-score-marks): Follow the change above.
2657         (wl-summary-auto-refile-skip-marks): Ditto.
2658         (wl-summary-incorporate-marks): Ditto.
2659         (wl-summary-expire-reserve-marks): Ditto.
2660
2661         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2662
2663         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2664         (wl-summary-persistent-mark-string): Distinguished between cached
2665         and uncached mark when the message is new.
2666
2667 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2668
2669         * wl-spam.el (wl-spam-domain): Renamed from
2670         `wl-spam-folder-guess-domain'.
2671         (wl-summary-exec-action-spam): Register as spam if domain of the
2672         source folder is good.
2673         (wl-summary-exec-action-refile-with-register): Register message if
2674         domain of the source folder is not undecided.
2675
2676 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2679         detect thread loop.
2680
2681 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2684         and wl-summary-skip-mark-list.
2685
2686 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2687
2688         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2689
2690         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2691
2692         * wl-spam.el (toplevel): Require wl-highlight.
2693         (wl-spam-auto-check-policy-alist): Abolish.
2694         (wl-spam-auto-check-folder-regexp-list): New user option.
2695         (wl-spam-auto-check-marks): Ditto.
2696         (wl-spam-mark-action-list): Ditto.
2697         (wl-highlight-summary-spam-face): New face.
2698         (wl-spam-auto-check-message-p): New function.
2699         (wl-spam-map-spam-messages): Fixed message.
2700         (wl-spam-register-spam-messages): Ditto.
2701         (wl-spam-register-good-messages): Ditto.
2702         (wl-summary-spam-map): Add and remove keybind.
2703         (wl-summary-target-mark-spam): Abolish.
2704         (wl-summary-refile-spam): Ditto.
2705         (wl-summary-test-spam): New function.
2706         (wl-summary-mark-spam): Ditto.
2707         (wl-summary-auto-check-spam): Follow the above change.
2708         (wl-summary-exec-action-spam): New function.
2709         (wl-summary-exec-action-refile-with-register): Fixed message.
2710         (wl-message-check-spam): New function.
2711         (wl-spam-setup): Ditto.
2712         (toplevel): Call it if this file is loaded interactivity.
2713
2714         * Version number is increased to 2.11.20.
2715
2716 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2719         when new optional argument `force' is non nil or modified.
2720
2721 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl.el (toplevel): Require wl-spam when compile.
2724         (wl-save-status): Call wl-spam-save-status.
2725
2726         * wl-spam.el (wl-spam-register-spam-messages): New function.
2727         (wl-spam-register-good-messages): Ditto.
2728         (wl-spam-save-status): Ditto.
2729         (wl-summary-mode-map): Bind
2730         wl-summary-target-mark-register-as-spam to "ms" and
2731         wl-summary-target-mark-register-as-good to "mn".
2732         (wl-summary-register-as-spam): Abolish optional argument; Use
2733         wl-spam-register-spam-messages.
2734         (wl-summary-register-as-spam-all): Use
2735         wl-spam-register-spam-messages.
2736         (wl-summary-register-as-good): Abolish optional argument; Use
2737         wl-spam-register-good-messages.
2738         (wl-summary-register-as-good-all): Use
2739         wl-spam-register-good-messages.
2740         (wl-summary-target-mark-register-as-spam): New funtion.
2741         (wl-summary-target-mark-register-as-good): Ditto.
2742
2743 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2744
2745         * wl-spam.el: New file.
2746
2747 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2750
2751         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2752         (wl-summary-auto-refile): Call wl-refile-guess with
2753         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2754
2755 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2758         with disable-thread argument non-nil.
2759
2760 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761
2762         * wl-summary.el (wl-summary-rescan): Added optional argument
2763         disable-thread.
2764         (wl-summary-sync): Call wl-summary-rescan with argument
2765         disable-thread.
2766         (wl-summary-input-range): Added new range `rescan-thread'.
2767
2768 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2769
2770         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2771
2772 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2775         internal variable.
2776         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2777         wl-summary-search-parent-by-subject-regexp and
2778         wl-summary-divide-thread-when-subject-changed as nil.
2779         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2780         (wl-summary-insert-thread): Search parent entity from
2781         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2782         thread loop.
2783
2784 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2787
2788         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2789
2790         * wl-util.el (wl-require-update-all-folder-p): New function.
2791         (wl-get-assoc-list-value): Added `function' to match directive.
2792         (wl-collect-draft): Rewrite.
2793
2794         * wl-summary.el (wl-summary-sync-update): Clear faces
2795         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2796         are non-nil.
2797         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2798         argument as function.
2799         (wl-summary-input-range): Ditto.
2800
2801         * wl-folder.el (wl-draft-get-folder): New function.
2802         (wl-folder-get-elmo-folder): Consider draft folder.
2803
2804         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2805         (wl-draft-buffer-message-number): New buffer local variable.
2806         (wl-draft-folder-internal): New internal variable.
2807         (wl-draft-delete): Rewrite.
2808         (wl-draft-save): Ditto.
2809         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2810         wl-folder-get-elmo-folder.
2811         (wl-draft-config-info-operation): Ditto.
2812         (wl-jump-to-draft-folder): Ditto.
2813         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2814         (wl-draft-reedit): Rewrite.
2815
2816         * Version number is increased to 2.11.19.
2817         
2818 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2819
2820         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2821         variable.
2822
2823 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2826         Use ignore-errors instead of unwind-protect.
2827
2828 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2829
2830         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2831         for updating `wl-thread-entity-list'.
2832
2833 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2834
2835         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2836         parameter from calling `wl-thread-entity-get-older-brothers' and
2837         `wl-thread-entity-get-younger-brothers'.
2838         Replace nested `append' with a single one.
2839
2840 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-summary.el (wl-summary-mode): Don't use the return value of
2843         `make-local-hook'.
2844
2845 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2846
2847         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2848         instead of `let*'.
2849         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2850         of local variables.
2851
2852 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2855         Renamed from wl-summary-window-scroll-functions.
2856         (wl-summary-window-scroll-functions): Don't set to variable.
2857         (wl-summary-display-top): Use run-hooks.
2858         (wl-summary-display-bottom): Ditto.
2859         (wl-summary-toggle-disp-msg): Ditto.
2860         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2861         Use it instead of wl-summary-window-scroll-functions.
2862         (wl-summary-goto-folder-subr): Don't call
2863         wl-summary-window-scroll-functions, use
2864         wl-summary-buffer-window-scroll-functions instead.
2865
2866 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2869         make-local-variable.
2870
2871 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2872
2873         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2874         set-buffer-modified-p.
2875         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2876         (wl-summary-display-bottom): Ditto.
2877         (wl-summary-toggle-disp-msg): Ditto.
2878
2879 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2882
2883         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2884         (wl-summary-forward): Use elmo-message-entity-field instead of
2885         elmo-message-field.
2886
2887         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2888
2889 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-summary.el (wl-summary-window-scroll-functions): No use
2892         `append'.
2893
2894 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2897         function.
2898         (wl-summary-window-scroll-functions): Call it when both
2899         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2900         (wl-summary-temp-mark): Added optional argument number.
2901         (wl-summary-message-mark): Added optional argument flag.
2902         (wl-summary-persistent-mark): Added optional argument number and flag.
2903         (wl-summary-update-persistent-mark): Ditto.
2904         (wl-summary-update-status-marks): Set "r" for interactive spec.
2905
2906         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2907         argument number and flag.
2908
2909         * wl-action.el (wl-summary-registered-temp-mark): 
2910         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2911
2912 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2913
2914         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2915         internal variable (buffer local).
2916         (wl-summary-window-scroll-functions): New function.
2917         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2918         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2919         as nil.
2920         (wl-summary-update-status-marks): Added arguments beg, end and
2921         check.
2922         (wl-summary-update-mark-window): Use function.
2923         (wl-summary-sync-update): Follow the change above.
2924         (wl-summary-switch-to-clone-buffer): Copy
2925         wl-summary-buffer-unsync-mark-number-list.
2926         (wl-summary-goto-folder-subr): Set
2927         wl-summary-buffer-unsync-mark-number-list and
2928         use wl-summary-window-scroll-functions instead of
2929         wl-summary-lazy-highlight.
2930
2931         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2932
2933 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2936
2937         * wl-summary.el (wl-summary-update-persistent-mark): Call
2938         wl-summary-set-message-modified.
2939
2940         * wl-summary.el (wl-summary-sync-update): Don't call
2941         wl-summary-update-status-marks.
2942
2943         * Version number is increased to 2.11.18.
2944
2945 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2948         (wl-message-next-page): Ditto.
2949
2950 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2951
2952         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2953         local variable.  Change the order of a collected list into the
2954         same as the specified range.  Remove nil from a collected list.
2955
2956 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2959         argument for elmo-folder-list-messages.
2960
2961 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2964         change (wl-summary-count-unreads return a list instead of a cons
2965         cell).
2966
2967 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2968
2969         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2970         `wl-summary-folder-info-update'.
2971
2972 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * wl-summary.el (wl-summary-set-message-modified): No use
2975         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2976         (wl-summary-set-mark-modified): Abolish.
2977         (wl-summary-mark-modified-p): Ditto.
2978         (wl-summary-save-view): Follow the change above.
2979
2980         * wl-expire.el (wl-summary-expire): Likewise.
2981
2982 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2983
2984         * wl-summary.el (wl-summary-detect-mark-position): Use
2985         modb-entity-handler.
2986         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2987
2988         * Version number is increased to 2.11.17.
2989
2990 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2991
2992         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2993         entity field value.
2994         (wl-summary-prefetch-msg): Ditto.
2995         (wl-summary-print-message-with-ps-print): Ditto.
2996
2997 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2998
2999         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3000         for dummy entity.
3001         (wl-summary-insert-thread): Use elmo-message-entity-field.
3002         (wl-summary-update-thread): Use elmo-message-entity-field and
3003         elmo-message-entity-number.
3004         (wl-summary-line-number):  Use elmo-message-entity-number.
3005         (wl-summary-line-size): Use elmo-message-entity-field.
3006         (wl-summary-line-subject): Ditto.
3007         (wl-summary-line-from): Ditto.
3008         (wl-summary-line-attached): Ditto.
3009         (wl-summary-create-line): Ditto.
3010         (wl-summary-create-line): Use elmo-message-entity-number.
3011         (wl-summary-print-message-with-ps-print): Use
3012         elmo-message-entity-field.
3013
3014 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3017         change in elmo-msgdb-make-message-entity.
3018         (wl-summary-buffer-set-folder): Don't call
3019         wl-summary-detect-mark-position here.
3020         (wl-summary-rescan): Call elmo-message-entity-number.
3021         (wl-summary-sync-update): Ditto.
3022         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3023
3024         * wl-score.el (wl-score-header-index): Redefine 2th element.
3025         (wl-score-overview-entity-get-extra): Abolish.
3026         (wl-score-ov-entity-get): Rewrite.
3027         (wl-score-string-index<, wl-score-string-func<): Abolish.
3028         (wl-score-string<): New function.
3029         (wl-score-string-sort): Use it.
3030
3031         * wl-refile.el (wl-refile-guess-by-history): Use
3032         elmo-message-entity-field.
3033         (wl-refile-guess-by-from): Ditto.
3034         (wl-refile-guess-by-msgid): Ditto.
3035
3036         * Version number is increased to 2.11.16.
3037
3038 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3039
3040         * wl-folder.el (wl-folder-confirm-existence): Don't call
3041         file-exists-p if msgdb-path is nil.
3042         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3043         `wl-read-folder-hist' to `wl-read-folder-history'.
3044
3045 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3046
3047         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3048         `y-or-n-p'.
3049
3050 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-score.el (wl-score-headers): Don't use
3053         elmo-folder-do-each-message-entity.
3054
3055         * Version number is increased to 2.11.15.
3056
3057 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * wl-summary.el (wl-summary-delete-all-msgs): Use
3060         elmo-folder-move-messages instead of elmo-folder-delete-messages
3061         and elmo-folder-detach-messages.
3062         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3063
3064         * wl-expire.el (wl-expire-delete): Ditto.
3065         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3066
3067 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3070         (wl-message-header-narrowing-fields): Ditto.
3071         (wl-message-header-narrowing-lines): Ditto.
3072         (wl-message-header-narrowing-string): Ditto.
3073
3074         * wl-summary.el (wl-summary-mode-map): Bind
3075         wl-summary-toggle-header-narrowing to "C-cC-f".
3076         (wl-summary-toggle-header-narrowing): New function.
3077
3078         * wl-message.el (wl-message-buffer-create): Call
3079         wl-message-header-narrowing-setup.
3080         (wl-message-redisplay): Call wl-message-header-narrowing.
3081         (wl-message-header-narrowing): New function.
3082         (wl-message-header-narrowing-map): New keymap.
3083         (wl-message-header-narrowing-widen-map): New keymap.
3084         (wl-message-header-narrowing-again-at-mouse): New function.
3085         (wl-message-header-narrowing-1): Ditto.
3086         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3087         (wl-message-header-narrowing-setup): Ditto.
3088         (wl-message-header-narrowing-toggle): Ditto.
3089         
3090         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3091
3092         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3093         'flag as all.
3094         (wl-use-flag-folder-help-echo): New user option.
3095
3096         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3097         wl-summary-highlight as nil.
3098         (wl-summary-set-mark-modified): Follow the API change.
3099         (wl-summary-mark-modified-p): Ditto.
3100         (wl-summary-mark-as-read-all): Ditto.
3101         (wl-summary-sync-marks): Don't call
3102         elmo-folder-list-messages-with-global-mark.
3103         (wl-summary-mark-as-read-internal): Follow the API change.
3104         (wl-summary-mark-as-answered-internal): Ditto.
3105         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3106         Follow the API change.
3107         (wl-summary-create-line): Call with number argument.
3108         (wl-summary-reply): Follow the API change.
3109
3110         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3111         function.
3112         (wl-highlight-summary-line-string): Call it when
3113         wl-use-flag-folder-help-echo is non-nil.
3114         (wl-highlight-summary-current-line): Ditto.
3115         (elmo-flag-folder-referrer): Added autoload setting.
3116
3117         * wl-draft.el (wl-draft-kill): Follow the API change.
3118
3119         * Version number is increased to 2.11.14.
3120         
3121 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3124
3125 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * Version number is increased to 2.11.13.
3128
3129 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3130
3131         * wl-draft.el (wl-draft-previous-history-element): Fixed
3132         unbalanced parenthesis and bind unbound local variables.
3133
3134 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3135
3136         * wl-draft.el (wl-draft-previous-history-element): New function.
3137         (wl-draft-next-history-element): Ditto.
3138         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3139         them to M-p and M-n.
3140
3141 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * Version number is increased to 2.11.12.
3144
3145 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3146
3147         * wl-draft.el (wl-draft-hide): Select buffer-window.
3148
3149 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3150
3151         * wl-summary.el (wl-summary-narrow-to-region): New function.
3152         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3153         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3154         (wl-summary-save-region): Use it.
3155         * wl-action.el (wl-summary-collect-numbers-region)
3156         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3157
3158 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3159
3160         * wl-folder.el (wl-folder-count-incorporates): Don't use
3161         `elmo-msgdb-mark-load'
3162
3163         * Version number is increased to 2.11.11.
3164
3165 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3166
3167         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3168         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3169
3170 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3171
3172         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3173
3174 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * Version number is increased to 2.11.10.
3177
3178 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-mime.el (wl-draft-attribute-value): Fixed.
3181
3182 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-util.el (wl-copy-local-variables): New function.
3185
3186         * wl-mime.el (wl-draft-attribute-recipients): New function.
3187         (wl-draft-attribute-envelope-from): Ditto.
3188         (wl-draft-attribute-smtp-posting-server): Ditto.
3189         (wl-draft-attribute-smtp-posting-port): Ditto.
3190         (wl-draft-attribute-value): Ditto.
3191         (wl-draft-preview-message): Use it to get value for
3192         attributes. Reflect result of `wl-draft-config'.
3193
3194         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3195         and call `wl-summary-mark-as-read' before to call
3196         `wl-summary-unset-mark'.
3197         (wl-summary-target-mark-mark-as-unread): Likewise.
3198         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3199
3200 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-mime.el (wl-draft-preview-message): Use actual value for
3203         attributes; Fix for small window.
3204
3205 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3206
3207         * wl-refile.el (wl-refile-get-field-value): Call
3208         `elmo-message-entity-field' with 3rd argument is non-nil.
3209
3210 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-vars.el (wl-draft-preview-attributes): New user option.
3213         (wl-draft-preview-attributes-list): Ditto.
3214         (wl-draft-preview-attributes-buffer-lines): Ditto.
3215         (wl-draft-preview-attributes-buffer-name): Ditto.
3216
3217         * wl-mime.el (wl-draft-preview-message): Display attributes.
3218
3219 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-summary.el (wl-summary-detect-mark-position): Bind
3222         wl-summary-flag-priority-list to '(new).
3223
3224 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3225
3226         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3227         funtion.
3228         (wl-highlight-summary-line-string): Use it.
3229         (wl-highlight-summary-current-line): Ditto.
3230
3231 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3234         line even when the mark string is not changed.
3235
3236         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3237         argument change in the wl-summary-create-line.
3238         (wl-thread-insert-entity-sub): Ditto.
3239
3240         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3241         argument change in the wl-summary-create-line.
3242         (wl-summary-insert-sequential): Ditto.
3243         (wl-summary-update-thread): Ditto.
3244         (wl-summary-persistent-mark-string): New inline function.
3245         (wl-summary-message-mark): Use it.
3246         (wl-summary-create-line): Abolish argument wl-persistent-mark
3247         and added wl-flags, wl-cached.
3248
3249         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3250         mark to flags.
3251         (wl-highlight-summary-current-line): Decide the face not by the 
3252         persistent mark but flags.
3253
3254 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3257         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3258         wl-summary-read-uncached-mark): Revive.
3259         (wl-summary-answered-cached-mark,
3260         wl-summary-answered-uncached-mark): New user option.
3261         (wl-summary-score-marks): Follow the change above.
3262         (wl-summary-auto-refile-skip-marks): Ditto.
3263         (wl-summary-incorporate-marks): Ditto.
3264         (wl-summary-expire-reserve-marks): Ditto.
3265         (wl-summary-flag-priority-list): New user option.
3266
3267         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3268         changes.
3269         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3270         of elmo-message-mark.
3271         (wl-summary-mark-as-read-internal): Ditto.
3272         (wl-summary-mark-as-answered): Ditto.
3273         (wl-summary-mark-as-important): Ditto.
3274         (wl-summary-redisplay-internal): Ditto.
3275         (wl-summary-redisplay-no-mime-internal): Ditto.
3276         (wl-summary-message-mark): New function.
3277         (wl-summary-insert-sequential): Use wl-summary-message-mark
3278         instead of elmo-message-mark.
3279         (wl-summary-update-thread): Ditto.
3280         (wl-summary-persistent-mark): Ditto.
3281         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3282         instead of elmo-message-mark.
3283
3284         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3285         wl-summary-message-mark instead of elmo-message-mark.
3286         (wl-thread-insert-entity-sub): Ditto.
3287         (wl-thread-get-children-msgs-uncached): Ditto.
3288
3289         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3290         variable name changes.
3291         (wl-highlight-summary-current-line): Ditto.
3292
3293         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3294         wl-summary-message-mark instead of elmo-message-mark.
3295
3296         * wl-expire.el (wl-expire-message-p): Ditto.
3297
3298         * wl-score.el (wl-score-headers): Ditto.
3299
3300         * Version number is increased to 2.11.9.
3301
3302         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3303         (wl-summary-sync-update): Follow the change above.
3304         (wl-summary-switch-to-clone-buffer): Ditto.
3305         (wl-summary-open-folder): Ditto.
3306
3307 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3310         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3311
3312         * Version number is increased to 2.11.8.
3313
3314         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3315
3316         * wl-expire.el (wl-expire-refile): Follow the API change on
3317         `elmo-folder-move-messages'.
3318         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3319
3320         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3321         (wl-summary-exec-action-refile): Ditto.
3322         (wl-summary-exec-action-copy): Ditto.
3323         (wl-summary-no-auto-refile-message-p): No use
3324         `wl-summary-buffer-msgdb'.
3325         (wl-summary-auto-refile): Ditto.
3326
3327 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3330
3331 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * wl-summary.el (wl-summary-sync): Treat no-sync.
3334
3335         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3336         (wl-default-sync-range): Ditto.
3337
3338 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * wl-refile.el (wl-refile-subject-learn): Call
3341         `elmo-message-entity-field' with 3rd argument is non-nil.
3342         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3343         instead of `elmo-msgdb-overview-entity-get-subject'.
3344
3345 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3346
3347         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3348         scan-type is rescan.
3349         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3350         new optional argument force is non-nil.
3351         (wl-summary-save-view-cache): Call it with force argument non-nil.
3352
3353         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3354
3355 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3356
3357         * wl-action.el (wl-summary-print-argument): Fixed last change.
3358
3359 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3362         simplified.
3363         (wl-summary-target-mark-mark-as-unread): Likewise.
3364         (wl-summary-target-mark-mark-as-important): Likewise.
3365
3366 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3367
3368         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3369         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3370         (wl-summary-mark-as-important-region): Change accordingly.
3371         (wl-summary-target-mark-mark-as-important): Ditto.
3372
3373 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3376
3377         * wl-action.el (wl-summary-print-argument): Print argument to
3378         right side of window if `wl-summary-print-argument-within-window'
3379         is non-nil.
3380
3381 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-action.el (wl-summary-set-mark): Use
3384         `wl-summary-message-visible-p' to check visibility of the message
3385         and jump to message only when the message line is visible and have
3386         different number; Call wl-summary-unset-mark with number argument.
3387         (wl-summary-unset-mark): 
3388         Use `wl-summary-message-visible-p'
3389         to check visibility of the message and jump to message only when
3390         the message line is visible and have different number;
3391
3392 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * Version number is increased to 2.11.7.
3395
3396         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3397         and wl-folder-summary-line-format.
3398
3399         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3400         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3401         (wl-summary-set-score-mark): Use it.
3402         (wl-summary-target-mark-mark-as-read): Ditto.
3403         (wl-summary-target-mark-mark-as-unread): Ditto.
3404         (wl-summary-target-mark-mark-as-important): Ditto.
3405         (wl-summary-target-mark-msgs): Simplified.
3406         (wl-summary-detect-mark-position): Fixed problem when
3407         summary-line-format no contain persisten/temp mark spec.
3408         (wl-summary-temp-mark): Ditto.
3409         (wl-summary-persistent-mark): Ditto.
3410         (wl-summary-update-persistent-mark): Ditto.
3411
3412         * wl-action.el (wl-summary-set-mark): Ditto.
3413         (wl-summary-unset-mark): Ditto.
3414         All other related portions are changed.
3415
3416 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * Version number is increased to 2.11.6.
3419
3420 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-util.el (wl-current-message-buffer): Define as function;
3423         Don't use the value of wl-messge-buffer.
3424
3425         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3426         persistent mark.
3427
3428         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3429         no current message, cause an error.
3430
3431 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3432
3433         * wl-summary.el (wl-summary-set-message-modified): Use
3434         elmo-folder-set-message-modified instead of
3435         elmo-folder-set-message-modified-internal.
3436
3437 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3440         interactively.
3441         (wl-summary-sync): nokill->entirely.
3442         (wl-summary-sync-marks): Fixed message.
3443         (wl-summary-input-range): Added mark, nokill->entirely.
3444
3445         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3446         messages as read.
3447
3448 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3451         update-noscore.
3452         (wl-summary-sync): Follow the change above.
3453
3454 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * wl-action.el (wl-summary-target-mark-all): Use
3457         elmo-folder-list-messages.
3458
3459 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3462         (wl-summary-rescan): Set wl-summary-scored as nil.
3463         (wl-summary-sync-force-update): Follow the change above.
3464         (wl-summary-sync): Ditto.
3465         (wl-summary-sync-update): Added argument disable-killed.
3466         (wl-summary-insert-headers): Set visible-only argument for
3467         elmo-folder-list-messages.
3468         (wl-summary-input-range): Added update-nokill, update-noscore,
3469         all-nokill, all-noscore and mark.
3470
3471         * Version number is increased to 2.11.5.
3472
3473         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3474
3475 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3476
3477         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3478         (wl-summary-prefetch-region-no-mark): Change accordingly.
3479         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3480
3481 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3482
3483         * wl-address.el (wl-complete-field-to): Abolished.
3484         (wl-complete-address): Completion function for completing-read.
3485         * wl-action.el (wl-summary-get-resend-address): Use it.
3486
3487         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3488         wl-summary-update-mark and abolish unused argument.
3489         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3490         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3491         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3492         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3493         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3494         * wl-draft.el (wl-draft-kill): Ditto.
3495
3496         * wl-summary.el: Remove unused binding of case-fold-search.
3497         (wl-summary-replace-status-marks): Abolished.
3498
3499 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3502         is specified or folder length is zero.
3503
3504 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3505
3506         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3507         (wl-folder-archive-current-entity): Ditto.
3508
3509 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3510
3511         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3512         retrieving message mark.
3513         (wl-summary-redisplay-internal): Ditto.
3514
3515         * wl-message.el (wl-message-buffer-display): Ignore errors while
3516         retrieving message-id field.
3517
3518         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3519         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3520         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3521         order of the arguments for `wl-expire-message-p'.
3522         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3523
3524         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3525         Check return value of wl-summary-reply.
3526         (wl-summary-reply): Recover window configuration when an error occured.
3527
3528 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3529
3530         * wl-summary.el (wl-summary-resend-message): Abolished, the
3531         feature is inherited by wl-summary-resend (put resend mark).
3532
3533 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3536         wl-message-buffer to nil when the message is hide.
3537
3538 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * .cvsignore: New file.
3541
3542 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3543
3544         * wl-action.el (wl-summary-action-docstring): Add more info.
3545         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3546         duplicate definition.
3547         (wl-summary-define-mark-action): Functions wl-summary-*-region
3548         keep current position.
3549         (wl-summary-unregister-target-mark): Store result to the variable.
3550
3551 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * Version number is increased to 2.11.4.
3554
3555 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3556
3557         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3558         wl-summary-delete-all-temp-marks.
3559         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3560
3561         * wl-action.el (wl-summary-set-mark): Changed terminology
3562         refile-destination -> action-argument.
3563         (wl-summary-unset-mark): Ditto.
3564         (wl-summary-remove-argument): Ditto.
3565         (wl-summary-print-argument): Ditto.
3566
3567         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3568         (wl-thread-remove-argument-region): Ditto.
3569         (wl-thread-print-argument-region): Ditto.
3570         (wl-thread-close): Ditto.
3571         (wl-thread-open): Ditto.
3572
3573         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3574         (wl-highlight-refile-destination-face is abolished)
3575         (wl-highlight-action-argument-string): Ditto.
3576         (wl-highlight-summary-current-line): Highlight action argument.
3577
3578         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3579         color for light backgrounds.
3580         (wl-highlight-summary-answered-face): Ditto.
3581
3582 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3585
3586         * wl-score.el (wl-summary-score-update-all-lines): Use
3587         wl-summary-set-mark.
3588         (wl-summary-score-update-all-lines): Kill expunged messages.
3589
3590         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3591
3592 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3595         directly.
3596         (wl-score-overview-entity-get-lines): Ditto.
3597         (wl-score-overview-entity-get-xref): Ditto.
3598         (wl-score-get-latest-msgs): Ditto.
3599         (wl-summary-rescore): Ditto.
3600
3601         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3602         to "&".
3603         (wl-summary-mark-as-answered-internal): New inline function.
3604         (wl-summary-mark-as-answered): New function.
3605         (wl-summary-mark-as-unanswered): Ditto.
3606         (wl-summary-sync-marks): Modified for answered-mark synching.
3607
3608 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * wl-action.el (wl-summary-set-mark): Fixed last change.
3611
3612 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3613
3614         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3615         behavior of wl-summary-unread-message-hook
3616         (Pointed out by akira yamada <akira@arika.org>).
3617
3618 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3621         wl-summary-delete.
3622         * wl-xmas.el (wl-summary-toolbar): Ditto.
3623
3624         * wl-action.el (wl-summary-set-mark): Don't override current
3625         temp-mark.
3626
3627         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3628
3629 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3632         (wl-refile-msgid-learn): Ditto.
3633         (wl-refile-get-field-value): Ditto.
3634
3635         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3636
3637         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3638         (wl-expire-delete-reserved-messages): Renamed from
3639         wl-expire-reserve-marked-msgs-from-list.
3640         (wl-expire-delete): Removed argument `msgdb'.
3641         (wl-expire-refile): Ditto.
3642         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3643         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3644         mark-alist as argument.
3645         (wl-expire-archive-number1): Removed argument `msgdb'.
3646         (wl-expire-archive-number2): Ditto.
3647         (wl-expire-archive-date): Ditto.
3648         (wl-expire-localdir-date): Ditto.
3649         (wl-expire-hide): Ditto.
3650         (wl-archive-number1): Ditto.
3651         (wl-archive-number2): Ditto.
3652         (wl-archive-date): Ditto.
3653         (wl-archive-folder): Ditto.
3654         All other related portions are changed.
3655
3656 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3657
3658         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3659         mean move up and down. (suggested by Takashi Kawachi)
3660
3661 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * wl-acap.el (toplevel): Don't require un-define.
3664
3665 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-thread.el (wl-thread-delete-message): Always update
3668         wl-summary-buffer-number-list.
3669
3670         * wl-action.el (wl-summary-print-destination): 
3671         Do nothing when folder is nil.
3672
3673 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3674
3675         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3676         persistent mark when prefetch is succeeded.
3677
3678 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3681         instead of elmo-msgdb-delete-msgs.
3682         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3683         (wl-expire-hide): Ditto.
3684
3685         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3686
3687         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3688         elmo-msgdb interface.
3689         (wl-thread-get-exist-children): Likewise.
3690         (wl-thread-insert-message): Likewise.
3691         (wl-thread-msg-mark-as-important): Likewise.
3692         (wl-thread-insert-entity-sub): Likewise.
3693         (wl-thread-get-children-msgs-uncached): Likewise.
3694
3695         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3696         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3697         (wl-summary-sync-update): Likewise.
3698         (wl-summary-auto-select-msg-p): Likewise.
3699         (wl-summary-update-thread): Likewise.
3700         (wl-summary-mark-as-important): Likewise.
3701         (wl-summary-jump-to-msg-internal): Likewise.
3702         (wl-summary-redisplay-internal): Likewise.
3703         (wl-summary-print-message-with-ps-print): Likewise.
3704         (wl-summary-folder-info-update): Likewise.
3705
3706         * wl-folder.el (wl-folder-check-one-entity):
3707         elmo-folder-count-flags instead of wl-summary-count-unread.
3708
3709         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3710
3711         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3712
3713         * wl-summary.el (wl-summary-set-message-modified): 
3714         Call wl-summary-set-mark-modified.
3715         (wl-summary-delete-messages-on-buffer): Call
3716         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3717         (wl-summary-sync-update): Call elmo-folder-length instead of
3718         elmo-folder-messages.
3719         (wl-summary-insert-headers): Don't call
3720         elmo-folder-list-message-entities.
3721
3722 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-action.el (wl-summary-define-mark-action): Call
3725         `wl-summary-set-mark' with argument `data'.
3726         (wl-summary-auto-refile): Fixed order of arguments when call
3727         `wl-summary-refile'.
3728
3729 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3732
3733         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3734
3735         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3736         (Renamed from wl-highlight-summary-deleted-face).
3737         (wl-highlight-summary-resend-face): New face.
3738
3739         (wl-highlight-summary-deleted-face): Renamed from
3740         wl-highlight-summary-erased-face.
3741
3742         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3743
3744         * wl-action.el (wl-summary-get-resend-address): New function.
3745         (wl-summary-exec-action-resend): Ditto.
3746         (wl-summary-exec-action-resend-subr): Ditto.
3747
3748         * w-thread.el (wl-thread-copy): Removed definition.
3749         (wl-thread-refile): Ditto.
3750         (wl-thread-delete): Ditto.
3751         (wl-thread-target-mark): Ditto.
3752
3753         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3754         (wl-summary-target-mark-set-action): Fixed.
3755         (wl-summary-define-mark-action): Fixed quotation.
3756         (wl-summary-move-mark-list-messages): Display message.
3757         (wl-summary-define-mark-action): Define thread functions.
3758         (wl-summary-exec-action-refile): Changed message.
3759         (wl-summary-exec): Ditto.
3760
3761 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3762         
3763         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3764         '%%'.
3765
3766 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl.el (toplevel): Require wl-action.
3769         (wl-init): Call wl-summary-define-mark-action.
3770
3771         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3772
3773         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3774         wl-summary-delete and wl-summary-erase.
3775         (wl-summary-mode-map): Ditto.
3776
3777         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3778         wl-delete-folder-alist.
3779
3780         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3781         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3782         (toplevel): Moved mark & action related functions to the wl-action.el.
3783
3784         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3785         in wl-summary-mark-action-list.
3786         (wl-highlight-summary-current-line): Ditto.
3787
3788         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3789         empty lines.
3790
3791         * wl-action.el: New file. 
3792
3793 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3794
3795         * wl-summary.el (wl-summary-target-mark-replace): New function.
3796         (wl-summary-target-mark-prefetch): Use it.
3797         (wl-summary-target-mark-delete): Ditto.
3798         (toplevel): Rearranged definition order.
3799         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3800         (wl-summary-target-mark-erase): Rewrite.
3801         (wl-summary-erase-region): New function.
3802         (wl-summary-exec-action-erase): Changed message.
3803         (wl-summary-move-mark-list-messages): New function.
3804         (wl-summary-exec-action-delete): Use it.
3805         (wl-summary-exec-action-erase): Ditto.
3806
3807         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3808         (wl-summary-skip-mark-list): Added "d".
3809
3810         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3811         while searching.
3812
3813         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3814         and define using defcustom;
3815         Define 4th element as a face.
3816         
3817         * wl-summary.el (wl-summary-incorporate): Use 
3818         `wl-summary-prefetch-region-no-mark' instead of
3819         `wl-summary-prefetch-region'.
3820         (wl-summary-prefetch-region-no-mark): Revival of old
3821         `wl-summary-prefetch-region'.
3822         (wl-summary-mark-action-list): Moved to wl-vars.el
3823
3824         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3825         face according to the `wl-summary-mark-action-list'.
3826         (wl-highlight-summary-current-line): Ditto;
3827         Removed destination highlighting.
3828
3829         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3830         (wl-highlight-summary-line-string): Highlight for "i" mark.
3831         (wl-highlight-summary-current-line): Ditto.
3832
3833         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3834         no destination.
3835
3836         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3837         exists, just go ahead.
3838         (wl-summary-prefetch-region): Rewrite.
3839         (wl-summary-prefetch): Ditto.
3840         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3841         (wl-summary-exec-action-prefetch): New function.
3842         (wl-summary-target-mark-prefetch): Rewrite.
3843
3844 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3847         (wl-highlight-summary-line-string): Added "d" and "D".
3848         (wl-highlight-summary-current-line): Ditto.
3849
3850         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3851         in wl-summary.el.
3852         (wl-thread-insert-entity-sub): Ditto.
3853         (wl-thread-remove-destination-region): Ditto.
3854         (wl-thread-print-destination-region): Ditto.
3855
3856         * wl-summary.el (wl-summary-buffer-refile-list,
3857         wl-summary-buffer-delete-list,
3858         wl-summary-buffer-copy-list): Abolish.
3859         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3860         All other related portions are changed.
3861         (wl-summary-mark-action-list): New variable.
3862         (wl-summary-set-mark): New function.
3863         (wl-summary-register-target-mark): Ditto.
3864         (wl-summary-unregister-target-mark): Ditto.
3865         (wl-summary-have-target-mark-p): Ditto.
3866         (wl-summary-register-temp-mark): Ditto.
3867         (wl-summary-unregister-temp-mark): Ditto.
3868         (wl-summary-registered-temp-mark): Ditto.
3869         (wl-summary-collect-temp-mark): Ditto.
3870         (wl-summary-unset-mark): Ditto.
3871         (wl-summary-set-target-mark): Ditto.
3872         (wl-summary-unset-target-mark): Ditto.
3873         (wl-summary-set-action-generic): Ditto.
3874         (wl-summary-unset-action-generic): Ditto.
3875         (wl-summary-exec-action-delete): Ditto.
3876         (wl-summary-exec-action-erase): Ditto.
3877         (wl-summary-set-action-refile): Ditto.
3878         (wl-summary-set-action-refile-subr): Ditto.
3879         (wl-summary-unset-action-refile): Ditto.
3880         (wl-summary-make-destination-numbers-list): Ditto.
3881         (wl-summary-exec-action-refile): Ditto.
3882         (wl-summary-set-action-copy): Ditto.
3883         (wl-summary-unset-action-copy): Ditto.
3884         (wl-summary-exec-action-copy): Ditto.
3885         (wl-summary-collect-numbers-region): Ditto.
3886         (wl-summary-delete): Rewrite.
3887         (wl-summary-erase): Ditto.
3888         (wl-summary-remove-destination): Ditto.
3889         (wl-summary-exec): Ditto.
3890         (wl-summary-exec-region): Ditto.
3891         (wl-summary-target-mark-erase): Ditto.
3892         (wl-summary-refile): Ditto.
3893         (wl-summary-copy): Ditto.
3894         (wl-summary-unmark): Ditto.
3895         (wl-summary-delete-all-mark): Ditto.
3896         (wl-summary-mark-line): Don't highlight.
3897         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3898         (wl-summary-target-mark-refile-subr): Rewrite.
3899
3900         (wl-summary-copy-prev-destination): Abolish.
3901
3902 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3903
3904         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3905         default values along the value of wl-on-mule.
3906         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3907         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3908         It is not used anywhere.
3909
3910 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3911
3912         * wl-summary.el (wl-summary-print-destination): Keep position.
3913         (wl-summary-cursor-move-surface): Keep horizontal position.
3914
3915 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3916
3917         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3918         write sendlog.
3919
3920 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3921
3922         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3923         `wl-summary-highlight'.
3924
3925 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3926
3927         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3928         trivial condition for temp-mark.
3929
3930 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3931
3932         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3933         when it hits killed buffer.
3934
3935 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3936
3937         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3938         * wl-news.el.in: `message' and `error' take format string.
3939
3940 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3941
3942         * wl-folder (wl-folder-insert-entity): Display a message,
3943         `...done', when the work finish.
3944         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3945
3946 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3947
3948         * wl-message.el (wl-message-redisplay): Remove unused local
3949         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3950
3951 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3952
3953         * wl-summary.el (wl-summary-replace-status-marks): Disable
3954         interactive use.
3955         (wl-summary-reedit): Check message existence at first.
3956         (wl-summary-mark-line): Fix doc, return value is indefinite.
3957
3958         * wl-highlight.el (wl-highlight-message): Arranged.
3959
3960         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3961         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3962         check temp-mark by wl-summary-temp-mark always.
3963         (wl-highlight-summary): Change accordingly.
3964         * wl-summary.el (wl-summary-mark-as-read-all)
3965         (wl-summary-delete-cache, wl-summary-set-score-mark)
3966         (wl-summary-mark-as-unread, wl-summary-unmark)
3967         (wl-summary-mark-line, wl-summary-mark-as-read)
3968         (wl-summary-mark-as-important): Ditto.
3969
3970         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3971         end of the window if possible.
3972         * wl-summary.el (wl-summary-sync-update): Support lazy
3973         highlighting.
3974         (wl-summary-toggle-disp-msg): Ditto.
3975
3976 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3977
3978         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3979
3980 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3981
3982         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3983         change.
3984
3985 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3988         API.
3989         (wl-summary-sync-update): Ditto.
3990
3991         * wl-score.el (wl-score-get-score-alist): Changed argument.
3992         (wl-summary-rescore-msgs): Likewise.
3993         (wl-summary-score-headers): Likewise.
3994         (wl-score-headers): Likewise;
3995         Use elmo-folder-do-each-message-entity, etc.
3996         (wl-summary-score-effect): Follow the changes above.
3997         (wl-summary-rescore): Ditto.
3998         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3999         (wl-score-get-overview): Abolish.
4000
4001         * wl-summary.el (wl-summary-default-from): Follow the API change in
4002         elmo-msgdb.
4003         (wl-summary-count-unread): Ditto.
4004         (wl-summary-detect-mark-position): Ditto.
4005         (wl-summary-overview-entity-compare-by-date): Ditto.
4006         (wl-summary-overview-entity-compare-by-number): Ditto.
4007         (wl-summary-overview-entity-compare-by-from): Ditto.
4008         (wl-summary-overview-entity-compare-by-subject): Ditto.
4009         (wl-summary-get-list-info): Ditto.
4010         (wl-summary-rescan): Ditto.
4011         (wl-summary-jump-to-msg-by-message-id): Ditto.
4012         (wl-summary-sync-update): Ditto; Removed comment.
4013         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4014         (wl-summary-insert-message): Use wl-summary-insert
4015         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4016         (wl-summary-insert-headers): Changed argument overview to folder.
4017         (wl-summary-search-by-subject): Likewise.
4018         (wl-summary-insert-thread): Renamed from 
4019         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4020
4021         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4022         too.
4023
4024         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4025         wl-string-member.
4026
4027 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4028
4029         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4030         elmo-folder-append-buffer.
4031         (wl-draft-queue-append): Likewise.
4032
4033         * wl-mime.el (wl-message-delete-current-part): Ditto.
4034         (wl-summary-burst-subr): Ditto.
4035
4036         * wl-news.el.in (wl-news-send-news): Ditto.
4037
4038 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4041         function.
4042         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4043         (wl-summary-update-mark): Enclose with save-excursion.
4044         (wl-summary-mark-as-read-internal): Fixed last change.
4045         (wl-summary-mark-as-important): Use 3rd argument of
4046         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4047         Don't use elmo-msgdb-set-mark.
4048         (wl-summary-redisplay-internal): If msgdb flag is already read,
4049         just update the mark on buffer.
4050
4051 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4052
4053         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4054         cut visible folder when elmo-folder-delete returns non-nil value.
4055
4056 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4057
4058         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4059         by Kenichi OKADA <okada@opaopa.org>).
4060
4061 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4062
4063         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4064
4065 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4066
4067         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4068         Fixed the last change, search group entity by its real name.
4069         (Thanks to: KOBAYASHI Shinji)
4070
4071 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4072
4073         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4074         (wl-fldmgr-access-display-all): Don't refer visible name.
4075         * wl-expire.el (wl-folder-archive-current-entity)
4076         (wl-folder-expire-current-entity): Ditto.
4077         * wl-folder.el (wl-folder-jump-to-current-entity)
4078         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4079         (wl-folder-open-folder-sub,wl-folder-open-all)
4080         (wl-folder-write-current-folder): Ditto.
4081         (wl-folder-insert-entity): Don't use petname for normal group.
4082         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4083         is the real name.
4084         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4085         Abolished.
4086
4087 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4088
4089         * wl-draft.el (wl-draft-create-buffer): Add
4090         `wl-summary-reply-with-citation'
4091
4092 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4093
4094         * wl-draft.el (wl-draft-reply): Fixed.
4095
4096 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4097
4098         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4099         when `wl-draft-send-confirm-with-preview' is non-nil.
4100         You can scroll up/down by j/k.
4101         (wl-draft-send-confirm-with-preview): New variable (default=t).
4102
4103 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4106         (wl-fldmgr-save-folders): Fix comment.
4107
4108 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4111         along the last change in `wl-folder-buffer-group-p'.
4112
4113 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4116         folder.
4117
4118         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4119         the default value.
4120
4121         * wl-mime.el (wl-summary-burst): Update summary only when target
4122         folder equals current folder.
4123
4124 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4125
4126         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4127
4128 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4129
4130         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4131         value.
4132
4133 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4136         `map-extents' instead of `extent-at' repeatedly.
4137         (wl-highlight-folder-current-line): Ditto.
4138
4139         * wl-highlight.el: Remove useless dummy functions.
4140
4141 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4144         (wl-folder-put-folder-property): New function to put text property.
4145         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4146         (wl-folder-insert-entity, wl-folder-update-diff-line)
4147         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4148         * wl-e21.el, wl-xmas.el, wl-mule.el
4149         (wl-highlight-folder-current-line): Ditto.
4150         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4151         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4152         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4153         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4154
4155 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * Version number is increased to 2.11.3.
4158
4159 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4160
4161         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4162         Resume current-buffer since it is assumed by remaining tasks.
4163
4164 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4165
4166         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4167         (wl-folder-completion-function): Abolished.
4168         (wl-folder-complete-folder): New function.
4169         (wl-folder-complete-filter-condition): Ditto.
4170         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4171         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4172
4173 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-draft.el (wl-draft-send-confirm): New function.
4176         (wl-draft-send): Use it.
4177
4178         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4179         cursor-in-echo-area while confirming.
4180
4181         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4182
4183         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4184         searching via nntp if wl-summary-search-via-nntp is 'force.
4185         Otherwise, invoke searching in nntp folder only.
4186         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4187
4188         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4189         explicitly for mime-make-text-tag.
4190
4191 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4192
4193         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4194         `mime-make-text-tag' instead of `mime-create-tag'.
4195
4196 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4197
4198         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4199         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4200
4201 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4202
4203         * wl-score.el (wl-score-save): Bind print-length and print-level.
4204         (wl-score-pretty-print): Ditto.
4205         (wl-score-edit-insert-header-entry): Ditto.
4206
4207         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4208         "From" entry to be treated with wl-draft-eword-encode-address-list.
4209         * wl-mime.el (wl-draft-preview-message): Ditto.
4210
4211         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4212         (wl-summary-mark-as-unread): Ditto.
4213         (wl-summary-mark-as-read-region): Change accordingly.
4214         (wl-summary-mark-as-unread-region): Ditto.
4215         (wl-summary-target-mark-mark-as-read): Ditto.
4216         (wl-summary-target-mark-mark-as-unread): Ditto.
4217
4218 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * Version number is increased to 2.11.2.
4221
4222 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4223
4224         * wl-news.el.in (wl-news-previous-version-save): Bind
4225         print-length and print-level.
4226         * wl-thread.el (wl-thread-save-entities): Ditto.
4227         (wl-thread-save-top-list): Bind print-length.
4228
4229 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-highlight.el (wl-highlight-summary-line-string): Use
4232         wl-summary-score-below-mark, wl-summary-score-over-mark.
4233         (wl-highlight-summary-current-line): Ditto.
4234
4235 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4236
4237         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4238         insert it.
4239
4240 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4241
4242         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4243
4244 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4245
4246         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4247         message without msgid.
4248         Rewrite with elmo-folder-move-messages.
4249         Set wl-message-buffer to nil.
4250
4251         * wl-summary.el (wl-summary-erase-subr): New function. Use
4252         elmo-folder-move-messages.
4253         (wl-summary-erase): Call it.
4254         (wl-summary-target-mark-erase): Ditto.
4255
4256 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4259         it is not up-tp-date.
4260
4261 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4264         buffer after calling `wl-summary-goto-folder-subr' without the
4265         argument `interactive'.
4266         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4267
4268 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4269
4270         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4271         `mime-create-tag'. Use `string=' instead of `looking-at'.
4272
4273 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4274
4275         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4276         to avoid compile warning.
4277
4278         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4279         entity-id when folder is given.
4280         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4281         save-excursion, use save-selected-window instead.
4282         Select folder buffer window if exists.
4283         (To correct behavior with wl-folder-move-cur-folder.)
4284
4285 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4286
4287         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4288
4289 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4290
4291         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4292         list-count instead of %d.
4293
4294 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4297         (wl-news): Set it.
4298         (wl-news-append-to-folder): Use it.
4299
4300         * wl-news.el.in (wl-news-send-news): Append to specified folder
4301         instead of wl-default-folder.
4302         (wl-news-append-to-folder): Show error message with specified folder.
4303
4304         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4305                 In most major modes, Emacs assumes that any opening
4306                 delimiter found at the left margin is the start of a
4307                 top-level definition, or defun. Therefore, *never put an
4308                 opening delimiter at the left margin unless it should have
4309                 that significance.*
4310
4311         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4312
4313 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4314
4315         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4316
4317 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4318
4319         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4320
4321 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4322
4323         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4324         for sequential numbering case.
4325
4326 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4329         value.
4330         (wl-draft-reply-without-argument-list): Ditto.
4331         (wl-draft-reply-myself-with-argument-list): Abolish.
4332         (wl-draft-reply-myself-without-argument-list): Ditto.
4333         * wl-draft.el (wl-draft-self-reply-p): New function.
4334         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4335
4336 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4339         (avoid error for the case without byte-compiling)
4340
4341 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4342
4343         * wl-news.el.in (wl-news-append-to-folder): New function.
4344         (wl-news-exit): Rewrite.
4345         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4346
4347 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4348
4349         * wl-draft.el (wl-draft-reply-position): New function.
4350         (wl-draft-reply-position): Fix.
4351         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4352         (wl-summary-target-mark-reply-with-citation): Ditto.
4353         (wl-summary-reply-with-citation): Ditto.
4354         * wl-vars.el (wl-draft-reply-default-position): New variable.
4355
4356 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4357
4358         * wl-draft.el (wl-draft-send): Preview when interactive send.
4359
4360 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4361
4362         * wl-draft.el (wl-draft-reply): Set default position.
4363         * wl-summary.el (wl-summary-reply): Ditto.
4364         (wl-summary-reply-with-citation): Ditto.
4365         (wl-summary-target-mark-reply-with-citation): Ditto.
4366
4367 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-news.el.in (wl-news-lang): Set default value according to
4370         current-language-environment.
4371         (wl-news-append-news): Do nothing when news-list is nil.
4372
4373 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4376         (wl-news): Change message.
4377         (wl-news-exit): Check buffer.
4378         (wl-news-force-exit): New function.
4379         (wl-news-show-all): New function.
4380         (wl-news-discard-and-exit): Fix.
4381
4382 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4385         according to current-language-environment.
4386
4387         * wl-news.el.in (wl-news): If arg, show all NEWS after
4388         wl-news-default-previous-version.
4389
4390 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4391
4392         * wl-news.el.in (wl-news-check): Rewritten.
4393         (wl-news-previous-version-load): Change data type.
4394         (wl-news-previous-version-save): Change data type.
4395         (wl-news-append-news): Add return value.
4396         (wl-news-check-news): New function.
4397         (wl-news-already-current-p): New function.
4398         (wl-news-send-news): Rewritten.
4399         (wl-news-mode-map): Add new keybind.
4400         (wl-news): Rewritten.
4401         (wl-news-exit): Rewritten.
4402         (wl-news-discard-and-mail): New function.
4403         (wl-news-send-to-address): Abolished.
4404         * wl.el (wl-init): Delete a message.
4405
4406 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * wl-news.el.in (wl-news-exit): Update previous version.
4409         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4410
4411 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4412
4413         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4414
4415 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4416
4417         * wl-news.el.in (wl-news): New function.
4418         (wl-news-mode): New function.
4419         (wl-news-next-line): New function.
4420         (wl-news-next-page): New function.
4421         (wl-news-exit): New function.
4422         (wl-news-buf-name): New variable.
4423         (wl-news-mode-map): New variable.
4424         (wl-news-winconf): New variable.
4425         (wl-news-append-news): Add an option.
4426
4427 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4428
4429         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4430
4431 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-news.el.in (wl-news-send-to-address): New variable.
4434         (wl-news-send-news): Use it.
4435         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4436         Return updating status.
4437         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4438
4439 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4440
4441         * wl-news.el.in (wl-news-send-news): Delete
4442         Organization and X-Face.
4443
4444 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4445
4446         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4447         (wl-news-append-news): New function.
4448         (wl-news-send-news): New function.
4449
4450 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4451
4452         * Version number is increased to 2.11.1.
4453
4454 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4455
4456         * wl-news.el.in : New file.
4457
4458 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4461         default value.
4462         (wl-draft-reply-without-argument-list): Ditto.
4463
4464 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4465
4466         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4467         (wl-message-buffer-prefetch-idle-time): Ditto.
4468         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4469
4470 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4471
4472         * wl-thread.el (wl-thread-insert-message): Use
4473         wl-summary-max-thread-depth.
4474
4475         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4476         loop detection.
4477
4478         * wl-message.el (wl-message-buffer-display): Back to the first page
4479         when cache is hit.
4480
4481 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4482
4483         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4484
4485         * wl-summary.el (wl-summary-insert-thread-entity):
4486         If the thread depth is reached to wl-summary-max-thread-depth,
4487         divide the thread.
4488
4489 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4492         for elmo-remove-passwd.
4493
4494 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4495
4496         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4497         folder is sticky.
4498         (wl-folder-mark-as-read-all-entity): Ditto.
4499         (wl-folder-prefetch-entity): Ditto.
4500
4501 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4502
4503         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4504
4505 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4508         Delete messages on buffer for unplugged operation.
4509         (wl-summary-erase): Ditto.
4510
4511 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4514         take nil so as not to search parent by subject.
4515
4516 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4519         (wl-folder-get-next-folder): Ditto.
4520         (wl-folder-get-path): Ditto.
4521
4522 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4525         system and encode the region with it before verifying.
4526
4527 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4530         system of the echo buffer before decoding.
4531
4532 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533
4534         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4535         original contents.
4536
4537 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4540         with argument 'any-exists.
4541
4542 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4545         Use `wl-cs-autoconv'.
4546
4547 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4550         by `mime-view-automatic-conversion'.
4551
4552         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4553         (wl-message-verify-pgp-nonmime): Ditto.
4554         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4555         Bind them to C-c:d and C-c:v respectively.
4556
4557         Merge following code by Teranishi-san from [wl-en:00167].
4558         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4559         (wl-mime-preview-application/pgp-encrypted): Ditto.
4560         (wl-mime-setup): Add entry.
4561
4562 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-summary.el (wl-summary-target-mark-erase): New function.
4565         Bind it to "mD".
4566
4567 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4568
4569         * wl-vars.el (wl-draft-write-file-function): Fix.
4570         (wl-draft-reedit-hook): Changed default value.
4571
4572         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4573         wl-draft-reedit-hook.
4574         (wl-draft-remove-text-plain-tag): New function.
4575         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4576
4577         * wl-vars.el (wl-draft-write-file-function): New user option.
4578
4579         * wl-draft.el (wl-draft-prepare-edit): Use it for
4580         local-write-file-hooks.
4581         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4582
4583         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4584         (wl-draft-insert-mail-header-separator): Return the body beginning
4585         point.
4586         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4587         text/plain.
4588         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4589
4590 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-summary.el (wl-summary-erase): New function to erase message
4593         without moving it to trash. Bind to "D".
4594
4595         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4596         as `keep' unless switch-function.
4597
4598 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4601         message buffer by using `wl-summary-toggle-disp-msg'.
4602         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4603         buffer window.
4604         (wl-summary-supresedes-message): Ditto.
4605
4606         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4607         Do not delete other windows.
4608         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4609         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4610         (wl-draft-create-buffer): Set reply-or-forward also for target
4611         mark commands.
4612
4613 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-draft.el (wl-user-agent-compose): Delete special case for
4616         switch-to-buffer-other-window.
4617
4618         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4619         (wl-summary-forward): Ditto.
4620
4621         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4622         function.
4623         (wl-draft-buffer-style): New use option.
4624
4625         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4626         (wl-draft): Follow the change above.
4627         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4628         wl-draft-buffer-style.
4629         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4630         switch-function.
4631
4632 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4633
4634         * wl-address.el (wl-address-make-completion-entry): Extracted from
4635         `wl-address-make-completion-list'.
4636         (wl-address-enable-strict-loading): New variable.
4637         (wl-address-make-completion-list): Revive petname duplication
4638         inquiry, and enable it if `wl-address-enable-strict-loading'.
4639         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4640
4641 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4642
4643         * wl-message.el (wl-message-get-original-buffer): Avoid
4644         'Selecting deleted buffer' error when original buffer is killed.
4645
4646 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4647
4648         * wl-summary.el (wl-summary-next-message): Use
4649         elmo-message-accessible-p instead of elmo-message-cached-p.
4650
4651 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4652
4653         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4654
4655         * wl-thread.el (wl-thread-open-all-unread): Use
4656         elmo-folder-list-flagged instead of
4657         elmo-folder-list-messages-mark-match.
4658
4659         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4660         instead of elmo-folder-list-messages-mark-match.
4661         (wl-summary-move-spec-alist): New variable.
4662         (wl-summary-move-spec-plugged-alist,
4663         wl-summary-move-spec-unplugged-alist): Abolish.
4664         (wl-summary-next-message): Follow the change above.
4665         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4666         with 'no-msg' argument.
4667
4668         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4669         variable.
4670         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4671         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4672         (wl-message-buffer-prefetch-get-next): Follow the change above.
4673
4674 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-version.el (wl-version): Changed codename.
4677
4678         * Version number is increased to 2.11.0.
4679
4680 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4681
4682         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4683         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4684         `wl-draft-config-variables'.
4685         (wl-draft-kill): Fixed problem when the draft is reedit.
4686
4687 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4690         buffer-modified status (Thanks to
4691         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4692
4693 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-util.el (wl-region-exists-p): New function.
4696
4697         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4698         Remove defvars for byte-compile warnings.
4699
4700 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4701
4702         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4703         defvar-maybe. Removed unused bind.
4704
4705 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4708         summary buffer window before creating new frame.
4709         (wl-draft-reply): Ditto.
4710
4711 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4712
4713         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4714
4715 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4718
4719 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4720
4721         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4722         instead of `kill-region'.
4723
4724 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4727         (wl-highlight-summary-line-string): Use it.
4728         (wl-highlight-summary-current-line): Ditto.
4729
4730         * wl-mime.el (wl-message-delete-current-part): Check the class of
4731         mime-entity.
4732
4733         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4734
4735         * wl-summary.el (wl-summary-make-number-list): Initialize.
4736         (wl-summary-update-mark): New function.
4737         (wl-summary-reply): Put `answered' mark on the message.
4738         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4739
4740         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4741         (wl-draft-reply): Added optional argument `number';
4742         Set wl-draft-parent-number.
4743         (wl-draft-kill): Delete answered mark if it is a reply.
4744
4745 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4748         that originates in mime-preview-follow-current-entity.
4749         (wl-draft-yank-current-message-entity): Use it if region is active.
4750
4751         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4752         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4753         `wl-message-delete-current-part'.
4754         * wl-mule.el (wl-message-define-keymap): Ditto.
4755         * wl-xmas.el (wl-message-define-keymap): Ditto.
4756
4757 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-mime.el (wl-message-delete-current-part): New function.
4760         (wl-mime-node-id-to-string): Ditto.
4761
4762         * wl-mime.el (wl-message-delete-current-part): Use existing
4763         original buffer which corresponds current mime-view buffer.
4764         (fetched buffer might have different structure, possibly)
4765
4766         * wl-mime.el (wl-message-delete-current-part): Quit if the
4767         message content differs from the actual message.
4768
4769 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4770
4771         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4772         order.
4773         (wl-summary-search-by-subject): Search parent message from tail;
4774         Check the existence of the parent message on the current thread tree.
4775         (wl-summary-update-thread): Check whether the line is inserted.
4776
4777 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-vars.el (wl-summary-line-format): Undo last change.
4780         * wl-summary.el (wl-summary-print-destination): Do not put
4781         invisible property when `wl-summary-width' is nil.
4782         (wl-summary-line-subject-minimum-length): Abolished.
4783         (wl-summary-line-subject): Ditto.
4784
4785 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4786
4787         * wl-vars.el (wl-summary-line-format): Change default value.
4788         (wl-summary-subject-length-limit): Abolished.
4789         * wl-summary.el (wl-summary-line-subject): Ditto.
4790
4791 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4792
4793         * wl-template.el (wl-template-select): Added optional argument.
4794         If optional argument is specified, reverse
4795         `wl-template-visible-select'.
4796
4797 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4800         Take prefix argument to force asking the destination folder.
4801
4802 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4803
4804         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4805         count and update status.
4806
4807 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-summary.el (wl-summary-redisplay-internal): If
4810         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4811         after fetching.
4812
4813 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4816         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4817
4818         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4819
4820 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4821
4822         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4823         (All other related portions are changed).
4824         (wl-summary-mark-as-read-all): Rewrite.
4825
4826 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4829         `wl-summary-mark-as-read'.
4830         (wl-summary-mark-as-unread): Rewrite.
4831         (wl-summary-mark-as-read): Added no-modeline argument.
4832         (wl-summary-resume-cache-status): Rewrite.
4833         (wl-summary-exec-subr): Remove unused local variable.
4834
4835 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4838         logic to call `wl-summary-buffer-prev-folder-function'.
4839         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4840
4841 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4842
4843         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4844         is nil.
4845
4846 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4849         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4850         (wl-mime-setup): Add its entry.
4851
4852 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4855         (wl-summary-delete-cache): Likewise.
4856         (wl-summary-mark-as-read): Rewrite.
4857
4858 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4861         `wl-summary-count-unread'.
4862
4863         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4864
4865         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4866
4867 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4870         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4871         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4872         Renamed to the elmo-msgdb-*-mark.
4873         (wl-summary-score-marks): Follow the change above.
4874         (wl-summary-auto-refile-skip-marks): Ditto.
4875         (wl-summary-incorporate-marks): Ditto.
4876         (wl-summary-expire-reserve-marks): Ditto.
4877
4878         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4879         changes.
4880         (wl-thread-insert-top): Changed updating message.
4881
4882         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4883         variable.
4884         (wl-summary-count-unread): Count answered marks.
4885         (wl-summary-rescan): Call wl-summary-insert-message instead of
4886         wl-summary-append-message-func-internal.
4887         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4888         (wl-summary-prefetch-msg): Follow the variable name changes.
4889         (wl-summary-prefetch-region): Ditto.
4890         (wl-summary-mark-as-read-all): Follow the API changes;
4891         Don't call elmo-folder-replace-marks.
4892         (wl-summary-delete-cache): Follow the variable name changes.
4893         (wl-summary-resume-cache-status): Ditto.
4894         (wl-summary-update-status-marks): New function.
4895         (wl-summary-insert-message): New function.
4896         (wl-summary-sync-marks): Follow the variable name changes.
4897         (wl-summary-sync-update): Synchronize to the msgdb, too;
4898         Changed update messages.
4899         (wl-summary-make-number-list): Rewrite.
4900         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4901         (wl-summary-mark-as-unread): Follow the API changes.
4902         (wl-summary-exec-subr): Follow the variable name changes.
4903         (wl-summary-mark-as-read): Ditto.
4904         (wl-summary-move-spec-plugged-alist): Ditto.
4905         (wl-summary-move-spec-unplugged-alist): Ditto.
4906         (wl-summary-cursor-move-surface): Ditto.
4907
4908         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4909         variable name changes.
4910         (wl-highlight-summary-current-line): Ditto.
4911
4912         * wl-expire.el (wl-expire-refile): Follow the API change in
4913         elmo-folder-move-messages.
4914         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4915         (wl-summary-archive): Use elmo-folder-msgdb instead of
4916         elmo-msgdb-load.
4917
4918 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4919
4920         * wl-mime.el (wl-draft-preview-message): Restore the position
4921         before evaluating wl-draft-send-hook in preview buffer.
4922
4923 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4926         when it creates new draft buffer.
4927
4928         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4929         without argument.
4930
4931         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4932         Evaluate content and if the value is string, insert it.
4933         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4934         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4935         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4936         wl-draft-config-sub-part-bottom): Use it.
4937
4938         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4939         with the folder name. The question was unintelligible when it is
4940         called from wl-save-status.
4941
4942 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4943
4944         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4945         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4946         cannot take second argument).
4947
4948 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4951         as t. Since type and subtype are not case sensitive (RFC 2045).
4952
4953 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-vars.el (wl-message-mode-line-format): New variable.
4956         (wl-message-mode-line-format-spec-alist): Ditto.
4957         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4958         (wl-message-redisplay): Use wl-message-mode-line-format.
4959
4960 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4963
4964 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4965
4966         * wl-summary.el (wl-summary-default-from): Write description.
4967
4968 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-vars.el (wl-ldap-objectclass): Abolish.
4971
4972         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4973         (wl-ldap-make-filter): Removed condition for objectclass.
4974         (wl-ldap-make-matched-value-list): Remove meaningless process.
4975         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4976         (wl-address-ldap-search): Don't add `*' to `pat' string;
4977         use ignore-errors; added `email';
4978         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4979         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4980         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4981
4982
4983 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-draft.el (wl-draft-parent-folder): Write description.
4986         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4987
4988 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4991         as "" (zero-length string) if no parent.
4992         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4993
4994 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-address.el (wl-address-make-completion-list): Skip duplication
4997         checking.
4998         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4999         `append'.
5000
5001 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5002
5003         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5004         instead of `beginning-of-buffer'.
5005
5006 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5009
5010 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5013         Refer wl-message-buffer-name.
5014         (wl-message-wheel-down): Ditto.
5015
5016 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-vars.el (wl-message-buffer-name): New user option.
5019
5020         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5021         directly instead of making alist dinamically.
5022
5023         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5024         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5025         wl-message-buffer-cache-name.
5026         (wl-message-buffer-cache-clean-up): Ditto.
5027
5028         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5029
5030         * Version number is increased to 2.9.15.
5031
5032 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-vars.el (wl-summary-default-view-alist): New user option.
5035
5036         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5037
5038         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5039         while deleting address.
5040         (wl-draft-delete-myself-from-cc): Ditto.
5041
5042         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5043         If optional argument is specified, reverse sort order.
5044
5045         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5046
5047 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-thread.el (wl-thread-insert-message): Return parent number if
5050         exists.
5051         (wl-thread-update-indent-string-region): Use
5052         wl-thread-update-line-on-buffer-sub instead of
5053         wl-thread-update-line-on-buffer.
5054
5055 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5056
5057         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5058         (wl-folder-close-all): Ditto.
5059
5060 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5061
5062         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5063         and mailing-list:.
5064         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5065         value.
5066         (wl-summary-line-list-info): Print mailing-list name even when 
5067         list-number is empty.
5068
5069 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5070
5071         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5072
5073         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5074         (wl-draft-open-file): Ditto.
5075         (wl-draft-random-alphabet): Ditto.
5076
5077         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5078         bindings.
5079
5080 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5083         * wl-vars.el (wl-draft-config-alist): Ditto.
5084
5085 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * Version number is increased to 2.9.14.
5088
5089         * wl.el (wl): Don't set wl-init as nil when error occured while
5090         auto-checking folders.
5091
5092         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5093         `elmo-expand-newtext'.
5094
5095 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5098         `this-command' so that `wl-folder-goto-folder' contained in
5099         `wl-summary-keep-cursor-command' work.
5100
5101 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5104         message buffer displaying state.
5105
5106 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-vars.el (wl-summary-default-view): New variable to specify
5109         default value for `wl-summary-buffer-view' instead of using
5110         set-default.
5111         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5112
5113 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5114
5115         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5116
5117         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5118
5119 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5120
5121         * wl-vars.el (wl-forward-subject-prefix): New variable.
5122         * wl-draft.el (wl-draft-forward): Use it.
5123
5124 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-message.el (wl-message-prev-page): When it is called without
5127         lines argument, scroll down by wl-message-scroll-amount lines.
5128         (wl-message-next-page): Ditto.
5129         * wl-vars.el (wl-message-scroll-amount): Change default value
5130         to preserve current behavior.
5131
5132 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5133
5134         * wl-summary.el (wl-summary-prefetch-msg): Bind
5135         `wl-message-entity' to call `wl-summary-from-function'.
5136
5137 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5138
5139         * wl-message.el (wl-message-buffer-create): Run
5140         wl-message-buffer-created-hook.
5141
5142 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-summary.el (wl-summary-sort-specs): New variable.
5145         (wl-summary-default-sort-spec): Ditto.
5146         (wl-summary-sort): Rewrite.
5147         (wl-summary-sort-by-list-info): New function.
5148
5149 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5150
5151         * wl-summary.el (wl-summary-get-list-info): New function.
5152         (wl-summary-sort): Rewrite.
5153         (wl-summary-line-list-info): Ditto.
5154         (wl-summary-line-list-count): Ditto.
5155         (wl-summary-refile-region): Fixed docstring.
5156
5157 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5160         `wl-folder-entity-hashtb' as completion table.
5161
5162 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5165         only when this command is called interactively; silence the byte-
5166         compiler.
5167
5168 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5169
5170         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5171         active in XEmacs.
5172
5173 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5174
5175         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5176         plural lines.
5177
5178 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5179
5180         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5181         of current line when the cursor is on the header name.
5182         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5183
5184 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5185
5186         * wl-util.el (wl-read-directory-name): Return displayed directory
5187         as the default value also on XEmacs.
5188
5189 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5192         formatting.
5193
5194 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5197         argument and when it is non-nil, check face property before
5198         highlighting for each line.
5199         (wl-highlight-summary-window): Set it.
5200
5201 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5204         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5205
5206         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5207         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5208         (wl-draft-get-fcc-list): Likewise.
5209
5210 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5211
5212         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5213         (wl-thread-entity-cur): Ditto.
5214         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5215         wl-thread-indent-regexp setting.
5216         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5217
5218         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5219         wl-summary-lazy-highlight.
5220         (wl-summary-display-bottom): Ditto.
5221
5222         * wl-thread.el (wl-thread-open-close): Likewise.
5223
5224         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5225         from and subject;
5226         Bind wl-draft-use-frame;
5227         Enclose with save-window-excursion;
5228         Use wl-draft-create-buffer instead of with-temp-buffer;
5229         Use wl-draft-prepare-edit;
5230         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5231         Use wl-draft-send instead of wl-draft-raw-send.
5232
5233 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5236         of using wl-from.
5237
5238 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5241         insert-buffer instead of clone-buffer.
5242         (wl-draft-doing-mime-bcc): New variable.
5243         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5244         infinite loop.
5245         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5246
5247         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5248         (wl-draft-mime-bcc-body): Ditto.
5249
5250         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5251         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5252         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5253         wl-draft-do-mime-bcc.
5254         (wl-draft-mime-bcc-field): New function.
5255         (wl-draft-do-mime-bcc): Ditto.
5256
5257         * wl-address.el (wl-address-complete-header-list): New variable.
5258         (wl-address-complete-header-regexp): Changed default value.
5259
5260         * Version number is increased to 2.9.13.
5261
5262 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5265         it is differed.
5266
5267 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5268
5269         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5270         (wl-summary-line-list-count): Ditto.
5271
5272 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5273
5274         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5275         (wl-nntp-posting-function): New variable.
5276         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5277         `wl-nntp-posting-config-alist'.
5278
5279 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5280
5281         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5282         FLIM.
5283
5284 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5285
5286         * wl-summary.el (wl-summary-target-mark-refile-sub):
5287         Remove a nuisance funcall.
5288
5289 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5290
5291         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5292         as t for `try-completion'.
5293
5294 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * wl-summary.el (wl-summary-default-from): Use
5297         wl-address-header-extract-address instead of
5298         std11-extract-address-components.
5299         (wl-summary-simple-from): Ditto.
5300         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5301         (wl-summary-insert-headers): Show message.
5302         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5303         for whole line.
5304         (wl-summary-default-from): Revert last change.
5305         (wl-summary-simple-from): Ditto.
5306         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5307         (wl-summary-mark-as-read-region): Follow the change above.
5308         (wl-summary-sync-marks): Ditto.
5309         (wl-summary-target-mark-mark-as-read): Ditto.
5310         (wl-summary-redisplay-internal): Ditto.
5311         (wl-summary-redisplay-no-mime-internal): Ditto.
5312         (wl-summary-redisplay-all-header): Ditto.
5313         (wl-summary-mark-as-read): Removed argument `cached';
5314         Use current cache status to set cache mark.
5315         (wl-summary-redisplay-internal): Follow the change above.
5316         (wl-summary-redisplay-no-mime-internal): Ditto.
5317         (wl-summary-redisplay-all-header): Ditto.
5318
5319         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5320
5321         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5322         Don't call itself recursively (Adviced by Yamaoka-san).
5323
5324 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5325
5326         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5327         bind wl-summary-highlight as nil to avoid error caused by missing
5328         local variables.
5329
5330 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-vars.el (wl-invalid-character-message): New user option.
5333
5334         * wl-util.el (wl-set-string-width): If truncated string-width is
5335         larger than specified width, use `wl-invalid-character-message'.
5336
5337 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5338
5339         * wl-summary.el (wl-summary-prefetch-msg): 
5340         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5341
5342 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5343
5344         * wl-vars.el (wl-summary-check-line-format): New user option.
5345         (wl-summary-line-format-file): Ditto.
5346
5347         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5348         variable.
5349         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5350         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5351         and `wl-summary-view-old-p' to check whether do a rescan or not.
5352         (wl-summary-view-old-p): New function.
5353         (wl-summary-line-format-changed-p): Ditto.
5354         (wl-summary-line-format-save): Ditto.
5355         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5356
5357         * wl-util.el (wl-set-string-width): Avoid using negative number
5358         for make-string.
5359
5360 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5361
5362         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5363         return value.
5364
5365         * wl-util.el (wl-set-string-width): Added optional argument
5366         `padding' (All other related portions are changed).
5367         (wl-line-parse-format): If the first letter of column number is
5368         `0', zero-padding the result (ex: "%05l").
5369
5370         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5371
5372 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5375         sequential summary view.
5376
5377 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5380         if it doesn't have a -unix version.
5381
5382 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5385
5386 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5389         content.
5390         (wl-draft): Follow the change above.
5391
5392         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5393
5394         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5395         and wl-folder-summary-line-format-alist contain %T and %P.
5396
5397         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5398         (wl-summary-mode-line-format): New user option.
5399         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5400         (wl-summary-line-format): Changed default value.
5401         (wl-summary-lazy-highlight): Changed default value.
5402
5403         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5404         change in wl-summary-create-line.
5405         (wl-thread-insert-entity-sub): Ditto.
5406
5407         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5408         (wl-summary-buffer-unread-status): Ditto.
5409         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5410         (wl-summary-buffer-persistent-mark-column): Ditto.
5411         (wl-summary-buffer-mode-line-formatter): Ditto.
5412         (wl-summary-buffer-mode-line): Ditto.
5413         (wl-summary-message-regexp): Abolished.
5414         (All other related portions are changed.)
5415         (wl-summary-detect-mark-position): New function.
5416         (wl-summary-buffer-set-folder): Setup
5417         wl-summary-buffer-mode-line-formatter.
5418         (wl-summary-mode): Setup selective-display;
5419         Setup pre-idle-hook when xemacs.
5420         (wl-summary-update-modeline): Rewrite.
5421         (wl-summary-jump-to-msg): Define as function;
5422         Changed regexp for searching messages.
5423         (wl-summary-message-number): Rewrite.
5424         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5425         Do rescan when old type summary cache.
5426         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5427         (wl-summary-remove-destination): Use '\r' to detect EOL.
5428         (wl-summary-print-destination): Ditto.
5429         (wl-summary-temp-mark): New inline function.
5430         (wl-summary-persistent-mark): Ditto.
5431         (wl-summary-line-number): New function.
5432         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5433         (wl-summary-line-list-count): New function.
5434         (wl-summary-create-line): Added argument persistent-mark.
5435         (All other related portions are changed)
5436         (wl-summary-create-line): Insert '\r'.
5437         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5438         (wl-summary-cursor-move-surface): New inline function.
5439         (wl-summary-prev): Use it.
5440         (wl-summary-next): Ditto.
5441
5442         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5443         wl-summary-message-regexp.
5444         (wl-highlight-summary): Delete progress message.
5445         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5446
5447         * Version number is increased to 2.9.12.
5448
5449 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5450
5451         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5452         variable (nil: no minimum).
5453         (wl-summary-line-subject): Add some spaces after subject by
5454         wl-summary-line-subject-minimum-length.
5455
5456 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5457
5458         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5459         and removed `F'.
5460         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5461         change above).
5462
5463 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl-summary.el (wl-summary-line-list-count): Reverted.
5466         (example setting in samples/*/dot.wl is also updated)
5467
5468 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5471
5472         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5473
5474         * wl-vars.el (wl-summary-line-format): Addes some description to the
5475         docstring.
5476
5477         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5478         (wl-summary-line-close-bracket): Ditto.
5479         (wl-summary-line-children-number): Ditto.
5480         (wl-summary-line-thread-indent): Ditto.
5481         (wl-summary-line-children-and-from): Ditto.
5482
5483         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5484         't', 'c', 'F' and added 'C'.
5485
5486         * wl-util.el (wl-set-string-width): Accept negative value.
5487         (wl-line-parse-format): Added "%number(" and "%)".
5488
5489 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490
5491         * wl-summary.el (wl-summary-line-list-count): Change format of the
5492         return value.
5493
5494 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5495
5496         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5497         from the recent message.el.
5498         (wl-draft-point-in-header-p): Ditto.
5499         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5500         wl-draft-beginning-of-line.
5501         * wl-e21.el (wl-draft-mode-map): Ditto.
5502         * wl-xmas.el (wl-draft-mode-map): Ditto.
5503
5504         * wl-folder.el: Sort macrodefs by dependencies.
5505
5506 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5507
5508         * wl-summary.el (wl-summary-prev): Fixed regexp.
5509         (wl-summary-next): Ditto.
5510
5511 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5514
5515 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5516
5517         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5518         for backward compatibility.
5519
5520 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5521
5522         * wl-summary.el (wl-summary-line-list-count): New function, merged
5523         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5524         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5525         list counts.
5526
5527 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-summary.el (wl-summary-create-line): Ignore errors while
5530         timezone-fix-time.
5531
5532         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5533
5534         * wl-summary.el (wl-summary-sync-update): Ditto.
5535         (wl-summary-default-from): Use wl-message-entity
5536         instead of entity.
5537
5538         * wl-summary.el (wl-summary-create-line): Fix.
5539
5540         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5541         (wl-summary-line-format): New user option.
5542         (wl-folder-summary-line-format-alist): Ditto.
5543         (wl-summary-from-width): Abolished.
5544
5545         * wl-util.el (toplevel): Require 'bytecomp.
5546         (wl-line-parse-format): New function.
5547         (wl-line-formatter-setup): New macro.
5548
5549         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5550         (wl-summary-buffer-line-formatter): New buffer local variable.
5551         (wl-summary-switch-to-clone-buffer): Follow the change above.
5552         (wl-summary-message-regexp): Fix.
5553         (wl-summary-from-func-internal): Abolished.
5554         (wl-summary-subject-func-internal): Ditto.
5555         (wl-summary-subject-filter-func-internal): Ditto.
5556         (All other related portions are changed.)
5557         (wl-summary-buffer-set-folder):
5558         Set up wl-summary-buffer-number-column and 
5559         wl-summary-buffer-line-formatter
5560         (All other related portions are changed.)
5561         (wl-summary-buffer-number-column-detect): Abolished.
5562         (All other related portions are changed.)
5563         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5564         (wl-summary-delete-all-temp-marks-on-buffer): Use
5565         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5566         (wl-summary-target-mark-delete): Ditto.
5567         (wl-summary-target-mark-refile-subr): Ditto.
5568         (wl-summary-target-mark-mark-as-read): Ditto.
5569         (wl-summary-target-mark-mark-as-unread): Ditto.
5570         (wl-summary-target-mark-mark-as-important): Ditto.
5571         (wl-summary-target-mark-save): Ditto.
5572         (wl-summary-replace-status-marks): Renamed from
5573         wl-summary-set-status-marks-on-buffer;
5574         Use wl-summary-message-regexp instead of
5575         wl-summary-buffer-number-regexp.
5576         (wl-summary-sync-update): Follow the change above.
5577         (wl-summary-goto-previous-message-beginning): New function.
5578         (wl-summary-mark-as-unread): Use it.
5579         (wl-summary-mark-as-important): Ditto.
5580         (wl-summary-line-formatter): New variable.
5581         (wl-summary-line-year): New function.
5582         (wl-summary-line-day): Ditto.
5583         (wl-summary-line-day-of-week): Ditto.
5584         (wl-summary-line-hour): Ditto.
5585         (wl-summary-line-minute): Ditto.
5586         (wl-summary-line-open-bracket): Ditto.
5587         (wl-summary-line-close-bracket): Ditto.
5588         (wl-summary-line-children-number): Ditto.
5589         (wl-summary-line-thread-indent): Ditto.
5590         (wl-summary-line-size): Ditto.
5591         (wl-summary-line-subject): Ditto.
5592         (wl-summary-line-from): Ditto.
5593         (wl-summary-line-children-and-from): Ditto.
5594         (wl-summary-create-line): Rewritten.
5595         (wl-summary-format-date): Abolished.
5596
5597         * wl-highlight.el (wl-highlight-summary-current-line): Use
5598         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5599         Use thread structure to detect thread top message.
5600
5601         * wl-draft.el (wl-default-draft-cite): Don't use
5602         wl-summary-from-func-internal.
5603
5604         * wl-refile.el (wl-refile-subject-learn): Don't use
5605         wl-summary-subject-filter-func-internal.
5606         (wl-refile-guess-by-subject): Ditto.
5607
5608         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5609         parameters.
5610
5611         * wl-thread.el (wl-thread-update-indent-string-region):
5612         Use wl-thread-update-line-on-buffer instead of
5613         wl-thread-update-indent-string.
5614         (wl-thread-update-children-number): Redefine using
5615         wl-thread-update-line-on-buffer.
5616         (wl-thread-update-indent-string): Abolished.
5617
5618         * Version number is increased to 2.9.11.
5619
5620 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5623         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5624         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5625
5626         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5627         as nil.
5628
5629         * wl-thread.el (wl-thread-open-all-unread): Use 
5630         elmo-folder-list-messages-mark-match.
5631         (wl-thread-insert-message): Removed argument `mark-alist'.
5632         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5633         elmo-msgdb-set-mark.
5634         (wl-thread-get-children-msgs-uncached): Likewise.
5635         (wl-thread-get-exist-children): Added argument include-self.
5636         (wl-thread-delete-message): Follow the change above.
5637
5638         * wl-summary.el (wl-summary-count-unread): Removed argument.
5639         (wl-summary-rescan): Follow the change above.
5640         (wl-summary-mark-as-read-region): Ditto
5641         (wl-summary-mark-as-unread-region): Ditto.
5642         (wl-summary-delete-messages-on-buffer): Ditto.
5643         (wl-summary-sync-update): Ditto.
5644         (wl-summary-switch-to-clone-buffer): Ditto.
5645         (wl-summary-goto-folder-subr): Ditto.
5646         (wl-summary-target-mark-mark-as-read): Ditto.
5647         (wl-summary-target-mark-mark-as-unread): Ditto.
5648         (wl-summary-target-mark-mark-as-important): Ditto.
5649         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5650         (wl-summary-update-thread): Removed argument `mark-alist'.
5651         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5652         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5653         (wl-summary-resume-cache-status): Likewise.
5654         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5655         elmo-msgdb-set-mark.
5656         (wl-summary-mark-as-read-all): Likewise.
5657         (wl-summary-delete-cache): Ditto.
5658         (wl-summary-auto-select-msg-p): Ditto.
5659         (wl-summary-mark-as-unread): Ditto.
5660         (wl-summary-no-auto-refile-message-p): Ditto.
5661         (wl-summary-mark-as-read): Ditto.
5662         (wl-summary-mark-as-important): Ditto.
5663         (wl-summary-auto-refile): Follow the change above.
5664         (wl-summary-delete-all-marks): Removed.
5665         (wl-summary-resume-marks-and-highlight): Ditto.
5666         (wl-summary-resume-marks): Ditto.
5667         (wl-summary-delete-important-msgs-from-list): Ditto.
5668         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5669
5670         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5671         wl-summary-count-unread.
5672
5673         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5674         (wl-summary-score-update-all-lines): Use
5675         elmo-msgdb-set-mark.
5676
5677 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5680         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5681         (wl-summary-create-line): Renamed from
5682         wl-summary-overview-create-summary-line;
5683         Argument rearrangement.
5684         (wl-summary-update-thread): Follow the change above.
5685
5686         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5687         (wl-thread-insert-entity-sub): Likewise.
5688
5689         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5690         argument `overview', `mark-alist' and added `msgdb'.
5691
5692         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5693
5694         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5695         (wl-summary-rescan): Follow the change above.
5696         (wl-summary-sync-update): Ditto.
5697         (wl-summary-insert-thread-entity): Ditto;
5698         Don't use `let*' in every while loop;
5699         Detect infinite loop of threads.
5700         (wl-summary-update-thread): Removed argument `overview'.
5701
5702         * wl-thread.el (wl-thread-insert-message): Ditto.
5703
5704         * Version number is increased to 2.9.10.
5705
5706         * wl-message.el (wl-message-redisplay): Ignore errors while
5707         wl-message-redisplay-hook.
5708
5709 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5710
5711         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5712
5713 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl.el (wl): inhibit-quit while wl-folder.
5716
5717 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5720         while msgdb access.
5721
5722 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5723
5724         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5725         even if no folder is not created.
5726
5727 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5728
5729         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5730
5731         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5732         implementation.
5733         (wl-summary-target-mark-thread): Ditto.
5734
5735         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5736
5737 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5738
5739         * wl-util.el (wl-display-bytes): Remove unused function.
5740
5741 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5744         seems critical one (partially reverse the change in 2002/03/17).
5745
5746 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5749         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5750
5751 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5752
5753         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5754         is not writable.
5755         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5756         plugged status instead of `'force' as 2nd argument.
5757
5758         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5759         is not creatable.
5760
5761         * Version number is increased to 2.9.9.
5762
5763 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-summary.el (wl-summary-suspend): New function.
5766
5767 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl.el (wl): Do not check variables if check is nil.
5770         * wl-utils.el (wl-collect-draft): New function.
5771         * wl-folder.el (wl-folder-suspend): Put summary buffers
5772         and draft buffers at the end of buffer list.
5773         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5774
5775 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5776
5777         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5778         loop instead of recursive call.
5779
5780         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5781         2nd argument.
5782
5783 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5784
5785         * wl-draft.el (wl-draft-create-contents): Don't take neither
5786         (function . args) nor (string . something) any more.
5787
5788         * wl-version.el (wl-generate-user-agent-string): Return string
5789         without header symbol.
5790         * wl-draft.el (wl-draft-default-headers): Use it.
5791
5792         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5793         `wl-draft-insert-ccs' and return field value instead of inserting
5794         the header. Abolish cc argument.
5795         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5796
5797         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5798         rather than one with string car.
5799
5800         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5801         * wl-draft.el (wl-draft-create-contents): Add it after the default
5802         headers.
5803
5804         * wl-draft.el (wl-draft-create-contents): For the case of
5805         (symbol-or-string . function) insert header only when the function
5806         returns string value.
5807
5808 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5809
5810         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5811         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5812
5813 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5814
5815         * wl.el (wl-check-environment): Don't check Message-ID when
5816         `wl-insert-message-id' is nil.
5817         Revive checking if `wl-message-id-domain' contains "@".
5818
5819 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl.el (wl-check-environment): Merge examination for "@" at
5822         inappropriate position into the first string-match.
5823
5824         * wl-summary.el (wl-summary-target-mark-print): New function.
5825         (wl-summary-pipe-message-subr): Extracted from
5826         `wl-summary-pipe-message'.
5827         (wl-summary-target-mark-pipe): New function.
5828         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5829         `wl-summary-target-mark-pipe'.
5830
5831 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5832
5833         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5834
5835 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl.el (wl-check-environment): Use elmo-warning instead of
5838         error for non-critical ones.
5839         Remove trash folder check.
5840         (wl): Don't ignore error in wl-check-environment.
5841
5842         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5843         check, which is moved from `wl-check-environment'.
5844         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5845
5846 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5847
5848         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5849         guess anything, call wl-summary-write.
5850         (wl-summary-write): Create draft with blank To field.
5851         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5852
5853 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5856         argument full as well for wl-folder-write-current-folder.
5857         If wl-*-write-current-folder cannot guess addressee, add blank
5858         To header.
5859         Rewrite condition for positioning cursor.
5860
5861 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5862
5863         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5864         summary buffer is present, use it.
5865         (wl-folder-jump-to-previous-summary): Ditto.
5866
5867 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5870
5871         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5872         wl-summary-previous-buffer and wl-summary-next-buffer.
5873
5874         * wl-folder.el (wl-folder-mode-map): Bind
5875         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5876         (wl-folder-jump-to-next-summary): New function.
5877         (wl-folder-jump-to-previous-summary): Ditto.
5878
5879         * wl-draft.el (wl-draft): Rearranged.
5880
5881 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5882
5883         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5884         of header.
5885         (wl-draft): Collect arguments for the header as header-alist.
5886         (wl-draft-forward): Arrange arguments for wl-draft.
5887         (wl-draft-reply): Ditto.
5888         (wl-draft-edit-string): Ditto.
5889         * wl-summary.el (wl-summary-write): Ditto.
5890         (wl-summary-write-current-folder): Ditto.
5891
5892         * Version number is increased to 2.9.8.
5893
5894 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5895
5896         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5897
5898         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5899
5900         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5901         even if the guess failed.
5902
5903         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5904         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5905         wl-summary-write-current-folder.
5906         * wl-xmas.el: Ditto.
5907
5908 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-summary.el (wl-summary-next-page): Force display message if
5911         message is not displayed yet.
5912         (wl-summary-prev-page): Ditto.
5913
5914 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5915
5916         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5917
5918 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5919
5920         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5921         add "Preview Message" and "Save Draft and Exit".
5922
5923 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5924
5925         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5926         if addrmgr is called from draft in splitted window.
5927
5928         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5929         * wl-mule.el: Ditto.
5930         * wl-xmas.el: Ditto.
5931
5932 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5933
5934         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5935
5936         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5937         * wl-xmas.el (wl-folder-toolbar): Ditto.
5938
5939 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5942         and wl-draft-save-and-exit.
5943         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5944         * wl-xmas.el: Ditto.
5945         * wl-mule.el: Ditto.
5946
5947         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5948         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5949
5950 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5951
5952         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5953         lists for saving buffer.
5954
5955 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5956
5957         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5958         parent-folder argument instead of it.
5959         (wl-draft-create-buffer): Ditto.
5960         (wl-draft-forward): Ditto.
5961         (wl-draft-reply): Ditto.
5962         * wl-summary.el (wl-summary-write): Ditto.
5963         (wl-summary-write-current-folder): Ditto.
5964
5965         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5966         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5967         Folder buffer after composing.
5968
5969 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5972         header if the file `wl-x-face-file' already contains it.
5973
5974 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5975
5976         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5977         folder" entry.
5978         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5979         * wl-e21.el (wl-folder-toolbar): Ditto.
5980         * wl-xmas.el (wl-folder-toolbar): Ditto.
5981
5982 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5983
5984         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5985         wl-folder-goto-folder with sticky argument.
5986         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5987
5988 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5991         and wl-summary-previous-buffer.
5992         (wl-summary-next-buffer): New function.
5993         (wl-summary-previous-buffer): Ditto.
5994
5995 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5998         wl-folder-jump-to-current-entity-with-arg.
5999         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6000         `wl-folder-jump-to-current-entity'.
6001         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6002         `wl-summary-goto-folder-sticky'.
6003         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6004         `wl-summary-goto-folder'.
6005         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6006         Unless force-exit, do not clean temp. marks for sticky summary.
6007         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6008
6009 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6012         not entire.
6013
6014 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6017         to `C-x C-s'.
6018         (wl-summary-save-status): New command.
6019         (wl-summary-exit): Don't clean-up temp marks when sticky.
6020         (Applied patch from Nakayama-san [wl: 09548])
6021         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6022         Do nothing when no mark data.
6023         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6024         Call `wl-summary-delete-all-temp-marks' before saving.
6025
6026 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6027
6028         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6029
6030 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl.el (wl-check-environment): Also cause error when (system-name)
6033         returns "localhost.localdomain". (Although it doesn't affect because
6034         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6035
6036 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6037
6038         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6039         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6040
6041         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6042         value.
6043
6044 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6047         Likewise r-cc-list and r-ng-list.
6048
6049 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6052         only if it is bound as variable.
6053
6054         * wl-mime.el (wl-draft-preview-message): Ditto.
6055
6056 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6059         needless `goto-char'.
6060
6061         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6062         `wl-summary-redisplay-no-mime-internal' instead of
6063         `wl-summary-redisplay-no-mime'.
6064         (wl-summary-redisplay-no-mime): Changed argument;
6065         Call `wl-summary-redisplay-no-mime-internal'.
6066
6067         * wl-mime.el (wl-draft-preview-message): Bind
6068         `mime-header-encode-method-alist' locally.
6069
6070         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6071         (wl-draft-std11-parse-addresses): Added the first address check.
6072         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6073
6074         * Version number is increased to 2.9.7.
6075
6076 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6077
6078         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6079
6080 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6081
6082         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6083         related to scrollbar support, if there is no such a feature
6084         compiled in.
6085
6086 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6087
6088         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6089         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6090         for prefetch.
6091
6092 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-summary.el (wl-summary-pick): Fix for no match.
6095
6096 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-draft.el (wl-draft-save):
6099         Override `mime-header-encode-method-alist'.
6100
6101 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * wl-folder.el (wl-folder-pick): New function.
6104         Define key as "?".
6105
6106 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6107
6108         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6109         Fix for unplugged.
6110
6111 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * wl-folder.el (wl-folder-virtual): New function.
6114         Define key as "V".
6115
6116 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6119         multi folder if entity is group.
6120
6121 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6122
6123         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6124         is nil.
6125
6126 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6129         (wl-summary-target-mark-msgs): Return the number of marked messages.
6130
6131 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6132
6133         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6134         "first:" is specified.
6135
6136 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6137
6138         * wl-vars.el (wl-from): Use return value of function
6139         user-full-name instead of the variable user-full-name since
6140         XEmacs-20.4 doesn't set this variable.
6141
6142 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6143
6144         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6145         call `wl' directly.
6146
6147 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6148
6149         * wl-draft.el (wl-draft-reedit): Removed duplicated
6150         switch-to-buffers.
6151
6152 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * wl.el (wl-other-frame): Removed garbages.
6155
6156 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6159
6160         * wl-xmas.el (wl-draft-key-setup): Ditto.
6161
6162         * wl-mule.el (wl-draft-key-setup): Ditto.
6163
6164         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6165         (wl-draft-reedit): Ditto.
6166         (wl-draft-prepare-edit): Add `wl-draft-save' to
6167         `local-write-file-hooks'.
6168         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6169         (wl-draft-reedit): Set buffer-file-name.
6170         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6171
6172
6173         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6174         call it.
6175         (wl-delete-startup-frame-function): New variable.
6176         (wl-other-frame): New function
6177         (Original was written by Yamaoka san [wl: 09239]).
6178
6179         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6180         if `wl-folder-use-frame'.
6181
6182 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6183
6184         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6185
6186 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6187
6188         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6189         New variable.
6190         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6191         (wl-message-buffer-prefetch-get-next): Use them.
6192         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6193
6194 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6197         with unwind-protect.
6198
6199         * wl-draft.el (wl-draft-reedit): Rewrite.
6200         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6201         (wl-draft-save): Insert header separator if it does not exist;
6202         Removed condition-case.
6203
6204         * wl-summary.el (wl-summary-reedit): Revert last change.
6205
6206         * wl-draft.el (wl-draft-save): Rewrite.
6207         (wl-draft-create-buffer): Set buffer-file-name as nil.
6208
6209         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6210
6211         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6212
6213         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6214         nil.
6215
6216 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6217
6218         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6219         If count is nil, do not prefetch.
6220         (wl-message-buffer-prefetch-next): Next.
6221
6222 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6223
6224         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6225
6226 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6227
6228         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6229         `delete-backward-char'
6230         (wl-draft-prepare-edit): Check major-mode.
6231         (wl-draft-decode-header): Rewrite.
6232         (wl-draft): Fix.
6233
6234 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6237
6238 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6241         (wl-message-buffer-prefetch-get-next): Remove size checking.
6242         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6243
6244 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6247         (wl-draft-default-headers): Fix.
6248
6249 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6250
6251         * wl-draft.el (wl-draft-default-headers): Insert return value of
6252         `wl-generate-mailer-string-function'.
6253
6254 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6257         (wl-draft-insert-mail-header-separator): Ditto.
6258
6259         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6260         again (Reverted the change on 2002-01-17 by OKADA san).
6261
6262 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-draft.el (wl-draft): Rewrite.
6265         (wl-draft-create-buffer): New function.
6266         (wl-draft-create-contents): Ditto.
6267         (wl-draft-prepare-edit): Ditto.
6268         (wl-draft-decode-header): Ditto.
6269         (wl-draft-decode-body): Ditto.
6270         (wl-draft-check-new-line): Ditto.
6271         (wl-draft-default-headers): Ditto.
6272         (wl-draft-insert-mail-header-separator): Ditto.
6273
6274 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * Version number is increased to 2.9.6.
6277
6278 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-draft.el (wl-draft-delete-field): Optional argument.
6281         (wl-draft-delete-fields): Ditto.
6282
6283 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-message.el (toplevel): Eliminated byte-compile warning.
6286         for `itimer-function', `delete-timer' and `itimer-list'.
6287
6288 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6291         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6292         `wl-message-buffer-prefetch-threshold'.
6293         * wl-summary.el (wl-summary-redisplay-internal): Remove
6294         the check of `wl-message-buffer-prefetch-depth'.
6295
6296 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6299         size of article.
6300         (wl-message-buffer-prefetch-subr): Remove size check.
6301
6302 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl-vars.el (wl-plugged): Make customizable.
6305
6306 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6307
6308         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6309         (wl-message-buffer-prefetch-set-timer): New function.
6310         (wl-message-buffer-prefetch-get-next): New function.
6311         (wl-message-buffer-prefetch): New function.
6312         (wl-message-buffer-prefetch-next): Rewrite.
6313         (wl-message-buffer-prefetch-subr): Rewrite.
6314         * wl-vars.el (wl-auto-prefetch-first): New variable.
6315         * wl-summary.el (wl-summary-goto-folder-subr): Call
6316         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6317
6318 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6319
6320         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6321         `wl-summary-unread-message-hook'.
6322
6323 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6324
6325         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6326         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6327         if range is `cache-status'.
6328
6329 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl-message.el (wl-message-buffer-prefetch-subr):
6332         Improve debug message.
6333
6334 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6335
6336         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6337         `wl-mail-send-pre-hook'.
6338         (wl-draft-send-mail-with-qmail): Ditto.
6339         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6340
6341 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-message.el (wl-message-buffer-prefetch-subr):
6344         Fix for cancel-function-timers bug.
6345         (wl-message-buffer-prefetch-debug): Default value is t.
6346
6347 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6350         (wl-message-buffer-prefetch-subr): Rewrite.
6351         Rename from `wl-message-buffer-prefetch'.
6352
6353 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6354
6355         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6356         (wl-default-draft-cite-decorate-author): Ditto.
6357
6358         * wl-draft.el (wl-draft-cite-function): Removed.
6359         (wl-default-draft-cite-decorate-author): Ditto.
6360
6361 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6362
6363         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6364         (wl-default-draft-cite): Do not arrange author name if the value of
6365         `wl-default-draft-cite-decorate-author' is nil.
6366
6367 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6368
6369         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6370
6371         * wl-folder.el (wl-folder-check-one-entity): Don't care
6372         `elmo-folder-use-flag-p'.
6373
6374 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-folder (wl-folder-check-one-entity): Fix
6377         problem if unread is nil.
6378
6379 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-address.el (wl-address-make-completion-list): Check whether
6382         the address is a group list.
6383         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6384
6385 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6386
6387         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6388         The number of the messages of new and unread does not count
6389         correctly.
6390
6391         * wl-summary.el (wl-summary-count-unread): Changed to return
6392         `(new . unread)' instead of total.
6393         (wl-summary-sync-update): Follow the change above.
6394
6395         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6396
6397 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6398
6399         * wl-address.el (wl-address-make-completion-list): Do not enclose
6400         address by " <" and ">" if associated realname is "".
6401         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6402         This is against the promblem with group list in .addresses pointed
6403         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6404
6405 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6408         message is a format control string.
6409         * wl-expire.el (wl-expire-append-log): Ditto.
6410         * wl-mime.el (wl-summary-burst-subr): Ditto.
6411         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6412         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6413
6414 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6417         wl.el (wl-check-variables): Rename from `wl-check-type'.
6418         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6419         (wl-check-variables-2): New function.
6420         (wl): Call `wl-check-variables-2'.
6421
6422 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6425         after renaming folder in access group.
6426
6427 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6428
6429         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6430         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6431         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6432         (wl-message-buffer-prefetch): Rewrite.
6433         (wl-message-buffer-prefetch-idle-time): Removed.
6434         * wl-summary.el (wl-summary-redisplay-internal):
6435         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6436         Error check for `wl-message-buffer-prefetch-depht'.
6437
6438 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6439
6440         * Version number is increased to 2.9.5.
6441         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6442
6443 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6446         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6447         Based on the patch written by
6448         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6449
6450 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-draft.el (wl-draft-raw-send): Fix for
6453         `wl-news-send-pre-hook'
6454
6455 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * wl-utils.el (wl-message-id-function): New variable.
6458         * wl-draft.el (wl-draft-insert-required-fields):
6459         Use `wl-message-id-function'.
6460
6461 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6464         * wl-utils.el (wl-draft-make-message-id-string):
6465         Use `wl-from' for domain part of Message-ID
6466         if `wl-message-id-use-wl-from' if non-nil.
6467         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6468
6469 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6470
6471         * wl.el (wl): Call `wl-check-type'
6472         Do not 'condition-case'.
6473
6474 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl.el (wl-check-type): New function.
6477         (wl-check-type-variables): New variable.
6478
6479 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6482
6483 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * wl-draft.el (wl-smtp-password-key): New function.
6486         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6487         (wl-draft-send-mail-with-smtp): Ditto.
6488         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6489
6490 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6493         * wl-utils.el (wl-unique-id-suffix): Remove.
6494
6495 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * Version number is increased to 2.9.4.
6498
6499 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-utils.el (wl-unique-id-suffix): New variable.
6502         (wl-unique-id): Use `wl-unique-id-suffix'
6503
6504 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6505
6506         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6507         instead of `elmo-msgdb-search'.
6508
6509         * Version number is increased to 2.9.3.
6510
6511 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6512
6513         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6514
6515 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6518         (wl-draft-dispatch-message): Changed for send-later.
6519         (wl-draft-queue-flush): Ditto.
6520         (wl-draft): Clear `wl-sent-message-queued'.
6521         (wl-draft-reedit): Ditto.
6522         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6523         * wl-vars.el (wl-draft-force-queuing): New variable.
6524         (wl-draft-force-queuing-mail): New variable.
6525         (wl-draft-force-queuing-news): New variable.
6526
6527 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6530         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6531
6532 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6533
6534         * Version number is increased to 2.9.2.
6535
6536 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * wl-draft.el (wl-draft-elide-region): New user command.
6539         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6540
6541         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6542         command `wl-draft-elide-region'.
6543         * wl-mule.el: Ditto.
6544         * wl-xmas.el: Ditto.
6545
6546 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6549         (wl-biff-check-folder-async): Removed needless let.
6550
6551 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6554         wl-folder-get-elmo-folder.
6555         (wl-biff-check-folder): Set `biff' argument of
6556         `wl-folder-check-one-entity'.
6557         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6558
6559         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6560         (wl-folder-check-one-entity): Added `biff' argument;
6561         Setup `biff' slot of folder.
6562
6563         * Version number is increased to 2.9.1.
6564
6565 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6568         comment out and fixed.
6569         (wl-fldmgr-add-completion-subr): Ditto.
6570
6571         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6572         and msgdb.
6573
6574         * wl.el (wl-toggle-plugged): Save summary view.
6575
6576 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6579
6580 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6581
6582         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6583
6584 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6587         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6588         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6589
6590         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6591         if it was failed.
6592         (wl-demo): Disable undo in the demo buffer.
6593
6594 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6595
6596         * wl-version.el (wl-version): Changed codename.
6597
6598         * Version number is increased to 2.9.0.
6599
6600 2001-12-14  Takuo KITAME <kitame@northeye.org>
6601
6602         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6603         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6604         (wl-folder-mark-as-read-all-current-entity): Ditto.
6605
6606 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-vars.el (wl-from-width): Define as obsolete variable.
6609         (wl-subject-length-limit): Ditto.
6610
6611         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6612
6613         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6614         wl-summary-save-view.
6615
6616         * wl.el (wl-save-status): Ditto.
6617         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6618
6619         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6620         (wl-summary-exit): Follow the change above.
6621         (wl-summary-goto-folder-subr): Ditto.
6622
6623         * wl-folder.el (wl-folder-create-subr): Don't use
6624         `elmo-folder-creatable-p'.
6625
6626 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6627
6628         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6629
6630 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6633         rather than bitmap on Emacs 21.
6634         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6635         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6636         for xbm if the new redisplay engine is not available.
6637
6638 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-folder.el (wl-folder-init-hook): New hook.
6641         (wl-folder-init): Run `wl-folder-init-hook'.
6642
6643 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6646
6647 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6648
6649         * wl-acap.el (wl-acap-cache-filename): New variable.
6650         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6651         (wl-acap-init): Use cache if no ACAP server found.
6652
6653 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6654
6655         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6656         `wl-acap-original-msgdb-dir'.
6657
6658         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6659         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6660
6661         * wl-mime.el (wl-mime-save-directory): Renamed from
6662         `wl-mime-save-dir'.
6663
6664 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6667
6668         * wl-demo.el: Require `path-util'.
6669         (wl-demo-bitmap-mule-available-p): New internal variable.
6670         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6671         `module-installed-p' instead.
6672         (wl-demo-insert-image): Use *.img file for a bitmap image.
6673         (wl-demo): Don't call the ascii demo recursively.
6674
6675 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6676
6677         * Version number is increased to 2.7.7.
6678
6679 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6680
6681         * wl.el (wl-exit): Eliminated byte-compile warning.
6682
6683 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6684
6685         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6686         obsolete variable using `elmo-define-obsolete-variable'.
6687         (wl-fetch-confirm-threshold): Ditto.
6688         (wl-cache-prefetch-folder-type-list): Ditto.
6689         (wl-cache-prefetch-folder-list): Ditto.
6690
6691 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6694         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6695         (wl-demo-insert-image): New function.
6696         (wl-demo-insert-text): New function.
6697         (wl-demo-image-type-alist): Redefine as a function.
6698         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6699         (wl-demo-with-temp-file-buffer): Removed.
6700         (wl-logo-xpm): Removed.
6701         (wl-logo-xbm): Removed.
6702         (wl-logo-bitmap): Removed.
6703
6704 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6705
6706         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6707         (wl-expire-localdir-get-folder-function): New user option.
6708         (wl-expire-localdir-get-folder): New function.
6709         (wl-expire-localdir-date): Ditto.
6710
6711 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6712
6713         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6714         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6715         Fixed unread number mismatch when all-unread < unread.
6716
6717 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6720         (wl-fetch-confirm-threshold): Ditto.
6721
6722         * wl-summary.el (wl-summary-confirm-appends): Removed.
6723         (wl-summary-sync-update): Don't refer
6724         `wl-summary-update-confirm-threshold' (It is now abolished).
6725
6726         * wl-message.el (wl-message-display-internal): Don't refer
6727         `wl-fetch-confirm-threshold' (It is now abolished).
6728
6729 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6732
6733 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6734
6735         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6736         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6737         Change default value to nil.
6738         (wl-summary-indent-length-limit): The value can be nil, nil means
6739         unlimited.
6740
6741         * wl-summary.el: Don't set limit for indent length if the value of
6742         wl-summary-indent-length-limit is nil.
6743         If the value of wl-summary-width is nil, it means only that the width
6744         of summary is unlimited (nil doesn't mean that the indent length is
6745         unlimited).
6746
6747         * wl-thread.el: Ditto.
6748
6749 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6750
6751         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6752         be nil, nil means never confirm.
6753         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6754
6755 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6758         means unlimited).
6759
6760 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6763         Use `with-temp-buffer'.
6764
6765 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6768         with new backquote style).
6769         (wl-folder-get-entity-from-buffer): Ditto.
6770
6771 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6772
6773         * wl-version.el (nemacs-version): Eliminated.
6774         (wl-extended-emacs-version2): Ignore nemacs.
6775         (wl-extended-emacs-version3): Ditto.
6776
6777 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6778
6779         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6780         (wl-draft-add-in-reply-to): New variable.
6781         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6782         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6783         (wl-draft-yank-from-mail-reply-buffer): Use
6784         `wl-draft-add-in-reply-to'.
6785         (wl-draft-insert-current-message): Ditto.
6786
6787 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6788
6789         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6790         typo (kill->hide).
6791         (wl-message-buffer-prefetch-folder-type-list): Added elements
6792         `mark' and `cache' instead of `internal'.
6793
6794 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6797         resume msgdb directory.
6798
6799 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl.el (wl-exit): Call `wl-acap-exit'.
6802
6803         * wl-summary.el (wl-summary-message-string): New function.
6804         (wl-summary-reedit): Use it.
6805         (wl-summary-resend-bounced-mail): Remove needless let.
6806         (wl-summary-supersedes-message): Ditto.
6807         (wl-summary-save): Ditto.
6808
6809         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6810         (wl-acap-init): Set it.
6811         (wl-acap-exit): New function.
6812
6813 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6814
6815         * wl.el (wl-init): Revert (require 'mime-setup). move from
6816         toplevel.
6817
6818 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6819
6820         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6821         local variables.  Add error when guess function return invalid
6822         value.
6823
6824 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6825
6826         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6827         Change local variable name.
6828         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6829         (wl-folder-get-newsgroups): Return nil when non-news folder.
6830         * wl-summary.el (wl-summary-write-current-folder): State through
6831         when guess-list return nil.
6832         (wl-summary-write-current-folder-functions): Fixed docstring.
6833
6834         * wl.el (wl-exit): Changed confirm message.
6835
6836         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6837         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6838
6839         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6840
6841 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6842
6843         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6844         user option (Renamed from wl-cache-prefetch-folder-type-list).
6845         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6846         from wl-cache-prefetch-folder-list).
6847
6848         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6849         Move to wl-vars.el.
6850         (wl-message-buffer-prefetch-p): Changed to enable
6851         `wl-message-buffer-prefetch-folder-list'.
6852
6853         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6854         `ignore-cache'.
6855
6856 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6857
6858         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6859         `part-top' and `part-bottom'.
6860         (wl-draft-config-sub-part-top): New function.
6861         (wl-draft-config-sub-part-bottom): New function.
6862
6863 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6864
6865         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6866
6867 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6868
6869         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6870
6871 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6872
6873         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6874
6875         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6876         (wl-summary-write-current-folder): Ditto.
6877
6878 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-folder.el (wl-folder-get-newsgroups): Use
6881         `elmo-folder-newsgroups'.
6882
6883 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6884
6885         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6886         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6887         `wl-draft-config-sub-header-bottom'.
6888
6889 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6890
6891         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6892         localnews folder.
6893
6894 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6895
6896         * wl-summary.el (wl-summary-mode): Undo last change.
6897
6898         * wl-folder.el (wl-folder-mode): Ditto.
6899
6900 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6901
6902         * wl-summary.el (wl-summary-mode): Locally set
6903         truncate-partial-window-width to nil.
6904         (for XEmacs)
6905
6906         * wl-folder.el (wl-folder-mode): Ditto.
6907
6908 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6911
6912 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6915         number.
6916
6917         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6918
6919         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6920
6921         * Version number is increased to 2.7.6.
6922
6923 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6926
6927 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-summary.el (wl-summary-sync-update): Enclose network
6930         related portion with `unwind-protect'.
6931
6932 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6933
6934         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6935
6936 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6939         element.
6940         * wl-vars.el (wl-message-body-button-alist): Ditto.
6941
6942         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6943         max match length.
6944         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6945
6946         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6947         for the max match length;
6948         Use 4th element value for the button string regexp group.
6949
6950         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6951         candidate exists, prompt to select.
6952
6953 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6954
6955         * wl-summary.el (wl-summary-jump-to-msg): Search before
6956         calibration point by `beginning-of-line'.
6957
6958 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6959
6960         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6961         for access group.
6962
6963 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-message.el (wl-message-display-internal): Bind
6966         `default-mime-charset'.
6967
6968         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6969
6970         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6971
6972         * Version number is increased to 2.7.5.
6973
6974 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6975
6976         * wl-expire.el (wl-summary-archive): Fixed;
6977         Use `elmo-folder-name-internal'.
6978
6979 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6980
6981         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6982         from `elmo-folder-move-messages' caller.
6983         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6984
6985         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6986         related portions are changed).
6987
6988 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6989
6990         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6991         counter.
6992
6993 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6994
6995         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6996         buffer local and set it to nil.
6997
6998         * wl-message.el (wl-message-redisplay): Ditto.
6999
7000 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7001
7002         * wl-summary.el (wl-summary-mark-as-important): If message is
7003         already cached, set messag as read, otherwise encache and mark as read.
7004
7005 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7006
7007         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7008         point-min.
7009
7010 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7013         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7014         a keymap.
7015
7016 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7019         parent.
7020
7021         * wl-mule.el (wl-message-define-keymap): Ditto.
7022
7023         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7024
7025         * wl-xmas.el (wl-message-display-internal-hook): Define.
7026         (wl-xmas-setup-message-toolbar): Define as function.
7027         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7028         (wl-message-overload-functions): Abolished.
7029         (wl-message-define-keymap): New function.
7030
7031         * wl-vars.el (wl-message-display-internal-hook): New variable.
7032         (wl-message-header-button-alist): New variable (Renamed from
7033         wl-highlight-message-header-button-alist).
7034         (wl-message-body-button-alist): Ditto.
7035
7036         * wl-mule.el (wl-message-define-keymap): New function.
7037         (wl-message-overload-functions): Abolished.
7038
7039         * wl-message.el (wl-message-add-buttons-to-body): New function.
7040         (wl-message-redisplay): Don't call wl-message-overload-functions;
7041         Call wl-message-add-buttons-to-header and
7042         wl-message-add-buttons-to-body.
7043         (wl-message-display-internal): Set keymap argument for
7044         elmo-mime-display-as-is, elmo-mime-message-display;
7045         Run wl-message-display-internal-hook.
7046         (wl-message-refer-article-or-url): Abolished.
7047
7048         * wl-highlight.el (wl-highlight-headers): Don't call
7049         wl-highlight-message-add-buttons-to-header.
7050         (wl-highlight-message-add-buttons-to-header): Abolished.
7051
7052
7053         * wl-e21.el (wl-message-display-internal-hook): Define.
7054         (wl-e21-setup-toolbar): Deleted duplicated binding.
7055         (wl-e21-setup-message-toolbar): Define as function.
7056         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7057         (wl-message-define-keymap): New function.
7058         (wl-message-overload-functions): Abolished.
7059
7060 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7061
7062         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7063         and elmo-folder-close.
7064
7065         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7066
7067 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7070         boolean value.
7071         * wl-draft.el (wl-draft-do-fcc): Ditto.
7072
7073 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7074
7075         * wl-vars.el (wl-fcc-force-as-read): New variable.
7076         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7077         mark copied message as read.
7078
7079 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7080
7081         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7082
7083 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7084
7085         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7086         `wl-summary-target-above' instead of obsolete variable
7087         `wl-summary-temp-above'.
7088
7089         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7090         instead of `make-obsolete-variable'.
7091         * wl-refile.el (toplevel): Ditto.
7092
7093 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7096         with third argument t.
7097         (wl-draft): Set first argument for wl-plugged-init as t.
7098
7099         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7100         definition.
7101
7102 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7103
7104         * wl-vars.el: Tabify.
7105         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7106
7107         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7108         message.
7109
7110 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7111
7112         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7113         and set default to beep.
7114
7115 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7116
7117         * wl-vars.el (wl-draft-truncate-lines): New variable.
7118
7119         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7120         instead of wl-message-truncate-lines for truncate-lines.
7121
7122 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-message.el (wl-message-display-internal): Call
7125         `wl-highlight-message' after `elmo-mime-display-as-is'.
7126
7127         * wl-mime.el (wl-mime-display-text/plain): New function.
7128         (wl-mime-display-header): Ditto.
7129         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7130         body-presentation-method for text/plain;
7131         Register `wl-mime-display-header' as a header-presentation-method;
7132         Don't set up `elmo-message-text-content-inserted-hook' and
7133         `elmo-message-header-inserted-hook'.
7134
7135         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7136         variable.
7137         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7138         as t if flag is 'all-header;
7139         Don't bind `elmo-message-ignored-field-list',
7140         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7141
7142 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7145         for xemacs with non-mule environment.
7146
7147 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7148
7149         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7150         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7151         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7152
7153 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7154
7155         * wl-vars.el (wl-interactive-send): Set default value as t.
7156
7157 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7160         (wl-addrmgr-method-list): Abolished.
7161         (wl-addrmgr-change-method): Follow above change.
7162
7163         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7164
7165 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7166
7167         * wl-vars.el (wl-message-truncate-lines): Change default value
7168         to default-truncate-lines.
7169
7170         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7171
7172 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7173
7174         * wl-vars.el (wl-message-truncate-lines): New variable.
7175
7176         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7177         wl-message-truncate-lines.
7178
7179 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7180
7181         * wl-acap.el (wl-acap-init): Remove period from error message.
7182         (wl-acap-find-acap-service): Remove period from message.
7183
7184 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl.el (wl-check-environment): Undo last change.
7187
7188         * wl-vars.el (wl-from): Changed default value.
7189
7190         * wl-util.el (toplevel): Don't require tm-edit.
7191
7192         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7193         `wl-folder-init';
7194         Don't set mark on mail body.
7195         (wl-draft-reedit): Ditto.
7196
7197         * wl-address.el (wl-address-quote-specials): Define as an alias for
7198         elmo-address-quote-specials.
7199
7200 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7203
7204         * wl-vars.el (wl-from): Set default value as nil.
7205         (wl-organization): Set default value as ORGANIZATION environment
7206         variable.
7207
7208         * wl-draft.el (wl-smtp-extension-bind): Check value of
7209         wl-smtp-connection-type.
7210
7211         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7212         error.
7213
7214 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7215
7216         * Version number is increased to 2.7.4.
7217
7218         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7219         arguments from `wl-highlight-x-face-function' caller.
7220         Use x-face-1.3.6.12 or later.
7221
7222 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7223
7224         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7225
7226 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7227
7228         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7229         (wl-fcc): Fix to accept function.
7230         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7231
7232 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7233
7234         * wl-acap.el (toplevel): Added `product-provide' declare.
7235         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7236
7237 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl.el (wl): Changed order of calling `elmo-init'
7240         and `elmo-folder-init'.
7241
7242 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7243
7244         * wl-mime.el (wl-summary-burst): Extract message when content-type
7245         of root entity is not only `multipart' but also `message/rfc822'.
7246         (wl-summary-burst-subr): Ditto.
7247
7248 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-vars.el (toplevel): Require 'custom.
7251         (wl-trash-folder): Added to `wl-setting' group.
7252
7253         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7254         exists.
7255         (wl-addrmgr-draw): Insert empty line when no entry exists.
7256
7257         * wl-mule.el (wl-message-wheel-up): Fixed.
7258         (wl-message-wheel-down): Ditto.
7259
7260 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7261
7262         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7263         config is an anonymous lambda expression.
7264
7265 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7268         when Mule 2 is running.
7269
7270 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7273
7274 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7277         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7278
7279         * wl-address.el (wl-address-specials-regexp): Eliminated.
7280         (wl-address-quote-specials): Rewrite.
7281
7282 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7285         shy-groups for regexp.
7286
7287         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7288         character classes and Perl style shy-groups for regexp.
7289         (wl-highlight-plugged-current-line): Use Posix style character
7290         classes for regexp.
7291         (wl-e21-highlight-folder-by-numbers): Ditto.
7292         (wl-e21-display-image-p): Use `display-images-p' instead of
7293         `display-graphic-p'.
7294         (display-images-p): Make an alias to `display-graphic-p' if it is
7295         not available.  It is for Emacs version prior to 21.0.105.
7296
7297         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7298         `display-graphic-p'.
7299         (wl-demo-image-type-alist): Ditto.
7300         (display-images-p): Make an alias to `display-graphic-p' if it is
7301         not available.  It is for Emacs version prior to 21.0.105.
7302
7303 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7304
7305         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7306         support.
7307         (wl-generate-user-agent-string): Ditto.
7308
7309         * wl-version.el (wl-version): Update docsting.
7310         (wl-version-status): Ditto.
7311
7312 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7313
7314         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7315         21.0.105.  For Emacs 21.0.104 or earlier.
7316
7317 2001-09-03  Takuo KITAME <kitame@northeye.org>
7318
7319         * wl-e21.el (wl-plugged-init-icons): Use
7320         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7321         (wl-biff-init-icons): Ditto.
7322
7323 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-highlight.el (wl-highlight-summary-current-line):
7326         Fixed highlighting refile/copy destination.
7327
7328         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7329         (wl-acap-store): Encode string by wl-acap-coding-system.
7330
7331 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-acap.el (toplevel): Check and require 'un-define before
7334         'xemacs-ucs;
7335          Added checking for UTF-2000.
7336
7337 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7340         Don't enclose with `eval-and-compile'.
7341
7342         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7343         wl-init is non-nil.
7344
7345         * wl-draft.el (wl-draft): Ditto.
7346
7347         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7348
7349         * wl-acap.el (toplevel): Require 'wl.
7350         (wl-acap-store): Call `elmo-init'.
7351
7352         * wl.el (wl): Changed position of `wl-check-environment'.
7353         (toplevel): Added autoload setting for wl-acap.
7354
7355         * wl-vars.el (wl-setting): New custom group.
7356         (wl-from): Added wl-setting group.
7357         (wl-user-mail-address-list): Ditto.
7358         (wl-organization): Ditto.
7359         (wl-subscribed-mailing-list): Ditto.
7360         (wl-envelope-from): Ditto.
7361         (wl-smtp-posting-user): Ditto.
7362         (wl-smtp-posting-server): Ditto.
7363         (wl-smtp-posting-port): Ditto.
7364         (wl-smtp-authenticate-type): Ditto.
7365         (wl-pop-before-smtp-user): Ditto.
7366         (wl-pop-before-smtp-server): Ditto.
7367         (wl-pop-before-smtp-port): Ditto.
7368         (wl-pop-before-smtp-authenticate-type): Ditto.
7369         (wl-nntp-posting-server): Ditto.
7370         (wl-nntp-posting-user): Ditto.
7371         (wl-nntp-posting-port): Ditto.
7372         (wl-fetch-confirm-threshold): Ditto.
7373         (wl-prefetch-threshold): Ditto.
7374         (wl-thread-insert-opened): Ditto.
7375         (wl-ldap-server): Ditto.
7376         (wl-ldap-port): Ditto.
7377         (wl-ldap-base): Ditto.
7378         (wl-ldap-objectclass): Ditto.
7379         (wl-use-ldap): Ditto.
7380         (wl-draft-config-alist): Ditto.
7381         (wl-draft-config-matchone): Ditto.
7382         (wl-template-alist): Ditto.
7383         (wl-message-sort-field-list): Ditto.
7384         (wl-message-ignored-field-list): Ditto.
7385         (wl-message-visible-field-list): Ditto.
7386         (wl-interactive-send): Ditto.
7387         (wl-summary-move-order): Ditto.
7388         (wl-auto-select-first): Ditto.
7389         (wl-auto-select-next): Ditto.
7390         (wl-interactive-save-folders): Ditto.
7391
7392         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7393         Initialization codes are moved from wl-local-folder-init.
7394         (wl-local-folder-init): Follow the change above.
7395         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7396
7397         * wl-acap.el: New file.
7398
7399         * Version number is increased to 2.7.3.
7400
7401 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7402
7403         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7404
7405 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7406
7407         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7408         (wl-addrmgr-address-entry-list): Ditto.
7409
7410 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-e21.el (wl-draft-mode-map): Removed binding for
7413         `wl-draft-insert-x-face-field'.
7414
7415         * wl-mule.el (wl-draft-mode-map): Ditto.
7416
7417         * wl-xmas.el (wl-draft-mode-map): Ditto.
7418
7419         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7420         (wl-cs-autoconv): Ditto.
7421         (wl-cs-local): Ditto.
7422         (wl-use-scoring): Ditto.
7423         (wl-mime-charset): Ditto.
7424         (wl-folder-check-async): Ditto.
7425
7426         * wl.el (toplevel): Ignore nemacs and tm.
7427         (wl-exit): Ditto.
7428
7429         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7430         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7431         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7432         instead of wl-address-petname-add-or-change.
7433         (wl-summary-edit-addresses-subr): Use wl-address-delete
7434         instead of wl-address-petname-delete.
7435
7436         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7437
7438         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7439         if error occured.
7440
7441         * wl-message.el (require): Remove tm support.
7442
7443         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7444
7445         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7446         (wl-folder-jump-to-current-entity): Ditto.
7447         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7448
7449         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7450         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7451         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7452
7453         * wl-mule.el (wl-draft-key-setup): Ditto.
7454
7455         * wl-xmas.el (wl-draft-key-setup): Ditto.
7456
7457         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7458         (wl-draft-std11-parse-addresses): New function.
7459         (wl-draft-parse-mailbox-list): Use it.
7460         (wl-draft): Ignore nemacs.
7461         (wl-draft-reedit): Ditto.
7462
7463         * wl-addrmgr.el: New file.
7464         (Original is wl-rcpt.el written by
7465         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7466         Thanks Kitamoto-san.)
7467
7468         * wl-address.el (wl-address-make-address-list): Modified parsing
7469         process.
7470         (wl-address-delete): Renamed from `wl-address-petname-delete';
7471         Modify wl-address-list too.
7472         (wl-address-add-or-change): Renamed from
7473         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7474
7475 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7476
7477         * wl-highlight.el (wl-highlight-summary-current-line):
7478           Work with transient-mark-mode
7479
7480 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * Version number is increased to 2.7.2.
7483
7484         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7485         instead of elmo-dop-queue-method.
7486
7487 2001-08-06  SAITO Atsunori <sai@yedo.com>
7488
7489         * wl-vars.el (wl-ldap-objectclass): New user option.
7490
7491         * wl-address.el (wl-ldap-make-filter): Use it.
7492
7493 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7496
7497 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-folder.el (wl-folder): redisplay after folder insertion.
7500
7501         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7502
7503         * wl-summary.el (wl-summary-sync-update):
7504         Change status mark only when new-msgdb exists.
7505         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7506
7507 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-summary.el (wl-summary-open-folder): New function.
7510         (wl-summary-goto-folder-subr): Use it.
7511         (wl-summary-mark-as-important): Fix;
7512         Encache only when no cache exists.
7513
7514 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7517         Use with-current-buffer.
7518
7519 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7520
7521         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7522         before call `get-buffer'. Fixed parenthesis.
7523         (wl-score-get-header-entry): Clear message and help window when
7524         keyboard quit.
7525         (wl-score-edit-insert-header): Ditto.
7526
7527 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7530         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7531         (wl-default-draft-cite): Fix.
7532
7533         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7534         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7535
7536 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-message.el (wl-message-prev-page): Do same bahavior
7539         as summary when it is called in the message buffer.
7540         (wl-message-next-page): Ditto.
7541
7542 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-summary.el (wl-summary-forward): Use cache if it is not
7545         section cache.
7546
7547 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7550         Removed redundant require of elmo-vars.
7551         (wl-biff-state-indicator-on): Changed default value for
7552         xemacs with non-mule environment.
7553
7554         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7555         wl-message-buffer is nil;
7556         Hide progress bar after moving messages.
7557
7558 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7561         message at cursor point is deleted.
7562
7563 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-vars.el: Changed file coding system to euc-japan.
7566         Added -*-coding:-*- magic to the first line.
7567
7568         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7569         Search parent from the first message.
7570
7571         * Version number is increased to 2.7.1.
7572
7573 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7574
7575         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7576
7577 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7580         refile/delete execution.
7581
7582         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7583         Fixed docstring.
7584
7585 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7588         do update process;
7589         Don't update marks when update process is interrupted.
7590
7591 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-summary.el (wl-summary-reply): Fixed problem when
7594         wl-draft-use-frame is non-nil.
7595         (wl-summary-forward): Ditto.
7596
7597         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7598         as nil.
7599         (wl-folder-mark-as-read-all-entity): Ditto.
7600         (wl-folder-prefetch-entity): Ditto.
7601
7602         * wl.el (wl): Check environment before wl-init.
7603
7604         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7605         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7606         instead of wl-summary-collect-unread.
7607         (wl-summary-reply): Split message window.
7608
7609 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7612         only if current language environment is japanese,
7613
7614         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7615         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7616         (wl-folder-goto-folder-subr): Ditto.
7617
7618         * wl-draft.el (wl-draft-dispatch-message): Call
7619         `elmo-file-cache-get-path'.
7620
7621 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-summary.el (wl-summary-cursor-move): If return value of
7624         wl-summary-next-message is not number, don't jump.
7625
7626 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-summary.el (wl-summary-buffer-next-message-function): New
7629         variable.
7630         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7631         if it is bound.
7632
7633         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7634         string.
7635
7636         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7637         (wl-plugged-drawing): Ditto.
7638
7639 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7640
7641         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7642         process.
7643         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7644         with unwind-protect.
7645
7646         * wl.el (wl-init): Require mime-setup.
7647         (wl-check-environment): Don't require mime-setup.
7648
7649         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7650         instead of elmo-folder-type.
7651
7652         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7653         value as nil.
7654
7655 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * Version number is increased to 2.7.0.
7658
7659         * wl-version.el (wl-version): Changed codename.
7660
7661         * wl-summary.el (wl-summary-delete-cache): Fixed.
7662
7663         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7664         Workaround for net folders.
7665         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7666
7667         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7668         value to nil (According to the patch from
7669         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7670
7671         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7672         of elmo-folder-close.
7673
7674 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7675
7676         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7677         for postfix.
7678
7679 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-summary.el (wl-summary-resend-message): Fixed.
7682
7683         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7684         Call wl-draft with `from' argument if its address is included in
7685         `wl-user-mail-address-list'.
7686         (wl-draft): Added `from' argument.
7687
7688         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7689         non-nil.
7690         (wl): Don't show demo if wl-demo is nil.
7691
7692         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7693         wl-summary-use-frame.
7694
7695         * wl-vars.el (wl-summary-use-frame): New user option.
7696         (wl-folder-use-frame): Changed docstring.
7697
7698         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7699         non-nil.
7700         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7701         wl-summary-use-frame.
7702
7703         * wl-vars.el (wl-folder-use-frame): New user option.
7704
7705         * wl-summary.el (wl-summary-exit): Back to folder frame if
7706         wl-folder-use-frame is non-nil.
7707         (wl-summary-redisplay-internal): Ignore cache if current folder
7708         is draft folder,
7709         (wl-summary-redisplay-no-mime): Ditto.
7710         (wl-summary-redisplay-all-header): Ditto.
7711
7712         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7713         if wl-folder-use-frame is non-nil.
7714
7715 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-summary.el (wl-summary-sync-update): Bind
7718         elmo-folder-update-threshold.
7719         (wl-summary-mark-as-important): Enclosed server mark processing
7720         with `save-match-data'.
7721
7722         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7723         only when it is already defined.
7724
7725 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7726
7727         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7728         name of folder exclude localdir is wrong.
7729         * wl-folder.el (wl-folder-sync-entity):
7730         Set `wl-summary-always-sticky-folder-list' as nil.
7731         (wl-folder-mark-as-read-all-entity): Ditto.
7732         (wl-folder-prefetch-entity): Ditto.
7733
7734 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7737         instead of `wl-summary-write-current-newsgroup'.
7738
7739 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7740
7741         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7742         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7743         non-nil and selected message is important, do not display.
7744
7745 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7746
7747         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7748
7749 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7750
7751         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7752
7753         * wl-summary.el (wl-summary-mark-as-important): Set message number
7754         using wl-summary-message-number.
7755
7756 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7757
7758         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7759         destination folder is 'null.
7760
7761 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7762
7763         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7764         New function.
7765         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7766         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7767         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7768
7769 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7770
7771         * wl-mime.el (wl-mime-setup): Added setting for
7772         `mime-setup-signature-key-alist' to avoid overriding key bind for
7773         `wl-draft-send'.
7774
7775         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7776         for `wl-draft-send'.
7777         * wl-mule.el (wl-draft-overload-functions): Ditto.
7778         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7779         * wl-draft.el (wl-draft-send): Ditto.
7780
7781         * wl-message.el (wl-message-display-internal):
7782         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7783         (Patch is provided by <kita@coe.nttdata.co.jp>).
7784
7785 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7786
7787         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7788
7789 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7790
7791         * wl.el (wl): Fix for wl-demo.
7792
7793 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7794
7795         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7796
7797 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl-folder.el (wl-folder-prefetch-entity): Use
7800         `wl-folder-get-elmo-folder'.
7801         (wl-folder-count-incorporates): Do not use
7802         `wl-folder-get-elmo-folder'.
7803
7804 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7805
7806         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7807         instead of `elmo-folder-get-type'.
7808
7809 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7810
7811         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7812         position on Subject: field.
7813         (Advised by Mito <mit@nines.nec.co.jp>)
7814
7815 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7816
7817         * wl-folder.el (wl-folder-prefetch-entity): Use
7818         `wl-folder-get-elmo-folder'.
7819
7820 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7823
7824         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7825         `process-duplicates' slot.
7826
7827         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7828         if detection failed.
7829
7830 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7831
7832         * wl-version.el (wl-version-status): Set to "alpha".
7833
7834 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7835
7836         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7837         Check wl-message-buffer lives before set-buffer.
7838
7839 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7840
7841         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7842         called in folder mode.
7843         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7844         * wl-summary.el (wl-summary-exit-pre-hook): Run
7845         `wl-summary-exit-pre-hook' before exit summary mode.
7846
7847 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7848
7849         * wl-version.el (wl-version-status): New variable.
7850         (wl-version-status-alist): Removed.
7851         (wl-version-status): Rule included.
7852
7853 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7856         @sponichi.
7857
7858         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7859         when `mail-reply-buffer' is buffer-local variable.
7860         (Reported by <kita@coe.nttdata.co.jp>).
7861
7862 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-vars.el (toplevel): Require 'elmo-util.
7865
7866 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7869         (All other related portions are changed)
7870
7871         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7872
7873         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7874
7875 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7876
7877         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7878
7879 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7882         Delete other windows to avoid an error.
7883         Use `point-marker' instead of `point' to remember the start point
7884         of body.
7885
7886         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7887
7888         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7889         number not to exceed all message number.
7890
7891 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7892
7893         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7894         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7895
7896 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-summary.el (wl-summary-sync-force-update): Added argument
7899         no-check.
7900         (wl-summary-sync-update): Ditto.
7901         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7902         with `no-check'.
7903
7904         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7905         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7906         already running.
7907
7908 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7909
7910         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7911         `dst-folder-arg'.
7912         (wl-expire-archive-number1): Diito.
7913         (wl-expire-archive-number2): Diito.
7914         (wl-expire-archive-Date): Diito.
7915         (wl-archive-number1): Diito.
7916         (wl-archive-number2): Diito.
7917         (wl-archive-date): Diito.
7918         (wl-archive-folder-p): New function.
7919         (wl-summary-expire): Support of expand folder name at
7920         wl-expire-alist.
7921         * wl-util.el (wl-expand-newtext): Renamed from
7922         `wl-refile-expand-newtext'.
7923
7924 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7925
7926         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7927         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7928         `(elmo-msgdb-get-overview msgdb)'.
7929         (wl-summary-prefetch): Bind match data before call
7930         `wl-summay-prefetch-msg'.
7931         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7932         'off if `wl-summary-buffer-disp-msg' is non-nil.
7933         Fixed problem that couldn't show only one new or unread message when
7934         enter folder.
7935         (wl-summary-reply): Don't call `split-window-vertically' and other
7936         window.
7937
7938 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-expire.el (wl-expire-refile): Fixed.
7941
7942 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7945
7946         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7947         biff notification is removed.
7948
7949         * wl.el (wl): Changed position of `elmo-init'.
7950
7951         * wl-draft.el (wl-default-draft-cite): Use date field
7952         on the citation buffer.
7953
7954         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7955
7956         * wl-xmas.el (wl-folder-internal-icon-list): Added
7957         `wl-folder-shimbun-image'.
7958
7959         * wl-e21.el (wl-folder-internal-icon-list): Added
7960         `wl-folder-shimbun-image'.
7961
7962 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl.el (wl-init): Eliminated argument.
7965         (wl): Rewrite.
7966
7967         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7968         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7969         instead of `elmo-folder-msgdb-internal'.
7970         (wl-summary-sync-update): Ditto.
7971         (wl-summary-flush-pending-append-operations): Eliminated.
7972         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7973         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7974         `elmo-folder-open'.
7975
7976         * wl-mime.el (wl-summary-burst): Fixed.
7977
7978         * wl-folder.el (wl-folder-info-save): Check data type.
7979
7980         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7981         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7982         instead of `elmo-folder-msgdb-internal'.
7983         (wl-expire-hide): Ditto.
7984
7985
7986         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7987
7988 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7989
7990         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7991
7992 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7993
7994         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7995
7996 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7997
7998         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7999         Fixed `match-beginning' argument mismatch.
8000
8001 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8002
8003         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8004         the default value.
8005
8006 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8007
8008         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8009         instead of `elmo-nntp-default-port'.
8010
8011         * wl-vars.el: Fixed some doc strings.
8012
8013 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-summary.el (wl-summary-prefetch-msg): Use
8016         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8017
8018         * wl-vars.el: Define *-func as obsolete variable using
8019         `elmo-define-obsolete-variable'.
8020
8021         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8022         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8023         instead of `wl-message-buffer-prefetch-threshold'.
8024
8025         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8026
8027         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8028
8029         * wl-draft.el (wl-caesar-region-func): Ditto.
8030
8031         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8032         Keep unread status in elmo-folder-move-messages.
8033         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8034
8035 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8036
8037         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8038         `wl-summary-buffer-exit-func'
8039         (wl-summary-buffer-message-redisplay-function): Renamed from
8040         `wl-summary-buffer-message-redisplay-func'
8041         (wl-summary-buffer-next-folder-function): Renamed from
8042         `wl-summary-buffer-next-folder-func'.
8043         (wl-summary-buffer-prev-folder-function): Renamed from
8044         `wl-summary-buffer-prev-folder-func'.
8045         (wl-summary-get-petname-function): Renamed from
8046         `wl-summary-get-petname-func'.
8047
8048         * wl-score.el (wl-score-edit-exit-function): Renamed from
8049         `wl-score-edit-exit-func'.
8050
8051         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8052         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8053
8054         * wl-util.el (wl-load-profile-function): Renamed from
8055         `wl-load-profile-func'.
8056
8057         * wl-folder.el (wl-folder-completion-function): Renamed from
8058         `wl-folder-completion-func'.
8059         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8060
8061         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8062         `wl-expire-archive-get-folder-func'.
8063         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8064         (wl-draft-send-mail-function): Renamed from
8065         `wl-draft-send-mail-func'.
8066         (wl-draft-send-news-function): Renamed from
8067         `wl-draft-send-news-func'.
8068         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8069         (wl-generate-mailer-string-function): Renamed from
8070         `wl-generate-mailer-string-func'.
8071         (wl-highlight-signature-search-function): Renamed from
8072         `wl-highlight-signature-search-func'.
8073         (wl-highlight-x-face-function): Renamed from
8074         `wl-highlight-x-face-func'
8075         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8076         (wl-ps-print-buffer-function): Renamed from
8077         `wl-ps-print-buffer-func'
8078         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8079         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8080         (wl-summary-subject-filter-function): Renamed from
8081         `wl-summary-subject-filter-func'.
8082
8083         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8084         `wl-draft-queue-flush-send-func'
8085         (wl-draft-cite-function): Renamed from
8086         `wl-draft-cite-func'
8087
8088         * wl-address.el (wl-address-init-function): Renamed from
8089         `wl-address-init-func'.
8090
8091 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl-draft.el (wl-draft-queue-flush): Don't call
8094         `elmo-dop-unlock-message'.
8095         * wl-draft.el (wl-draft-queue-append): Don't call
8096         `elmo-dop-lock-message'.
8097
8098         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8099         (wl-summary-buffer-folder-name): Ditto.
8100         (wl-summary-message-regexp): Added '-' (all other related portions
8101         are changed).
8102         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8103         wl-summary-buffer-folder-name.
8104
8105 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8106
8107         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8108         the number of mails in the folder buffer is not updated by wl-biff.
8109
8110 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8111
8112         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8113         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8114
8115 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-summary.el (wl-summary-next-message):
8118         Return next message number when wl-summary-move-order is nil.
8119
8120 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8121
8122         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8123         `wl-summary-move-spec-alist'.
8124         (wl-summary-move-spec-unplugged-alist): New variable
8125         (Move spec for unplugged status).
8126         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8127         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8128
8129 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8130
8131         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8132         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8133
8134 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8135
8136         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8137         simple quotation to quote the anonymous function.
8138         * tm-wl.el (wl-draft-preview-message): Ditto.
8139
8140 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8141
8142         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8143         Eliminate redundant `save-excursion'.
8144         (wl-highlight-summary-current-line): Ditto.
8145
8146         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8147         accessing match data when `looking-at' failed.
8148
8149         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8150         `elmo-match-string' where users don't care about the speed.
8151         (wl-draft-save): Ditto.
8152
8153 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8154
8155         * wl-util.el (wl-regexp-opt): New function.
8156
8157         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8158         number from `wl-summary-buffer-number-list'.
8159         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8160         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8161         (wl-summary-move-spec-alist): Changed default setting.
8162
8163 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8164
8165         * wl-vars.el (wl-biff-notify-hook): New hook.
8166         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8167         the arrival of new mail.
8168         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8169         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8170
8171 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8174
8175 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8178
8179         * Version number is increased to 2.5.8.
8180
8181         * wl-thread.el (toplevel): require 'cl.
8182         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8183         (wl-thread-make-number-list): New function.
8184         (wl-thread-entity-make-number-list-from-children): Ditto.
8185         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8186         (wl-thread-entity-insert-as-children): Likewise.
8187         (wl-thread-delete-message): Likewise.
8188         (wl-meaning-of-mark): Eliminated.
8189         (wl-thread-next-failure-mark-p): Ditto.
8190         (wl-thread-entity-get-mark): Ditto.
8191         (wl-thread-meaning-alist-get-result): Ditto.
8192         (wl-thread-entity-check-prev-mark): Ditto.
8193         (wl-thread-entity-check-next-mark): Ditto.
8194         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8195         (wl-thread-entity-get-prev-marked-entity): Ditto.
8196         (wl-thread-get-prev-unread): Ditto.
8197         (wl-thread-jump-to-prev-unread): Ditto.
8198         (wl-thread-get-next-unread): Ditto.
8199         (wl-thread-jump-to-next-unread): Ditto.
8200         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8201         (wl-thread-entity-get-next-marked-entity): Ditto.
8202
8203         * wl-summary.el (wl-summary-buffer-number-list):
8204         New bufer-local variable.
8205         (wl-summary-switch-to-clone-buffer): Clone
8206         `wl-summary-buffer-number-list'.
8207         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8208         (wl-summary-cursor-move-regex): Eliminated.
8209         (wl-summary-cursor-up): Rewrite.
8210         (wl-summary-cursor-down): Ditto.
8211         (wl-summary-mode-spec-alist): New variable.
8212         (wl-summary-next-message): New inline function.
8213         (wl-summary-cursor-move): New function.
8214         (wl-summary-default-get-next-msg): Rewrite.
8215         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8216         (wl-summary-rescan): Ditto.
8217         (wl-summary-sync-all-init): Ditto.
8218         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8219         summary is not thread view.
8220         (wl-summary-sync-update): Ditto.
8221         (wl-summary-rescan): Ditto.
8222         (wl-summary-make-number-list): New function.
8223
8224         * wl-draft.el: "FCC" -> "Fcc".
8225
8226 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8227
8228         * wl-highlight.el (wl-highlight-summary-window):
8229         Call `set-buffer-modified-p'.
8230
8231         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8232         (wl): Call `elmo-init' and fix.
8233
8234         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8235         Use new variables.
8236
8237         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8238
8239 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8242
8243 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8244
8245         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8246
8247 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8248
8249         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8250         `wl-use-toolbar' nor `display-graphic-p'.
8251         (wl-e21-setup-message-toolbar): Ditto.
8252         (wl-e21-setup-summary-toolbar): Ditto.
8253         (wl-e21-setup-folder-toolbar): Ditto.
8254
8255         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8256         (wl-plugged-init-icons): Ditto.
8257
8258         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8259         `display-graphic-p'.
8260         (wl-plugged-set-folder-icon): Ditto.
8261         (wl-highlight-plugged-current-line): Ditto.
8262         (wl-highlight-folder-current-line): Ditto.
8263         (wl-e21-highlight-folder-group-line): Ditto.
8264         (wl-e21-setup-toolbar): Ditto.
8265         (wl-e21-display-image-p): New macro.
8266
8267         * wl-demo.el (wl-demo): Simplified.
8268         (wl-demo-image-type-alist): Use `image-type-available-p' for
8269         checking whether the image type `xbm' is available.
8270
8271 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8274         (wl-summary-input-range): Ditto.
8275
8276 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-summary.el (wl-summary-edit-addresses): Use
8279         `wl-summary-get-original-buffer'
8280         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8281         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8282         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8283         (wl-summary-get-newsgroups): Eliminated.
8284         (wl-summary-set-crosspost): Ditto.
8285         (wl-summary-is-crosspost-folder): Ditto.
8286         (wl-crosspost-alist-load): Ditto.
8287         (wl-crosspost-alist-save): Ditto.
8288
8289         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8290         `elmo-setup-subscribed-newsgroups' instead of
8291         `elmo-nntp-make-groups-hashtb'.
8292         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8293         instead of `wl-crosspost-alist-save'.
8294
8295         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8296         of `elmo-folder-message-appendable-p'.
8297         (wl-mime-header-presentation-method): Eliminated.
8298
8299         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8300         (Error occurs in emacs21).
8301
8302         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8303         the current buffer).
8304
8305         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8306         instead of `wl-crosspost-alist-save'.
8307         (wl-init): `elmo-crosspost-message-alist-load'
8308         instead of `wl-crosspost-alist-load'
8309
8310         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8311         (wl-parse-newsgroups): Likewise.
8312         (wl-biff-notify): Run `wl-biff-notify-hook'.
8313
8314 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8315
8316         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8317
8318         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8319         when `wl-summary-lazy-highlight' is non-nil.
8320         (wl-summary-goto-folder-subr): Highlight only when
8321         `wl-summary-lazy-highlight' is non-nil.
8322
8323         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8324         Don't display progress and highlight temp-mark when
8325         `wl-summary-lazy-highlight' is non-nil.
8326         (wl-highlight-summary-window): New function.
8327         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8328
8329 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8330
8331         * wl-summary.el (wl-summary-sync): Change `all-visible'
8332         from `all-shown'
8333         (wl-summary-input-range): Ditto.
8334
8335 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8336
8337         * wl-e21.el (wl-highlight-folder-current-line): Call
8338         `wl-folder-init-icons' when folder icons have not been initialized.
8339
8340         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8341
8342         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8343         (wl-demo-image-type-alist): New macro.
8344
8345 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8346
8347         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8348         display does not support graphics.
8349         (wl-plugged-init-icons): Ditto.
8350         (wl-folder-init-icons): Ditto.
8351
8352         * wl-demo.el (wl-demo): Chech closely whether the display
8353         supports graphics.
8354
8355 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-get-original-buffer): New function.
8358         (wl-summary-set-crosspost): Use it.
8359         (wl-summary-target-mark-uudecode): Ditto.
8360         (wl-summary-reedit): Ditto.
8361         (wl-summary-resend-bounced-mail): Ditto.
8362         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8363         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8364
8365         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8366         (wl-message-display-internal): Ditto.
8367
8368 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8369
8370         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8371
8372 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8373
8374         * wl-summary.el (wl-summary-save-view): Renamed from
8375         `wl-summary-save-status'.
8376
8377 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8378
8379         * wl-summary.el (wl-summary-sync): Added `all-shown'
8380
8381 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8382
8383         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8384
8385 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8386
8387         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8388
8389 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8390
8391         * wl-highlight.el (wl-highlight-summary-line-string): Use
8392         `zerop' instead of `= 0'.
8393         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8394
8395         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8396         for comparing numbers.
8397         (wl-template-prev): Use `zerop' instead of `eq 0'.
8398
8399         * wl-draft.el (wl-draft-insert-current-message): Use
8400         `with-current-buffer' instead of `save-excursion'.
8401         Use `zerop' instead of `eq 0'.
8402
8403 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8404
8405         * wl-draft.el (wl-draft-insert-ccs): New function.
8406         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8407         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8408
8409 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8412
8413 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-expire.el (wl-expire-refile): Don't call
8416         elmo-msgdb-add-msgs-to-seen-list;
8417         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8418         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8419
8420 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-message.el (wl-message-prev-page): Ignore errors while
8423         scroll-down.
8424
8425 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-mime.el: Use elmo-original-message-mode instead of
8428         mmelmo-original-mode.
8429
8430         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8431         `elmo-folder-get-spec';
8432         (wl-fldmgr-add-completion-all-completions):
8433         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8434
8435         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8436         of `elmo-folder-get-type'.
8437
8438         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8439         `elmo-folder-get-spec';
8440         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8441         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8442         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8443         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8444         `elmo-read-msg-no-cache';
8445         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8446         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8447         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8448         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8449         `elmo-cache-save';
8450         (wl-draft-reedit): Use `elmo-message-file-name'.
8451
8452         * wl-expire.el: Use `elmo-folder-name-internal';
8453         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8454         Use macro `wl-summary-buffer-msgdb' instead of variable
8455         `wl-summary-buffer-msgdb';
8456         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8457         Use macro `wl-summary-buffer-folder-name' instead of variable
8458         `wl-summary-buffer-folder-name'.
8459         * wl-score.el: Likewise.
8460
8461         * wl-message.el: Rewrite for new message buffer cache mechanism.
8462         (wl-message-buffer-cache-buffer-get): New macro.
8463         (wl-message-buffer-cache-folder-get): Ditto.
8464         (wl-message-buffer-cache-message-get): Ditto.
8465         (wl-message-buffer-cache-entry-make): Ditto.
8466         (wl-message-buffer-cache-hit): Ditto.
8467         (wl-message-buffer-cache-sort): New function.
8468         (wl-message-buffer-cache-add): Ditto.
8469         (wl-message-buffer-cache-delete): Ditto.
8470         (wl-message-buffer-cache-clean-up): Ditto.
8471         (wl-message-buffer-window): Rewrite.
8472         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8473         (wl-message-buffer-display): New function.
8474         (wl-message-display-internal): New function.
8475
8476 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-folder.el: Use `elmo-folder-name-internal';
8479         Use `wl-folder-get-elmo-folder';
8480         Use `elmo-folder-list-messages' instead of
8481         `elmo-list-folder';
8482         Use `elmo-folder-get-primitive-list' instead of
8483         `elmo-folder-get-primitive-spec-list';
8484         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8485         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8486         Use `elmo-folder-create' instead of `elmo-create-folder'.
8487         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8488         (wl-folder-get-elmo-folder): New macro.
8489         (wl-folder-elmo-folder-cache-get): Ditto.
8490         (wl-folder-elmo-folder-cache-put): Ditto.
8491         (wl-folder-suspend): Call `elmo-quit'.
8492
8493         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8494         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8495         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8496         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8497         (toplevel): require 'cl.
8498         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8499
8500         * wl-summary.el: Rewrite to use new elmo interface.
8501
8502 \f
8503 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8504
8505         * wl-mime.el (wl-draft-preview-message):
8506         Run `wl-draft-send-hook' before collecting recipients information;
8507         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8508
8509         * tm-wl.el (wl-draft-preview-message): Ditto.
8510
8511 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8514         wrong recipients are displayed when forwarded message.
8515
8516 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * Version number is increased to 2.5.7.
8519
8520 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8521
8522         * wl-message.el (wl-message-next-page): Bind
8523         `window-pixel-scroll-increment' to nil while scrolling up.
8524
8525 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8526
8527         * wl-vars.el (wl-save-hook): New hook.
8528         * wl.el (wl-save): Call `wl-save-hook'.
8529
8530 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8531
8532         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8533         Argument WITH-ARG instead of NO-ARG (negative mean).
8534         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8535         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8536         * wl-message.el (wl-message-follow-current-entity): Likewise.
8537
8538 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8539
8540         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8541         FROM was optional argument.
8542         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8543
8544 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8545
8546         * Version number is increased to 2.5.6.
8547
8548 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8549
8550         * wl-version.el (wl-version-show): Removed.
8551         (wl-version): Add `interactive'.
8552
8553 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8554
8555         * wl-summary.el (wl-summary-get-petname-func): New variable.
8556         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8557         instead of `wl-address-get-petname-1'.
8558         (wl-summary-simple-from): Ditto.
8559
8560         * wl-address.el (wl-address-get-petname-1): Define as function.
8561
8562 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8565         field in the original message.
8566         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8567
8568 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8569
8570         * wl-expire.el (wl-expire-hide):
8571         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8572
8573 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8576         find decoder for To, Cc, and Subject.
8577
8578 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8581         for checking `elmo-use-buffer-cache'.
8582         (wl-summary-mark-as-important): Fixed typo in comment.
8583
8584 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8587         field in the original message.
8588         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8589
8590 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8591
8592         * wl-expire.el (wl-expire-hide):
8593         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8594
8595 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8598         find decoder for To, Cc, and Subject.
8599
8600 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * Version number is increased to 2.5.5.
8603
8604         * wl-address.el (wl-address-specials-regexp): New constant.
8605         (wl-address-quote-specials): Use it.
8606
8607 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * wl-summary.el (wl-summary-rescan):
8610         Call `wl-summary-buffer-number-column-detect'.
8611         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8612
8613         * wl-message.el (wl-message-mode-map): Define.
8614         (wl-message-decode): Use it as local-map.
8615
8616 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8619         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8620
8621 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8624
8625         * wl-mule.el (wl-read-event-char): Ditto.
8626
8627         * wl-e21.el (wl-read-event-char): Ditto.
8628
8629         * wl-nemacs.el (wl-read-event-char): Ditto.
8630         (read-event): Removed.
8631
8632         * wl-util.el (toplevel): Removed dummy definition of
8633         `read-event'.
8634         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8635
8636 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8637
8638         * wl-nemacs.el (elmo-archive-call-process): Moved to
8639         elmo-archive.el.
8640
8641 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8642
8643         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8644         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8645
8646         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8647         instead of magic-number 6.  Use `not' instead of `null' for symbol
8648         `nil' check (not empty list).
8649         (wl-draft-insert-x-face-field): Fixed paren style.
8650
8651         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8652         one-branch conditional statement, instead of `and' and `if'.
8653         (wl-draft-forward): Likewise.
8654         (wl-draft-add-references): Likewise.
8655         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8656
8657         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8658         conditional steatment.  Use `cond' instead of `if'.
8659         (wl-draft-confirm): Likewise.
8660
8661 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8662
8663         * wl-version.el (wl-version-show): Use `product-string-1'
8664         instead of `wl-version'.
8665         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8666
8667         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8668
8669 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8670
8671         * wl-highlight.el (wl-highlight-headers): Revert
8672         `wl-highlight-x-face-func' argument (`beg' and `end').
8673
8674 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8675
8676         * wl.el (toplevel): Move `product-provide' declare.
8677         * wl-demo.el (toplevel): Ditto.
8678         * wl-dnd.el (toplevel): Ditto.
8679         * wl-highlight.el (toplevel): Ditto.
8680         * wl-message.el (toplevel): Ditto.
8681         * wl-refile.el (toplevel): Ditto.
8682         * wl-util.el (toplevel): Ditto.
8683
8684 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8687         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8688         (wl-thread-close-all): keep cursor position.
8689
8690 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8691
8692         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8693         (eq x 0).
8694         (wl-generate-user-agent-string-1): Fix conditional statement.
8695
8696 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8697
8698         * wl.el (wl-check-environment): Additional check for
8699         'wl-local-domain' and `wl-message-id-domain'.
8700
8701 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8702
8703         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8704
8705 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8706
8707         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8708         instead of `smtp-sasl-user-realm'.
8709
8710 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8711
8712         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8713
8714 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8715
8716         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8717         to the default value as well as `eword-lexical-analyzer'.
8718
8719 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8720
8721         * wl-version.el (wl-extended-emacs-version,
8722         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8723         `elmo-match-string' instead of `wl-match-string'.
8724
8725 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8726
8727         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8728         docstring.
8729
8730 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8731
8732         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8733
8734 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8735
8736         * wl-highlight.el (wl-highlight-headers): Remove
8737         `wl-highlight-x-face-func' argument (`beg' and `end').
8738
8739 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-summary.el (wl-summary-mark-as-important):
8742         Remove cache if folder is local.
8743
8744 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8745
8746         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8747         to get existing e-mail address string.
8748
8749 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8750
8751         * wl-version.el (wl-generate-user-agent-string): Commentary.
8752         (wl-generate-user-agent-string-1): Use `when' for
8753         one-branch conditional statement, instead of `and' and `if'.
8754         (wl-extended-emacs-version, wl-extended-emacs-version2,
8755         wl-extended-emacs-version3): Ditto.
8756
8757 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8760         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8761         condition-case; Remove initialization.
8762         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8763         (wl-summary-sync-update3): Added argument `sync-all';
8764         Eliminated local variable `msgdb';
8765         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8766         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8767         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8768
8769 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8770
8771         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8772         connection before call `wl-draft-send-mail-with-smtp'.
8773
8774 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * Version number is increased to 2.5.4.
8777
8778 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8779
8780         * wl.el (wl-check-environment): Additional check for
8781         'wl-local-domain' and `wl-message-id-domain'.
8782
8783 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8786         buffer as command specific.
8787         (wl-folder-mark-as-read-all-entity): Ditto.
8788         (wl-folder-prefetch-entity): Ditto.
8789         (wl-folder-drop-unsync-entity): Ditto.
8790
8791         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8792         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8793         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8794
8795         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8796         save-excursion.
8797
8798 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * Version number is increased to 2.5.3.
8801
8802         * wl-summary.el (wl-summary-save-view-cache):
8803         Delete duplicated `write-region';
8804         Use `write-region-as-binary' instead of `as-binary-output-file' and
8805         `write-region'.
8806
8807 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8808
8809         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8810
8811 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8812
8813         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8814         instead of `smtp-via-smtp'.
8815
8816 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8817
8818         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8819
8820 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8821
8822         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8823         instead of `smtp-sasl-user-realm'.
8824
8825 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8826
8827         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8828
8829 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8830
8831         * Version number is increased to 2.5.2.
8832
8833 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8836         does not exist.
8837         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8838         (wl-biff-start): Call `timer-activate' if timer already exists.
8839
8840         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8841         only when it is bound as function.
8842
8843 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * Version number is increased to 2.5.1.
8846
8847 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8850         Print refile/copy destination.
8851
8852 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8855         queue-flush-only is non-nil.
8856
8857         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8858
8859         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8860         checking cache folder.
8861
8862 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8863
8864         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8865         `regexp-quote'.
8866
8867 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8870         function.
8871         * wl-summary.el (wl-summary-write-current-folder-functions):
8872         Change default value.  Use it.
8873
8874 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * Version number is increased to 2.5.0.
8877
8878         * wl-version.el (wl-version): Changed codename.
8879
8880 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8881
8882         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8883         (wl-summary-supersedes-message): Ditto.
8884
8885 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-refile.el (wl-refile-guess-functions): Renamed from
8888         `wl-refile-guess-func-list'.
8889
8890 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8893         Fixed problem when no rule was matched.
8894
8895 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8896
8897         * wl-summary.el (wl-summary-get-mark): Fixed
8898         `wl-summary-buffer-target-mark' check logic.
8899
8900 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl-folder.el (wl-folder-write-current-folder): Added group
8903         folder check.
8904
8905         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8906         `wl-summary-write-current-newsgroup'.
8907         (wl-summary-write-current-folder-functions): New variable.
8908         * wl-folder.el (wl-folder-get-newsgroups): New function.
8909         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8910         (wl-folder-write-current-folder): Renamed from
8911         `wl-folder-write-current-newsgroup'.
8912
8913 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8914
8915         * Version number is increased to 2.3.93.
8916
8917 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8920         (wl-ldap-make-matched-value-list): Ditto.
8921         (wl-ldap-alias-safe-string): Split e-mail address.
8922
8923         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8924         petname folder default was selected.
8925         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8926         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8927
8928 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8931         to `wl-draft-config-exec'.
8932
8933         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8934         instead of calling `wl-draft-config-exec';
8935         Process group-list and show recipients in minibuffer.
8936
8937         * tm-wl.el (wl-draft-preview-message): Ditto.
8938
8939 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8940
8941         * wl.el (toplevel): Added (C) to copyright notice, and
8942         sync Author header.
8943         * tm-wl.el (toplevel): Ditto.
8944         * wl-address.el (toplevel): Ditto.
8945         * wl-demo.el (toplevel): Ditto.
8946         * wl-dnd.el (toplevel): Ditto.
8947         * wl-draft.el (toplevel): Ditto.
8948         * wl-e21.el (toplevel): Ditto.
8949         * wl-expire.el (toplevel): Ditto.
8950         * wl-folder.el (toplevel): Ditto.
8951         * wl-highlight.el (toplevel): Ditto.
8952         * wl-message.el (toplevel): Ditto.
8953         * wl-mime.el (toplevel): Ditto.
8954         * wl-mule.el (toplevel): Ditto.
8955         * wl-nemacs.el (toplevel): Ditto.
8956         * wl-refile.el (toplevel): Ditto.
8957         * wl-score.el (toplevel): Ditto.
8958         * wl-summary.el (toplevel): Ditto.
8959         * wl-template.el (toplevel): Ditto.
8960         * wl-thread.el (toplevel): Ditto.
8961         * wl-util.el (toplevel): Ditto.
8962         * wl-vars.el (toplevel): Ditto.
8963         * wl-xmas.el (toplevel): Ditto.
8964
8965 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8966
8967         * wl.el (wl-init): Added comment about `wl-init-hook'.
8968         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8969         * wl-vars.el (wl-init-hook): Added docs.
8970         (wl-make-plugged-hook): Removed useless docs.
8971         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8972         * wl-xmas.el (toplevel): Ditto.
8973
8974 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8975
8976         * wl-address.el (toplevel): Fixed multiple Author header format.
8977         * wl-demo.el (toplevel): Ditto.
8978         * wl-draft.el (toplevel): Ditto.
8979         * wl-folder.el (toplevel): Ditto.
8980         * wl-summary.el (toplevel): Ditto.
8981         * wl-thread.el (toplevel): Ditto.
8982         * wl-util.el (toplevel): Ditto.
8983         * wl-vars.el (toplevel): Ditto.
8984         * wl-version.el (toplevel): Ditto.
8985         * wl-xmas.el (toplevel): Ditto.
8986         * wl.el (toplevel): Ditto.
8987
8988         * wl-version.el (toplevel): Added require `elmo-version' for
8989         `product-version-as-string'.
8990
8991 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-vars.el (wl-draft-send-hook): Changed default value to
8994         '(wl-draft-config-exec).
8995
8996         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8997         explicitly.
8998         (wl-draft): Set `wl-draft-config-exec-flag' before running
8999         `wl-mail-setup-hook'.
9000
9001         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9002         `wl-biff-init-icons' to `wl-init-hook' instead of
9003         `wl-make-plugged-hook'.
9004         (Because if `wl-draft' command is invoked at first,
9005         they are not initialized)
9006         Updated copyright notice.
9007
9008         * wl-e21.el (toplevel): Ditto;
9009
9010         * wl-demo.el (toplevel): Updated copyright notice.
9011         * wl-address.el (toplevel): Ditto.
9012         * wl-draft.el (toplevel): Ditto.
9013         * wl-version.el (toplevel): Ditto.
9014         * wl-folder.el (toplevel): Ditto.
9015         * wl-summary.el (toplevel): Ditto.
9016         * wl-thread.el (toplevel): Ditto.
9017         * wl-util.el (toplevel): Ditto.
9018         * wl-vars.el (toplevel): Ditto.
9019         * wl.el (toplevel): Ditto.
9020
9021 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9022
9023         * wl-highlight.el (wl-highlight-message): Fixed problem of
9024         highlighting failure which occured when the last field contains
9025         multiple lines in the draft buffer.
9026
9027         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9028         `wl-biff-start' if plugged.
9029
9030         * wl-util.el (wl-biff-check-folder): New function.
9031         (wl-biff-check-folders): Don't set session name prefix.
9032         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9033         (wl-biff-check-folder-async): Ditto.
9034
9035         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9036         in email address.
9037
9038 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9039
9040         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9041
9042         * wl-draft.el (wl-draft-strip-subject-re): New function.
9043
9044         * wl-draft.el (wl-draft-reply): Use it.
9045
9046 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * wl-message.el (wl-mmelmo-message-redisplay): Use
9049         `mime-display-message' instead of `wl-mime-display-message'.
9050
9051         * wl-mime.el (toplevel): Removed compatibility workaround
9052         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9053         (wl-mime-display-message): Abolished.
9054         (wl-mime-entity-read-field): Ditto.
9055         (wl-mime-combine-message/partial-pieces): Use
9056         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9057
9058 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9059
9060         * wl-template.el: Doc fixes.
9061
9062 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9063
9064         * wl-e21.el (wl-message-overload-functions): Do nothing if
9065         `current-local-map' is not available.
9066         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9067
9068 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9069
9070         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9071         representation.
9072
9073         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9074         number.
9075         (wl-fldmgr-save-folders): Don't use `format' when insert
9076         `wl-fldmgr-folders-header'.
9077
9078 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9079
9080         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9081
9082 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl-highlight.el (wl-highlight-message):
9085         Use `std11-field-end' to detect end point of the header field.
9086         Refer `wl-highlight-max-header-size'.
9087
9088         * wl-vars.el (wl-highlight-max-header-size): New variable.
9089
9090         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9091
9092         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9093         Set `for-draft' argument of wl-highlight-headers.
9094         (wl-draft): Ditto.
9095         (wl-draft-reedit): Ditto.
9096         (wl-user-agent-compose-internal): Ditto.
9097
9098 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9099
9100         * wl-message.el (wl-message-add-button): Use overlay.
9101
9102 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9105
9106         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9107         problem when group-list content is nothing.
9108         (Reported by Mito <mit@nines.nec.co.jp>)
9109
9110 2000-10-18  SAITO Atsunori <sai@yedo.com>
9111
9112         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9113
9114 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * tm-wl.el (toplevel): Use product-provide.
9117
9118 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * Version number is increased to 2.3.92.
9121
9122 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9123
9124         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9125         title text, use `display' property for left margin under Emacs 21.
9126
9127         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9128         properties.
9129         (wl-plugged-init-icons): Ditto.
9130
9131 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9132
9133         * wl.el (wl-save-status, wl-init): Remove last period in
9134         "...done." message.
9135         * tm-wl.el (wl-summary-burst): Ditto.
9136         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9137         wl-summary-resume-cache-status,
9138         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9139         wl-summary-sync-update3, wl-summary-highlight-msgs,
9140         wl-summary-flush-pending-append-operations,
9141         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9142         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9143         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9144         wl-thread-open-all): Ditto.
9145         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9146         * wl-mime.el (wl-summary-burst): Ditto.
9147         * wl-highlight.el (wl-highlight-summary): Ditto.
9148         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9149         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9150         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9151         * wl-address.el (wl-local-address-init): Ditto.
9152
9153 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9154
9155         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9156         `add-text-properties'.
9157         (wl-plugged-init-icons): Ditto.
9158         (wl-folder-init-icons): Use `propertize' instead of
9159         `put-text-property'.
9160         (wl-plugged-set-folder-icon): Ditto.
9161         (wl-e21-highlight-folder-group-line): Ditto.
9162
9163 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-version.el (wl-version-status-alist): New variable.
9166         (wl-version-status): New function.
9167
9168         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9169         "Cc" part of the case "Reply-To".
9170
9171         * wl-draft.el (wl-draft-reply): Use result of
9172         `eword-extract-address-components'.
9173
9174         * wl-demo.el (wl-demo-icon-name): New constant.
9175         (wl-logo-xpm): Use it.
9176         (wl-logo-xbm): Ditto.
9177         (wl-logo-bitmap): Ditto.
9178
9179         * Version number is increased to 2.3.91.
9180
9181 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9182
9183         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9184         (wl-extended-emacs-version, wl-extended-emacs-version2,
9185         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9186         docstring.
9187
9188         * wl-version.el (wl-generate-user-agent-string-1): New function.
9189         (wl-generate-user-agent-string): Use it.
9190
9191         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9192         `mime-edit-insert-user-agent-field'.
9193         (wl-generate-user-agent-string): Check
9194         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9195
9196         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9197         instead of `if', when verbose case.
9198
9199 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9200
9201         * wl-expire.el (wl-summary-expire): Fix.
9202
9203 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9204
9205         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9206         and `elmo-lost+found-folder' if 'wl-draft.
9207         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9208
9209 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9210
9211         * wl-expire.el (wl-summary-expire): Change messages.
9212         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9213         `deleing-info' instead of "Deleting..."
9214
9215 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9216
9217         * wl-summary.el (wl-summary-refile-subr): Fix.
9218
9219 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9220
9221         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9222         if pipe folder.
9223
9224 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9225
9226         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9227
9228 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9229
9230         * wl-expire.el (wl-expire-hide): New function.
9231         (wl-summary-expire): Add `hide'.
9232
9233 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9234
9235         * wl-vars.el (wl-draft-reply-without-argument-list):
9236         Changed default value to consider `Reply-To:'.
9237         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9238
9239         * Version number is increased to 2.3.90.
9240
9241         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9242         elmo-imap4-get-session with unwind-protect.
9243         Don't cause error.
9244         (wl-summary-sync-marks): Don't check plugged nor folder type.
9245         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9246         (Always keep current buffer).
9247
9248 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9249
9250         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9251         Enclose with `save-excursion'.
9252
9253 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9254
9255         * wl-version.el (wl-version): Remove interactive.
9256
9257 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9258
9259         * wl-version.el (wl-generate-user-agent-string): Use
9260         `product-string-verbose' instead of `product-string-1'.
9261
9262 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9263
9264         * wl-vars.el (wl-draft-use-cache): New variable.
9265         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9266         if wl-draft-use-cache is non-nil.
9267
9268 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9269
9270         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9271         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9272
9273 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9274
9275         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9276         (wl-thread-msg-mark-as-unread): Ditto.
9277
9278         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9279         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9280         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9281         Don't set mark in summary if return value of `elmo-mark-as-read'
9282         is nil.
9283         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9284         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9285         instead of `wl-thread-msg-mark-as-read'.
9286         (wl-summary-mark-as-unread-region): Ditto.
9287         (wl-summary-target-mark-mark-as-read): Ditto.
9288
9289         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9290
9291 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9294
9295         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9296
9297 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9300         face.
9301
9302 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9303
9304         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9305         `running-xemacs'.
9306
9307 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * wl-version.el (toplevel): Use `product-version-as-string' for
9310         set verstion-string, if defined.
9311
9312         * wl-version.el (wl-version-show): Insert string at point, when
9313         call with argument.
9314
9315         * wl-version.el (wl-generate-user-agent-string): Use
9316         `product-string-1' instead of `wl-appname', `wl-version' and
9317         `wl-codename'.
9318
9319 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-address.el (toplevel): Use product-provide.
9322         * wl-demo.el (toplevel): Ditto.
9323         * wl-dnd.el (toplevel): Ditto.
9324         * wl-draft.el (toplevel): Ditto.
9325         * wl-e21.el (toplevel): Ditto.
9326         * wl-expire.el (toplevel): Ditto.
9327         * wl-fldmgr.el (toplevel): Ditto.
9328         * wl-folder.el (toplevel): Ditto.
9329         * wl-highlight.el (toplevel): Ditto.
9330         * wl-message.el (toplevel): Ditto.
9331         * wl-mime.el (toplevel): Ditto.
9332         * wl-mule.el (toplevel): Ditto.
9333         * wl-nemacs.el (toplevel): Ditto.
9334         * wl-refile.el (toplevel): Ditto.
9335         * wl-score.el (toplevel): Ditto.
9336         * wl-summary.el (toplevel): Ditto.
9337         * wl-template.el (toplevel): Ditto.
9338         * wl-thread.el (toplevel): Ditto.
9339         * wl-util.el (toplevel): Ditto.
9340         * wl-vars.el (toplevel): Ditto.
9341         * wl-xmas.el (toplevel): Ditto.
9342         * wl.el (toplevel): Ditto.
9343
9344 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9345
9346         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9347         instead of product.
9348
9349         * wl-version.el (wl-version): Compile time evalution elmo-version.
9350
9351 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9352
9353         * wl-summary.el (wl-summary-sync-force-update): Append queue
9354         `mark-as-read'if unplugged.
9355
9356 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9357
9358         * wl-version.el: New file.  Use product.el.
9359         * wl.el: add (require 'wl-version).
9360         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9361         for ~/.folders header.
9362         (wl-fldmgr-folders-header): Changed.
9363         * wl-demo.el (wl-demo): Use product.el.
9364
9365         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9366         wl-version.el.
9367         * wl-util.el (wl-version, wl-version-show): Ditto.
9368
9369         * wl-util.el (wl-generate-user-agent-string,
9370         wl-extended-emacs-version, wl-extended-emacs-version2,
9371         wl-extended-emacs-version3): Move to wl-version.el.
9372         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9373         xemacs-codename, mime-edit-insert-user-agent-field,
9374         mime-edit-user-agent-value, mime-editor/version,
9375         mime-editor/codename): Compile warning killer move to
9376         wl-version.el
9377
9378 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9379
9380         * wl-summary.el (wl-summary-refile-subr): Fix.
9381
9382 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9383
9384         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9385         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9386
9387 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9388
9389         * wl.el (wl-check-environment): Check too many `@'.
9390
9391 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9392
9393         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9394
9395 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9396
9397         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9398         wl-draft-reply-myself-without-argument-list): Add variables.
9399         * wl-draft.el (wl-draft-reply): Use it.
9400
9401 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9402
9403         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9404         the 5th argument of `elmo-network-get-spec'.
9405
9406         * wl-thread.el (wl-thread-reparent-children): New inline function.
9407         (wl-thread-delete-message): Use it.
9408
9409         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9410         (wl-summary-score-update-all-lines): Don't use `dolist'.
9411
9412 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9413
9414         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9415         (require 'elmo-msgdb) for inline function.
9416
9417 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9418
9419         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9420
9421 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9422
9423         * wl-score.el (wl-score-headers): Fix for the confusing macro
9424         `elmo-kill-buffer'.
9425
9426 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9427
9428         * wl-summary.el: Don't use the 3rd argument of `require' because
9429         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9430         * wl-util.el: Ditto.
9431         * wl-draft.el: Ditto.
9432
9433 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9434
9435         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9436         window system is not used.
9437
9438 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9439
9440         * wl-thread.el: Don't use `mapcar' only for iteration.
9441         (wl-thread-resume-entity): Ditto.
9442         (wl-thread-delete-message): Ditto.
9443
9444         * wl-summary.el: Bind `dragdrop-drop-functions',
9445         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9446         of `require' for `timezone', `easymenu' and `ps-print';
9447         don't use `mapcar' only for iteration.
9448
9449         * wl-util.el: Bind `mule-version', `nemacs-version',
9450         `emacs-beta-version', `xemacs-codename',
9451         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9452         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9453         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9454         only for iteration.
9455
9456         * wl-score.el: Don't use `mapcar' only for iteration.
9457         (wl-score-simplify-buffer-fuzzy): Ditto.
9458         (wl-score-simplify-subject): Ditto.
9459         (wl-score-headers): Ditto.
9460         (wl-summary-score-update-all-lines): Ditto.
9461
9462         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9463         `enable-multibyte-characters' and `mule-version'.
9464
9465         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9466         `mapcar' only for iteration.
9467
9468         * wl-demo.el: Don't use `mapcar' only for iteration.
9469
9470         * wl-folder.el: Don't use `mapcar' only for iteration.
9471         (wl-folder-open-all): Ditto.
9472         (wl-folder-count-incorporates): Ditto.
9473
9474         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9475         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9476
9477         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9478         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9479         `smtp-connection-type'; specify 3rd argument of `require' for
9480         `timezone'; don't use `mapcar' only for iteration.
9481         (wl-draft-clone-local-variables): Don't use `mapcar'.
9482         (wl-draft-generate-clone-buffer): Ditto.
9483         (wl-user-agent-compose-internal): Ditto.
9484
9485         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9486
9487         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9488         (wl-save-status): Ditto.
9489
9490         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9491         for iteration.
9492
9493 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9494
9495         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9496         removed `Date'.
9497         (wl-fldmgr-make-filter-default): New user option.
9498
9499         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9500         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9501         (wl-fldmgr-filter-completion-alist): Abolish.
9502
9503         * wl.el (wl): Don't check servers if arg is non-nil.
9504
9505         * wl-draft.el (wl-draft-reply): Set only message-id string to
9506         In-Reply-To field.
9507
9508 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9509
9510         * wl-summary.el (wl-summary-pick): Rewrite.
9511
9512         * wl-draft.el (wl-draft-forward): Get references field from
9513         original buffer.
9514         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9515
9516 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9517
9518         * wl-draft.el (wl-draft-forward): Add references field.
9519
9520 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9521
9522         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9523         (wl-draft-reply): Use it.
9524
9525 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9526
9527         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9528         when Emacs 21 is running.
9529
9530         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9531         bindings.
9532
9533 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9534
9535         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9536         XPM icons transparent.
9537
9538         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9539         Emacs 21.
9540
9541 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9542
9543         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9544         nil.
9545
9546         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9547         when it is persistent.
9548         (wl-summary-sync-marks): Changed argument for
9549         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9550         (wl-summary-virtual): Use `elmo-read-search-condition'.
9551         (wl-summary-redisplay-internal): If folder is local, mark as read
9552         even when folder is plugged.
9553
9554 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9555
9556         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9557         of `tool-bar-lines' in the frame parameters.
9558         (after-make-frame-functions, post-command-hook): Don't modify the
9559         value.
9560         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9561         wl-e21-tool-bar-lines): Removed.
9562
9563 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9564
9565         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9566         properties `evaporate' and `wl-momentary-overlay' as well.
9567         (wl-highlight-summary-displaying): Ditto.
9568         (wl-delete-all-overlays): Don't delete overlay which does not have
9569         a property `wl-momentary-overlay'.
9570
9571         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9572         `display-mouse-p' and `display-graphic-p'.
9573         (wl-folder-init-icons): Don't search for XBM or the other files.
9574         (wl-plugged-set-folder-icon): Make icons if and only if
9575         `display-graphic-p' returns non-nil.
9576         (wl-highlight-plugged-current-line): Use `before-string' overlay
9577         property to show icon images.
9578         (wl-highlight-folder-current-line): Ditto.
9579         (wl-e21-highlight-folder-group-line): Ditto.
9580         (wl-e21-highlight-folder-by-numbers): Ditto.
9581         (wl-e21-insert-image): Removed.
9582         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9583         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9584         said.
9585         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9586         `wl-e21-force-switch-toolbar'.
9587         (wl-e21-make-icon-image): Removed.
9588         (wl-e21-setup-toolbar): Don't search for XBM files.
9589         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9590         the default value.
9591
9592 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9593
9594         * wl-util.el (wl-biff-check-folder-async): Set
9595         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9596
9597 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9598
9599         * wl-e21.el (after-make-frame-functions): Add
9600         `wl-e21-force-switch-toolbar'.
9601         (wl-e21-force-switch-toolbar): New function force to switch the
9602         toolbar appearance automatically.
9603         (post-command-hook): Add `wl-e21-switch-toolbar'.
9604         (wl-e21-switch-toolbar): New function to switch the toolbar
9605         appearance automatically.
9606         (wl-e21-tool-bar-lines): New buffer local variable.
9607
9608 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-util.el (wl-biff-check-folders-running): New variable.
9611         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9612         (wl-biff-check-folder-async-callback):
9613         Set `wl-biff-check-folders-running'.
9614         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9615         with unwind-protect.
9616
9617         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9618         Enclose `wl-folder-auto-check' with unwind-protect.
9619
9620         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9621         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9622
9623         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9624
9625         * wl-util.el (wl-biff-notify): New inline function.
9626         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9627         locally.
9628         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9629         folder-list' is 1.
9630         Use `wl-biff-notify'.
9631         (wl-biff-check-folder-async-callback): New function.
9632         (wl-biff-check-folder-async): Ditto.
9633
9634         * wl-folder.el (wl-folder): Don't check folders.
9635         (wl-folder-auto-check): New function.
9636
9637 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9638
9639         * wl-util.el (wl-biff-start) [Emacs19+]:
9640         Use `timer-next-integral-multiple-of-time'.
9641         (wl-biff-check-folders): Use `wl-default-folder'
9642         if `wl-biff-check-folder-list' is nil.
9643
9644 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9645
9646         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9647         instead of `elmo-delete-lists'.
9648
9649 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9650
9651         * wl.el (wl-plugged-toggle-all): Set the value of
9652         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9653         (wl-plugged-toggle): Ditto.
9654         (wl-toggle-plugged): Ditto.
9655         (wl-plugged-init): Ditto.
9656
9657         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9658         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9659         instead of `wl-biff-state-indicator-off' and
9660         `wl-biff-state-indicator-on'; don't modify the value and the type
9661         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9662         (wl-plugged-init-icons): Set icons data to
9663         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9664         instead of `wl-plug-state-indicator-off' and
9665         `wl-plug-state-indicator-on'; don't modify the value and the type
9666         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9667
9668         * wl-vars.el (wl-modeline-biff-state-off,
9669         wl-modeline-biff-state-on, wl-modeline-biff-status,
9670         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9671         wl-modeline-plug-status): New internal variables.
9672         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9673         wl-biff-check-interval, wl-biff-check-folder-list): Change
9674         customization group from `wl-folder' to `wl-highlight'.
9675         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9676         wl-show-plug-status-on-modeline): Defcustomized.
9677
9678         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9679         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9680         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9681         a flag to `mode-line-buffer-identification'.
9682
9683         * wl-e21.el (wl-biff-init-icons): Set icons data to
9684         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9685         instead of `wl-biff-state-indicator-off' and
9686         `wl-biff-state-indicator-on'.
9687         (wl-plugged-init-icons): Set icons data to
9688         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9689         instead of `wl-plug-state-indicator-off' and
9690         `wl-plug-state-indicator-on'.
9691
9692 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9693
9694         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9695         excessive titles.
9696
9697 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9698
9699         * wl.el (wl-plugged-mode): Use revised
9700         `wl-mode-line-buffer-identification'.
9701         (wl-plugged-init): Don't use `force-mode-line-update'.
9702
9703         * wl-xmas.el (wl-draft-overload-functions): Use revised
9704         `wl-mode-line-buffer-identification'.
9705         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9706         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9707         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9708         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9709         `wl-make-plugged-hook';
9710         add `wl-folder-init-icons' and `wl-setup-folder' to
9711         `wl-folder-mode-hook'.
9712
9713         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9714         19 as well.
9715         (wl-mode-line-display-priority-list): New user option.
9716         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9717         Defcustomized.
9718         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9719         Add docs.
9720
9721         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9722         start.
9723         (wl-mode-line-buffer-identification): Revised as a function.
9724
9725         * wl-summary.el (wl-summary-mode): Use revised
9726         `wl-mode-line-buffer-identification'; don't call
9727         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9728         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9729         `wl-xmas-setup-summary'.
9730
9731         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9732         `wl-mode-line-buffer-identification'.
9733
9734         * wl-mule.el (wl-draft-overload-functions): Use revised
9735         `wl-mode-line-buffer-identification'.
9736
9737         * wl-folder.el (wl-make-plugged-alist): Don't call
9738         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9739         (wl-folder): Don't call `wl-folder-init-icons' directly.
9740         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9741         `wl-xmas-setup-folder' directly;
9742         use revised `wl-mode-line-buffer-identification'.
9743         (TopLevel): Don't bind `wl-biff-init-icons',
9744         `wl-plugged-init-icons', `wl-folder-init-icons',
9745         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9746
9747         * wl-e21.el (wl-draft-overload-functions): Use revised
9748         `wl-mode-line-buffer-identification'.
9749         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9750         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9751         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9752         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9753         `wl-make-plugged-hook';
9754         add `wl-folder-init-icons' and `wl-setup-folder' to
9755         `wl-folder-mode-hook'.
9756
9757 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9758             Katsumi Yamaoka    <yamaoka@jpl.org>
9759
9760         * wl.el (wl): Call `wl-biff-start'.
9761         (wl-exit): Call `wl-biff-stop'.
9762         (wl-plugged-mode): Show biff in modeline.
9763         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9764
9765         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9766         (wl-biff-init-icons): New function.
9767         (wl-plugged-init-icons): Don't make too much keymaps.
9768         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9769
9770         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9771         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9772         variables.
9773         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9774         options.
9775
9776         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9777         wl-biff-start, wl-biff-stop): New functions.
9778         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9779         (wl-biff-timer-name): New variable.
9780
9781         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9782
9783         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9784         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9785
9786         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9787         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9788
9789         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9790         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9791         `wl-folder-init-icons' to `ignore' if they are not available.
9792         (wl-folder-mode): Show biff in modeline.
9793
9794         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9795         (wl-biff-init-icons): New function.
9796         (wl-plugged-init-icons): Don't make too much keymaps.
9797         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9798
9799 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9800
9801         * wl-vars.el (wl-strict-diff-folders): Customization Type
9802         and doc fix.  Define as a list of regular expressions for
9803         folders or nil.
9804         * wl-folder.el (wl-folder-check-one-entity): Use
9805         `wl-string-match-member' instead of `wl-string-member' for
9806         `wl-strict-diff-folders'.
9807
9808 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9809
9810         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9811         (wl-highlight-folder-current-line): Use it; new implementation.
9812         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9813         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9814         `defsubst' instead of `defun'.
9815
9816         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9817         `wl-highlight-group-folder-by-numbers'; made it can also be a
9818         number.  See info for more details.
9819
9820         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9821         running.
9822
9823         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9824         to bind them.
9825
9826         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9827         (wl-highlight-folder-current-line): New implementation.
9828
9829         * wl-highlight.el (wl-highlight-folder-group-line): New
9830         implementation.
9831         (wl-delete-all-overlays): Rewrite as a marco.
9832         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9833
9834         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9835         running.
9836         (wl-folder-*-glyph): No need to bind them.
9837
9838         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9839         `wl-e21-highlight-folder-group-icon'; rewrite.
9840         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9841         `defsubst' instead of `defun'.
9842         (wl-folder-mode-map): Bind it when compiling.
9843
9844 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9845
9846         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9847
9848         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9849
9850 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9851
9852         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9853
9854 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9855
9856         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9857         (wl-highlight-folder-current-line): Use it.
9858
9859         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9860         in `id-name'.
9861
9862 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9863
9864         * wl.el: Require `wl-e21' when Emacs 21 is running.
9865
9866         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9867         default when Emacs 21 is running.
9868         (wl-use-highlight-mouse-line): Ditto.
9869         (wl-on-emacs21): New constant.
9870         (wl-on-emacs20): Removed.
9871
9872         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9873         Emacs 21 is running.
9874
9875         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9876         Emacs 21 is running.
9877
9878         * wl-e21.el: New file.
9879
9880 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9881
9882         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9883         (wl-toggle-plugged): Ditto.
9884         (wl-plugged-toggle): Ditto.
9885         (wl-plugged-toggle-all): Ditto.
9886
9887         * wl-vars.el (wl-plug-state-indicator): Refer
9888         `wl-plug-state-indicator-on' indirectly.
9889
9890 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9891
9892         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9893         Call `wl-folder-confirm-existence'.
9894
9895         * wl-folder.el (wl-folder-confirm-existence): Added optional
9896         argument `force'.
9897
9898 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9899
9900         * wl-summary.el (wl-summary-refile-subr): Assume
9901         `copy-or-refile' as symbol.
9902         (wl-summary-refile): Follow up above change.
9903         (wl-summary-copy): Ditto.  Doc fix.
9904
9905 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9906
9907         * wl-summary.el (wl-summary-pick): Don't bind
9908         `elmo-search-mime-charset'.
9909
9910         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9911         default using old backquote style.
9912         (wl-search-mime-charset): Abolished.
9913
9914         * wl-highlight.el (wl-highlight-headers):
9915         Call `point' after `re-search-forward'(for Nemacs).
9916
9917         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9918         for elmo-imap4.el.
9919
9920 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9921
9922         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9923         `wl-message-ignored-field-list' instead of
9924         `mime-view-ignored-field-list'.
9925
9926         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9927         Add interactive spec.
9928         (wl-folder-goto-bottom-of-current-folder): Ditto.
9929         (wl-folder-mode-map): Bind them.
9930
9931         * wl-vars.el (wl-message-ignored-field-list): New variable.
9932         (wl-message-visible-field-list): New variable.
9933
9934         * wl-mime.el (wl-mime-header-presentation-method): New function.
9935         (wl-mime-setup): Set header-presentation-method.
9936
9937 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9938
9939         * wl-nemacs.el (wl-draft-overload-functions): Set
9940         `mode-line-buffer-identification' instead of using
9941         `wl-make-modeline'.
9942
9943         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9944         instead of using `wl-make-modeline'.
9945
9946         * wl-xmas.el (wl-plugged-init-icons): Set up
9947         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9948         (wl-make-modeline): Abolish.
9949         (wl-draft-overload-functions): Set
9950         `mode-line-buffer-identification' instead of using
9951         `wl-make-modeline'.
9952
9953         * wl-util.el (wl-make-modeline-subr): Abolish.
9954         (wl-mode-line-buffer-identification): New alias.
9955
9956         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9957         (wl-summary-make-modeline): Abolish.
9958         (wl-summary-buffer-set-folder): Set
9959         `wl-summary-buffer-folder-indicator'.
9960         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9961         of using `wl-make-modeline'.
9962         (wl-summary-switch-to-clone-buffer): Don't set
9963         `mode-line-buffer-identification'.
9964         (wl-summary-goto-folder-subr): Ditto.
9965
9966         * wl-mule.el (wl-draft-overload-functions): Set
9967         `mode-line-buffer-identification' instead of using
9968         `wl-make-modeline'.
9969
9970         * wl-folder.el (wl-folder-mode): Set
9971         `mode-line-buffer-identification' instead of using
9972         `wl-make-modeline'.
9973         (wl-folder): Don't set `mode-line-buffer-identification'.
9974
9975 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9976
9977         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9978         instead of `member' for `wl-refile-guess-func-list' look-ups.
9979         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9980
9981 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9982
9983         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9984         `wl-message-button-dispatcher'.
9985
9986         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9987
9988         * wl-message.el (wl-message-button-dispatcher): Use it.
9989
9990         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9991         "In-Reply-To".
9992
9993         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9994         Bind `case-fold-search' to t.
9995
9996 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9997
9998         * wl-xmas.el (wl-message-overload-functions): Initialize
9999         `wl-message-button-map'.
10000
10001         * wl-mule.el (wl-message-overload-functions): Initialize
10002         `wl-message-button-map'.
10003
10004         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10005
10006         * wl-message.el (wl-message-button-map): New keymap.
10007         (wl-message-add-button): New function.
10008         (wl-message-button-dispatcher): New function.
10009         (wl-message-button-refer-article): New function.
10010
10011         * wl-highlight.el
10012         (wl-highlight-message-add-buttons-to-header): New function.
10013         (wl-highlight-headers): Use it.
10014
10015 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10016
10017         * wl-summary.el (wl-summary-default-from): Use
10018         `wl-address-get-petname-1'.
10019         (wl-summary-simple-from): Ditto.
10020
10021         * wl-address.el (wl-address-get-petname-1): New inline function.
10022         (wl-address-get-petname): Use it.
10023
10024 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10025
10026         * wl-summary.el (wl-summary-default-from): Return full-name part
10027         from the address if no petname was found.
10028         (wl-summary-simple-from): Ditto.
10029
10030         * wl-address.el (wl-address-get-petname): Return nil if no petname
10031         associated with the address was found.
10032
10033 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10034
10035         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10036         display is finished.
10037
10038 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10039
10040         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10041         `elmo-folder-exists-p' argument.
10042
10043 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10044
10045         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10046         the folder.
10047
10048 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10049
10050         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10051
10052         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10053         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10054
10055 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10056
10057         * wl-folder.el (wl-folder-create-subr): New function.
10058         (wl-folder-confirm-existence): Use it.
10059         (wl-folder-check-one-entity): Use it.
10060         Check the error symbol is derived from 'elmo-open-error.
10061
10062         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10063         `ignore-error'.
10064
10065 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10066
10067         * wl-util.el (toplevel): Add (eval-when-compile (require
10068         'elmo-util)).  (Maybe `provide' is typo.)
10069
10070 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10073         (I don't know why this was needed.)
10074
10075         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10076         Follow up changes for stream-type.
10077
10078         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10079         (wl-draft-elmo-nntp-send): Ditto.
10080
10081         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10082         (wl-nntp-posting-stream-type): Ditto.
10083         (wl-pop-before-smtp-ssl): Abolished.
10084         (wl-nntp-posting-ssl): Ditto.
10085
10086         * wl-address.el (wl-address-quote-specials): New function.
10087         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10088
10089         * wl-draft.el (wl-draft-reply): Ditto.
10090
10091 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10092
10093         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10094         use function `wl-string-match-assoc'.
10095
10096 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10097
10098         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10099
10100         * wl-draft.el (wl-draft-deduce-address-list): New function.
10101         (wl-draft-parse-mailbox-list): Ditto.
10102         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10103         instead of `smtp-deduce-address-list'.
10104         (wl-draft-on-field-p): Follow group list.
10105
10106         * wl-address.el (wl-address-concat-token): New function.
10107         (wl-address-string-without-group-list-contents): Ditto.
10108         (wl-complete-field-body): Fixed problem of completion
10109         by japanese petname.
10110         (wl-address-make-completion-list): Rewrite.
10111
10112 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10113
10114         * wl-address.el (wl-address-make-completion-list): Completion by
10115         petname.
10116         (wl-complete-field-body): Likewise.
10117
10118 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10119
10120         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10121         contains invalid address syntax.
10122
10123 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10124
10125         * wl-folder.el (wl-folder-check-entity-async): Use
10126         `elmo-nntp-spec-hostname'.
10127
10128 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10129
10130         * wl-summary.el (wl-summary-msgdb-load-async): Use
10131         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10132
10133 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10134
10135         * wl-draft.el (wl-draft-reply): Set argument
10136         `content-transfer-encoding' as nil.
10137
10138 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10139
10140         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10141         `wl-refile-alist'.
10142
10143 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10144
10145         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10146         (wl-draft-edit-string): Ditto.
10147         (wl-draft-forward): Ditto.
10148         * wl-summary.el (wl-summary-write): Ditto.
10149
10150 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10151
10152         * wl-summary.el (wl-summary-sync-update3): Call
10153         `wl-summary-buffer-number-column-detect'.
10154         (wl-summary-buffer-number-column-detect): Search from point-min.
10155
10156 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10157
10158         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10159         contains an address which is not included in original to or cc.
10160
10161 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10162
10163         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10164         begin-line does not exist.
10165         * wl-message.el (wl-message-uu-substring): Ditto.
10166
10167 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10168
10169         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10170         clear local variables.
10171         (wl-summary-exit): Call `elmo-commit'.
10172         (wl-summary-switch-to-clone-buffer): Call
10173         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10174         (wl-summary-goto-folder-subr): Ditto.
10175
10176         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10177         POP folder.
10178
10179 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10180
10181         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10182         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10183         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10184         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10185         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10186         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10187
10188         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10189
10190 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10191
10192         * wl-summary.el (wl-summary-search-by-subject):
10193         Search parent message from the latest one.
10194
10195 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10196
10197         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10198         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10199
10200         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10201         New user option.
10202
10203         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10204         if elmo-nntp-use-killed-list is nil.
10205         Use `elmo-msgdb-append-to-killed-list'.
10206         (Append numbers confirmed as disappeared to the killed list.)
10207         (wl-summary-confirm-appends): Don't display negative number.
10208
10209 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10210
10211         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10212
10213 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10216         range is `all'.
10217         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10218         `elmo-list-bigger-diff'.
10219
10220 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10221
10222         * wl-summary.el (wl-summary-buffer-exit-func):
10223         New buffer local variable.
10224         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10225
10226 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10227
10228         * wl-demo.el (wl-demo): Fix the last change.
10229
10230 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10231
10232         * wl-demo.el (wl-demo): Don't use `eval'.
10233
10234 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10235
10236         * wl-summary.el (wl-summary-buffer-thread-modified):
10237         New buffer-local variable.
10238         (wl-summary-set-thread-modified): New function.
10239         (wl-summary-thread-modified-p): New function.
10240         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10241         (wl-summary-yank-saved-message): Use function
10242         `wl-summary-set-thread-modified'
10243         (wl-summary-switch-to-clone-buffer): Add
10244         `wl-summary-buffer-thread-modified'.
10245
10246         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10247         (wl-summary-buffer-mark-saved-hook): Ditto.
10248         * wl-summary.el (wl-summary-msgdb-save): New hook
10249         `wl-summary-buffer-message-saved-hook' and
10250         `wl-summary-buffer-mark-saved-hook'.
10251
10252 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10253
10254         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10255
10256 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10257
10258         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10259         don't hide scroll bars under FSF Emacsen because it may incur an
10260         undesirable redrawing.
10261
10262 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10263
10264         * wl-draft.el (wl-draft-edit-string): Call
10265         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10266
10267 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10268
10269         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10270
10271 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10272
10273         * wl-summary.el (wl-summary-msgdb-load-async): Call
10274         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10275
10276 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10277
10278         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10279         fringes in demo buffer; center bitmap logo correctly even if old
10280         Mule is used.
10281
10282 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10283
10284         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10285
10286         * wl-refile.el (wl-refile-subject-alist): New variable.
10287         (wl-refile-subject-alist-file-name): Ditto.
10288         (wl-refile-alist-setup): Rewrite.
10289         (wl-refile-alist-save): Use `elmo-object-save'.
10290         Eliminated arguments.
10291         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10292         (wl-refile-guess-by-subject): New function.
10293         (wl-refile-guess-func-list): Added it.
10294
10295 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10296
10297         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10298         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10299
10300 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10301
10302         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10303         New buffer-local variable.
10304         (wl-summary-buffer-next-folder-func): Ditto.
10305         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10306         if non-nil.
10307         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10308         if non-nil.
10309         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10310         if non-nil.
10311         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10312         if non-nil.
10313
10314 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10315
10316         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10317         permanently in the demo buffer.
10318
10319 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10320
10321         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10322         `mime-entity-fetch-field'.
10323
10324         * wl.el (wl-exit): Delete plugged buffer.
10325
10326         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10327         XEmacs has menubar feature.
10328
10329 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10330
10331         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10332         cannot arrive at the beginning of the buffer under old Emacsen.
10333
10334 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10335
10336         * wl-address.el (wl-address-ldap-search):
10337         Call `ldap-search-entries' with `withdn' argument t.
10338         (wl-complete-field-body): Bind completion-ignore-case as t.
10339         Clear ldap search hash when it was sole completion.
10340         Use elmo-string for pattern string.
10341         (wl-ldap-alias-safe-string): Eliminated needless let.
10342
10343 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10344
10345         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10346         (wl-ldap-alias-sep): New constant.
10347         (wl-ldap-search-attribute-type-list): Ditto.
10348         (wl-ldap-get-value): New function.
10349         (wl-ldap-make-filter): Ditto.
10350         (wl-ldap-make-matched-value-list): Ditto.
10351         (wl-ldap-alias-safe-string): Ditto.
10352         (wl-ldap-register-dn-string): Ditto.
10353         (wl-address-ldap-search): Rewrite.
10354
10355 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10356
10357         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10358         thread is deleted.
10359         (wl-thread-delete-line-from-buffer): Ditto.
10360         (wl-thread-get-exist-children): New function.
10361
10362 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10363
10364         * wl-demo.el (wl-demo): Made it to select various image types.
10365         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10366         from `wl-title-logo'.
10367         (wl-logo-ascii): New variable.
10368         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10369         (wl-demo-copyright-notice): New constant.
10370
10371         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10372
10373 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10374
10375         * wl-vars.el (wl-summary-target-above): Renamed from
10376         wl-summary-temp-above.
10377         * wl-score.el (wl-score-get-score-alist): Use it.
10378         (wl-summary-score-update-all-lines): Use it.
10379         * wl-summary.el: Ditto. (make-variable-buffer-local).
10380
10381 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10382
10383         * wl-vars.el (wl-ldap-port): New user option.
10384
10385         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10386         Rewite whole implementation.
10387         (wl-complete-field-body): Fixed.
10388
10389 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10390
10391         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10392         Choose implementation at compile time.
10393
10394 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10395
10396         * wl-address.el (wl-ldap-search-internal): New function.
10397         (wl-complete-field-to): Use it.
10398
10399 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10400
10401         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10402         Use `let' instead of `let*'.
10403         Require 'wl-vars.
10404
10405         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10406         Define as defcustom.
10407         (wl-ldap-base): Ditto.
10408         (wl-use-ldap): Ditto.
10409
10410 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10411
10412         * wl-address.el (wl-ldap-search): New function.
10413         (wl-complete-field-body): Use `wl-ldap-search'.
10414         (wl-ldap-server): New variable.
10415         (wl-ldap-base): Ditto.
10416         (wl-use-ldap): Ditto.
10417
10418 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10419
10420         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10421         (Pointed out by Mito <mit@nines.nec.co.jp>).
10422         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10423         buffer-local variables like `wl-summary-redisplay-internal'.
10424         (wl-summary-redisplay-all-header): Likewise.  Update
10425         Summary view too.
10426
10427 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10428
10429         * wl-summary.el (wl-summary-jump-to-parent-message):
10430         Consider prefix argument.
10431
10432         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10433         when closed thread is deleted.
10434
10435 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10436
10437         * wl-summary.el (wl-summary-jump-to-parent-message):
10438         Consider thread modification.
10439
10440 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10441
10442         * wl-message.el (wl-message-normal-get-original-buffer): Use
10443         `save-excursion'.
10444
10445         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10446         (wl-summary-showto-folder-regexp): Ditto.
10447
10448 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10449
10450         * wl-util.el (wl-delete-alist): Doc fix.
10451         (wl-delete-associations): New function.
10452         (wl-inverse-alist): New function.
10453         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10454         Split temporary variables. Use `wl-delete-associations'
10455         and `wl-inverse-alist'.
10456         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10457
10458 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10459
10460         * wl-folder.el (wl-folder-prefetch-entity):
10461         Execute prefetching if new count is unknown.
10462
10463 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10464
10465         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10466
10467         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10468         delete entity.
10469         (wl-thread-set-parent): If insert as top, set linked as nil.
10470
10471         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10472         `wl-thread-cleanup-symbols' when view mode is thread.
10473
10474 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10475
10476         * wl-folder.el (wl-folder-create-folder-entity): Use
10477         with-current-buffer.
10478         (wl-local-folder-init): Call set-buffer to make sure we are in
10479         the Folder buffer. Don't touch buffer-local variables here.
10480         (wl-folder-mode): Initialize buffer-local variables here.
10481
10482         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10483         (wl-folder-entity-assign-id): Ditto.
10484         (wl-folder-create-entity-hashtb): Ditto.
10485         (wl-local-folder-init): Ditto.
10486         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10487
10488 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10489
10490         * wl-summary.el (wl-summary-default-from): Fix probrem when
10491         std11-extract-address-components return (nil "foo@bar").
10492
10493 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10494
10495         * wl-draft.el (wl-draft-clone-local-variables):
10496         Remove redundant `setq'.
10497
10498 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10501         Bind wl-highlight-x-face-func as nil while highlighting header.
10502
10503 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10504
10505         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10506
10507 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10508
10509         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10510         elmo-msgdb-overview-hashtb from copy-variables.
10511         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10512         instead of `elmo-msgdb-overview-get-entity-by-number'.
10513         (wl-summary-auto-refile): Ditto.
10514
10515         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10516         `elmo-msgdb-overview-get-entity' instead of
10517         `elmo-msgdb-search-overview-entity'.  Use
10518         `elmo-msgdb-overview-get-entity' instead of
10519         `elmo-msgdb-overview-get-entity-by-number'.
10520         (wl-thread-insert-entity-sub): Ditto.
10521         (wl-thread-insert-message): Ditto.
10522
10523         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10524         `elmo-msgdb-overview-get-entity'.
10525         (wl-normal-message-redisplay): Ditto.
10526
10527 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10528
10529         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10530         `wl-thread-entities'.
10531         (wl-thread-delete-message): Fix remove top message from
10532         `wl-thread-entity-list'.
10533
10534         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10535         wl-append(nconc), because update-list is broken on Meadow.
10536
10537         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10538         updating process.
10539         (wl-summary-rescan): Ditto.
10540         (wl-summary-sync-update3): Ditto.
10541         * wl-thread.el (wl-thread-set-parent): Renamed from
10542         `wl-summary-set-parent'.
10543         (wl-thread-insert-message): Updating buffer faster.
10544         (wl-thread-delete-message): Updating buffer faster.
10545
10546         * wl-score.el (wl-summary-score-update-all-lines): Changed
10547         interval for display progress gauge.
10548
10549 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10550
10551         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10552         folder always-sticky.
10553         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10554         defmacro.
10555
10556 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10557
10558         * wl-vars.el (wl-draft-add-references): New user option.
10559
10560         * wl-draft.el (wl-draft-add-references): New function.
10561         (wl-draft-yank-from-mail-reply-buffer): Use it.
10562         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10563         as nil.
10564
10565 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10566
10567         * wl-thread.el (wl-thread-update-line-msgs): Called
10568         `wl-thread-update-line-on-buffer-sub'.
10569         (wl-thread-update-line-on-buffer): Delete routine of inserting
10570         thread.
10571         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10572         moved from `wl-thread-update-line-on-buffer'.
10573         Add threshold for displaying progress gauge.
10574         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10575         argument of `wl-thread-update-line-msgs'.
10576         Add threshold for displaying progress gauge.
10577         * wl-folder.el:
10578         Add threshold for displaying progress gauge.
10579         * wl-score.el: Ditto.
10580
10581         * wl-expire.el (wl-summary-expire): Display deleting info.
10582
10583 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10584
10585         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10586         `no-msg'.
10587         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10588         argument of `wl-thread-update-line-msgs'.
10589         (wl-summary-set-parent): Added optional argument `parent-number'.
10590         (wl-summary-buffer-saved-message): New buffer local variable.
10591         (wl-summary-save-current-message): New command.
10592         (wl-summary-yank-saved-message): Ditto.
10593         (wl-summary-mode-map): Added key binding for
10594         `wl-summary-save-current-message' (\ew) and
10595         `wl-summary-yank-saved-message' (\C-y).
10596         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10597
10598 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10599
10600         * wl-summary.el (wl-summary-mode-map): Added key binding for
10601         `wl-summary-set-parent' (ts).
10602
10603 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10604
10605         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10606         subject faster. If thread number is reverse, delayed updating
10607         thread.
10608         (wl-summary-search-by-subject): Ditto.
10609         (wl-summary-put-alike): Ditto.
10610         (wl-summary-get-alike): Ditto.
10611         (wl-summary-insert-headers): Insert header of all overview in
10612         buffer.
10613         (wl-summary-rescan): Delayed updating thread. Kill search subject
10614         buffer for wl-summary-search-by-subject.
10615         (wl-summary-sync-update3): Ditto.
10616         (wl-summary-exit): Ditto.
10617         (wl-summary-goto-bottom-of-current-thread): Change for linked
10618         thread.
10619         (wl-summary-overview-create-summary-line): Change line for linked
10620         thread.
10621
10622         * wl-summary.el (wl-summary-update-thread): Use
10623         wl-thread-maybe-get-children-num.
10624         (wl-summary-set-parent): If change parent, move sub thread.
10625         (wl-summary-redisplay-internal): Add horizontal recenter.
10626         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10627
10628         * wl-thread.el (wl-thread-entity-get-linked): New function.
10629         (wl-thread-entity-set-linked): New function.
10630         (wl-thread-create-entity): Add linked element.
10631         (wl-thread-entity-insert-as-top): Use wl-append.
10632         (wl-thread-maybe-get-children-num): If closing thread, return
10633         children msgs.
10634         (wl-thread-update-line-msgs): Displaying progress message.
10635         (wl-thread-update-line-on-buffer-sub): Use
10636         wl-thread-maybe-get-children-num.
10637         (wl-thread-update-line-on-buffer): If update line is not exists,
10638         insert thread.
10639         (wl-thread-delete-message): If delete top msg of thread, search
10640         parent by subject.
10641         (wl-thread-insert-entity): Use
10642         wl-thread-maybe-get-children-num.
10643
10644         * wl-highlight.el (wl-highlight-summary-current-line): change
10645         sregexp for linked thread.
10646         * wl-util.el (wl-count-lines): Count lines.
10647         (wl-horizontal-recenter): horizontal recenter.
10648         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10649         (wl-score-get-alike): Ditto.
10650         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10651         (wl-subject-length-limit): New variable.
10652         (wl-highlight-thread-indent-string-regexp): Changed for linked
10653         thread.
10654
10655 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10656
10657         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10658         New variable (revival).
10659         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10660         by subject matching if there's no in-reply-to nor references field
10661         (revival).
10662
10663 \f
10664 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10665
10666         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10667         message.
10668
10669 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10670
10671         * wl-summary.el (wl-summary-reply): Return t if there was a
10672         message at cursor point.
10673         Added unwind-protect.
10674         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10675         returns t.
10676         (wl-summary-cancel-message): Do nothing when there's no message at
10677         cursor point.
10678         (wl-summary-forward): Ditto.
10679         (wl-summary-jump-to-parent-message): Ditto.
10680         (wl-summary-reedit): Ditto.
10681         (wl-summary-edit-addresses): Ditto.
10682         (wl-summary-pipe-message): Ditto.
10683         (wl-summary-print-message-with-ps-print): Ditto.
10684         (wl-summary-print-message): Ditto.
10685         (wl-summary-mark-as-important): Ditto.
10686         (wl-summary-mark-as-unread): Ditto.
10687
10688         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10689         message at cursor point.
10690         (wl-summary-reply-with-citation): Remove unwind-protect.
10691
10692         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10693         subject searching feature.
10694         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10695         Eliminated.
10696
10697 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10700         New variable.
10701         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10702         by subject matching if there's no in-reply-to nor references field.
10703
10704         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10705
10706         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10707         when display is finished.
10708         (wl-folder-open-all): Ditto.
10709         (wl-folder-update-access-group): Ditto.
10710         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10711         * wl-thread.el (wl-thread-close-all): Ditto.
10712
10713         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10714         progress gauge only when it was displayed.
10715         * wl-folder.el (wl-folder-insert-entity): Ditto.
10716
10717 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10718
10719         * wl-summary.el (wl-summary-incorporate): Enclose
10720         `wl-summary-sync-force-update' with save-excursion.
10721
10722 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10723
10724         * wl-summary.el (wl-summary-prefetch-region):
10725         Pass current cursor point to `pos-visible-in-window-p' after
10726         moving cursor to the started point.
10727
10728 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10729
10730         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10731
10732         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10733         fields from the forwarding message.
10734         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10735         `ignored-fields'.
10736
10737 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10738
10739         * wl-mime.el (wl-message-request-partial):
10740         Eliminated argument `msgdb'.
10741         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10742         (wl-mime-combine-message/partial-pieces): Likewise.
10743         * tm-wl.el (wl-message-request-partial): Likewise.
10744         (wl-mime-combine-message/partial-pieces): Likewise.
10745
10746 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10747
10748         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10749         when display is finished.
10750
10751 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10752
10753         * wl-summary.el (wl-summary-goto-folder-subr):
10754         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10755
10756 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10757
10758         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10759         when cursor point is visible.
10760
10761 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10762
10763         * wl-expire.el (wl-expire-archive-get-max-number):
10764         Don't use `file-name-directory'.
10765
10766 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-expire.el (wl-expire-archive-get-max-number):
10769         Use `file-name-directory'.
10770
10771 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10772
10773         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10774         only when there is progress.
10775
10776 2000-04-13  Mito <mit@nines.nec.co.jp>
10777
10778         * wl-summary.el (wl-summary-sync-marks): Display progress.
10779
10780 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10781
10782         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10783         (wl-summary-prev): Move cursor regardless of unread status.
10784         (wl-summary-next): Ditto.
10785
10786 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10789         Added argument `target' and `number'.
10790         * tm-wl.el (wl-summary-burst-subr): New function.
10791         (wl-summary-burst): Use it.
10792
10793 2000-04-10  Mito <mit@nines.nec.co.jp>
10794
10795         * wl-mime.el (wl-burst): New function.
10796         (wl-summary-burst): Use it.
10797
10798 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10799
10800         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10801         as petname when there's no candidate.
10802
10803 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10804
10805         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10806         New variable.
10807         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10808
10809         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10810
10811         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10812
10813 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10814
10815         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10816         Use substring of `original' instead of buffer-substring.
10817         (wl-refile-evaluate-rule):
10818         Set `original' argument of wl-refile-expand-newtext.
10819
10820         * wl-summary.el
10821         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10822         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10823         (wl-summary-auto-refile): Check existence of destination folder just
10824         before marking.
10825
10826 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10827
10828         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10829         when wl-refile-get-field-value return nil.
10830
10831 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10832
10833         * wl-refile.el
10834         (wl-refile-expand-newtext): New function imported from Gnus.
10835         (wl-refile-evaluate-rule): Use it.
10836
10837 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10838
10839         * wl-summary.el (wl-summary-print-destination):
10840         Duplicate folder string to avoid putting text-property on
10841         original string.
10842
10843         * wl-refile.el (wl-refile-get-field-value): New function.
10844         (wl-refile-evaluate-rule): New function;
10845         Evaluate refile rule recursively.
10846         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10847         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10848         New function; Check existence of a target folder recursively.
10849         (wl-summary-auto-refile-check-refile-rule-alist):
10850         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10851
10852 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10853
10854         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10855
10856         * wl-folder.el (wl-create-folder-entity-from-buffer):
10857         Fixed problem when '}' character is contained in folder name.
10858
10859         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10860
10861 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10862
10863         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10864         (wl-fldmgr-add-completion-all-completions):
10865         Use wl-fldmgr-add-completion-hashtb.
10866
10867 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10868
10869         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10870         wl-fldmgr-add-completion-subr): New functions.
10871         * wl-folder.el (wl-folder-completion-func): New variable.
10872         * wl-summary.el (wl-summary-read-folder):
10873         Use wl-folder-completion-func.
10874
10875         * wl-refile.el: Eliminate throw & catch.
10876
10877         * wl.el (wl-plugged-sending-queue-status): Fixed.
10878
10879 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10880
10881         * wl-draft.el (wl-draft): Put category property on
10882         mail-header-separator.