Synchronize with CVS version
[more-wl.git] / wl / ChangeLog
blobddd42280ce3257912fa2278d5667a65fd215f97d
1 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
3         * wl-summary.el (wl-summary-previous-message-number): New function.
4         (wl-summary-next-message-number): Ditto.
5         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
6         `wl-summary-next-message-number'.
7         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
8         Inline temporary variable `cur-id'.
9         (wl-summary-get-next-unread-folder): Ditto.
10         (wl-summary-get-next-folder): Ditto.
11         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
13 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
17 2008-09-05  Kenichi Okada  <okada@opaopa.org>
19         * wl-summary.el (wl-summary-buffer-folder-name)
20         (wl-draft-config-body-goto-header): Use backquote instead of quote.
21         * wl-draft.el (wl-draft-body-goto-top)
22         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
24 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
26         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
27         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
29 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31         * wl-expire.el: Fix Comentary section.
33 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
36         Require mime-parse, elmo-mime, and wl-util.
38         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
40         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
42 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44         * wl-template.el: Require elmo-util and wl-vars.
46         * wl-mime.el (wl-mime-display-header): Revert last change.
47         Remove `delete-matching-lines "^$"'.
49 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51         * wl-mime.el (wl-define-dummy-functions): Split
52         `eval-when-compile' form for avoid error; when `make
53         compile-strict.
55         * wl-util.el: Move (eval-when-compile (require 'static)).
56         * wl-dnd.el: Add (eval-when-compile (require 'static)).
57         * wl-message.el: Ditto.
59         * wl-mime.el (wl-message-delete-current-part): Use
60         `insert-buffer-substring' instead of `insert-buffer'.
61         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
62         * wl-draft.el (wl-draft-generate-clone-buffer)
63         (wl-draft-do-mime-bcc): Ditto.
65         * wl-address.el: Add (eval-when-compile (require 'cl)).
66         * wl-addrmgr.el: Ditto.
67         * wl-mime.el: Ditto.
68         * wl-util.el: Ditto.
69         * wl-score.el: Ditto.
71 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
74         `string-to-int'.
76         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
77         `string-to-int'.
79         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
80         `string-to-number' instead of `string-to-int'.
82         * wl-summary.el (wl-summary-get-list-info)
83         (wl-summary-message-number): Use `string-to-number' instead of
84         `string-to-int'.
86         * wl-score.el (wl-score-overview-entity-get-lines)
87         (wl-score-set-mark-below, wl-score-set-expunge-below)
88         (wl-summary-increase-score, wl-score-get-header-entry): Use
89         `string-to-number' instead of `string-to-int'.
91         * wl-folder.el (wl-folder-update-diff-line): Use
92         `string-to-number' instead of `string-to-int'.
94         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
95         instead of `string-to-int'.
97         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
98         instead of `string-to-int'.
100         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
101         `string-to-int'.
103 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105         * wl-util.el (wl-match-string, wl-match-buffer)
106         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
107         (wl-kill-buffers, wl-local-variable-p)
108         (wl-line-formatter-setup): New backquote style.
109         (wl-count-lines): Use quote instead of backquote.
111         * wl-summary.el (wl-summary-buffer-folder-name)
112         (wl-summary-get-alike): Use quote instead of backquote.
113         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
114         backquote style.
116         * wl-message.el (wl-message-buffer-cache-buffer-get)
117         (wl-message-buffer-cache-folder-get)
118         (wl-message-buffer-cache-message-get)
119         (wl-message-buffer-cache-entry-make)
120         (wl-message-buffer-cache-hit): New backquote style.
122         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
123         backquote.
124         (wl-folder-unread-regex, wl-folder-entity-exists-p)
125         (wl-folder-clear-entity-info)
126         (wl-folder-get-entity-info, wl-folder-set-entity-info)
127         (wl-folder-elmo-folder-cache-get)
128         (wl-folder-elmo-folder-cache-put): New backquote style.
130         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
131         (wl-fldmgr-assign-id): Ditto.
132         (wl-fldmgr-delete-line): Use quote instead of backquote.
133         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
135         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
136         (wl-draft-set-sent-message): New backquote style.
137         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
138         (wl-draft-config-body-goto-header): Use quote instead of backquote.
140 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142         * wl-address.el (wl-address-concat-token): Fix typo.
144 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
147         (wl-score-get-alike): Ditto.
149         * wl-vars.el: New backquote style.
150         (wl-message-header-button-alist): Use quote instead of backquote.
152         * wl.el (wl-plugged-string): New backquote style.
154         * wl-address.el (wl-address-concat-token): New backquote style.
156         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
158 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
160         * wl-highlight.el (wl-highlight-folder-opened-regexp)
161         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
163         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
164         in the character alternative.
166 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168         * Version number is increased to 2.15.6.
170 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
172         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
173         optional 3rd argument of epg-context-set-progress-callback; it was
174         temporarily removed in the Emacs trunk due to copyright problem.
175         (wl-mime-pgp-verify-region-with-epg): Ditto.
177 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
179         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
181 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
183         * wl-util.el (wl-biff-check-folders): Set biff flag.
184         (from Naoto Morishima [wl:14031])
186 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
188         * wl.el (wl-plugged-server-indent): Use quote instead of
189         backquote.
191 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
193         * wl-score.el (wl-score-insert-header): Add guard for
194         `std11-unfold-string'.
195         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
196         TYPE artgument when TO or CC field.
198 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200         * wl-summary.el (wl-summary-goto-folder-subr): Call
201         `elmo-folder-close' instead of `elmo-folder-commit' if discard
202         current summary.
204 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206         * wl-util.el (wl-read-shell-commande): New function or alias.
208         * wl-summary.el (wl-summary-pipe-message): Use
209         `wl-read-shell-command' instead of `read-string'.
210         (wl-summary-target-mark-pipe): Ditto.
212 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
214         * wl-summary.el (wl-summary-reply): Fix docstring.
215         * wl-draft.el (wl-draft-reply): Ditto.
217 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219         * wl-mime.el (wl-summary-extract-attachments): New command.
220         (wl-summary-extract-attachments-1): New internal function.
222 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224         * wl-expire.el (wl-expire-folder): New function (split from
225         wl-summary-expire).
226         (wl-summary-expire): Use it. Add argument `all' instead of remove
227         `nolist'. Cause an error only if this function is calling
228         interactively.
230 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232         * wl-expire.el (wl-expire-refile): Display progress message.
233         (wl-summary-expire): Simplify.
235         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
236         unused argument `deleting-info'.
238 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240         * wl-vars.el (wl-message-popup-buffers): New user option.
242         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
243         (wl-message-delete-popup-windows): New function that substitues
244         above one.
245         (wl-mime-setup): Follow the above change.
247 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
249         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
251 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
253         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
254         "tkm" to wl-thread-spam.
256 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
258         * wl-thread.el (wl-thread-entity-insert-as-children): Use
259         wl-thread-entity-set-children.
260         (wl-thread-insert-message, wl-thread-insert-entity-sub,
261         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
262         Use wl-thread-entity-get-*.
264 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266         * wl-mime.el (wl-epg-progress-callback): New function.
267         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
268         with `elmo-with-progress-display'. Set a progress callback
269         function to epg-context.
270         (wl-mime-pgp-verify-region-with-epg): Ditto.
272 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274         * wl-util.el (wl-completing-read-multiple): Define as an alias of
275         `completing-read-multiple' if emacs-version is not less than 22.
277 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
280         change.
282 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
284         * wl-summary.el (wl-summary-sync-update): Move
285         `wl-thread-update-indent-string-thread' to outside of
286         `elmo-with-progress-display'.
288 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
290         * wl-message.el (wl-message-exit): Check buffer existence.
292 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294         * wl-util.el (wl-simple-display-progress): New function.
295         (wl-display-progress-with-gauge): Ditto.
296         (wl-progress-callback-function): Ditto.
298         * wl.el (wl-init): Set `elmo-progress-callback-function' as
299         `wl-progress-callback-function'
301         * wl-vars.el (wl-display-progress-threshold): New user option.
302         (wl-display-progress-function): Ditto.
304         * Version number is increased to 2.15.5.
306 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
308         * wl-thread.el (wl-thread-close-children): New function.
309         (wl-thread-open-children): Ditto.
310         * wl-action.el (wl-summary-set-mark): Redo the last change by
311         using it.
313         * wl-action.el (wl-summary-set-mark): Undo the last change.
314         Forbid interactive call.
316 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318         * wl-mime.el (wl-define-dummy-functions): New macro.
319         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
320         `wl-mime-pgp-decrypt-region'.
321         (wl-mime-pgp-verify-region-with-epg): Renamed from
322         `wl-mime-pgp-verify-region'.
323         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
324         `wl-mime-pgp-decrypt-region'.
325         (wl-mime-pgp-verify-region-with-pgg): Renamed from
326         `wl-mime-pgp-verify-region'.
327         (wl-mime-pgp-decrypt-region): New function; To select dispatch
328         function at runtime.
329         (wl-mime-pgp-verify-region): Ditto.
331         * wl-vars.el (wl-use-pgp-module): New user option.
333 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
335         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
336         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
338 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
340         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
341         even if there are target marks only.
343 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345         * Version number is increased to 2.15.4.
347 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349         * wl-folder.el (wl-folder-check-one-entity): Simplify.
351 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
353         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
354         variable.
356 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
358         * wl-spam.el (wl-thread-test-spam): New function.
359         (wl-spam-setup): Bind "tkc".
361 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363         * wl-expire.el (wl-folder-expire-entity): Rewite without
364         `wl-summary-goto-folder-subr'.
365         (wl-folder-expire-current-entity): Don't kill summary buffer.
367 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369         * wl-folder.el (wl-folder-sync-entity): Rewrite without
370         `wl-summary-goto-folder-subr'.
371         (wl-folder-mark-as-read-all-entity): Likewise.
373         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
375 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
377         * wl-thread.el (wl-thread-force-open): Arranged.
379 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
381         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
382         from regexp.
384         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
385         (wl-read-search-condition-internal): Append them.
387 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389         * wl-vars.el (wl-additional-search-condition-fields):
390         New user option.
392         * wl-util.el (wl-search-condition-fields): New function; export
393         from `wl-read-search-condition-internal'.
394         (wl-read-search-condition-internal): Use it.
396         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
398 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400         * wl-summary.el (wl-summary-define-sort-command): New function.
401         (wl-summary-sort-by-date, wl-summary-sort-by-number)
402         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
403         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
404         define by `wl-summary-define-sort-command' at runtime.
406         * wl.el (wl-init): Call wl-summary-define-sort-command.
408 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
411         properties at the decrypting region.
413 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415         * wl-util.el (wl-find-region): New function.
417         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
418         coding system.
419         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
420         property `wl-mime-decoded-coding-system'.
421         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
422         property `wl-mime-decoded-coding-system' to encode text.
424         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
425         message.
426         (wl-mime-pgp-verify-region): Ditto.
428 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
431         buffer. Use epa-display-verify-result.
433 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
435         * wl-draft.el (wl-draft-send): Continue even if setting parent
436         flag was failed.
438 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440         * wl-message.el (wl-message-flag-indicator): Fixed the problem
441         of returning string only of parentheses.
443 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
445         * wl-summary.el (wl-summary-write): Add argument `folder'.
446         (wl-summary-write-current-folder): Change argument `folder' from
447         optional to require.
448         (wl-summary-get-buffer): Return the buffer associated folder only.
450         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
451         change.
452         (wl-folder-toggle-disp-summary): Ditto.
454         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
455         current summary as parent-folder.
457 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
459         * wl-draft.el (wl-draft-reedit): Don't overwrite
460         wl-draft-parent-folder.
462 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
465         (wl-mime-pgp-verify-region): Ditto.
466         (wl-message-decrypt-pgp-nonmime): Use the above function.
467         (wl-message-verify-pgp-nonmime): Likewise.
468         (wl-mime-preview-application/pgp): Likewise.
470 2006-04-20  Kenichi Okada  <okada@opaopa.org>
472         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
473         Fix about the order of `wl-nntp-posting-port' and
474         `wl-nntp-posting-stream-type'.
475         * wl.el (wl-plugged-port-label-alist): Add smtp.
477 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479         * wl-summary.el (wl-summary-message-status): New macro.
481         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
482         (wl-summary-killed-mark): New user option.
484         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
485         API change.
486         (wl-thread-insert-entity-sub): Ditto.
487         (wl-thread-recover-messages): New command.
489         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
490         Don't call `wl-highlight-summary-current-line' directly.
491         (wl-summary-buffer-attach): Connect to signal `status-changed'
492         instead of `cache-changed'.
493         (wl-summary-buffer-detach): Follow the above change.
494         (wl-summary-detect-mark-position): Follow the API change.
495         (wl-summary-rescan-message): Ditto.
496         (wl-summary-insert-sequential): Ditto.
497         (wl-summary-update-thread): Ditto.
498         (wl-summary-message-mark): Ditto.
499         (wl-summary-persistent-mark): Ditto.
500         (wl-summary-create-line): Ditto.
501         (wl-summary-prefetch-region-no-mark): Call
502         `wl-summary-persistent-mark' with number.
503         (wl-summary-recover-messages-region): New command.
504         (wl-summary-target-mark-recover): Ditto.
505         (wl-summary-recover-message): Ditto.
506         (wl-summary-persistent-mark-string): Add argument `status' instead
507         of remove arguments `flags' and `cached'.  Treat killed status.
508         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
510         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
511         (wl-highlight-summary-line-face-spec): Treat killed status.
512         (wl-highlight-summary-line-string): Follow the API change.
513         (wl-highlight-summary-current-line): Ditto.
515         * Version number is increased to 2.15.3.
517 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
520         of symbolp to test whether the condition is function.
522 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
524         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
525         to nil.
527 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529         * wl-summary.el (wl-summary-buffer-message-ring): New internal
530         variable.
531         (wl-summary-buffer-last-displayed-msg): Abolish.
532         (wl-summary-push-message): New function.
533         (wl-summary-pop-message): Ditto.
534         (wl-summary-goto-folder-subr): Reset
535         `wl-summary-buffer-message-ring'.
536         (wl-summary-pop-to-last-message): New command.
537         (wl-summary-goto-last-displayed-msg): Call
538         wl-summary-pop-to-last-message if optional argument is non-nil or
539         the last command is itself.
540         (wl-summary-redisplay-internal): Push last message number into
541         `wl-summary-buffer-message-ring'.
543         * wl-vars.el (wl-summary-message-ring-max): New user option.
545 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
548         from `wl-draft-reply').
549         (wl-draft-reply): Use it.
550         (wl-draft-find-reply-headers): Avoid compile warning.
552 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
554         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
556 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558         * wl-message.el (wl-message-flag-indicator): New function.
559         (wl-message-redisplay): Use it.
561 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
563         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
565 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
568         instead of `read-event'.
570         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
572         * wl-mule.el (wl-read-event-char): Ditto.
574         * wl-e21.el (wl-read-event-char): Ditto.
576 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
578         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
580 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582         * wl-vars.el (wl-draft-send-confirm-type): New user option.
584         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
586         * wl-draft.el (wl-draft-send-confirm): Confirmation by
587         `wl-draft-send-confirm-type'
589 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
591         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
592         Avoid error when the buffer name is already used.
594 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
596         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
597         the change of elmo-nmz -> elmo-search.
598         (wl-highlight-summary-line-help-echo-alist): Ditto.
599         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
600         (wl-nmz-folder-icon): Define as obsolete.
601         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
602         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
604 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606         * wl-summary.el (wl-summary-get-list-info): Rewrite with
607         `elmo-find-list-match-value'
609 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
611         * wl-summary.el (wl-summary-get-list-info): Optimize.
612         Use List-Id and List-Post also.
614 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
618 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
620         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
622 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624         * wl-util.el (wl-completing-read-multiple-1): New internal function.
625         (wl-completing-read-multiple-2): Ditto.
626         (wl-completing-read-multiple): Define use above functions.
628         * wl-summary.el (wl-summary-sort): Removed the workaround for a
629         bug of `completing-read-multiple' about default value.
631         * wl-xmas.el (wl-completing-read-multiple): Removed.
633         * wl-mule.el (wl-completing-read-multiple): Ditto.
635         * wl-e21.el (wl-completing-read-multiple): Ditto.
637 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639         * wl-util.el (wl-filter-associations): New function.
641         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
642         (wl-spam-ignored-folder-list): Ditto.
643         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
644         (wl-spam-string-member-p): New function.
645         (wl-spam-domain): Use it.
646         (wl-spam-split-numbers): New function.
647         (wl-spam-apply-partitions): Ditto.
648         (wl-spam-register-spam-messages): Use `folder' instead of
649         `wl-summary-buffer-elmo-folder'.
650         (wl-spam-register-good-messages): Ditto.
651         (wl-summary-exec-action-spam): Decide a domain by real folder of
652         message.
653         (wl-summary-exec-action-refile-with-register): Likewise.
655 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
657         * wl-e21.el (wl-e21-find-image): New function.
658         (wl-e21-setup-toolbar): Use it instead of `find-image'.
659         (wl-e21-highlight-folder-group-line): Ditto.
660         (wl-folder-init-icons): Ditto.
661         (wl-plugged-init-icons): Ditto.
662         (wl-biff-init-icons): Ditto.
664 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
667         (wl-inhibit-save-drafts): New internal variable.
668         (wl-disable-auto-save): Ditto.
669         (wl-save-drafts): Treat above variables.
670         (wl-auto-save-drafts): New function.
671         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
672         `wl-stop-save-drafts'.
673         (wl-start-save-drafts): New function.
674         (wl-stop-save-drafts): Ditto.
675         (wl-set-auto-save-draft): New command.
677         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
678         `wl-set-save-drafts'.
680 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
683         `make-local-variable' instead of `make-variable-buffer-local'.
685 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
687         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
689 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
691         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
693 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
696         of working buffer.
698 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
702         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
703         value into recipients; Bind `wl-draft-remove-group-list-contents'
704         as nil.
706 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708         * wl-summary.el (wl-summary-sort): Fixed the last change.
710         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
711         (wl-summary-sort-messages): Ditto.
712         (wl-summary-rescan): Use it.
713         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
714         `completing-read'; Append candidates for reverse order.
716 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718         * Version number is increased to 2.15.2.
720 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
722         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
723         "Smaller".
724         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
726 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
728         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
730 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732         * wl-vars.el (wl-draft-additional-header-alist): Add into the
733         customize group `wl-draft'.
734         (wl-draft-add-in-reply-to): Move customize group from `wl' to
735         `wl-draft'.
736         (wl-draft-add-references): Ditto.
738         * wl-action.el (wl-summary-print-argument): Rename argument from
739         `folder' to `data'.
741 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743         * wl-summary.el (wl-summary-rescan-message): Call
744         `wl-thread-cleanup-symbols' before insert thread.
746 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748         * wl.el (wl-init): Set `elmo-get-folder-function' as
749         `wl-folder-make-elmo-folder'.
751         * wl-spam.el (wl-summary-exec-action-spam): Use
752         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
754         * wl-folder.el (wl-folder-make-elmo-folder): New function.
755         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
756         `elmo-make-folder'.
757         (wl-folder-get-elmo-folder): Ditto.
758         (wl-folder-create-subr): Simplify.
760 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
764 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
767         contents in message buffer instead of original buffer. If optional
768         argument specified, ask coding system for encode.
770 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
772         * wl-spam.el (wl-summary-test-spam-region): New function.
773         (wl-spam-setup): Bind "rkc".
775 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
777         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
779 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
781         * wl-spam.el (wl-summary-test-spam): Fix typo.
782         (wl-message-check-spam): Ditto.
784 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786         * wl-summary.el (wl-summary-default-from): Simplify.
788 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790         * wl-action.el (wl-summary-exec-action-refile): Simplify.
791         (wl-summary-exec-action-copy): Ditto.
792         (wl-summary-auto-refile): Check existence of temporary mark.
794 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796         * wl-summary.el (wl-summary-create-line): Use
797         `elmo-time-to-datevec'.
799         * wl-expire.el (wl-expire-archive-date): Ditto.
800         (wl-expire-localdir-date): Ditto.
802         * wl-util.el (wl-day-number): Abolish.
804         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
805         of `wl-day-number'.
806         (wl-score-followup): Ditto.
807         (wl-score-add-followups): Ditto.
808         (wl-score-get-latest-msgs): Ditto.
809         (wl-score-get-header-entry): Ditto.
810         (wl-score-edit-insert-date): Ditto.
812 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
815         `elmo-message-entity-field' with 2nd argument `type'.
817 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
819         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
821 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823         * wl-thread.el (wl-thread-delete-message): Delete descendant
824         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
826 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
828         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
830 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
832         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
833         `Access folder'.
835 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837         * wl-vars.el (wl-access-folder-icon): New user option.
839         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
840         `Access folder'.
842 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844         * wl-summary.el (wl-summary-buffer-set-folder): Use
845         `wl-folder-mime-charset'.
847         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
848         `mime-charset'.
849         (wl-folder-get-elmo-folder): Ditto.
850         (wl-folder-mime-charset): New function.
852 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854         * wl-util.el (wl-parse-addresses): Define alias of
855         `elmo-parse-addresses' (move to `elmo-util.el').
857         * wl-summary.el (wl-summary-default-from): Follow the API change.
858         (wl-summary-overview-entity-compare-by-date): Ditto.
859         (wl-summary-overview-entity-compare-by-from): Ditto.
860         (wl-summary-get-list-info): Get value of `ml-info' field from
861         entity at first.
862         (wl-summary-rescan-message): Treat prefix argument.
863         (wl-summary-prefetch-msg): Follow the API change.
864         (wl-summary-search-by-subject): Ditto.
865         (wl-summary-insert-thread): Ditto.
866         (wl-summary-line-subject): Ditto.
867         (wl-summary-line-from): Ditto.
868         (wl-summary-create-line): Ditto.
869         (wl-summary-print-message-with-ps-print): Ditto.
871         * wl-score.el (wl-score-ov-entity-get): Ditto.
872         (wl-score-followup): Ditto.
873         (wl-score-add-followups): Use `elmo-message-entity-field' instead
874         of `car'.
875         (wl-score-get-latest-msgs): Follow the API change.
876         (wl-score-get-header): Ditto.
878         * wl-refile.el (wl-refile-learn): Ditto.
879         (wl-refile-subject-learn): Ditto.
880         (wl-refile-get-field-value): Ditto.
881         (wl-refile-guess-by-history): Ditto.
882         (wl-refile-guess-by-subject): Ditto.
884         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
886         * wl-expire.el (wl-expire-date-p): Removed.
887         (wl-expire-archive-date): Follow the API change.
888         (wl-expire-localdir-date): Ditto.
889         (wl-summary-expire): Ditto.
891         * Version number is increased to 2.15.1.
893 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
895         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
896         group is access or not (it is not strict, like wl-fldmgr-rename).
898 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
900         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
901         duplicate call of `wl-summary-print-argument' on the wrong line.
903 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
906         even if argument `number' is nil.
907         (wl-summary-insert-line): Print action argument if current message
908         has it.
910 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
913         (wl-draft-reply): Ditto.
914         (wl-draft): Add optional argument `parent-number' and call
915         `wl-draft-create-buffer' with it.
916         (wl-draft-create-buffer): Add optional argument
917         `parent-number'. Set wl-draft-parent-number as it.
919 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
921         * wl-folder.el (wl-folder-set-persistent-mark): If summary
922         buffer is not for given folder, don't use it.
924 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
926         * Version number is increased to 2.15.0.
928 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
932         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
933         (wl-highlight-get-face-by-name): New internal function.
934         (wl-highlight-summary-line-face-spec): Use it and fixed.
936 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938         * wl-summary.el (wl-summary-sync-update): Use
939         `elmo-message-entity-field' instead of `car' to get message-id
940         from overview entity.
942         * wl-summary.el (wl-summary-rescan-message): Call
943         `wl-highlight-summary-displaying' when displaying a message.
945 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
947         * wl-draft.el (wl-draft-config-info-filename): Extracted from
948         `wl-draft-config-info-operation'.
949         (wl-draft-buffer-change-number): New function.
950         (wl-draft-rename-saved-config): Ditto.
951         * wl.el (wl-init): Connect slot for message-number-changed.
952         (toplevel): Add autoload for wl-draft-rename-saved-config.
954 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
957         `update-overview'
958         (wl-summary-buffer-detach): Disconnect from it.
959         (wl-summary-rescan-message): Use command.
961         * wl-message.el (wl-message-buffer-display): Use
962         `with-current-buffer' instead of `save-excursion'.
964 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966         * wl-mime.el (wl-draft-preview-attributes-list): Protect
967         wl-draft-preview-attributes-list from distraction.
969 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
971         * wl-summary.el (wl-summary-sync-update): Sort the return value of
972         `elmo-list-diff'.
974 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976         * wl-summary.el
977         (wl-summary-edit-addresses-collect-candidate-fields): Use
978         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
980         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
981         instead of `elmo-set-work-buf'.
983         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
984         (wl-address-make-address-list): Ditto.
986         * Version number is increased to 2.13.3.
988 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
991         user option.
993         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
994         argument `5'.
996         * wl-message.el (wl-message-display-no-merge-p): New function.
997         (wl-message-buffer-display): Check whether the message is
998         reassembled and follow the API change.
1000 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1003         multibyte on working buffer and removed unnecessary
1004         `buffer-disable-undo'.
1006 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1009         change.
1011 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013         * wl-util.el (wl-read-search-condition-internal): Protect
1014         elmo-global-flags from distraction.
1016 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1020         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1021         (wl-summary-event-handler): Ditto.
1022         (wl-summary-update-persistent-mark-on-event): New
1023         function (renamed from `elmo-event-handler-flag-changed').
1024         (wl-summary-buffer-attach): New function.
1025         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1026         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1027         instead of `elmo-folder-add-handler'.
1029         * Version number is increased to 2.13.2.
1031 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1034         and "\177" to the `wl-news-previous-page'.
1035         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1036         (wl-news-previous-page): New function.
1038 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1041         instead of `write-region' and simplify.
1043 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045         * wl-template.el (wl-template-select): Cause error if
1046         `wl-template-alist' is nil.
1048 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1050         * wl-news.el.in: Set file variable `no-byte-compile'.
1052 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1055         whether a target message is within displaying area.
1056         (elmo-event-handler-cache-changed): Ditto.
1058 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1060         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1061         to `defun'.  Use `nconc' instead of `append' to collect descendant
1062         message numbers.
1064 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1066         * wl-thread.el (wl-thread-save-top-list)
1067         (wl-thread-save-entities): Use `with-temp-buffer'.
1068         * wl-news.el.in (wl-news-previous-version-load):
1069         (wl-news-previous-version-save): Ditto.
1070         * wl-summary.el (wl-summary-load-file-object)
1071         (wl-summary-save-view-cache): Ditto.
1073 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075         * wl-util.el (toplevel): Require 'elmo-flag'.
1076         (wl-read-search-condition): New function (Renamed from
1077         `elmo-read-search-condition').
1078         (wl-read-search-condition-internal): Likewise.
1080         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1081         invalid.
1082         (wl-summary-pick): Use `wl-read-search-condition' instead of
1083         `elmo-read-search-condition'.
1084         (wl-summary-virtual): Ditto.
1086         * wl-folder.el (wl-folder-virtual): Ditto.
1087         (wl-folder-pick): Ditto.
1089         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1091 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093         * wl-summary.el (wl-summary-reedit): Call
1094         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1096 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098         * wl-mime.el (toplevel): Require wl-vars.
1100         * wl-message.el (toplevel): Require cl at compile.
1102         * wl-draft.el (toplevel): Require elmo.
1104 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1106         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1107         and do nothing when it is not positive.
1108         (wl-message-buffer-prefetch-next): Ditto.
1110 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1113         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1114         (wl-summary-redisplay-internal): Ditto.
1116         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1117         message (the condition is borrowed from `wl-check-variables-2').
1118         (wl-summary-redisplay-internal): Ditto.
1120 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122         * wl-mime.el (wl-draft-nntp-attribute): New function.
1123         (wl-draft-attribute-nntp-posting-server): Use it.
1124         (wl-draft-attribute-nntp-posting-port): Ditto.
1126         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1127         (wl-draft-show-attributes-buffer): Ditto.
1128         (wl-draft-hide-attributes-buffer): Ditto.
1129         (wl-draft-attribute-newsgroups): Ditto.
1130         (wl-draft-attribute-nntp-posting-server): Ditto.
1131         (wl-draft-attribute-nntp-posting-port): Ditto.
1132         (wl-draft-preview-message): Use there functions.
1134         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1135         value.
1137 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1140         (wl-draft-reedit): Ditto.
1141         (wl-draft-queue-flush): Ditto.
1143         * wl-mime.el (wl-message-request-partial): Ditto.
1144         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1145         instead of `elmo-message-fetch'.
1147         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1149         * wl-summary.el (wl-summary-message-string): Ditto.
1151 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153         * wl-util.el (wl-current-message-buffer): Follow the API change.
1155         * wl-summary.el (wl-summary-redisplay-internal): Call
1156         `wl-summary-mark-as-read' with 2nd argument as nil and update
1157         unread count instead of persistent mark.
1159         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1160         variable.
1161         (wl-message-redisplay): Follow the API change.
1162         (wl-message-buffer-display): Managed mime-entity directly and
1163         return preview buffer only.
1164         (wl-message-display-internal): Rewrite.
1165         (wl-message-buffer-prefetch-subr): Not save return value of
1166         `wl-message-buffer-display'.
1168         * Version number is increased to 2.13.1.
1170 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1173         'elmo-multiple-fields-body-list' with boundary specified.
1175 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1178         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1179         cache if `wl-summary-resend-use-cache' is non-nil.
1181 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1184         (wl-nntp-posting-stream-type): Ditto.
1186 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1188         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1190 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1192         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1193         message.
1195 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1198         Abolish.
1199         (wl-summary-buffer-persistent-mark-version): New internal
1200         variable.
1201         (wl-summary-update-mark-and-highlight-window): Check by
1202         wl-summary-persistent-mark-invalid-p.
1203         (wl-summary-update-status-marks): Ditto.
1204         (elmo-event-handler-flag-changed): Rewrite.
1205         (elmo-event-handler-cache-changed): Define.
1206         (wl-summary-prefetch-msg): Does not update persistent mark here.
1207         (wl-summary-delete-cache): Ditto.
1208         (wl-summary-resume-cache-status): Ditto.
1209         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1210         (wl-summary-persistent-mark-invalid-p): New function.
1211         (wl-summary-validate-persistent-mark): Ditto.
1212         (wl-summary-validate-persistent-mark-string): Ditto.
1213         (wl-summary-invalidate-persistent-mark): Ditto.
1214         (wl-summary-update-persistent-mark): Call
1215         `wl-summary-validate-persistent-mark'.
1216         (wl-summary-create-line): Call
1217         `wl-summary-validate-persistent-mark-string'.
1219         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1220         status as t if cache used.
1222 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1224         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1225         only if the target is group.
1226         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1228 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1230         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1232 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1234         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1236         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1238 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1240         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1241         (Thanks to Yoichi NAKAYAMA).
1243 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1245         * wl-util.el (wl-save-drafts): Restore echo area.
1247 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1249         * Version number is increased to 2.13.0.
1251         * wl-util.el (wl-biff-check-folder-async): Use
1252         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1254 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256         * wl-message.el (wl-message-display-internal): Does not put
1257         wl-message-display-type property on message buffer.
1258         (wl-message-buffer-display-type): New function.
1260         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1262         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1263         `wl-summary-buffer-detach'.
1264         (wl-summary-message-display-type): Use
1265         `wl-summary-buffer-display-type'.
1267 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1269         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1270         buffer-local.
1272         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1273         kill-buffer-hook instead of make-local-variable.
1274         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1276 2004-12-12  Scott Renfro <scott@renfro.org>
1278         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1279         regex for square-branket.
1281 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1284         `wl-message-mime-analysis-p' with argument `header'.
1286 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1288         * wl-mime.el (wl-draft-yank-current-message-entity): 
1289         Switch to no-mime following method according to wl-message-display-type
1290         property.
1291         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1293         * wl-message.el (wl-message-display-internal): 
1294         Put wl-message-display-type property on message buffer.
1296         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1297         (wl-message-display-internal): Ditto;
1299         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1301 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303         * wl-message.el (wl-message-make-display-type): New function.
1304         (wl-message-display-type-property): Ditto.
1305         (wl-message-mime-analysys-p): Ditto.
1306         (wl-message-display-all-header-p): Ditto.
1307         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1308         added `display-type'.
1309         (wl-message-buffer-display): Likewise.
1310         (wl-message-display-internal): Likewise.
1311         (wl-message-buffer-display-type): Abolish.
1312         (wl-message-buffer-prefetch-subr): Follow the API changed.
1314         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1315         from wl-summary-buffer-display-all-header and changed default value.
1316         (wl-summary-message-display-type): New function.
1317         (wl-summary-buffer-display-mime-mode): Ditto.
1318         (wl-summary-buffer-display-header-mode): Ditto.
1319         (wl-summary-toggle-mime): Rewrite with above functions.
1320         (wl-summary-toggle-all-header): Ditto.
1321         (wl-summary-redisplay): Force redisplay with default mode.
1322         (wl-summary-redisplay-internal): Renamed argument from `mode',
1323         `all-header' to `mime-mode', `header-mode'.
1324         Use `wl-message-make-display-type'.
1326         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1327         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1329 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1331         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1333 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1336         in original message buffer.
1337         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1338         buffer.
1340 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1342         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1344 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1348 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1350         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1351         when actions succeeded.
1352         (wl-summary-exec-action-copy): Likewise.
1354 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1357         there is switch-to-buffer at the end of wl-message-select-buffer.
1358         (wl-summary-reply): Ditto.
1360 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362         * wl-summary.el (wl-summary-forward): Put subject in original
1363         message buffer as argument of wl-draft-forward.
1364         * wl-draft.el (wl-draft-forward): Decode subject as in
1365         wl-draft-reply.
1367 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1370         a folder under access group.
1372 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1374         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1375         wl-message-buffer-display.
1377         * wl-util.el (wl-set-save-drafts): Fix typo.
1379 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1381         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1382         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1383         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1384         the way to measure the width of a bitmap image; don't put face on
1385         ascii and bitmap images; put the mark which should not use the
1386         variable-pitch face on ascii and bitmap images.
1387         (wl-demo-setup-properties): Don't use the variable-pitch face on
1388         ascii and bitmap images; made it work on Emacs 20 and earlier.
1389         (wl-demo-insert-text): End with a newline at the bottom; don't put
1390         face on text.
1392         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1394 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1398         * wl-util.el (wl-save-drafts): Moved from sample setting.
1399         (wl-set-save-drafts): New function to set idle timer.
1400         * wl-draft.el (wl-draft): Call it.
1401         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1403 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1405         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1406         a summary which has toggle display status off.
1408 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410         * wl-draft.el (wl-draft-do-fcc): No cache save.
1412 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414         * wl-summary.el (elmo-event-handler-flag-changed): Use
1415         `set-buffer' instead of `with-current-buffer'.
1417 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419         * wl-summary.el (wl-summary-after-resize-function): New function.
1420         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1421         window-size-change-functions.
1423 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425         * wl-draft.el (wl-draft-create-buffer): Bind
1426         `change-major-mode-hook' after current buffer is changed.
1428         * wl-summary.el (wl-summary-buffer-detach): New function.
1429         (wl-summary-buffer-set-folder): Call it.
1430         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1431         change-major-mode-hook and kill-buffer-hook.
1432         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1433         (wl-summary-switch-to-clone-buffer): Ditto.
1434         (wl-summary-goto-folder-subr): Ditto.
1436 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1438         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1439         after boundp check.
1441 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1444         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1445         for `kill-buffer'.
1447         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1448         handler of current buffer from elmo-folder.
1450 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1454 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1457         variable.
1458         (wl-summary-event-handler): New class.
1459         (elmo-event-handler-flag-changed): Define to update persistent
1460         mark.
1461         (wl-summary-buffer-set-folder): Register event handler to
1462         elmo-folder.
1463         (wl-summary-exit): Unregister event handler.
1464         (wl-summary-goto-folder-subr): Ditto.
1465         (wl-summary-mark-as-read-all): Does not call
1466         `wl-summary-update-persistent-mark' directly.
1467         (wl-summary-mark-as-read-internal): Ditto.
1468         (wl-summary-set-persistent-mark-internal): Ditto.
1469         (wl-summary-set-flags-internal): Ditto.
1471         * Version number is increased to 2.11.33.
1473 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1475         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1476         to nil.
1478 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480         * wl-spam.el (wl-spam-setup): Add hook
1481         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1482         instead of `wl-summary-prepare-hook'.
1484         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1485         if folder type is `'flag'.
1486         (wl-summary-mark-as-important): Ditto.
1488 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490         * wl-address.el (wl-address-minibuffer-history): New variable.
1491         (wl-address-minibuffer-local-map): New keymap.
1492         (wl-address-read-from-minibuffer): New function.
1494         * wl-action.el (wl-summary-get-resend-address): Use
1495         `wl-address-read-from-minibuffer' instead of `completing-read'.
1497 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499         * Version number is increased to 2.11.32.
1501 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1504         without mule to iso-8859-1.
1505         (wl-draft-add-in-reply-to): Add note in description.
1506         (wl-draft-add-references): Ditto.
1508 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1510         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1511         definition for `m'.
1512         (wl-summary-mode-line-format): Add '[%m]'.
1513         (wl-message-mode-line-format-spec-alist): Ditto.
1514         (wl-summary-display-mime-mode-list): New variable.
1516         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1517         from wl-summary-buffer-display-as-is.
1518         (wl-summary-buffer-display-all-header): New buffer local variable.
1519         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1520         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1521         instead of wl-summary-buffer-display-as-is.
1522         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1523         (wl-summary-set-persistent-mark): Ditto.
1524         (wl-summary-set-message-buffer-or-redisplay): Just call
1525         `wl-summary-redisplay-internal' without optional arguments.
1526         (wl-summary-toggle-mime): Rewrite.
1527         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1528         (wl-summary-toggle-all-header): New function.
1529         (wl-summary-redisplay-internal): Treat mime mode.
1531         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1532         to wl-mime-preview-follow-no-mime.
1533         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1534         accodring to the display-mode.
1536         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1537         (wl-message-buffer-display): Changed argument name from `as-is' to
1538         `mode'.
1539         (wl-message-display-internal): Ditto;
1540         Bind elmo-mime-display-header-analysis according to the mode.
1541         (wl-message-display-internal): Put wl-message-display-mime-mode
1542         property on entire buffer.
1544 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1546         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1548 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1550         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1551         Don't extract mail address.
1552         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1554         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1556         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1558 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1561         wl-fldmgr-cut-entity-list on confirmation.
1563 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1565         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1566         (wl-mime-quit-preview): Check existence of
1567         mime-edit-temp-message-buffer here.
1569 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1572         after deletion.
1574         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1575         before calling wl-mime-quit-preview.
1577 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579         * wl-summary.el (wl-summary-pick): If call it with prefix
1580         argument, set `delete-marks' as non-nil. Pick from only visible
1581         messages.
1582         (wl-summary-check-target-mark): New function.
1583         (wl-summary-target-mark-mark-as-read): Use it.
1584         (wl-summary-target-mark-mark-as-unread): Ditto.
1585         (wl-summary-target-mark-operation): Ditto.
1586         (wl-summary-target-mark-set-flags): Ditto.
1587         (wl-summary-target-mark-save): Ditto.
1588         (wl-summary-target-mark-pick): Ditto.
1589         (wl-summary-target-mark-forward): Ditto.
1590         (wl-summary-target-mark-reply-with-citation): Ditto.
1591         (wl-summary-target-mark-print): Ditto.
1592         (wl-summary-target-mark-uudecode): Ditto.
1594         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1595         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1596         with `ask-coding' is non-nil.
1598 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600         * wl-thread.el (wl-thread-set-parent): If parent is a message
1601         which is identified by references, set linked as nil.
1603 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1605         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1606         (wl-message-mode-line-format-spec-alist): Ditto.
1607         (wl-message-mode-line-format): Ditto.
1608         (wl-summary-mode-line-format): Ditto for docstring.
1609         (wl-summary-no-mime-folder-list): Fix typo.
1611         * wl-util.el (wl-current-message-buffer): Call
1612         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1614         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1615         variable.
1616         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1617         of `wl-summary-redisplay-no-mime'.
1618         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1619         (wl-summary-toggle-mime): New function.
1620         (wl-summary-redisplay-all-header): Rewrite.
1621         (wl-summary-redisplay-no-mime): Ditto.
1622         (wl-summary-redisplay-internal): Added argument `as-is' and
1623         `all-header'.
1625         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1626         New variable.
1627         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1628         bottom.
1629         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1630         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1631         "/" unconditionally.
1633         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1634         wl-mime-preview-follow-no-mime for as-is content.
1635         (wl-mime-preview-follow-no-mime): New function.
1636         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1638         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1639         and added `as-is', `all-header'.
1640         (wl-message-buffer-display): Ditto.
1641         (wl-message-buffer-display-type): New function.
1643 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645         * wl-vars.el (wl-message-header-button-alist): Change default
1646         value.
1647         (wl-message-body-button-alist): Ditto.
1649 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1653 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1657 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1659         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1660         is always true.
1662 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1665         on null entity.
1667 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1671 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673         * wl-vars.el (wl-summary-resend-hook): New hook.
1675         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1676         `wl-summary-resend-hook'.
1678 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1680         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1681         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1682         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1683         (wl-summary-new-cached-mark): Changed default value to 'n'.
1684         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1685         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1686         (wl-folder-sync-range-alist): Remove spec for 'flag.
1687         (wl-summary-force-prefetch-folder-list): New user option.
1689         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1690         `wl-summary-toggle-persistent-mark'.
1691         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1692         number is nil.
1693         (wl-summary-mark-as-answered-region): Set interactive argument of
1694         `wl-summary-set-persistent-mark-internal'.
1695         (wl-summary-mark-as-important-region): Ditto.
1696         (wl-summary-unset-persistent-mark): Ditto.
1697         (wl-summary-set-persistent-mark): Ditto.
1698         (wl-summary-mark-as-answered): Ditto.
1699         (wl-summary-mark-as-important): Ditto.
1700         (wl-summary-set-persistent-mark-internal): Do nothing
1701         when `elmo-message-flag-available-p' is nil.
1702         (wl-summary-toggle-persistent-mark): New function.
1703         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1704         when the folder matches `wl-summary-force-prefetch-folder-list'.
1707         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1708         when number is nil.
1709         (wl-highlight-summary-forwarded-face): New face.
1711 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1713         * Version number is increased to 2.11.31.
1715 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1718         (wl-biff-check-folder-async): Ditto.
1719         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1721 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1723         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1724         Add an argument `reverse'.  All callers are updated.
1725         (wl-summary-sort): Add a prefix argument `reverse' to specify
1726         reverse sorting.
1727         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1728         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1729         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1731 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733         * wl-message.el (wl-message-redisplay): Does not narrow header if
1734         disply-type is all-header or as-is.
1736         * wl-summary.el (wl-summary-enter-handler): Use
1737         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1739 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1741         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1742         after adding wl-draft-parent-variables.
1743         (wl-draft-forward): Ditto.
1745 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747         * wl-summary.el (wl-summary-sync-marks): Call
1748         `wl-summary-set-persistent-mark' and
1749         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1750         (wl-summary-set-persistent-mark-internal): Add 4th argument
1751         `no-server'.
1752         (wl-summary-unset-persistent-mark): Ditto.
1753         (wl-summary-set-persistent-mark): Ditto.
1754         (wl-summary-add-flags-internal): Abolish.
1755         (wl-summary-remove-flags-internal): Ditto.
1756         (wl-summary-mark-as-important-internal): Ditto.
1757         (wl-summary-mark-as-important): Use
1758         `wl-summary-set-persistent-mark' instead of
1759         `wl-summary-add-flags-internal'.
1760         (wl-summary-mark-as-important-region): Ditto.
1762         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1764         * wl-summary.el (wl-summary-get-available-flags): New function.
1765         (wl-summary-sync-marks): Use it and simplified.
1766         (wl-summary-unset-persistent-mark): Use
1767         `wl-summary-get-available-flags'.
1768         (wl-summary-set-persistent-mark): Ditto.
1770 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1772         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1773         id.
1775 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1777         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1778         number, call `wl-summary-prev-line-content'. Show message when the
1779         message is not found.
1781 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1783         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1784         wl-summary-enter-handler.
1785         (wl-summary-enter-handler): New command.
1787         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1788         docstring and custom spec.
1790         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1791         flags too; Don't treat Cached and New.
1792         (wl-summary-set-persistent-mark): Ditto.
1794         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1795         `wl-folder-set-flag'.
1797         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1798         instead of `wl-folder-set-flag'.
1800         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1801         for completion.
1802         (wl-summary-set-persistent-mark): Ditto.
1804         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1805         instead of `wl-draft-quit-preview'.
1807         * wl-mime.el (toplevel): Avoid compile warning.
1808         (wl-mime-quit-preview): New function
1809         (formarly defined as `wl-draft-quit-preview').
1810         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1811         quitting method.
1813         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1815         * wl-folder.el (wl-folder-set-flag): Renamed from
1816         `wl-draft-set-flag-on-parent'.
1818         * wl-draft.el (wl-draft-quit-preview): New function.
1819         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1820         (wl-draft-send): Call `wl-folder-set-flag' instead of
1821         `wl-draft-set-flag-on-parent'.
1822         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1824 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1827         (wl-draft-send): Ditto.
1829 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1831         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1832         (wl-draft-kill-pre-hook): Set default value as nil.
1833         (wl-summary-reply-hook): Ditto.
1834         (wl-draft-kill-flags): Abolish.
1836         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1837         (wl-draft-parent-variables): Renamed from
1838         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1839         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1840         argument; Add wl-draft-parent-variables to
1841         wl-draft-config-variables.
1842         (wl-draft-reply): Likewise.
1843         (wl-draft-kill-flags): Abolish.
1844         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1845         (wl-draft-set-flag-on-parent): New function.
1846         (wl-draft-setup-parent-flag): Ditto.
1848 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1850         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1851         `wl-draft-parent-folder' is "".
1853 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1855         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1856         (wl-summary-digit-jump): New function.
1857         (Adviced by John Owens and Hiroya Murata)
1859         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1860         (Adviced by John Owens)
1862         * wl-xmas.el (wl-message-define-keymap): Ditto.
1864         * wl-mule.el (wl-message-define-keymap): Ditto.
1866 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1868         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1869         change of return value of elmo-folder-count-flags.
1871         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1872         (wl-summary-mark-as-read-internal): Ditto.
1873         (wl-summary-set-persistent-mark-internal): Ditto.
1874         (wl-summary-folder-info-update): Ditto.
1875         (wl-summary-sync-update): Fixed the last change.
1877         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1879 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1881         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1882         (wl-draft-kill-flags): Fixed docstring.
1884         * wl-draft.el (wl-draft-kill-flags): New function.
1885         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1887 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1889         * wl-vars.el (wl-reply-hook): Abolish.
1890         (wl-draft-reply-hook): New hook.
1891         (wl-summary-reply-hook): Ditto.
1892         (wl-draft-forward-hook): Ditto.
1893         (wl-summary-forward-hook): Ditto.
1894         (wl-draft-kill-flags): New variable.
1896         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1897         wl-summary-set-persistent-mark-internal.
1898         (wl-summary-sync-marks): Use elmo-preserved-flags.
1899         (wl-summary-update-persistent-mark): Make it interactive.
1900         (wl-summary-set-persistent-mark-internal): New inline function.
1901         (wl-summary-mark-as-answered): Use it.
1902         (wl-summary-mark-as-unanswered): Ditto.
1903         (wl-summary-unset-persistent-mark): New function.
1904         (wl-summary-set-persistent-mark): Ditto.
1905         (wl-summary-reply): Don't set answered flag;
1906         Run wl-summary-reply-hook instead.
1907         (wl-summary-forward): Call wl-draft-forward with number.
1908         Run wl-summary-forward-hook.
1910         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1911         (wl-highlight-summary-line-face-spec): Use it as a default
1912         persistent mark face.
1914         * wl-draft.el (wl-draft-forward): Added optional argument number;
1915         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1916         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1917         (wl-draft-kill): Use wl-draft-kill-flags.
1919         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1921         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1922         of return value of elmo-folder-count-flags.
1924         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1926         * wl-summary.el (wl-summary-count-unread): Ditto.
1927         (wl-summary-sync-update): Follow the change above.
1928         (wl-summary-force-prefetch): New function.
1930 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1932         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1933         variable `buf' with `let' instead of `setq'.
1935 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1937         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1938         add Content-Disposition heaeder on the deleted part.
1940 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1942         * wl-draft.el (wl-draft-save): Encode address list under edit by
1943         `eword-encode-unstructured-field-body'.
1945         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1947 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1950         wl-current-summary-buffer.
1952 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1954         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1955         `numbers' is ignored.
1957 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1959         * wl-folder.el (wl-folder-open-folder): Avoid error.
1960         Reported by John Owens, [wl-en:815]
1962         * wl.el (wl): Set timer for biff process even if prefix argument
1963         is given or auto-checking is quitted.
1965         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1966         immediately.
1967         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1968         (wl-toggle-plugged): Ditto.
1970         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1971         * wl-util.el (wl-biff-start): Use idle timer if
1972         `wl-biff-use-idle-timer' is non-nil.
1974 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976         * wl-highlight.el (wl-highlight-message): Fix description.
1978 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1981         tty.
1983 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985         * wl-action.el (wl-summary-exec): Print failure count.
1987 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1990         to `defun', remove interactive form.
1991         Set elmo-message-fetch-confirm when force-reload is non-nil.
1993 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995         * wl-summary.el (toplevel): Removed unnecessary autoload.
1997 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2000         the buffer is generated from another message buffer.
2002 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2005         extracted from `wl-fldmgr-save-folders'.
2006         (wl-fldmgr-delete): Call it after deletion.
2008 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2011         multi-tty support.
2013 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2015         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2017 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2019         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2020         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2022 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2025         unsubscribe list only if argument CLEAR is nil.
2027 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2029         * wl-draft.el (wl-draft-reply): Decode subject before removing
2030         Re: prefix.
2032 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2034         * wl-summary.el (wl-summary-sort-by-size): New command.
2036 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2038         * wl-summary.el (wl-summary-number-list-from-region): New
2039         function.
2040         (wl-summary-mark-as-read-region): Use it.
2041         (wl-summary-mark-as-unread-region): Ditto.
2042         (wl-summary-set-flags-region): Ditto and add optional argument
2043         remove.
2044         (wl-summary-mark-as-answered-region): Ditto.
2045         (wl-summary-mark-as-important-region): Ditto.
2046         (wl-summary-target-mark-mark-as-important): Added optional
2047         argument remove.
2048         (wl-summary-target-mark-mark-as-answered): Ditto.
2049         (wl-summary-target-mark-set-flags): Ditto.
2051 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053         * wl-summary.el (wl-summary-set-flags-region): Call
2054         `wl-summary-set-flags-internal' with number list instead of call
2055         one by each message.
2056         (wl-summary-target-mark-set-flags): Likewise.
2058 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2061         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2062         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2063         (wl-summary-target-mark-mark-as-answered): Likewise.
2065 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067         * wl-summary.el (wl-summary-target-mark-forward): Use
2068         `wl-summary-delete-all-target-marks' instead of
2069         `wl-summary-delete-all-temp-marks'.
2070         (wl-summary-target-mark-reply-with-citation): Ditto.
2071         (wl-summary-target-mark-uudecode): Ditto.
2072         (wl-summary-target-mark-set-flags): Ditto and remove needless
2073         cursor move.
2075 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2077         * wl-summary.el (wl-summary-target-mark-forward): Protect
2078         wl-summary-buffer-target-mark-list from nreverse.
2079         (wl-summary-target-mark-reply-with-citation): Ditto.
2081 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2083         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2084         `elmo-display-progress-threshold'.
2086 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2089         check `wl-summary-highlight'.
2090         (wl-summary-window-scroll-functions): Respect value of
2091         `wl-summary-highlight'.
2092         (wl-summary-sync-update): Run hooks
2093         `wl-summary-buffer-window-scroll-functions' at any time.
2095 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2098         from `wl-summary-cleanup-temp-marks'.
2099         (wl-summary-cleanup-temp-marks): Abolish argument.
2100         * wl.el (wl-save-status): Revert previous change.
2101         (wl-execute-temp-marks): New function, call
2102         `wl-summary-exec-with-confirmation'.
2103         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2104         (wl-folder-save-and-exec-marks): Abolished.
2106 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2108         * wl-e21.el (wl-e21-display-image-p): Respect
2109         `wl-highlight-folder-with-icon'.
2110         (wl-e21-highlight-folder-group-line): Highlight mouse line
2111         even if wl-e21-display-image-p is nil.
2113         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2114         Respect value of `wl-summary-highlight'.
2116         * wl.el (wl-save-status): Remove unused variable.
2118         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2119         (wl-folder-mode-map): Bind it to "x".
2121 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2125         * wl-thread.el (wl-thread-get-parent-list): Don't check
2126         disconnected ancestors, neglecting needless work in
2127         `wl-thread-update-indent-string-thread'.
2129         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2130         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2131         argument, add argument default-keep to keep marks by default.
2133         * Version number is increased to 2.11.30.
2135         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2136         customization type and docstring.
2137         (wl-draft-reply-without-argument-list): Ditto.
2139 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2143         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2145 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2149 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2152         save-excursion so as not to include run-hooks.
2154 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2157         Clarify that marks are going to be cleared.
2159 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2161         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2162         according to 3rd element of wl-summary-flag-mark.
2164         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2166 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168         * wl-action.el (wl-summary-target-mark-all): Don't set
2169         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2171 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2173         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2174         (wl-forward-subject-prefix): Ditto.
2175         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2176         (wl-draft-reply-make-subject): Ditto.
2178         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2179         `wl-draft-forward'.
2180         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2182 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2185         target message does not exist.
2187 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2189         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2190         `wl-subject-prefix-regexp'.
2191         (wl-subject-forward-prefix-regexp): New variable.
2192         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2193         `wl-draft-strip-subject-re' and take regexp as argument.
2194         (wl-draft-forward): Use it.
2195         (wl-draft-reply): Ditto.
2197 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2199         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2200         emacs multi-tty support.
2202 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2204         * wl-e21.el (wl-e21-display-image-p): Don't call
2205         `display-images-p'.
2206         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2207         support.
2208         (wl-highlight-folder-current-line): Ditto.
2209         (wl-folder-init-icons): Ditto.
2211 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2214         the last line of summary in unplugged mode.
2216 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2218         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2220 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2223         * wl-address.el (wl-address-user-mail-address-p): Use it.
2224         (wl-address-delete-user-mail-addresses): Ditto.
2225         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2227         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2228         (wl-address-delete-user-mail-addresses): Ditto.
2230         * wl-address.el (wl-address-delete-user-mail-addresses): New
2231         function.
2232         * wl-refile.el (wl-refile-guess-by-history): Use it.
2233         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2234         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2236         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2237         use wl-address-user-mail-address-p.
2239 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2242         after opening group.
2244 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2247         of elmo-set-buffer-multibyte.
2249         * wl-message.el (wl-original-message-mode): Ditto.
2251         * wl-score.el (wl-score-insert-header): Ditto.
2253         * wl-summary.el
2254         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2255         (wl-summary-goto-folder-subr): Ditto.
2256         (wl-summary-insert-headers): Ditto.
2258         * wl-util.el (wl-set-string-width): Ditto.
2260         * Version number is increased to 2.11.29.
2262 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2265         (wl-highlight-summary-line-help-echo-alist): New variable.
2266         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2267         into `wl-highlight-summary-line-help-echo' and
2268         `wl-highlight-flag-folder-help-echo'.
2269         (wl-highlight-summary-line-string): Change accordingly.
2270         (wl-highlight-summary-current-line): Ditto.
2272 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2275         at the beginning of field body (Thanks to Markus Knittig).
2277         * wl-draft.el (wl-draft-insert-current-message): Also check
2278         summary buffer, remove unnecessary tag.
2280 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2283         when wl-message-buffer is nil.
2285         * wl-folder.el (wl-folder): Abolish unused argument.
2286         Call wl-folder-init when wl-folder-entity is nil.
2287         * wl.el (wl): Change accordingly.
2289 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2291         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2292         multibyte string before insert into draft buffer.
2293         (wl-draft-create-buffer): Always enable multibyte characters for
2294         draft buffer.
2296         * Version number is increased to 2.11.28.
2298 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300         * wl-folder.el (wl-folder-open-close): Handle blank line.
2301         (wl-folder-jump-to-current-entity): Ditto.
2303 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305         * Version number is increased to 2.11.27.
2307 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2309         * wl-thread.el (wl-thread-insert-message): When the thread is
2310         devided by wl-summary-max-thread-depth, insert line at the end of
2311         buffer.
2313 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315         * Version number is increased to 2.11.26.
2317 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2321 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2324         value of stream-type and session.
2326 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328         * Version number is increased to 2.11.25.
2330 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2332         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2333         in a quit message.
2335 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2338         (wl-summary-redisplay-no-mime-internal): Ditto.
2340 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2343         * wl-vars.el (wl-smtp-connection-type): Ditto.
2345 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2347         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2348         for the separator line and quote mail-header-separator.
2350 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2352         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2353         result message.
2355         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2356         `elmo-multiple-fields-body-list' with boundary as
2357         mail-header-separator.
2359 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2363 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2365         * wl-util.el (wl-list-diff): Remove unused function.
2367         * wl-draft.el (wl-draft-send-confirm): Discard input before
2368         confirmation.
2370 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2373         order of flag and new.
2375 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377         * wl-vars.el (wl-refile-policy-alist): Abolished.
2379         * wl-action.el (wl-summary-set-action-refile): Follow the change
2380         above.
2382 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2384         * wl-highlight.el (wl-highlight-signature-search): Don't use
2385         re-search-backward for a long word since it is possible to crash
2386         XEmacs because of a bug.
2388 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2390         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2392 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2394         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2395         argument for wl-summary-sync-force-update.
2397 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2399         * wl-summary.el (wl-summary-mode-map): Revival of
2400         wl-summary-mark-as-important related bindings;
2401         Bind 'F','tF','mF','rF','m&'.
2402         (wl-summary-mark-as-important-region): Revival.
2403         (wl-summary-target-mark-mark-as-important): Ditto.
2404         (wl-summary-target-mark-operation): New function.
2405         (wl-summary-target-mark-mark-as-answered): Use it.
2406         (wl-summary-decide-flag): Don't set Important as default.
2407         (wl-summary-mark-as-important-internal): Revival.
2408         (wl-summary-mark-as-important): Ditto.
2410         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2412         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2413         instead of facep.
2415 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2417         * wl-dnd.el (wl-dnd-drop-func): Fix.
2419         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2420         mouse-set-point instead of posn-point.
2422         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2424         * wl-mule.el (wl-completing-read-multiple): Ditto.
2426 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2428         * wl-demo.el (face-background-name): Defalias to avoid compile
2429         warning.
2431 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2433         * wl-summary.el (wl-summary-decide-flag): Use
2434         wl-completing-read-multiple instead of completing-read-multiple.
2436         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2437         New alias.
2439         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2440         Use face-background-name instead of face-background.
2442         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2444         * wl-summary.el (wl-summary-save): Use it.
2445         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2447         * wl-mime.el (wl-mime-save-content): Fix last change.
2449 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2451         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2452         New function.
2453         (wl-summary-sort-specs): Added sort.
2454         * wl-mime.el (wl-mime-save-content): Expand file name.
2456 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2458         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2460         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2462 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2464         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2465         for flag if it is not defined.
2467 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2469         * wl-e21.el (wl-highlight-folder-current-line): Use
2470         elmo-folder-type-internal when elmo-folder-type returns nil.
2472         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2474         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2476         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2478         * wl-e21.el (wl-summary-toolbar): Ditto.
2480         * wl-vars.el (wl-demo-background-color): Abolished.
2481         (wl-summary-persistent-mark-priority-list): Renamed from
2482         wl-summary-flag-priority-list.
2483         (wl-summary-flag-alist): New user option.
2484         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2485         (wl-message-mode-line-format-spec-alist): Added 'F'.
2486         (wl-message-mode-line-format): Likewise.
2487         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2488         instead of wl-summary-important-mark.
2489         (wl-file-folder-icon): New variable.
2491         * wl-thread.el (wl-thread-set-flags): Renamed from
2492         wl-thread-mark-as-important.
2494         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2495         warning.
2496         (wl-summary-mode-menu-spec): Follow the change of 
2497         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2498         (wl-summary-mode-map): Follow the change of
2499         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2500         (wl-summary-detect-mark-position): Follow the variable name change.
2501         (wl-summary-set-flags-region): New function for the replacement of
2502         wl-summary-mark-as-important-region.
2503         (wl-summary-sync-marks): Sync all global-flags.
2504         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2505         instead of elmo-message-flagged-p.
2506         (wl-summary-persistent-mark-string): Follow the variable name change;
2507         Put wl-summary-flag-mark if the message has global-flag.
2508         (wl-summary-target-mark-set-flags): Renamed from 
2509         wl-summary-target-mark-mark-as-important.
2510         (wl-summary-decide-flag): New function.
2511         (wl-summary-set-flags-internal): Renamed from
2512         wl-summary-mark-as-important-internal.
2513         (wl-summary-add-flags-internal): New function.
2514         (wl-summary-remove-flags-internal): Ditto.
2515         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2516         (wl-summary-mark-as-unimportant): Abolish.
2517         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2518         (wl-summary-next-message): List flagged messages in the msgdb.
2520         * wl-score.el (wl-summary-score-update-all-lines): Use
2521         wl-summary-add-flags-internal instead of 
2523         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2525         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2526         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2527         (wl-message-buffer-require-all-header): Renamed from
2528         wl-message-buffer-all-header-flag (Ditto).
2529         (wl-message-buffer-flag-indicator): New variable.
2530         (wl-message-redisplay): Changed local varibale name from `flag' to
2531         `display-type'; Set up wl-message-buffer-flag-indicator.
2532         (wl-message-buffer-display): Changed varibale name from `flag' to
2533         `display-type'.
2534         (wl-message-display-internal): Likewise.
2536         * wl-highlight.el (wl-highlight-demo-face): Define default background
2537         color.
2538         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2540         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2542         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2543         (wl-demo-setup-properties): Renamed from
2544         `wl-demo-set-background-color'.
2545         (wl-demo): Follow the change above.
2546         
2547         * Version number is increased to 2.11.24.
2549 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2551         * wl-summary.el (wl-summary-toggle-thread): Call
2552         `wl-summary-rescan' with disable-thread as non-nil.
2553         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2555 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2557         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2558         foreground property of the face.
2559         (wl-demo-insert-text): Don't set up face property here.
2560         (wl-demo): Call wl-demo-set-background-color, anyway.
2562 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2564         * wl-vars.el (wl-demo-background-color): The value can be nil.
2566 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2568         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2569         to wl-summary-wheel-dispatcher.
2571         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2572         wl-message-wheel-dispatcher.
2573         (wl-message-wheel-dispatcher): New function.
2574         (wl-summary-wheel-dispatcher): Ditto.
2576 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2578         * wl-action.el (wl-summary-target-mark-all): List messages which are
2579         not in the killed-list.
2581         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2582         only when the folder is 'flag/important.
2584         * wl-address.el (wl-complete-field-body): Complete if the last
2585         character is a space.
2587 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2589         * wl-folder.el (wl-folder-clear-entity-info): Use
2590         elmo-clear-hash-val.
2592         * wl-fldmgr.el (wl-fldmgr-rename): Set
2593         wl-folder-info-alist-modified as t.
2595 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2597         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2599 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2601         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2602         (wl-folder-buffer-last-visited-entity-id): New buffer local
2603         variable.
2604         (wl-folder-revisit-last-visited-folder): New function.
2605         (wl-folder-mode-map): Bind it to "C-i".
2606         (wl-folder-set-current-entity-id): Set last visited folder.
2607         * wl-summary.el (wl-summary-exit): Ditto.
2609 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2611         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2612         before calling `recenter' in order to cope with an XEmacs bug.
2614 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2616         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2617         to the default value.
2619 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2622         change.
2623         (wl-summary-sync-marks): Ditto.
2624         (wl-summary-mark-as-read-internal): Ditto.
2625         (wl-summary-mark-as-answered-internal): Ditto.
2626         (wl-summary-mark-as-important-internal): Ditto.
2627         (wl-summary-reply): Ditto.
2629         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2630         instead of `elmo-folder-unflag-answered'.
2632         * Version number is increased to 2.11.23.
2634         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2635         the last change.
2637 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2639         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2640         Specify "spam" or "good".
2642 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2644         * wl-spam.el (wl-summary-exec-action-spam): Call
2645         wl-folder-confirm-existence for spam folder.
2646         (wl-spam-setup): Bind "mk".
2648 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2652 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2654         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2655         destination folder is empty.
2657 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2659         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2660         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2662         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2663         (wl-summary-refile-prev-destination-region): New function.
2664         (wl-thread-refile-prev-destination): Ditto.
2665         (wl-summary-target-mark-refile-prev-destination): Ditto.
2667 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2669         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2670         (wl-demo-background-color): Changed default value.
2672         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2673         color.
2675         * wl-demo.el (wl-demo-set-background-color): New function.
2676         (wl-demo): Call it.
2678 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2680         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2681         * wl-address.el (wl-address-add-or-change): Don't add empty
2682         address.
2684 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2686         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2688 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2690         * wl-vars.el (wl-demo-image-filter-alist): New variable
2691         (wl-demo-background-color): Ditto.
2693         * wl-demo.el (wl-demo-xpm-set-background): New function.
2694         (wl-demo-image-filter): Ditto.
2695         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2697         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2699         * wl-demo.el (wl-demo-icon-name): Define as function.
2700         (wl-demo-insert-image): Use it.
2702 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2704         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2706 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2708         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2710 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2712         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2714 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2716         * wl-thread.el (wl-thread-mark-as-answered): New function.
2718         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2719         answered" entry.
2720         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2721         "r&" and wl-thread-mark-as-answered to "t&".
2722         (wl-summary-mark-as-important-region): Refine to toggle mark.
2723         (wl-summary-mark-as-answered-region): New function.
2724         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2725         and 3rd argument.
2726         (wl-summary-mark-as-important-internal): Likewise.
2728 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730         * wl-template.el (wl-template-preview): New internal variable.
2731         (wl-template-preview-p): New function.
2732         (wl-template-show): Bind `wl-template-preview' as t.
2734 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2737         `elmo-message-entity-field' with 3rd argument which is non-nil.
2739 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2742         Removed duplicate local bind `folder'.
2744 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2748 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2751         duplicate definition.
2753 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2755         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2756         non-nil, use it; Don't fetch message if there's no message in the
2757         current cursor position.
2759 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2761         * wl-util.el (wl-region-exists-p): Use region-active-p.
2762         (wl-deactivate-region): New function.
2763         * wl-message.el (wl-message-redisplay): Deactivate region.
2765         * wl-summary.el (wl-summary-reply): Call
2766         `wl-summary-set-message-buffer-or-redisplay' instead of
2767         `wl-summary-redisplay-internal', don't move point.
2769 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2772         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2773         by regexp.
2775 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2777         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2778         if no need.
2780 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2782         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2783         default value to nil.
2784         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2785         `wl-summary-prepare-hook'; Replace refile action to
2786         `wl-summary-exec-action-refile-with-register'.
2788         * Version number is increased to 2.11.22.
2790 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792         * wl-summary.el (wl-summary-detect-mark-position): Set
2793         `wl-summary-buffer-weekday-name-lang'.
2795 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2797         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2798         (wl-summary-mark-as-read-all): Ditto.
2799         (wl-summary-delete-messages-on-buffer): Ditto.
2800         (wl-summary-sync-update): Ditto.
2801         (wl-summary-mark-as-read-internal): Ditto.
2802         (wl-summary-mark-as-answered-internal): Ditto.
2803         (wl-summary-update-folder-info): Abolished.
2805 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807         * wl-summary.el (wl-summary-mark-as-read-all): Use
2808         `wl-summary-update-folder-info' instead of
2809         `wl-folder-update-unread'.
2811 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2813         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2814         `wl-summary-folder-info-update'.
2815         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2816         instead of `wl-summary-folder-info-update'.
2817         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2818         `wl-folder-set-folder-updated'.
2819         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2820         instead of `wl-folder-update-unread'.
2821         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2822         the value of `wl-summary-buffer-unread-count' for the second parameter of
2823         `wl-folder-update-unread'.
2825         * Version number is increased to 2.11.21.
2827 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2829         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2830         a local variable.
2832 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2835         interactively.
2837         * wl-summary.el (wl-summary-mark-as-important-internal): New
2838         internal function.
2839         (wl-summary-mark-as-important): Use it.
2840         (wl-summary-mark-as-unimportant): New function.
2841         (wl-summary-sync-marks): Follow the API change.
2843         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2845         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2847 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2849         * wl-folder.el (wl-folder-update-unread): Re-indent.
2850         Narrow the scope of a local variable.
2852 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2854         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2855         (wl-addrmgr-merge-entries): Ditto.
2856         (wl-addrmgr): Added to address entry which exists in draft buffer
2857         if no entry is in original.
2859 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2861         * wl-batch.el: New file.
2863 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2865         * wl-vars.el (wl-use-semi): Remove unused variable.
2867 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2869         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2870         "?".
2872 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2875         wl-summary-new-mark.
2876         (wl-summary-new-cached-mark): New user option.
2877         (wl-summary-score-marks): Follow the change above.
2878         (wl-summary-auto-refile-skip-marks): Ditto.
2879         (wl-summary-incorporate-marks): Ditto.
2880         (wl-summary-expire-reserve-marks): Ditto.
2882         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2884         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2885         (wl-summary-persistent-mark-string): Distinguished between cached
2886         and uncached mark when the message is new.
2888 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890         * wl-spam.el (wl-spam-domain): Renamed from
2891         `wl-spam-folder-guess-domain'.
2892         (wl-summary-exec-action-spam): Register as spam if domain of the
2893         source folder is good.
2894         (wl-summary-exec-action-refile-with-register): Register message if
2895         domain of the source folder is not undecided.
2897 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2899         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2900         detect thread loop.
2902 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2904         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2905         and wl-summary-skip-mark-list.
2907 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2909         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2911         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2913         * wl-spam.el (toplevel): Require wl-highlight.
2914         (wl-spam-auto-check-policy-alist): Abolish.
2915         (wl-spam-auto-check-folder-regexp-list): New user option.
2916         (wl-spam-auto-check-marks): Ditto.
2917         (wl-spam-mark-action-list): Ditto.
2918         (wl-highlight-summary-spam-face): New face.
2919         (wl-spam-auto-check-message-p): New function.
2920         (wl-spam-map-spam-messages): Fixed message.
2921         (wl-spam-register-spam-messages): Ditto.
2922         (wl-spam-register-good-messages): Ditto.
2923         (wl-summary-spam-map): Add and remove keybind.
2924         (wl-summary-target-mark-spam): Abolish.
2925         (wl-summary-refile-spam): Ditto.
2926         (wl-summary-test-spam): New function.
2927         (wl-summary-mark-spam): Ditto.
2928         (wl-summary-auto-check-spam): Follow the above change.
2929         (wl-summary-exec-action-spam): New function.
2930         (wl-summary-exec-action-refile-with-register): Fixed message.
2931         (wl-message-check-spam): New function.
2932         (wl-spam-setup): Ditto.
2933         (toplevel): Call it if this file is loaded interactivity.
2935         * Version number is increased to 2.11.20.
2937 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2940         when new optional argument `force' is non nil or modified.
2942 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944         * wl.el (toplevel): Require wl-spam when compile.
2945         (wl-save-status): Call wl-spam-save-status.
2947         * wl-spam.el (wl-spam-register-spam-messages): New function.
2948         (wl-spam-register-good-messages): Ditto.
2949         (wl-spam-save-status): Ditto.
2950         (wl-summary-mode-map): Bind
2951         wl-summary-target-mark-register-as-spam to "ms" and
2952         wl-summary-target-mark-register-as-good to "mn".
2953         (wl-summary-register-as-spam): Abolish optional argument; Use
2954         wl-spam-register-spam-messages.
2955         (wl-summary-register-as-spam-all): Use
2956         wl-spam-register-spam-messages.
2957         (wl-summary-register-as-good): Abolish optional argument; Use
2958         wl-spam-register-good-messages.
2959         (wl-summary-register-as-good-all): Use
2960         wl-spam-register-good-messages.
2961         (wl-summary-target-mark-register-as-spam): New funtion.
2962         (wl-summary-target-mark-register-as-good): Ditto.
2964 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966         * wl-spam.el: New file.
2968 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2972         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2973         (wl-summary-auto-refile): Call wl-refile-guess with
2974         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2976 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2979         with disable-thread argument non-nil.
2981 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2983         * wl-summary.el (wl-summary-rescan): Added optional argument
2984         disable-thread.
2985         (wl-summary-sync): Call wl-summary-rescan with argument
2986         disable-thread.
2987         (wl-summary-input-range): Added new range `rescan-thread'.
2989 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2991         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2993 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2996         internal variable.
2997         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2998         wl-summary-search-parent-by-subject-regexp and
2999         wl-summary-divide-thread-when-subject-changed as nil.
3000         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3001         (wl-summary-insert-thread): Search parent entity from
3002         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3003         thread loop.
3005 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3007         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3009         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3011         * wl-util.el (wl-require-update-all-folder-p): New function.
3012         (wl-get-assoc-list-value): Added `function' to match directive.
3013         (wl-collect-draft): Rewrite.
3015         * wl-summary.el (wl-summary-sync-update): Clear faces
3016         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3017         are non-nil.
3018         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3019         argument as function.
3020         (wl-summary-input-range): Ditto.
3022         * wl-folder.el (wl-draft-get-folder): New function.
3023         (wl-folder-get-elmo-folder): Consider draft folder.
3025         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3026         (wl-draft-buffer-message-number): New buffer local variable.
3027         (wl-draft-folder-internal): New internal variable.
3028         (wl-draft-delete): Rewrite.
3029         (wl-draft-save): Ditto.
3030         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3031         wl-folder-get-elmo-folder.
3032         (wl-draft-config-info-operation): Ditto.
3033         (wl-jump-to-draft-folder): Ditto.
3034         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3035         (wl-draft-reedit): Rewrite.
3037         * Version number is increased to 2.11.19.
3038         
3039 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3041         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3042         variable.
3044 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3047         Use ignore-errors instead of unwind-protect.
3049 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3051         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3052         for updating `wl-thread-entity-list'.
3054 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3056         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3057         parameter from calling `wl-thread-entity-get-older-brothers' and
3058         `wl-thread-entity-get-younger-brothers'.
3059         Replace nested `append' with a single one.
3061 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063         * wl-summary.el (wl-summary-mode): Don't use the return value of
3064         `make-local-hook'.
3066 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3068         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3069         instead of `let*'.
3070         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3071         of local variables.
3073 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3076         Renamed from wl-summary-window-scroll-functions.
3077         (wl-summary-window-scroll-functions): Don't set to variable.
3078         (wl-summary-display-top): Use run-hooks.
3079         (wl-summary-display-bottom): Ditto.
3080         (wl-summary-toggle-disp-msg): Ditto.
3081         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3082         Use it instead of wl-summary-window-scroll-functions.
3083         (wl-summary-goto-folder-subr): Don't call
3084         wl-summary-window-scroll-functions, use
3085         wl-summary-buffer-window-scroll-functions instead.
3087 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3090         make-local-variable.
3092 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3094         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3095         set-buffer-modified-p.
3096         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3097         (wl-summary-display-bottom): Ditto.
3098         (wl-summary-toggle-disp-msg): Ditto.
3100 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3104         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3105         (wl-summary-forward): Use elmo-message-entity-field instead of
3106         elmo-message-field.
3108         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3110 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112         * wl-summary.el (wl-summary-window-scroll-functions): No use
3113         `append'.
3115 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3117         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3118         function.
3119         (wl-summary-window-scroll-functions): Call it when both
3120         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3121         (wl-summary-temp-mark): Added optional argument number.
3122         (wl-summary-message-mark): Added optional argument flag.
3123         (wl-summary-persistent-mark): Added optional argument number and flag.
3124         (wl-summary-update-persistent-mark): Ditto.
3125         (wl-summary-update-status-marks): Set "r" for interactive spec.
3127         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3128         argument number and flag.
3130         * wl-action.el (wl-summary-registered-temp-mark): 
3131         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3133 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3136         internal variable (buffer local).
3137         (wl-summary-window-scroll-functions): New function.
3138         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3139         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3140         as nil.
3141         (wl-summary-update-status-marks): Added arguments beg, end and
3142         check.
3143         (wl-summary-update-mark-window): Use function.
3144         (wl-summary-sync-update): Follow the change above.
3145         (wl-summary-switch-to-clone-buffer): Copy
3146         wl-summary-buffer-unsync-mark-number-list.
3147         (wl-summary-goto-folder-subr): Set
3148         wl-summary-buffer-unsync-mark-number-list and
3149         use wl-summary-window-scroll-functions instead of
3150         wl-summary-lazy-highlight.
3152         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3154 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3156         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3158         * wl-summary.el (wl-summary-update-persistent-mark): Call
3159         wl-summary-set-message-modified.
3161         * wl-summary.el (wl-summary-sync-update): Don't call
3162         wl-summary-update-status-marks.
3164         * Version number is increased to 2.11.18.
3166 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3168         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3169         (wl-message-next-page): Ditto.
3171 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3173         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3174         local variable.  Change the order of a collected list into the
3175         same as the specified range.  Remove nil from a collected list.
3177 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3180         argument for elmo-folder-list-messages.
3182 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3184         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3185         change (wl-summary-count-unreads return a list instead of a cons
3186         cell).
3188 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3190         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3191         `wl-summary-folder-info-update'.
3193 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195         * wl-summary.el (wl-summary-set-message-modified): No use
3196         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3197         (wl-summary-set-mark-modified): Abolish.
3198         (wl-summary-mark-modified-p): Ditto.
3199         (wl-summary-save-view): Follow the change above.
3201         * wl-expire.el (wl-summary-expire): Likewise.
3203 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3205         * wl-summary.el (wl-summary-detect-mark-position): Use
3206         modb-entity-handler.
3207         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3209         * Version number is increased to 2.11.17.
3211 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3213         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3214         entity field value.
3215         (wl-summary-prefetch-msg): Ditto.
3216         (wl-summary-print-message-with-ps-print): Ditto.
3218 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3220         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3221         for dummy entity.
3222         (wl-summary-insert-thread): Use elmo-message-entity-field.
3223         (wl-summary-update-thread): Use elmo-message-entity-field and
3224         elmo-message-entity-number.
3225         (wl-summary-line-number):  Use elmo-message-entity-number.
3226         (wl-summary-line-size): Use elmo-message-entity-field.
3227         (wl-summary-line-subject): Ditto.
3228         (wl-summary-line-from): Ditto.
3229         (wl-summary-line-attached): Ditto.
3230         (wl-summary-create-line): Ditto.
3231         (wl-summary-create-line): Use elmo-message-entity-number.
3232         (wl-summary-print-message-with-ps-print): Use
3233         elmo-message-entity-field.
3235 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3237         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3238         change in elmo-msgdb-make-message-entity.
3239         (wl-summary-buffer-set-folder): Don't call
3240         wl-summary-detect-mark-position here.
3241         (wl-summary-rescan): Call elmo-message-entity-number.
3242         (wl-summary-sync-update): Ditto.
3243         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3245         * wl-score.el (wl-score-header-index): Redefine 2th element.
3246         (wl-score-overview-entity-get-extra): Abolish.
3247         (wl-score-ov-entity-get): Rewrite.
3248         (wl-score-string-index<, wl-score-string-func<): Abolish.
3249         (wl-score-string<): New function.
3250         (wl-score-string-sort): Use it.
3252         * wl-refile.el (wl-refile-guess-by-history): Use
3253         elmo-message-entity-field.
3254         (wl-refile-guess-by-from): Ditto.
3255         (wl-refile-guess-by-msgid): Ditto.
3257         * Version number is increased to 2.11.16.
3259 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3261         * wl-folder.el (wl-folder-confirm-existence): Don't call
3262         file-exists-p if msgdb-path is nil.
3263         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3264         `wl-read-folder-hist' to `wl-read-folder-history'.
3266 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3268         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3269         `y-or-n-p'.
3271 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3273         * wl-score.el (wl-score-headers): Don't use
3274         elmo-folder-do-each-message-entity.
3276         * Version number is increased to 2.11.15.
3278 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3280         * wl-summary.el (wl-summary-delete-all-msgs): Use
3281         elmo-folder-move-messages instead of elmo-folder-delete-messages
3282         and elmo-folder-detach-messages.
3283         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3285         * wl-expire.el (wl-expire-delete): Ditto.
3286         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3288 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3290         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3291         (wl-message-header-narrowing-fields): Ditto.
3292         (wl-message-header-narrowing-lines): Ditto.
3293         (wl-message-header-narrowing-string): Ditto.
3295         * wl-summary.el (wl-summary-mode-map): Bind
3296         wl-summary-toggle-header-narrowing to "C-cC-f".
3297         (wl-summary-toggle-header-narrowing): New function.
3299         * wl-message.el (wl-message-buffer-create): Call
3300         wl-message-header-narrowing-setup.
3301         (wl-message-redisplay): Call wl-message-header-narrowing.
3302         (wl-message-header-narrowing): New function.
3303         (wl-message-header-narrowing-map): New keymap.
3304         (wl-message-header-narrowing-widen-map): New keymap.
3305         (wl-message-header-narrowing-again-at-mouse): New function.
3306         (wl-message-header-narrowing-1): Ditto.
3307         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3308         (wl-message-header-narrowing-setup): Ditto.
3309         (wl-message-header-narrowing-toggle): Ditto.
3310         
3311         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3313         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3314         'flag as all.
3315         (wl-use-flag-folder-help-echo): New user option.
3317         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3318         wl-summary-highlight as nil.
3319         (wl-summary-set-mark-modified): Follow the API change.
3320         (wl-summary-mark-modified-p): Ditto.
3321         (wl-summary-mark-as-read-all): Ditto.
3322         (wl-summary-sync-marks): Don't call
3323         elmo-folder-list-messages-with-global-mark.
3324         (wl-summary-mark-as-read-internal): Follow the API change.
3325         (wl-summary-mark-as-answered-internal): Ditto.
3326         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3327         Follow the API change.
3328         (wl-summary-create-line): Call with number argument.
3329         (wl-summary-reply): Follow the API change.
3331         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3332         function.
3333         (wl-highlight-summary-line-string): Call it when
3334         wl-use-flag-folder-help-echo is non-nil.
3335         (wl-highlight-summary-current-line): Ditto.
3336         (elmo-flag-folder-referrer): Added autoload setting.
3338         * wl-draft.el (wl-draft-kill): Follow the API change.
3340         * Version number is increased to 2.11.14.
3341         
3342 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3346 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348         * Version number is increased to 2.11.13.
3350 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352         * wl-draft.el (wl-draft-previous-history-element): Fixed
3353         unbalanced parenthesis and bind unbound local variables.
3355 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3357         * wl-draft.el (wl-draft-previous-history-element): New function.
3358         (wl-draft-next-history-element): Ditto.
3359         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3360         them to M-p and M-n.
3362 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364         * Version number is increased to 2.11.12.
3366 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3368         * wl-draft.el (wl-draft-hide): Select buffer-window.
3370 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3372         * wl-summary.el (wl-summary-narrow-to-region): New function.
3373         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3374         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3375         (wl-summary-save-region): Use it.
3376         * wl-action.el (wl-summary-collect-numbers-region)
3377         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3379 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3381         * wl-folder.el (wl-folder-count-incorporates): Don't use
3382         `elmo-msgdb-mark-load'
3384         * Version number is increased to 2.11.11.
3386 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3388         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3389         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3391 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3393         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3395 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3397         * Version number is increased to 2.11.10.
3399 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401         * wl-mime.el (wl-draft-attribute-value): Fixed.
3403 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405         * wl-util.el (wl-copy-local-variables): New function.
3407         * wl-mime.el (wl-draft-attribute-recipients): New function.
3408         (wl-draft-attribute-envelope-from): Ditto.
3409         (wl-draft-attribute-smtp-posting-server): Ditto.
3410         (wl-draft-attribute-smtp-posting-port): Ditto.
3411         (wl-draft-attribute-value): Ditto.
3412         (wl-draft-preview-message): Use it to get value for
3413         attributes. Reflect result of `wl-draft-config'.
3415         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3416         and call `wl-summary-mark-as-read' before to call
3417         `wl-summary-unset-mark'.
3418         (wl-summary-target-mark-mark-as-unread): Likewise.
3419         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3421 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3423         * wl-mime.el (wl-draft-preview-message): Use actual value for
3424         attributes; Fix for small window.
3426 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428         * wl-refile.el (wl-refile-get-field-value): Call
3429         `elmo-message-entity-field' with 3rd argument is non-nil.
3431 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3433         * wl-vars.el (wl-draft-preview-attributes): New user option.
3434         (wl-draft-preview-attributes-list): Ditto.
3435         (wl-draft-preview-attributes-buffer-lines): Ditto.
3436         (wl-draft-preview-attributes-buffer-name): Ditto.
3438         * wl-mime.el (wl-draft-preview-message): Display attributes.
3440 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3442         * wl-summary.el (wl-summary-detect-mark-position): Bind
3443         wl-summary-flag-priority-list to '(new).
3445 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3447         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3448         funtion.
3449         (wl-highlight-summary-line-string): Use it.
3450         (wl-highlight-summary-current-line): Ditto.
3452 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3454         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3455         line even when the mark string is not changed.
3457         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3458         argument change in the wl-summary-create-line.
3459         (wl-thread-insert-entity-sub): Ditto.
3461         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3462         argument change in the wl-summary-create-line.
3463         (wl-summary-insert-sequential): Ditto.
3464         (wl-summary-update-thread): Ditto.
3465         (wl-summary-persistent-mark-string): New inline function.
3466         (wl-summary-message-mark): Use it.
3467         (wl-summary-create-line): Abolish argument wl-persistent-mark
3468         and added wl-flags, wl-cached.
3470         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3471         mark to flags.
3472         (wl-highlight-summary-current-line): Decide the face not by the 
3473         persistent mark but flags.
3475 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3477         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3478         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3479         wl-summary-read-uncached-mark): Revive.
3480         (wl-summary-answered-cached-mark,
3481         wl-summary-answered-uncached-mark): New user option.
3482         (wl-summary-score-marks): Follow the change above.
3483         (wl-summary-auto-refile-skip-marks): Ditto.
3484         (wl-summary-incorporate-marks): Ditto.
3485         (wl-summary-expire-reserve-marks): Ditto.
3486         (wl-summary-flag-priority-list): New user option.
3488         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3489         changes.
3490         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3491         of elmo-message-mark.
3492         (wl-summary-mark-as-read-internal): Ditto.
3493         (wl-summary-mark-as-answered): Ditto.
3494         (wl-summary-mark-as-important): Ditto.
3495         (wl-summary-redisplay-internal): Ditto.
3496         (wl-summary-redisplay-no-mime-internal): Ditto.
3497         (wl-summary-message-mark): New function.
3498         (wl-summary-insert-sequential): Use wl-summary-message-mark
3499         instead of elmo-message-mark.
3500         (wl-summary-update-thread): Ditto.
3501         (wl-summary-persistent-mark): Ditto.
3502         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3503         instead of elmo-message-mark.
3505         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3506         wl-summary-message-mark instead of elmo-message-mark.
3507         (wl-thread-insert-entity-sub): Ditto.
3508         (wl-thread-get-children-msgs-uncached): Ditto.
3510         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3511         variable name changes.
3512         (wl-highlight-summary-current-line): Ditto.
3514         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3515         wl-summary-message-mark instead of elmo-message-mark.
3517         * wl-expire.el (wl-expire-message-p): Ditto.
3519         * wl-score.el (wl-score-headers): Ditto.
3521         * Version number is increased to 2.11.9.
3523         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3524         (wl-summary-sync-update): Follow the change above.
3525         (wl-summary-switch-to-clone-buffer): Ditto.
3526         (wl-summary-open-folder): Ditto.
3528 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3530         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3531         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3533         * Version number is increased to 2.11.8.
3535         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3537         * wl-expire.el (wl-expire-refile): Follow the API change on
3538         `elmo-folder-move-messages'.
3539         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3541         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3542         (wl-summary-exec-action-refile): Ditto.
3543         (wl-summary-exec-action-copy): Ditto.
3544         (wl-summary-no-auto-refile-message-p): No use
3545         `wl-summary-buffer-msgdb'.
3546         (wl-summary-auto-refile): Ditto.
3548 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3550         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3552 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3554         * wl-summary.el (wl-summary-sync): Treat no-sync.
3556         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3557         (wl-default-sync-range): Ditto.
3559 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3561         * wl-refile.el (wl-refile-subject-learn): Call
3562         `elmo-message-entity-field' with 3rd argument is non-nil.
3563         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3564         instead of `elmo-msgdb-overview-entity-get-subject'.
3566 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3568         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3569         scan-type is rescan.
3570         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3571         new optional argument force is non-nil.
3572         (wl-summary-save-view-cache): Call it with force argument non-nil.
3574         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3576 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3578         * wl-action.el (wl-summary-print-argument): Fixed last change.
3580 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3583         simplified.
3584         (wl-summary-target-mark-mark-as-unread): Likewise.
3585         (wl-summary-target-mark-mark-as-important): Likewise.
3587 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3589         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3590         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3591         (wl-summary-mark-as-important-region): Change accordingly.
3592         (wl-summary-target-mark-mark-as-important): Ditto.
3594 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3596         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3598         * wl-action.el (wl-summary-print-argument): Print argument to
3599         right side of window if `wl-summary-print-argument-within-window'
3600         is non-nil.
3602 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3604         * wl-action.el (wl-summary-set-mark): Use
3605         `wl-summary-message-visible-p' to check visibility of the message
3606         and jump to message only when the message line is visible and have
3607         different number; Call wl-summary-unset-mark with number argument.
3608         (wl-summary-unset-mark): 
3609         Use `wl-summary-message-visible-p'
3610         to check visibility of the message and jump to message only when
3611         the message line is visible and have different number;
3613 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3615         * Version number is increased to 2.11.7.
3617         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3618         and wl-folder-summary-line-format.
3620         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3621         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3622         (wl-summary-set-score-mark): Use it.
3623         (wl-summary-target-mark-mark-as-read): Ditto.
3624         (wl-summary-target-mark-mark-as-unread): Ditto.
3625         (wl-summary-target-mark-mark-as-important): Ditto.
3626         (wl-summary-target-mark-msgs): Simplified.
3627         (wl-summary-detect-mark-position): Fixed problem when
3628         summary-line-format no contain persisten/temp mark spec.
3629         (wl-summary-temp-mark): Ditto.
3630         (wl-summary-persistent-mark): Ditto.
3631         (wl-summary-update-persistent-mark): Ditto.
3633         * wl-action.el (wl-summary-set-mark): Ditto.
3634         (wl-summary-unset-mark): Ditto.
3635         All other related portions are changed.
3637 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3639         * Version number is increased to 2.11.6.
3641 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3643         * wl-util.el (wl-current-message-buffer): Define as function;
3644         Don't use the value of wl-messge-buffer.
3646         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3647         persistent mark.
3649         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3650         no current message, cause an error.
3652 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3654         * wl-summary.el (wl-summary-set-message-modified): Use
3655         elmo-folder-set-message-modified instead of
3656         elmo-folder-set-message-modified-internal.
3658 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3660         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3661         interactively.
3662         (wl-summary-sync): nokill->entirely.
3663         (wl-summary-sync-marks): Fixed message.
3664         (wl-summary-input-range): Added mark, nokill->entirely.
3666         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3667         messages as read.
3669 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3671         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3672         update-noscore.
3673         (wl-summary-sync): Follow the change above.
3675 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677         * wl-action.el (wl-summary-target-mark-all): Use
3678         elmo-folder-list-messages.
3680 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3682         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3683         (wl-summary-rescan): Set wl-summary-scored as nil.
3684         (wl-summary-sync-force-update): Follow the change above.
3685         (wl-summary-sync): Ditto.
3686         (wl-summary-sync-update): Added argument disable-killed.
3687         (wl-summary-insert-headers): Set visible-only argument for
3688         elmo-folder-list-messages.
3689         (wl-summary-input-range): Added update-nokill, update-noscore,
3690         all-nokill, all-noscore and mark.
3692         * Version number is increased to 2.11.5.
3694         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3696 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3698         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3699         (wl-summary-prefetch-region-no-mark): Change accordingly.
3700         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3702 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3704         * wl-address.el (wl-complete-field-to): Abolished.
3705         (wl-complete-address): Completion function for completing-read.
3706         * wl-action.el (wl-summary-get-resend-address): Use it.
3708         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3709         wl-summary-update-mark and abolish unused argument.
3710         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3711         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3712         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3713         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3714         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3715         * wl-draft.el (wl-draft-kill): Ditto.
3717         * wl-summary.el: Remove unused binding of case-fold-search.
3718         (wl-summary-replace-status-marks): Abolished.
3720 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3722         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3723         is specified or folder length is zero.
3725 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3727         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3728         (wl-folder-archive-current-entity): Ditto.
3730 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3732         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3733         retrieving message mark.
3734         (wl-summary-redisplay-internal): Ditto.
3736         * wl-message.el (wl-message-buffer-display): Ignore errors while
3737         retrieving message-id field.
3739         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3740         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3741         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3742         order of the arguments for `wl-expire-message-p'.
3743         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3745         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3746         Check return value of wl-summary-reply.
3747         (wl-summary-reply): Recover window configuration when an error occured.
3749 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3751         * wl-summary.el (wl-summary-resend-message): Abolished, the
3752         feature is inherited by wl-summary-resend (put resend mark).
3754 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3756         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3757         wl-message-buffer to nil when the message is hide.
3759 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761         * .cvsignore: New file.
3763 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3765         * wl-action.el (wl-summary-action-docstring): Add more info.
3766         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3767         duplicate definition.
3768         (wl-summary-define-mark-action): Functions wl-summary-*-region
3769         keep current position.
3770         (wl-summary-unregister-target-mark): Store result to the variable.
3772 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3774         * Version number is increased to 2.11.4.
3776 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3778         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3779         wl-summary-delete-all-temp-marks.
3780         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3782         * wl-action.el (wl-summary-set-mark): Changed terminology
3783         refile-destination -> action-argument.
3784         (wl-summary-unset-mark): Ditto.
3785         (wl-summary-remove-argument): Ditto.
3786         (wl-summary-print-argument): Ditto.
3788         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3789         (wl-thread-remove-argument-region): Ditto.
3790         (wl-thread-print-argument-region): Ditto.
3791         (wl-thread-close): Ditto.
3792         (wl-thread-open): Ditto.
3794         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3795         (wl-highlight-refile-destination-face is abolished)
3796         (wl-highlight-action-argument-string): Ditto.
3797         (wl-highlight-summary-current-line): Highlight action argument.
3799         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3800         color for light backgrounds.
3801         (wl-highlight-summary-answered-face): Ditto.
3803 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3805         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3807         * wl-score.el (wl-summary-score-update-all-lines): Use
3808         wl-summary-set-mark.
3809         (wl-summary-score-update-all-lines): Kill expunged messages.
3811         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3813 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3815         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3816         directly.
3817         (wl-score-overview-entity-get-lines): Ditto.
3818         (wl-score-overview-entity-get-xref): Ditto.
3819         (wl-score-get-latest-msgs): Ditto.
3820         (wl-summary-rescore): Ditto.
3822         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3823         to "&".
3824         (wl-summary-mark-as-answered-internal): New inline function.
3825         (wl-summary-mark-as-answered): New function.
3826         (wl-summary-mark-as-unanswered): Ditto.
3827         (wl-summary-sync-marks): Modified for answered-mark synching.
3829 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3831         * wl-action.el (wl-summary-set-mark): Fixed last change.
3833 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3835         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3836         behavior of wl-summary-unread-message-hook
3837         (Pointed out by akira yamada <akira@arika.org>).
3839 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3841         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3842         wl-summary-delete.
3843         * wl-xmas.el (wl-summary-toolbar): Ditto.
3845         * wl-action.el (wl-summary-set-mark): Don't override current
3846         temp-mark.
3848         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3850 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3852         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3853         (wl-refile-msgid-learn): Ditto.
3854         (wl-refile-get-field-value): Ditto.
3856         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3858         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3859         (wl-expire-delete-reserved-messages): Renamed from
3860         wl-expire-reserve-marked-msgs-from-list.
3861         (wl-expire-delete): Removed argument `msgdb'.
3862         (wl-expire-refile): Ditto.
3863         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3864         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3865         mark-alist as argument.
3866         (wl-expire-archive-number1): Removed argument `msgdb'.
3867         (wl-expire-archive-number2): Ditto.
3868         (wl-expire-archive-date): Ditto.
3869         (wl-expire-localdir-date): Ditto.
3870         (wl-expire-hide): Ditto.
3871         (wl-archive-number1): Ditto.
3872         (wl-archive-number2): Ditto.
3873         (wl-archive-date): Ditto.
3874         (wl-archive-folder): Ditto.
3875         All other related portions are changed.
3877 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3879         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3880         mean move up and down. (suggested by Takashi Kawachi)
3882 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3884         * wl-acap.el (toplevel): Don't require un-define.
3886 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3888         * wl-thread.el (wl-thread-delete-message): Always update
3889         wl-summary-buffer-number-list.
3891         * wl-action.el (wl-summary-print-destination): 
3892         Do nothing when folder is nil.
3894 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3896         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3897         persistent mark when prefetch is succeeded.
3899 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3901         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3902         instead of elmo-msgdb-delete-msgs.
3903         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3904         (wl-expire-hide): Ditto.
3906         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3908         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3909         elmo-msgdb interface.
3910         (wl-thread-get-exist-children): Likewise.
3911         (wl-thread-insert-message): Likewise.
3912         (wl-thread-msg-mark-as-important): Likewise.
3913         (wl-thread-insert-entity-sub): Likewise.
3914         (wl-thread-get-children-msgs-uncached): Likewise.
3916         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3917         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3918         (wl-summary-sync-update): Likewise.
3919         (wl-summary-auto-select-msg-p): Likewise.
3920         (wl-summary-update-thread): Likewise.
3921         (wl-summary-mark-as-important): Likewise.
3922         (wl-summary-jump-to-msg-internal): Likewise.
3923         (wl-summary-redisplay-internal): Likewise.
3924         (wl-summary-print-message-with-ps-print): Likewise.
3925         (wl-summary-folder-info-update): Likewise.
3927         * wl-folder.el (wl-folder-check-one-entity):
3928         elmo-folder-count-flags instead of wl-summary-count-unread.
3930         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3932         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3934         * wl-summary.el (wl-summary-set-message-modified): 
3935         Call wl-summary-set-mark-modified.
3936         (wl-summary-delete-messages-on-buffer): Call
3937         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3938         (wl-summary-sync-update): Call elmo-folder-length instead of
3939         elmo-folder-messages.
3940         (wl-summary-insert-headers): Don't call
3941         elmo-folder-list-message-entities.
3943 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3945         * wl-action.el (wl-summary-define-mark-action): Call
3946         `wl-summary-set-mark' with argument `data'.
3947         (wl-summary-auto-refile): Fixed order of arguments when call
3948         `wl-summary-refile'.
3950 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3952         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3954         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3956         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3957         (Renamed from wl-highlight-summary-deleted-face).
3958         (wl-highlight-summary-resend-face): New face.
3960         (wl-highlight-summary-deleted-face): Renamed from
3961         wl-highlight-summary-erased-face.
3963         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3965         * wl-action.el (wl-summary-get-resend-address): New function.
3966         (wl-summary-exec-action-resend): Ditto.
3967         (wl-summary-exec-action-resend-subr): Ditto.
3969         * w-thread.el (wl-thread-copy): Removed definition.
3970         (wl-thread-refile): Ditto.
3971         (wl-thread-delete): Ditto.
3972         (wl-thread-target-mark): Ditto.
3974         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3975         (wl-summary-target-mark-set-action): Fixed.
3976         (wl-summary-define-mark-action): Fixed quotation.
3977         (wl-summary-move-mark-list-messages): Display message.
3978         (wl-summary-define-mark-action): Define thread functions.
3979         (wl-summary-exec-action-refile): Changed message.
3980         (wl-summary-exec): Ditto.
3982 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3983         
3984         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3985         '%%'.
3987 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3989         * wl.el (toplevel): Require wl-action.
3990         (wl-init): Call wl-summary-define-mark-action.
3992         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3994         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3995         wl-summary-delete and wl-summary-erase.
3996         (wl-summary-mode-map): Ditto.
3998         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3999         wl-delete-folder-alist.
4001         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4002         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4003         (toplevel): Moved mark & action related functions to the wl-action.el.
4005         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4006         in wl-summary-mark-action-list.
4007         (wl-highlight-summary-current-line): Ditto.
4009         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4010         empty lines.
4012         * wl-action.el: New file. 
4014 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4016         * wl-summary.el (wl-summary-target-mark-replace): New function.
4017         (wl-summary-target-mark-prefetch): Use it.
4018         (wl-summary-target-mark-delete): Ditto.
4019         (toplevel): Rearranged definition order.
4020         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4021         (wl-summary-target-mark-erase): Rewrite.
4022         (wl-summary-erase-region): New function.
4023         (wl-summary-exec-action-erase): Changed message.
4024         (wl-summary-move-mark-list-messages): New function.
4025         (wl-summary-exec-action-delete): Use it.
4026         (wl-summary-exec-action-erase): Ditto.
4028         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4029         (wl-summary-skip-mark-list): Added "d".
4031         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4032         while searching.
4034         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4035         and define using defcustom;
4036         Define 4th element as a face.
4037         
4038         * wl-summary.el (wl-summary-incorporate): Use 
4039         `wl-summary-prefetch-region-no-mark' instead of
4040         `wl-summary-prefetch-region'.
4041         (wl-summary-prefetch-region-no-mark): Revival of old
4042         `wl-summary-prefetch-region'.
4043         (wl-summary-mark-action-list): Moved to wl-vars.el
4045         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4046         face according to the `wl-summary-mark-action-list'.
4047         (wl-highlight-summary-current-line): Ditto;
4048         Removed destination highlighting.
4050         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4051         (wl-highlight-summary-line-string): Highlight for "i" mark.
4052         (wl-highlight-summary-current-line): Ditto.
4054         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4055         no destination.
4057         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4058         exists, just go ahead.
4059         (wl-summary-prefetch-region): Rewrite.
4060         (wl-summary-prefetch): Ditto.
4061         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4062         (wl-summary-exec-action-prefetch): New function.
4063         (wl-summary-target-mark-prefetch): Rewrite.
4065 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4067         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4068         (wl-highlight-summary-line-string): Added "d" and "D".
4069         (wl-highlight-summary-current-line): Ditto.
4071         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4072         in wl-summary.el.
4073         (wl-thread-insert-entity-sub): Ditto.
4074         (wl-thread-remove-destination-region): Ditto.
4075         (wl-thread-print-destination-region): Ditto.
4077         * wl-summary.el (wl-summary-buffer-refile-list,
4078         wl-summary-buffer-delete-list,
4079         wl-summary-buffer-copy-list): Abolish.
4080         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4081         All other related portions are changed.
4082         (wl-summary-mark-action-list): New variable.
4083         (wl-summary-set-mark): New function.
4084         (wl-summary-register-target-mark): Ditto.
4085         (wl-summary-unregister-target-mark): Ditto.
4086         (wl-summary-have-target-mark-p): Ditto.
4087         (wl-summary-register-temp-mark): Ditto.
4088         (wl-summary-unregister-temp-mark): Ditto.
4089         (wl-summary-registered-temp-mark): Ditto.
4090         (wl-summary-collect-temp-mark): Ditto.
4091         (wl-summary-unset-mark): Ditto.
4092         (wl-summary-set-target-mark): Ditto.
4093         (wl-summary-unset-target-mark): Ditto.
4094         (wl-summary-set-action-generic): Ditto.
4095         (wl-summary-unset-action-generic): Ditto.
4096         (wl-summary-exec-action-delete): Ditto.
4097         (wl-summary-exec-action-erase): Ditto.
4098         (wl-summary-set-action-refile): Ditto.
4099         (wl-summary-set-action-refile-subr): Ditto.
4100         (wl-summary-unset-action-refile): Ditto.
4101         (wl-summary-make-destination-numbers-list): Ditto.
4102         (wl-summary-exec-action-refile): Ditto.
4103         (wl-summary-set-action-copy): Ditto.
4104         (wl-summary-unset-action-copy): Ditto.
4105         (wl-summary-exec-action-copy): Ditto.
4106         (wl-summary-collect-numbers-region): Ditto.
4107         (wl-summary-delete): Rewrite.
4108         (wl-summary-erase): Ditto.
4109         (wl-summary-remove-destination): Ditto.
4110         (wl-summary-exec): Ditto.
4111         (wl-summary-exec-region): Ditto.
4112         (wl-summary-target-mark-erase): Ditto.
4113         (wl-summary-refile): Ditto.
4114         (wl-summary-copy): Ditto.
4115         (wl-summary-unmark): Ditto.
4116         (wl-summary-delete-all-mark): Ditto.
4117         (wl-summary-mark-line): Don't highlight.
4118         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4119         (wl-summary-target-mark-refile-subr): Rewrite.
4121         (wl-summary-copy-prev-destination): Abolish.
4123 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4125         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4126         default values along the value of wl-on-mule.
4127         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4128         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4129         It is not used anywhere.
4131 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4133         * wl-summary.el (wl-summary-print-destination): Keep position.
4134         (wl-summary-cursor-move-surface): Keep horizontal position.
4136 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4138         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4139         write sendlog.
4141 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4143         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4144         `wl-summary-highlight'.
4146 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4148         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4149         trivial condition for temp-mark.
4151 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4153         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4154         when it hits killed buffer.
4156 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4158         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4159         * wl-news.el.in: `message' and `error' take format string.
4161 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4163         * wl-folder (wl-folder-insert-entity): Display a message,
4164         `...done', when the work finish.
4165         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4167 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169         * wl-message.el (wl-message-redisplay): Remove unused local
4170         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4172 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4174         * wl-summary.el (wl-summary-replace-status-marks): Disable
4175         interactive use.
4176         (wl-summary-reedit): Check message existence at first.
4177         (wl-summary-mark-line): Fix doc, return value is indefinite.
4179         * wl-highlight.el (wl-highlight-message): Arranged.
4181         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4182         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4183         check temp-mark by wl-summary-temp-mark always.
4184         (wl-highlight-summary): Change accordingly.
4185         * wl-summary.el (wl-summary-mark-as-read-all)
4186         (wl-summary-delete-cache, wl-summary-set-score-mark)
4187         (wl-summary-mark-as-unread, wl-summary-unmark)
4188         (wl-summary-mark-line, wl-summary-mark-as-read)
4189         (wl-summary-mark-as-important): Ditto.
4191         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4192         end of the window if possible.
4193         * wl-summary.el (wl-summary-sync-update): Support lazy
4194         highlighting.
4195         (wl-summary-toggle-disp-msg): Ditto.
4197 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4199         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4201 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4203         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4204         change.
4206 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4208         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4209         API.
4210         (wl-summary-sync-update): Ditto.
4212         * wl-score.el (wl-score-get-score-alist): Changed argument.
4213         (wl-summary-rescore-msgs): Likewise.
4214         (wl-summary-score-headers): Likewise.
4215         (wl-score-headers): Likewise;
4216         Use elmo-folder-do-each-message-entity, etc.
4217         (wl-summary-score-effect): Follow the changes above.
4218         (wl-summary-rescore): Ditto.
4219         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4220         (wl-score-get-overview): Abolish.
4222         * wl-summary.el (wl-summary-default-from): Follow the API change in
4223         elmo-msgdb.
4224         (wl-summary-count-unread): Ditto.
4225         (wl-summary-detect-mark-position): Ditto.
4226         (wl-summary-overview-entity-compare-by-date): Ditto.
4227         (wl-summary-overview-entity-compare-by-number): Ditto.
4228         (wl-summary-overview-entity-compare-by-from): Ditto.
4229         (wl-summary-overview-entity-compare-by-subject): Ditto.
4230         (wl-summary-get-list-info): Ditto.
4231         (wl-summary-rescan): Ditto.
4232         (wl-summary-jump-to-msg-by-message-id): Ditto.
4233         (wl-summary-sync-update): Ditto; Removed comment.
4234         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4235         (wl-summary-insert-message): Use wl-summary-insert
4236         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4237         (wl-summary-insert-headers): Changed argument overview to folder.
4238         (wl-summary-search-by-subject): Likewise.
4239         (wl-summary-insert-thread): Renamed from 
4240         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4242         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4243         too.
4245         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4246         wl-string-member.
4248 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4250         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4251         elmo-folder-append-buffer.
4252         (wl-draft-queue-append): Likewise.
4254         * wl-mime.el (wl-message-delete-current-part): Ditto.
4255         (wl-summary-burst-subr): Ditto.
4257         * wl-news.el.in (wl-news-send-news): Ditto.
4259 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4261         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4262         function.
4263         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4264         (wl-summary-update-mark): Enclose with save-excursion.
4265         (wl-summary-mark-as-read-internal): Fixed last change.
4266         (wl-summary-mark-as-important): Use 3rd argument of
4267         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4268         Don't use elmo-msgdb-set-mark.
4269         (wl-summary-redisplay-internal): If msgdb flag is already read,
4270         just update the mark on buffer.
4272 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4274         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4275         cut visible folder when elmo-folder-delete returns non-nil value.
4277 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4279         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4280         by Kenichi OKADA <okada@opaopa.org>).
4282 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4284         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4286 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4288         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4289         Fixed the last change, search group entity by its real name.
4290         (Thanks to: KOBAYASHI Shinji)
4292 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4294         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4295         (wl-fldmgr-access-display-all): Don't refer visible name.
4296         * wl-expire.el (wl-folder-archive-current-entity)
4297         (wl-folder-expire-current-entity): Ditto.
4298         * wl-folder.el (wl-folder-jump-to-current-entity)
4299         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4300         (wl-folder-open-folder-sub,wl-folder-open-all)
4301         (wl-folder-write-current-folder): Ditto.
4302         (wl-folder-insert-entity): Don't use petname for normal group.
4303         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4304         is the real name.
4305         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4306         Abolished.
4308 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4310         * wl-draft.el (wl-draft-create-buffer): Add
4311         `wl-summary-reply-with-citation'
4313 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4315         * wl-draft.el (wl-draft-reply): Fixed.
4317 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4319         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4320         when `wl-draft-send-confirm-with-preview' is non-nil.
4321         You can scroll up/down by j/k.
4322         (wl-draft-send-confirm-with-preview): New variable (default=t).
4324 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4327         (wl-fldmgr-save-folders): Fix comment.
4329 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4332         along the last change in `wl-folder-buffer-group-p'.
4334 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4337         folder.
4339         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4340         the default value.
4342         * wl-mime.el (wl-summary-burst): Update summary only when target
4343         folder equals current folder.
4345 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4349 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4352         value.
4354 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4356         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4357         `map-extents' instead of `extent-at' repeatedly.
4358         (wl-highlight-folder-current-line): Ditto.
4360         * wl-highlight.el: Remove useless dummy functions.
4362 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4365         (wl-folder-put-folder-property): New function to put text property.
4366         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4367         (wl-folder-insert-entity, wl-folder-update-diff-line)
4368         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4369         * wl-e21.el, wl-xmas.el, wl-mule.el
4370         (wl-highlight-folder-current-line): Ditto.
4371         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4372         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4373         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4374         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4376 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378         * Version number is increased to 2.11.3.
4380 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4383         Resume current-buffer since it is assumed by remaining tasks.
4385 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4388         (wl-folder-completion-function): Abolished.
4389         (wl-folder-complete-folder): New function.
4390         (wl-folder-complete-filter-condition): Ditto.
4391         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4392         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4394 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396         * wl-draft.el (wl-draft-send-confirm): New function.
4397         (wl-draft-send): Use it.
4399         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4400         cursor-in-echo-area while confirming.
4402         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4404         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4405         searching via nntp if wl-summary-search-via-nntp is 'force.
4406         Otherwise, invoke searching in nntp folder only.
4407         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4409         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4410         explicitly for mime-make-text-tag.
4412 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4414         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4415         `mime-make-text-tag' instead of `mime-create-tag'.
4417 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4420         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4422 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424         * wl-score.el (wl-score-save): Bind print-length and print-level.
4425         (wl-score-pretty-print): Ditto.
4426         (wl-score-edit-insert-header-entry): Ditto.
4428         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4429         "From" entry to be treated with wl-draft-eword-encode-address-list.
4430         * wl-mime.el (wl-draft-preview-message): Ditto.
4432         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4433         (wl-summary-mark-as-unread): Ditto.
4434         (wl-summary-mark-as-read-region): Change accordingly.
4435         (wl-summary-mark-as-unread-region): Ditto.
4436         (wl-summary-target-mark-mark-as-read): Ditto.
4437         (wl-summary-target-mark-mark-as-unread): Ditto.
4439 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4441         * Version number is increased to 2.11.2.
4443 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445         * wl-news.el.in (wl-news-previous-version-save): Bind
4446         print-length and print-level.
4447         * wl-thread.el (wl-thread-save-entities): Ditto.
4448         (wl-thread-save-top-list): Bind print-length.
4450 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452         * wl-highlight.el (wl-highlight-summary-line-string): Use
4453         wl-summary-score-below-mark, wl-summary-score-over-mark.
4454         (wl-highlight-summary-current-line): Ditto.
4456 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4459         insert it.
4461 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4463         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4465 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4468         message without msgid.
4469         Rewrite with elmo-folder-move-messages.
4470         Set wl-message-buffer to nil.
4472         * wl-summary.el (wl-summary-erase-subr): New function. Use
4473         elmo-folder-move-messages.
4474         (wl-summary-erase): Call it.
4475         (wl-summary-target-mark-erase): Ditto.
4477 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4480         it is not up-tp-date.
4482 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4485         buffer after calling `wl-summary-goto-folder-subr' without the
4486         argument `interactive'.
4487         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4489 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4491         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4492         `mime-create-tag'. Use `string=' instead of `looking-at'.
4494 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4497         to avoid compile warning.
4499         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4500         entity-id when folder is given.
4501         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4502         save-excursion, use save-selected-window instead.
4503         Select folder buffer window if exists.
4504         (To correct behavior with wl-folder-move-cur-folder.)
4506 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4508         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4510 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4512         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4513         list-count instead of %d.
4515 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4518         (wl-news): Set it.
4519         (wl-news-append-to-folder): Use it.
4521         * wl-news.el.in (wl-news-send-news): Append to specified folder
4522         instead of wl-default-folder.
4523         (wl-news-append-to-folder): Show error message with specified folder.
4525         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4526                 In most major modes, Emacs assumes that any opening
4527                 delimiter found at the left margin is the start of a
4528                 top-level definition, or defun. Therefore, *never put an
4529                 opening delimiter at the left margin unless it should have
4530                 that significance.*
4532         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4534 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4536         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4538 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4540         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4542 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4544         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4545         for sequential numbering case.
4547 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4550         value.
4551         (wl-draft-reply-without-argument-list): Ditto.
4552         (wl-draft-reply-myself-with-argument-list): Abolish.
4553         (wl-draft-reply-myself-without-argument-list): Ditto.
4554         * wl-draft.el (wl-draft-self-reply-p): New function.
4555         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4557 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4560         (avoid error for the case without byte-compiling)
4562 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4564         * wl-news.el.in (wl-news-append-to-folder): New function.
4565         (wl-news-exit): Rewrite.
4566         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4568 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4570         * wl-draft.el (wl-draft-reply-position): New function.
4571         (wl-draft-reply-position): Fix.
4572         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4573         (wl-summary-target-mark-reply-with-citation): Ditto.
4574         (wl-summary-reply-with-citation): Ditto.
4575         * wl-vars.el (wl-draft-reply-default-position): New variable.
4577 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4579         * wl-draft.el (wl-draft-send): Preview when interactive send.
4581 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4583         * wl-draft.el (wl-draft-reply): Set default position.
4584         * wl-summary.el (wl-summary-reply): Ditto.
4585         (wl-summary-reply-with-citation): Ditto.
4586         (wl-summary-target-mark-reply-with-citation): Ditto.
4588 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4590         * wl-news.el.in (wl-news-lang): Set default value according to
4591         current-language-environment.
4592         (wl-news-append-news): Do nothing when news-list is nil.
4594 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4596         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4597         (wl-news): Change message.
4598         (wl-news-exit): Check buffer.
4599         (wl-news-force-exit): New function.
4600         (wl-news-show-all): New function.
4601         (wl-news-discard-and-exit): Fix.
4603 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4606         according to current-language-environment.
4608         * wl-news.el.in (wl-news): If arg, show all NEWS after
4609         wl-news-default-previous-version.
4611 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4613         * wl-news.el.in (wl-news-check): Rewritten.
4614         (wl-news-previous-version-load): Change data type.
4615         (wl-news-previous-version-save): Change data type.
4616         (wl-news-append-news): Add return value.
4617         (wl-news-check-news): New function.
4618         (wl-news-already-current-p): New function.
4619         (wl-news-send-news): Rewritten.
4620         (wl-news-mode-map): Add new keybind.
4621         (wl-news): Rewritten.
4622         (wl-news-exit): Rewritten.
4623         (wl-news-discard-and-mail): New function.
4624         (wl-news-send-to-address): Abolished.
4625         * wl.el (wl-init): Delete a message.
4627 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4629         * wl-news.el.in (wl-news-exit): Update previous version.
4630         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4632 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4634         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4636 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4638         * wl-news.el.in (wl-news): New function.
4639         (wl-news-mode): New function.
4640         (wl-news-next-line): New function.
4641         (wl-news-next-page): New function.
4642         (wl-news-exit): New function.
4643         (wl-news-buf-name): New variable.
4644         (wl-news-mode-map): New variable.
4645         (wl-news-winconf): New variable.
4646         (wl-news-append-news): Add an option.
4648 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4650         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4652 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654         * wl-news.el.in (wl-news-send-to-address): New variable.
4655         (wl-news-send-news): Use it.
4656         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4657         Return updating status.
4658         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4660 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4662         * wl-news.el.in (wl-news-send-news): Delete
4663         Organization and X-Face.
4665 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4667         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4668         (wl-news-append-news): New function.
4669         (wl-news-send-news): New function.
4671 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4673         * Version number is increased to 2.11.1.
4675 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4677         * wl-news.el.in : New file.
4679 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4681         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4682         default value.
4683         (wl-draft-reply-without-argument-list): Ditto.
4685 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4687         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4688         (wl-message-buffer-prefetch-idle-time): Ditto.
4689         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4691 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4693         * wl-thread.el (wl-thread-insert-message): Use
4694         wl-summary-max-thread-depth.
4696         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4697         loop detection.
4699         * wl-message.el (wl-message-buffer-display): Back to the first page
4700         when cache is hit.
4702 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4704         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4706         * wl-summary.el (wl-summary-insert-thread-entity):
4707         If the thread depth is reached to wl-summary-max-thread-depth,
4708         divide the thread.
4710 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4712         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4713         for elmo-remove-passwd.
4715 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4717         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4718         folder is sticky.
4719         (wl-folder-mark-as-read-all-entity): Ditto.
4720         (wl-folder-prefetch-entity): Ditto.
4722 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4724         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4726 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4729         Delete messages on buffer for unplugged operation.
4730         (wl-summary-erase): Ditto.
4732 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4735         take nil so as not to search parent by subject.
4737 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4739         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4740         (wl-folder-get-next-folder): Ditto.
4741         (wl-folder-get-path): Ditto.
4743 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4745         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4746         system and encode the region with it before verifying.
4748 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4750         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4751         system of the echo buffer before decoding.
4753 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4756         original contents.
4758 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4760         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4761         with argument 'any-exists.
4763 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4766         Use `wl-cs-autoconv'.
4768 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4771         by `mime-view-automatic-conversion'.
4773         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4774         (wl-message-verify-pgp-nonmime): Ditto.
4775         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4776         Bind them to C-c:d and C-c:v respectively.
4778         Merge following code by Teranishi-san from [wl-en:00167].
4779         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4780         (wl-mime-preview-application/pgp-encrypted): Ditto.
4781         (wl-mime-setup): Add entry.
4783 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785         * wl-summary.el (wl-summary-target-mark-erase): New function.
4786         Bind it to "mD".
4788 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4790         * wl-vars.el (wl-draft-write-file-function): Fix.
4791         (wl-draft-reedit-hook): Changed default value.
4793         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4794         wl-draft-reedit-hook.
4795         (wl-draft-remove-text-plain-tag): New function.
4796         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4798         * wl-vars.el (wl-draft-write-file-function): New user option.
4800         * wl-draft.el (wl-draft-prepare-edit): Use it for
4801         local-write-file-hooks.
4802         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4804         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4805         (wl-draft-insert-mail-header-separator): Return the body beginning
4806         point.
4807         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4808         text/plain.
4809         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4811 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813         * wl-summary.el (wl-summary-erase): New function to erase message
4814         without moving it to trash. Bind to "D".
4816         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4817         as `keep' unless switch-function.
4819 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4822         message buffer by using `wl-summary-toggle-disp-msg'.
4823         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4824         buffer window.
4825         (wl-summary-supresedes-message): Ditto.
4827         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4828         Do not delete other windows.
4829         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4830         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4831         (wl-draft-create-buffer): Set reply-or-forward also for target
4832         mark commands.
4834 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4836         * wl-draft.el (wl-user-agent-compose): Delete special case for
4837         switch-to-buffer-other-window.
4839         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4840         (wl-summary-forward): Ditto.
4842         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4843         function.
4844         (wl-draft-buffer-style): New use option.
4846         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4847         (wl-draft): Follow the change above.
4848         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4849         wl-draft-buffer-style.
4850         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4851         switch-function.
4853 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4855         * wl-address.el (wl-address-make-completion-entry): Extracted from
4856         `wl-address-make-completion-list'.
4857         (wl-address-enable-strict-loading): New variable.
4858         (wl-address-make-completion-list): Revive petname duplication
4859         inquiry, and enable it if `wl-address-enable-strict-loading'.
4860         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4862 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4864         * wl-message.el (wl-message-get-original-buffer): Avoid
4865         'Selecting deleted buffer' error when original buffer is killed.
4867 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4869         * wl-summary.el (wl-summary-next-message): Use
4870         elmo-message-accessible-p instead of elmo-message-cached-p.
4872 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4874         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4876         * wl-thread.el (wl-thread-open-all-unread): Use
4877         elmo-folder-list-flagged instead of
4878         elmo-folder-list-messages-mark-match.
4880         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4881         instead of elmo-folder-list-messages-mark-match.
4882         (wl-summary-move-spec-alist): New variable.
4883         (wl-summary-move-spec-plugged-alist,
4884         wl-summary-move-spec-unplugged-alist): Abolish.
4885         (wl-summary-next-message): Follow the change above.
4886         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4887         with 'no-msg' argument.
4889         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4890         variable.
4891         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4892         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4893         (wl-message-buffer-prefetch-get-next): Follow the change above.
4895 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4897         * wl-version.el (wl-version): Changed codename.
4899         * Version number is increased to 2.11.0.
4901 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4903         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4904         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4905         `wl-draft-config-variables'.
4906         (wl-draft-kill): Fixed problem when the draft is reedit.
4908 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4910         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4911         buffer-modified status (Thanks to
4912         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4914 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4916         * wl-util.el (wl-region-exists-p): New function.
4918         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4919         Remove defvars for byte-compile warnings.
4921 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4923         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4924         defvar-maybe. Removed unused bind.
4926 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4929         summary buffer window before creating new frame.
4930         (wl-draft-reply): Ditto.
4932 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4934         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4936 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4940 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4942         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4943         instead of `kill-region'.
4945 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4947         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4948         (wl-highlight-summary-line-string): Use it.
4949         (wl-highlight-summary-current-line): Ditto.
4951         * wl-mime.el (wl-message-delete-current-part): Check the class of
4952         mime-entity.
4954         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4956         * wl-summary.el (wl-summary-make-number-list): Initialize.
4957         (wl-summary-update-mark): New function.
4958         (wl-summary-reply): Put `answered' mark on the message.
4959         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4961         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4962         (wl-draft-reply): Added optional argument `number';
4963         Set wl-draft-parent-number.
4964         (wl-draft-kill): Delete answered mark if it is a reply.
4966 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4968         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4969         that originates in mime-preview-follow-current-entity.
4970         (wl-draft-yank-current-message-entity): Use it if region is active.
4972         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4973         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4974         `wl-message-delete-current-part'.
4975         * wl-mule.el (wl-message-define-keymap): Ditto.
4976         * wl-xmas.el (wl-message-define-keymap): Ditto.
4978 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980         * wl-mime.el (wl-message-delete-current-part): New function.
4981         (wl-mime-node-id-to-string): Ditto.
4983         * wl-mime.el (wl-message-delete-current-part): Use existing
4984         original buffer which corresponds current mime-view buffer.
4985         (fetched buffer might have different structure, possibly)
4987         * wl-mime.el (wl-message-delete-current-part): Quit if the
4988         message content differs from the actual message.
4990 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4992         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4993         order.
4994         (wl-summary-search-by-subject): Search parent message from tail;
4995         Check the existence of the parent message on the current thread tree.
4996         (wl-summary-update-thread): Check whether the line is inserted.
4998 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5000         * wl-vars.el (wl-summary-line-format): Undo last change.
5001         * wl-summary.el (wl-summary-print-destination): Do not put
5002         invisible property when `wl-summary-width' is nil.
5003         (wl-summary-line-subject-minimum-length): Abolished.
5004         (wl-summary-line-subject): Ditto.
5006 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008         * wl-vars.el (wl-summary-line-format): Change default value.
5009         (wl-summary-subject-length-limit): Abolished.
5010         * wl-summary.el (wl-summary-line-subject): Ditto.
5012 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5014         * wl-template.el (wl-template-select): Added optional argument.
5015         If optional argument is specified, reverse
5016         `wl-template-visible-select'.
5018 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5020         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5021         Take prefix argument to force asking the destination folder.
5023 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5025         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5026         count and update status.
5028 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5030         * wl-summary.el (wl-summary-redisplay-internal): If
5031         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5032         after fetching.
5034 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5036         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5037         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5039         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5041 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5043         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5044         (All other related portions are changed).
5045         (wl-summary-mark-as-read-all): Rewrite.
5047 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5049         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5050         `wl-summary-mark-as-read'.
5051         (wl-summary-mark-as-unread): Rewrite.
5052         (wl-summary-mark-as-read): Added no-modeline argument.
5053         (wl-summary-resume-cache-status): Rewrite.
5054         (wl-summary-exec-subr): Remove unused local variable.
5056 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5059         logic to call `wl-summary-buffer-prev-folder-function'.
5060         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5062 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5064         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5065         is nil.
5067 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5070         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5071         (wl-mime-setup): Add its entry.
5073 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5075         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5076         (wl-summary-delete-cache): Likewise.
5077         (wl-summary-mark-as-read): Rewrite.
5079 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5081         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5082         `wl-summary-count-unread'.
5084         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5086         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5088 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5090         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5091         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5092         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5093         Renamed to the elmo-msgdb-*-mark.
5094         (wl-summary-score-marks): Follow the change above.
5095         (wl-summary-auto-refile-skip-marks): Ditto.
5096         (wl-summary-incorporate-marks): Ditto.
5097         (wl-summary-expire-reserve-marks): Ditto.
5099         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5100         changes.
5101         (wl-thread-insert-top): Changed updating message.
5103         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5104         variable.
5105         (wl-summary-count-unread): Count answered marks.
5106         (wl-summary-rescan): Call wl-summary-insert-message instead of
5107         wl-summary-append-message-func-internal.
5108         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5109         (wl-summary-prefetch-msg): Follow the variable name changes.
5110         (wl-summary-prefetch-region): Ditto.
5111         (wl-summary-mark-as-read-all): Follow the API changes;
5112         Don't call elmo-folder-replace-marks.
5113         (wl-summary-delete-cache): Follow the variable name changes.
5114         (wl-summary-resume-cache-status): Ditto.
5115         (wl-summary-update-status-marks): New function.
5116         (wl-summary-insert-message): New function.
5117         (wl-summary-sync-marks): Follow the variable name changes.
5118         (wl-summary-sync-update): Synchronize to the msgdb, too;
5119         Changed update messages.
5120         (wl-summary-make-number-list): Rewrite.
5121         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5122         (wl-summary-mark-as-unread): Follow the API changes.
5123         (wl-summary-exec-subr): Follow the variable name changes.
5124         (wl-summary-mark-as-read): Ditto.
5125         (wl-summary-move-spec-plugged-alist): Ditto.
5126         (wl-summary-move-spec-unplugged-alist): Ditto.
5127         (wl-summary-cursor-move-surface): Ditto.
5129         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5130         variable name changes.
5131         (wl-highlight-summary-current-line): Ditto.
5133         * wl-expire.el (wl-expire-refile): Follow the API change in
5134         elmo-folder-move-messages.
5135         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5136         (wl-summary-archive): Use elmo-folder-msgdb instead of
5137         elmo-msgdb-load.
5139 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141         * wl-mime.el (wl-draft-preview-message): Restore the position
5142         before evaluating wl-draft-send-hook in preview buffer.
5144 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5147         when it creates new draft buffer.
5149         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5150         without argument.
5152         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5153         Evaluate content and if the value is string, insert it.
5154         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5155         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5156         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5157         wl-draft-config-sub-part-bottom): Use it.
5159         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5160         with the folder name. The question was unintelligible when it is
5161         called from wl-save-status.
5163 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5166         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5167         cannot take second argument).
5169 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5172         as t. Since type and subtype are not case sensitive (RFC 2045).
5174 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176         * wl-vars.el (wl-message-mode-line-format): New variable.
5177         (wl-message-mode-line-format-spec-alist): Ditto.
5178         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5179         (wl-message-redisplay): Use wl-message-mode-line-format.
5181 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5183         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5185 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5187         * wl-summary.el (wl-summary-default-from): Write description.
5189 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5191         * wl-vars.el (wl-ldap-objectclass): Abolish.
5193         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5194         (wl-ldap-make-filter): Removed condition for objectclass.
5195         (wl-ldap-make-matched-value-list): Remove meaningless process.
5196         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5197         (wl-address-ldap-search): Don't add `*' to `pat' string;
5198         use ignore-errors; added `email';
5199         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5200         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5201         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5204 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206         * wl-draft.el (wl-draft-parent-folder): Write description.
5207         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5209 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5211         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5212         as "" (zero-length string) if no parent.
5213         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5215 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5217         * wl-address.el (wl-address-make-completion-list): Skip duplication
5218         checking.
5219         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5220         `append'.
5222 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5224         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5225         instead of `beginning-of-buffer'.
5227 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5229         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5231 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5233         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5234         Refer wl-message-buffer-name.
5235         (wl-message-wheel-down): Ditto.
5237 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5239         * wl-vars.el (wl-message-buffer-name): New user option.
5241         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5242         directly instead of making alist dinamically.
5244         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5245         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5246         wl-message-buffer-cache-name.
5247         (wl-message-buffer-cache-clean-up): Ditto.
5249         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5251         * Version number is increased to 2.9.15.
5253 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5255         * wl-vars.el (wl-summary-default-view-alist): New user option.
5257         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5259         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5260         while deleting address.
5261         (wl-draft-delete-myself-from-cc): Ditto.
5263         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5264         If optional argument is specified, reverse sort order.
5266         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5268 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5270         * wl-thread.el (wl-thread-insert-message): Return parent number if
5271         exists.
5272         (wl-thread-update-indent-string-region): Use
5273         wl-thread-update-line-on-buffer-sub instead of
5274         wl-thread-update-line-on-buffer.
5276 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5278         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5279         (wl-folder-close-all): Ditto.
5281 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5283         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5284         and mailing-list:.
5285         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5286         value.
5287         (wl-summary-line-list-info): Print mailing-list name even when 
5288         list-number is empty.
5290 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5294         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5295         (wl-draft-open-file): Ditto.
5296         (wl-draft-random-alphabet): Ditto.
5298         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5299         bindings.
5301 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5304         * wl-vars.el (wl-draft-config-alist): Ditto.
5306 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5308         * Version number is increased to 2.9.14.
5310         * wl.el (wl): Don't set wl-init as nil when error occured while
5311         auto-checking folders.
5313         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5314         `elmo-expand-newtext'.
5316 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5319         `this-command' so that `wl-folder-goto-folder' contained in
5320         `wl-summary-keep-cursor-command' work.
5322 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5324         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5325         message buffer displaying state.
5327 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329         * wl-vars.el (wl-summary-default-view): New variable to specify
5330         default value for `wl-summary-buffer-view' instead of using
5331         set-default.
5332         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5334 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5338         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5340 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5342         * wl-vars.el (wl-forward-subject-prefix): New variable.
5343         * wl-draft.el (wl-draft-forward): Use it.
5345 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347         * wl-message.el (wl-message-prev-page): When it is called without
5348         lines argument, scroll down by wl-message-scroll-amount lines.
5349         (wl-message-next-page): Ditto.
5350         * wl-vars.el (wl-message-scroll-amount): Change default value
5351         to preserve current behavior.
5353 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5355         * wl-summary.el (wl-summary-prefetch-msg): Bind
5356         `wl-message-entity' to call `wl-summary-from-function'.
5358 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5360         * wl-message.el (wl-message-buffer-create): Run
5361         wl-message-buffer-created-hook.
5363 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5365         * wl-summary.el (wl-summary-sort-specs): New variable.
5366         (wl-summary-default-sort-spec): Ditto.
5367         (wl-summary-sort): Rewrite.
5368         (wl-summary-sort-by-list-info): New function.
5370 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5372         * wl-summary.el (wl-summary-get-list-info): New function.
5373         (wl-summary-sort): Rewrite.
5374         (wl-summary-line-list-info): Ditto.
5375         (wl-summary-line-list-count): Ditto.
5376         (wl-summary-refile-region): Fixed docstring.
5378 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5380         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5381         `wl-folder-entity-hashtb' as completion table.
5383 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5385         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5386         only when this command is called interactively; silence the byte-
5387         compiler.
5389 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5391         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5392         active in XEmacs.
5394 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5396         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5397         plural lines.
5399 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5401         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5402         of current line when the cursor is on the header name.
5403         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5405 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5407         * wl-util.el (wl-read-directory-name): Return displayed directory
5408         as the default value also on XEmacs.
5410 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5412         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5413         formatting.
5415 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5417         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5418         argument and when it is non-nil, check face property before
5419         highlighting for each line.
5420         (wl-highlight-summary-window): Set it.
5422 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5424         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5425         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5427         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5428         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5429         (wl-draft-get-fcc-list): Likewise.
5431 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5433         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5434         (wl-thread-entity-cur): Ditto.
5435         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5436         wl-thread-indent-regexp setting.
5437         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5439         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5440         wl-summary-lazy-highlight.
5441         (wl-summary-display-bottom): Ditto.
5443         * wl-thread.el (wl-thread-open-close): Likewise.
5445         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5446         from and subject;
5447         Bind wl-draft-use-frame;
5448         Enclose with save-window-excursion;
5449         Use wl-draft-create-buffer instead of with-temp-buffer;
5450         Use wl-draft-prepare-edit;
5451         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5452         Use wl-draft-send instead of wl-draft-raw-send.
5454 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5457         of using wl-from.
5459 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5461         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5462         insert-buffer instead of clone-buffer.
5463         (wl-draft-doing-mime-bcc): New variable.
5464         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5465         infinite loop.
5466         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5468         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5469         (wl-draft-mime-bcc-body): Ditto.
5471         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5472         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5473         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5474         wl-draft-do-mime-bcc.
5475         (wl-draft-mime-bcc-field): New function.
5476         (wl-draft-do-mime-bcc): Ditto.
5478         * wl-address.el (wl-address-complete-header-list): New variable.
5479         (wl-address-complete-header-regexp): Changed default value.
5481         * Version number is increased to 2.9.13.
5483 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5485         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5486         it is differed.
5488 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5490         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5491         (wl-summary-line-list-count): Ditto.
5493 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5495         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5496         (wl-nntp-posting-function): New variable.
5497         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5498         `wl-nntp-posting-config-alist'.
5500 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5503         FLIM.
5505 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5507         * wl-summary.el (wl-summary-target-mark-refile-sub):
5508         Remove a nuisance funcall.
5510 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5512         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5513         as t for `try-completion'.
5515 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5517         * wl-summary.el (wl-summary-default-from): Use
5518         wl-address-header-extract-address instead of
5519         std11-extract-address-components.
5520         (wl-summary-simple-from): Ditto.
5521         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5522         (wl-summary-insert-headers): Show message.
5523         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5524         for whole line.
5525         (wl-summary-default-from): Revert last change.
5526         (wl-summary-simple-from): Ditto.
5527         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5528         (wl-summary-mark-as-read-region): Follow the change above.
5529         (wl-summary-sync-marks): Ditto.
5530         (wl-summary-target-mark-mark-as-read): Ditto.
5531         (wl-summary-redisplay-internal): Ditto.
5532         (wl-summary-redisplay-no-mime-internal): Ditto.
5533         (wl-summary-redisplay-all-header): Ditto.
5534         (wl-summary-mark-as-read): Removed argument `cached';
5535         Use current cache status to set cache mark.
5536         (wl-summary-redisplay-internal): Follow the change above.
5537         (wl-summary-redisplay-no-mime-internal): Ditto.
5538         (wl-summary-redisplay-all-header): Ditto.
5540         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5542         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5543         Don't call itself recursively (Adviced by Yamaoka-san).
5545 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5548         bind wl-summary-highlight as nil to avoid error caused by missing
5549         local variables.
5551 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5553         * wl-vars.el (wl-invalid-character-message): New user option.
5555         * wl-util.el (wl-set-string-width): If truncated string-width is
5556         larger than specified width, use `wl-invalid-character-message'.
5558 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5560         * wl-summary.el (wl-summary-prefetch-msg): 
5561         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5563 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5565         * wl-vars.el (wl-summary-check-line-format): New user option.
5566         (wl-summary-line-format-file): Ditto.
5568         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5569         variable.
5570         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5571         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5572         and `wl-summary-view-old-p' to check whether do a rescan or not.
5573         (wl-summary-view-old-p): New function.
5574         (wl-summary-line-format-changed-p): Ditto.
5575         (wl-summary-line-format-save): Ditto.
5576         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5578         * wl-util.el (wl-set-string-width): Avoid using negative number
5579         for make-string.
5581 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5583         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5584         return value.
5586         * wl-util.el (wl-set-string-width): Added optional argument
5587         `padding' (All other related portions are changed).
5588         (wl-line-parse-format): If the first letter of column number is
5589         `0', zero-padding the result (ex: "%05l").
5591         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5593 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5595         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5596         sequential summary view.
5598 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5601         if it doesn't have a -unix version.
5603 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5605         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5607 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5609         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5610         content.
5611         (wl-draft): Follow the change above.
5613         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5615         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5616         and wl-folder-summary-line-format-alist contain %T and %P.
5618         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5619         (wl-summary-mode-line-format): New user option.
5620         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5621         (wl-summary-line-format): Changed default value.
5622         (wl-summary-lazy-highlight): Changed default value.
5624         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5625         change in wl-summary-create-line.
5626         (wl-thread-insert-entity-sub): Ditto.
5628         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5629         (wl-summary-buffer-unread-status): Ditto.
5630         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5631         (wl-summary-buffer-persistent-mark-column): Ditto.
5632         (wl-summary-buffer-mode-line-formatter): Ditto.
5633         (wl-summary-buffer-mode-line): Ditto.
5634         (wl-summary-message-regexp): Abolished.
5635         (All other related portions are changed.)
5636         (wl-summary-detect-mark-position): New function.
5637         (wl-summary-buffer-set-folder): Setup
5638         wl-summary-buffer-mode-line-formatter.
5639         (wl-summary-mode): Setup selective-display;
5640         Setup pre-idle-hook when xemacs.
5641         (wl-summary-update-modeline): Rewrite.
5642         (wl-summary-jump-to-msg): Define as function;
5643         Changed regexp for searching messages.
5644         (wl-summary-message-number): Rewrite.
5645         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5646         Do rescan when old type summary cache.
5647         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5648         (wl-summary-remove-destination): Use '\r' to detect EOL.
5649         (wl-summary-print-destination): Ditto.
5650         (wl-summary-temp-mark): New inline function.
5651         (wl-summary-persistent-mark): Ditto.
5652         (wl-summary-line-number): New function.
5653         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5654         (wl-summary-line-list-count): New function.
5655         (wl-summary-create-line): Added argument persistent-mark.
5656         (All other related portions are changed)
5657         (wl-summary-create-line): Insert '\r'.
5658         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5659         (wl-summary-cursor-move-surface): New inline function.
5660         (wl-summary-prev): Use it.
5661         (wl-summary-next): Ditto.
5663         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5664         wl-summary-message-regexp.
5665         (wl-highlight-summary): Delete progress message.
5666         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5668         * Version number is increased to 2.9.12.
5670 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5672         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5673         variable (nil: no minimum).
5674         (wl-summary-line-subject): Add some spaces after subject by
5675         wl-summary-line-subject-minimum-length.
5677 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5679         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5680         and removed `F'.
5681         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5682         change above).
5684 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5686         * wl-summary.el (wl-summary-line-list-count): Reverted.
5687         (example setting in samples/*/dot.wl is also updated)
5689 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5691         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5693         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5695         * wl-vars.el (wl-summary-line-format): Addes some description to the
5696         docstring.
5698         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5699         (wl-summary-line-close-bracket): Ditto.
5700         (wl-summary-line-children-number): Ditto.
5701         (wl-summary-line-thread-indent): Ditto.
5702         (wl-summary-line-children-and-from): Ditto.
5704         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5705         't', 'c', 'F' and added 'C'.
5707         * wl-util.el (wl-set-string-width): Accept negative value.
5708         (wl-line-parse-format): Added "%number(" and "%)".
5710 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5712         * wl-summary.el (wl-summary-line-list-count): Change format of the
5713         return value.
5715 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5717         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5718         from the recent message.el.
5719         (wl-draft-point-in-header-p): Ditto.
5720         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5721         wl-draft-beginning-of-line.
5722         * wl-e21.el (wl-draft-mode-map): Ditto.
5723         * wl-xmas.el (wl-draft-mode-map): Ditto.
5725         * wl-folder.el: Sort macrodefs by dependencies.
5727 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5729         * wl-summary.el (wl-summary-prev): Fixed regexp.
5730         (wl-summary-next): Ditto.
5732 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5736 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5738         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5739         for backward compatibility.
5741 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743         * wl-summary.el (wl-summary-line-list-count): New function, merged
5744         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5745         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5746         list counts.
5748 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5750         * wl-summary.el (wl-summary-create-line): Ignore errors while
5751         timezone-fix-time.
5753         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5755         * wl-summary.el (wl-summary-sync-update): Ditto.
5756         (wl-summary-default-from): Use wl-message-entity
5757         instead of entity.
5759         * wl-summary.el (wl-summary-create-line): Fix.
5761         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5762         (wl-summary-line-format): New user option.
5763         (wl-folder-summary-line-format-alist): Ditto.
5764         (wl-summary-from-width): Abolished.
5766         * wl-util.el (toplevel): Require 'bytecomp.
5767         (wl-line-parse-format): New function.
5768         (wl-line-formatter-setup): New macro.
5770         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5771         (wl-summary-buffer-line-formatter): New buffer local variable.
5772         (wl-summary-switch-to-clone-buffer): Follow the change above.
5773         (wl-summary-message-regexp): Fix.
5774         (wl-summary-from-func-internal): Abolished.
5775         (wl-summary-subject-func-internal): Ditto.
5776         (wl-summary-subject-filter-func-internal): Ditto.
5777         (All other related portions are changed.)
5778         (wl-summary-buffer-set-folder):
5779         Set up wl-summary-buffer-number-column and 
5780         wl-summary-buffer-line-formatter
5781         (All other related portions are changed.)
5782         (wl-summary-buffer-number-column-detect): Abolished.
5783         (All other related portions are changed.)
5784         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5785         (wl-summary-delete-all-temp-marks-on-buffer): Use
5786         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5787         (wl-summary-target-mark-delete): Ditto.
5788         (wl-summary-target-mark-refile-subr): Ditto.
5789         (wl-summary-target-mark-mark-as-read): Ditto.
5790         (wl-summary-target-mark-mark-as-unread): Ditto.
5791         (wl-summary-target-mark-mark-as-important): Ditto.
5792         (wl-summary-target-mark-save): Ditto.
5793         (wl-summary-replace-status-marks): Renamed from
5794         wl-summary-set-status-marks-on-buffer;
5795         Use wl-summary-message-regexp instead of
5796         wl-summary-buffer-number-regexp.
5797         (wl-summary-sync-update): Follow the change above.
5798         (wl-summary-goto-previous-message-beginning): New function.
5799         (wl-summary-mark-as-unread): Use it.
5800         (wl-summary-mark-as-important): Ditto.
5801         (wl-summary-line-formatter): New variable.
5802         (wl-summary-line-year): New function.
5803         (wl-summary-line-day): Ditto.
5804         (wl-summary-line-day-of-week): Ditto.
5805         (wl-summary-line-hour): Ditto.
5806         (wl-summary-line-minute): Ditto.
5807         (wl-summary-line-open-bracket): Ditto.
5808         (wl-summary-line-close-bracket): Ditto.
5809         (wl-summary-line-children-number): Ditto.
5810         (wl-summary-line-thread-indent): Ditto.
5811         (wl-summary-line-size): Ditto.
5812         (wl-summary-line-subject): Ditto.
5813         (wl-summary-line-from): Ditto.
5814         (wl-summary-line-children-and-from): Ditto.
5815         (wl-summary-create-line): Rewritten.
5816         (wl-summary-format-date): Abolished.
5818         * wl-highlight.el (wl-highlight-summary-current-line): Use
5819         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5820         Use thread structure to detect thread top message.
5822         * wl-draft.el (wl-default-draft-cite): Don't use
5823         wl-summary-from-func-internal.
5825         * wl-refile.el (wl-refile-subject-learn): Don't use
5826         wl-summary-subject-filter-func-internal.
5827         (wl-refile-guess-by-subject): Ditto.
5829         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5830         parameters.
5832         * wl-thread.el (wl-thread-update-indent-string-region):
5833         Use wl-thread-update-line-on-buffer instead of
5834         wl-thread-update-indent-string.
5835         (wl-thread-update-children-number): Redefine using
5836         wl-thread-update-line-on-buffer.
5837         (wl-thread-update-indent-string): Abolished.
5839         * Version number is increased to 2.9.11.
5841 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5843         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5844         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5845         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5847         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5848         as nil.
5850         * wl-thread.el (wl-thread-open-all-unread): Use 
5851         elmo-folder-list-messages-mark-match.
5852         (wl-thread-insert-message): Removed argument `mark-alist'.
5853         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5854         elmo-msgdb-set-mark.
5855         (wl-thread-get-children-msgs-uncached): Likewise.
5856         (wl-thread-get-exist-children): Added argument include-self.
5857         (wl-thread-delete-message): Follow the change above.
5859         * wl-summary.el (wl-summary-count-unread): Removed argument.
5860         (wl-summary-rescan): Follow the change above.
5861         (wl-summary-mark-as-read-region): Ditto
5862         (wl-summary-mark-as-unread-region): Ditto.
5863         (wl-summary-delete-messages-on-buffer): Ditto.
5864         (wl-summary-sync-update): Ditto.
5865         (wl-summary-switch-to-clone-buffer): Ditto.
5866         (wl-summary-goto-folder-subr): Ditto.
5867         (wl-summary-target-mark-mark-as-read): Ditto.
5868         (wl-summary-target-mark-mark-as-unread): Ditto.
5869         (wl-summary-target-mark-mark-as-important): Ditto.
5870         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5871         (wl-summary-update-thread): Removed argument `mark-alist'.
5872         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5873         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5874         (wl-summary-resume-cache-status): Likewise.
5875         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5876         elmo-msgdb-set-mark.
5877         (wl-summary-mark-as-read-all): Likewise.
5878         (wl-summary-delete-cache): Ditto.
5879         (wl-summary-auto-select-msg-p): Ditto.
5880         (wl-summary-mark-as-unread): Ditto.
5881         (wl-summary-no-auto-refile-message-p): Ditto.
5882         (wl-summary-mark-as-read): Ditto.
5883         (wl-summary-mark-as-important): Ditto.
5884         (wl-summary-auto-refile): Follow the change above.
5885         (wl-summary-delete-all-marks): Removed.
5886         (wl-summary-resume-marks-and-highlight): Ditto.
5887         (wl-summary-resume-marks): Ditto.
5888         (wl-summary-delete-important-msgs-from-list): Ditto.
5889         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5891         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5892         wl-summary-count-unread.
5894         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5895         (wl-summary-score-update-all-lines): Use
5896         elmo-msgdb-set-mark.
5898 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5900         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5901         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5902         (wl-summary-create-line): Renamed from
5903         wl-summary-overview-create-summary-line;
5904         Argument rearrangement.
5905         (wl-summary-update-thread): Follow the change above.
5907         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5908         (wl-thread-insert-entity-sub): Likewise.
5910         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5911         argument `overview', `mark-alist' and added `msgdb'.
5913         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5915         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5916         (wl-summary-rescan): Follow the change above.
5917         (wl-summary-sync-update): Ditto.
5918         (wl-summary-insert-thread-entity): Ditto;
5919         Don't use `let*' in every while loop;
5920         Detect infinite loop of threads.
5921         (wl-summary-update-thread): Removed argument `overview'.
5923         * wl-thread.el (wl-thread-insert-message): Ditto.
5925         * Version number is increased to 2.9.10.
5927         * wl-message.el (wl-message-redisplay): Ignore errors while
5928         wl-message-redisplay-hook.
5930 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5932         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5934 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5936         * wl.el (wl): inhibit-quit while wl-folder.
5938 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5940         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5941         while msgdb access.
5943 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5945         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5946         even if no folder is not created.
5948 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5950         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5952         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5953         implementation.
5954         (wl-summary-target-mark-thread): Ditto.
5956         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5958 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5960         * wl-util.el (wl-display-bytes): Remove unused function.
5962 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5965         seems critical one (partially reverse the change in 2002/03/17).
5967 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5969         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5970         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5972 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5974         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5975         is not writable.
5976         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5977         plugged status instead of `'force' as 2nd argument.
5979         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5980         is not creatable.
5982         * Version number is increased to 2.9.9.
5984 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5986         * wl-summary.el (wl-summary-suspend): New function.
5988 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5990         * wl.el (wl): Do not check variables if check is nil.
5991         * wl-utils.el (wl-collect-draft): New function.
5992         * wl-folder.el (wl-folder-suspend): Put summary buffers
5993         and draft buffers at the end of buffer list.
5994         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5996 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5998         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5999         loop instead of recursive call.
6001         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6002         2nd argument.
6004 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6006         * wl-draft.el (wl-draft-create-contents): Don't take neither
6007         (function . args) nor (string . something) any more.
6009         * wl-version.el (wl-generate-user-agent-string): Return string
6010         without header symbol.
6011         * wl-draft.el (wl-draft-default-headers): Use it.
6013         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6014         `wl-draft-insert-ccs' and return field value instead of inserting
6015         the header. Abolish cc argument.
6016         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6018         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6019         rather than one with string car.
6021         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6022         * wl-draft.el (wl-draft-create-contents): Add it after the default
6023         headers.
6025         * wl-draft.el (wl-draft-create-contents): For the case of
6026         (symbol-or-string . function) insert header only when the function
6027         returns string value.
6029 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6032         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6034 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6036         * wl.el (wl-check-environment): Don't check Message-ID when
6037         `wl-insert-message-id' is nil.
6038         Revive checking if `wl-message-id-domain' contains "@".
6040 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6042         * wl.el (wl-check-environment): Merge examination for "@" at
6043         inappropriate position into the first string-match.
6045         * wl-summary.el (wl-summary-target-mark-print): New function.
6046         (wl-summary-pipe-message-subr): Extracted from
6047         `wl-summary-pipe-message'.
6048         (wl-summary-target-mark-pipe): New function.
6049         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6050         `wl-summary-target-mark-pipe'.
6052 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6054         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6056 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6058         * wl.el (wl-check-environment): Use elmo-warning instead of
6059         error for non-critical ones.
6060         Remove trash folder check.
6061         (wl): Don't ignore error in wl-check-environment.
6063         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6064         check, which is moved from `wl-check-environment'.
6065         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6067 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6069         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6070         guess anything, call wl-summary-write.
6071         (wl-summary-write): Create draft with blank To field.
6072         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6074 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6076         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6077         argument full as well for wl-folder-write-current-folder.
6078         If wl-*-write-current-folder cannot guess addressee, add blank
6079         To header.
6080         Rewrite condition for positioning cursor.
6082 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6085         summary buffer is present, use it.
6086         (wl-folder-jump-to-previous-summary): Ditto.
6088 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6092         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6093         wl-summary-previous-buffer and wl-summary-next-buffer.
6095         * wl-folder.el (wl-folder-mode-map): Bind
6096         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6097         (wl-folder-jump-to-next-summary): New function.
6098         (wl-folder-jump-to-previous-summary): Ditto.
6100         * wl-draft.el (wl-draft): Rearranged.
6102 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6104         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6105         of header.
6106         (wl-draft): Collect arguments for the header as header-alist.
6107         (wl-draft-forward): Arrange arguments for wl-draft.
6108         (wl-draft-reply): Ditto.
6109         (wl-draft-edit-string): Ditto.
6110         * wl-summary.el (wl-summary-write): Ditto.
6111         (wl-summary-write-current-folder): Ditto.
6113         * Version number is increased to 2.9.8.
6115 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6119         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6121         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6122         even if the guess failed.
6124         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6125         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6126         wl-summary-write-current-folder.
6127         * wl-xmas.el: Ditto.
6129 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6131         * wl-summary.el (wl-summary-next-page): Force display message if
6132         message is not displayed yet.
6133         (wl-summary-prev-page): Ditto.
6135 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6137         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6139 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6141         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6142         add "Preview Message" and "Save Draft and Exit".
6144 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6147         if addrmgr is called from draft in splitted window.
6149         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6150         * wl-mule.el: Ditto.
6151         * wl-xmas.el: Ditto.
6153 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6155         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6157         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6158         * wl-xmas.el (wl-folder-toolbar): Ditto.
6160 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6163         and wl-draft-save-and-exit.
6164         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6165         * wl-xmas.el: Ditto.
6166         * wl-mule.el: Ditto.
6168         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6169         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6171 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6173         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6174         lists for saving buffer.
6176 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6179         parent-folder argument instead of it.
6180         (wl-draft-create-buffer): Ditto.
6181         (wl-draft-forward): Ditto.
6182         (wl-draft-reply): Ditto.
6183         * wl-summary.el (wl-summary-write): Ditto.
6184         (wl-summary-write-current-folder): Ditto.
6186         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6187         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6188         Folder buffer after composing.
6190 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6192         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6193         header if the file `wl-x-face-file' already contains it.
6195 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6197         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6198         folder" entry.
6199         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6200         * wl-e21.el (wl-folder-toolbar): Ditto.
6201         * wl-xmas.el (wl-folder-toolbar): Ditto.
6203 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6206         wl-folder-goto-folder with sticky argument.
6207         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6209 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6211         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6212         and wl-summary-previous-buffer.
6213         (wl-summary-next-buffer): New function.
6214         (wl-summary-previous-buffer): Ditto.
6216 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6218         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6219         wl-folder-jump-to-current-entity-with-arg.
6220         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6221         `wl-folder-jump-to-current-entity'.
6222         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6223         `wl-summary-goto-folder-sticky'.
6224         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6225         `wl-summary-goto-folder'.
6226         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6227         Unless force-exit, do not clean temp. marks for sticky summary.
6228         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6230 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6232         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6233         not entire.
6235 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6237         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6238         to `C-x C-s'.
6239         (wl-summary-save-status): New command.
6240         (wl-summary-exit): Don't clean-up temp marks when sticky.
6241         (Applied patch from Nakayama-san [wl: 09548])
6242         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6243         Do nothing when no mark data.
6244         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6245         Call `wl-summary-delete-all-temp-marks' before saving.
6247 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6249         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6251 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6253         * wl.el (wl-check-environment): Also cause error when (system-name)
6254         returns "localhost.localdomain". (Although it doesn't affect because
6255         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6257 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6260         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6262         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6263         value.
6265 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6267         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6268         Likewise r-cc-list and r-ng-list.
6270 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6272         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6273         only if it is bound as variable.
6275         * wl-mime.el (wl-draft-preview-message): Ditto.
6277 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6279         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6280         needless `goto-char'.
6282         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6283         `wl-summary-redisplay-no-mime-internal' instead of
6284         `wl-summary-redisplay-no-mime'.
6285         (wl-summary-redisplay-no-mime): Changed argument;
6286         Call `wl-summary-redisplay-no-mime-internal'.
6288         * wl-mime.el (wl-draft-preview-message): Bind
6289         `mime-header-encode-method-alist' locally.
6291         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6292         (wl-draft-std11-parse-addresses): Added the first address check.
6293         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6295         * Version number is increased to 2.9.7.
6297 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6299         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6301 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6303         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6304         related to scrollbar support, if there is no such a feature
6305         compiled in.
6307 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6309         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6310         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6311         for prefetch.
6313 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6315         * wl-summary.el (wl-summary-pick): Fix for no match.
6317 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6319         * wl-draft.el (wl-draft-save):
6320         Override `mime-header-encode-method-alist'.
6322 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6324         * wl-folder.el (wl-folder-pick): New function.
6325         Define key as "?".
6327 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6329         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6330         Fix for unplugged.
6332 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6334         * wl-folder.el (wl-folder-virtual): New function.
6335         Define key as "V".
6337 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6339         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6340         multi folder if entity is group.
6342 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6344         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6345         is nil.
6347 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6349         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6350         (wl-summary-target-mark-msgs): Return the number of marked messages.
6352 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6354         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6355         "first:" is specified.
6357 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6359         * wl-vars.el (wl-from): Use return value of function
6360         user-full-name instead of the variable user-full-name since
6361         XEmacs-20.4 doesn't set this variable.
6363 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6365         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6366         call `wl' directly.
6368 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6370         * wl-draft.el (wl-draft-reedit): Removed duplicated
6371         switch-to-buffers.
6373 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6375         * wl.el (wl-other-frame): Removed garbages.
6377 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6379         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6381         * wl-xmas.el (wl-draft-key-setup): Ditto.
6383         * wl-mule.el (wl-draft-key-setup): Ditto.
6385         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6386         (wl-draft-reedit): Ditto.
6387         (wl-draft-prepare-edit): Add `wl-draft-save' to
6388         `local-write-file-hooks'.
6389         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6390         (wl-draft-reedit): Set buffer-file-name.
6391         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6394         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6395         call it.
6396         (wl-delete-startup-frame-function): New variable.
6397         (wl-other-frame): New function
6398         (Original was written by Yamaoka san [wl: 09239]).
6400         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6401         if `wl-folder-use-frame'.
6403 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6405         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6407 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6409         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6410         New variable.
6411         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6412         (wl-message-buffer-prefetch-get-next): Use them.
6413         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6415 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6417         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6418         with unwind-protect.
6420         * wl-draft.el (wl-draft-reedit): Rewrite.
6421         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6422         (wl-draft-save): Insert header separator if it does not exist;
6423         Removed condition-case.
6425         * wl-summary.el (wl-summary-reedit): Revert last change.
6427         * wl-draft.el (wl-draft-save): Rewrite.
6428         (wl-draft-create-buffer): Set buffer-file-name as nil.
6430         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6432         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6434         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6435         nil.
6437 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6439         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6440         If count is nil, do not prefetch.
6441         (wl-message-buffer-prefetch-next): Next.
6443 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6445         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6447 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6449         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6450         `delete-backward-char'
6451         (wl-draft-prepare-edit): Check major-mode.
6452         (wl-draft-decode-header): Rewrite.
6453         (wl-draft): Fix.
6455 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6457         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6459 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6461         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6462         (wl-message-buffer-prefetch-get-next): Remove size checking.
6463         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6465 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6467         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6468         (wl-draft-default-headers): Fix.
6470 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6472         * wl-draft.el (wl-draft-default-headers): Insert return value of
6473         `wl-generate-mailer-string-function'.
6475 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6477         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6478         (wl-draft-insert-mail-header-separator): Ditto.
6480         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6481         again (Reverted the change on 2002-01-17 by OKADA san).
6483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6485         * wl-draft.el (wl-draft): Rewrite.
6486         (wl-draft-create-buffer): New function.
6487         (wl-draft-create-contents): Ditto.
6488         (wl-draft-prepare-edit): Ditto.
6489         (wl-draft-decode-header): Ditto.
6490         (wl-draft-decode-body): Ditto.
6491         (wl-draft-check-new-line): Ditto.
6492         (wl-draft-default-headers): Ditto.
6493         (wl-draft-insert-mail-header-separator): Ditto.
6495 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6497         * Version number is increased to 2.9.6.
6499 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6501         * wl-draft.el (wl-draft-delete-field): Optional argument.
6502         (wl-draft-delete-fields): Ditto.
6504 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6506         * wl-message.el (toplevel): Eliminated byte-compile warning.
6507         for `itimer-function', `delete-timer' and `itimer-list'.
6509 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6511         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6512         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6513         `wl-message-buffer-prefetch-threshold'.
6514         * wl-summary.el (wl-summary-redisplay-internal): Remove
6515         the check of `wl-message-buffer-prefetch-depth'.
6517 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6519         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6520         size of article.
6521         (wl-message-buffer-prefetch-subr): Remove size check.
6523 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6525         * wl-vars.el (wl-plugged): Make customizable.
6527 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6529         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6530         (wl-message-buffer-prefetch-set-timer): New function.
6531         (wl-message-buffer-prefetch-get-next): New function.
6532         (wl-message-buffer-prefetch): New function.
6533         (wl-message-buffer-prefetch-next): Rewrite.
6534         (wl-message-buffer-prefetch-subr): Rewrite.
6535         * wl-vars.el (wl-auto-prefetch-first): New variable.
6536         * wl-summary.el (wl-summary-goto-folder-subr): Call
6537         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6539 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6541         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6542         `wl-summary-unread-message-hook'.
6544 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6546         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6547         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6548         if range is `cache-status'.
6550 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6552         * wl-message.el (wl-message-buffer-prefetch-subr):
6553         Improve debug message.
6555 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6557         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6558         `wl-mail-send-pre-hook'.
6559         (wl-draft-send-mail-with-qmail): Ditto.
6560         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6562 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6564         * wl-message.el (wl-message-buffer-prefetch-subr):
6565         Fix for cancel-function-timers bug.
6566         (wl-message-buffer-prefetch-debug): Default value is t.
6568 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6570         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6571         (wl-message-buffer-prefetch-subr): Rewrite.
6572         Rename from `wl-message-buffer-prefetch'.
6574 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6576         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6577         (wl-default-draft-cite-decorate-author): Ditto.
6579         * wl-draft.el (wl-draft-cite-function): Removed.
6580         (wl-default-draft-cite-decorate-author): Ditto.
6582 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6584         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6585         (wl-default-draft-cite): Do not arrange author name if the value of
6586         `wl-default-draft-cite-decorate-author' is nil.
6588 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6590         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6592         * wl-folder.el (wl-folder-check-one-entity): Don't care
6593         `elmo-folder-use-flag-p'.
6595 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6597         * wl-folder (wl-folder-check-one-entity): Fix
6598         problem if unread is nil.
6600 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6602         * wl-address.el (wl-address-make-completion-list): Check whether
6603         the address is a group list.
6604         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6606 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6608         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6609         The number of the messages of new and unread does not count
6610         correctly.
6612         * wl-summary.el (wl-summary-count-unread): Changed to return
6613         `(new . unread)' instead of total.
6614         (wl-summary-sync-update): Follow the change above.
6616         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6618 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6620         * wl-address.el (wl-address-make-completion-list): Do not enclose
6621         address by " <" and ">" if associated realname is "".
6622         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6623         This is against the promblem with group list in .addresses pointed
6624         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6626 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6628         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6629         message is a format control string.
6630         * wl-expire.el (wl-expire-append-log): Ditto.
6631         * wl-mime.el (wl-summary-burst-subr): Ditto.
6632         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6633         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6635 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6637         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6638         wl.el (wl-check-variables): Rename from `wl-check-type'.
6639         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6640         (wl-check-variables-2): New function.
6641         (wl): Call `wl-check-variables-2'.
6643 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6646         after renaming folder in access group.
6648 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6650         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6651         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6652         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6653         (wl-message-buffer-prefetch): Rewrite.
6654         (wl-message-buffer-prefetch-idle-time): Removed.
6655         * wl-summary.el (wl-summary-redisplay-internal):
6656         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6657         Error check for `wl-message-buffer-prefetch-depht'.
6659 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6661         * Version number is increased to 2.9.5.
6662         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6664 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6666         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6667         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6668         Based on the patch written by
6669         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6671 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6673         * wl-draft.el (wl-draft-raw-send): Fix for
6674         `wl-news-send-pre-hook'
6676 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6678         * wl-utils.el (wl-message-id-function): New variable.
6679         * wl-draft.el (wl-draft-insert-required-fields):
6680         Use `wl-message-id-function'.
6682 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6684         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6685         * wl-utils.el (wl-draft-make-message-id-string):
6686         Use `wl-from' for domain part of Message-ID
6687         if `wl-message-id-use-wl-from' if non-nil.
6688         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6690 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6692         * wl.el (wl): Call `wl-check-type'
6693         Do not 'condition-case'.
6695 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6697         * wl.el (wl-check-type): New function.
6698         (wl-check-type-variables): New variable.
6700 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6702         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6704 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6706         * wl-draft.el (wl-smtp-password-key): New function.
6707         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6708         (wl-draft-send-mail-with-smtp): Ditto.
6709         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6711 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6713         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6714         * wl-utils.el (wl-unique-id-suffix): Remove.
6716 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6718         * Version number is increased to 2.9.4.
6720 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6722         * wl-utils.el (wl-unique-id-suffix): New variable.
6723         (wl-unique-id): Use `wl-unique-id-suffix'
6725 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6727         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6728         instead of `elmo-msgdb-search'.
6730         * Version number is increased to 2.9.3.
6732 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6734         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6736 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6738         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6739         (wl-draft-dispatch-message): Changed for send-later.
6740         (wl-draft-queue-flush): Ditto.
6741         (wl-draft): Clear `wl-sent-message-queued'.
6742         (wl-draft-reedit): Ditto.
6743         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6744         * wl-vars.el (wl-draft-force-queuing): New variable.
6745         (wl-draft-force-queuing-mail): New variable.
6746         (wl-draft-force-queuing-news): New variable.
6748 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6750         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6751         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6753 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6755         * Version number is increased to 2.9.2.
6757 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6759         * wl-draft.el (wl-draft-elide-region): New user command.
6760         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6762         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6763         command `wl-draft-elide-region'.
6764         * wl-mule.el: Ditto.
6765         * wl-xmas.el: Ditto.
6767 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6769         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6770         (wl-biff-check-folder-async): Removed needless let.
6772 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6774         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6775         wl-folder-get-elmo-folder.
6776         (wl-biff-check-folder): Set `biff' argument of
6777         `wl-folder-check-one-entity'.
6778         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6780         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6781         (wl-folder-check-one-entity): Added `biff' argument;
6782         Setup `biff' slot of folder.
6784         * Version number is increased to 2.9.1.
6786 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6788         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6789         comment out and fixed.
6790         (wl-fldmgr-add-completion-subr): Ditto.
6792         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6793         and msgdb.
6795         * wl.el (wl-toggle-plugged): Save summary view.
6797 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6799         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6801 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6803         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6805 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6807         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6808         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6809         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6811         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6812         if it was failed.
6813         (wl-demo): Disable undo in the demo buffer.
6815 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6817         * wl-version.el (wl-version): Changed codename.
6819         * Version number is increased to 2.9.0.
6821 2001-12-14  Takuo KITAME <kitame@northeye.org>
6823         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6824         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6825         (wl-folder-mark-as-read-all-current-entity): Ditto.
6827 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6829         * wl-vars.el (wl-from-width): Define as obsolete variable.
6830         (wl-subject-length-limit): Ditto.
6832         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6834         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6835         wl-summary-save-view.
6837         * wl.el (wl-save-status): Ditto.
6838         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6840         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6841         (wl-summary-exit): Follow the change above.
6842         (wl-summary-goto-folder-subr): Ditto.
6844         * wl-folder.el (wl-folder-create-subr): Don't use
6845         `elmo-folder-creatable-p'.
6847 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6849         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6851 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6854         rather than bitmap on Emacs 21.
6855         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6856         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6857         for xbm if the new redisplay engine is not available.
6859 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6861         * wl-folder.el (wl-folder-init-hook): New hook.
6862         (wl-folder-init): Run `wl-folder-init-hook'.
6864 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6866         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6868 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6870         * wl-acap.el (wl-acap-cache-filename): New variable.
6871         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6872         (wl-acap-init): Use cache if no ACAP server found.
6874 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6876         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6877         `wl-acap-original-msgdb-dir'.
6879         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6880         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6882         * wl-mime.el (wl-mime-save-directory): Renamed from
6883         `wl-mime-save-dir'.
6885 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6887         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6889         * wl-demo.el: Require `path-util'.
6890         (wl-demo-bitmap-mule-available-p): New internal variable.
6891         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6892         `module-installed-p' instead.
6893         (wl-demo-insert-image): Use *.img file for a bitmap image.
6894         (wl-demo): Don't call the ascii demo recursively.
6896 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6898         * Version number is increased to 2.7.7.
6900 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6902         * wl.el (wl-exit): Eliminated byte-compile warning.
6904 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6906         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6907         obsolete variable using `elmo-define-obsolete-variable'.
6908         (wl-fetch-confirm-threshold): Ditto.
6909         (wl-cache-prefetch-folder-type-list): Ditto.
6910         (wl-cache-prefetch-folder-list): Ditto.
6912 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6914         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6915         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6916         (wl-demo-insert-image): New function.
6917         (wl-demo-insert-text): New function.
6918         (wl-demo-image-type-alist): Redefine as a function.
6919         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6920         (wl-demo-with-temp-file-buffer): Removed.
6921         (wl-logo-xpm): Removed.
6922         (wl-logo-xbm): Removed.
6923         (wl-logo-bitmap): Removed.
6925 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6927         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6928         (wl-expire-localdir-get-folder-function): New user option.
6929         (wl-expire-localdir-get-folder): New function.
6930         (wl-expire-localdir-date): Ditto.
6932 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6934         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6935         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6936         Fixed unread number mismatch when all-unread < unread.
6938 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6940         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6941         (wl-fetch-confirm-threshold): Ditto.
6943         * wl-summary.el (wl-summary-confirm-appends): Removed.
6944         (wl-summary-sync-update): Don't refer
6945         `wl-summary-update-confirm-threshold' (It is now abolished).
6947         * wl-message.el (wl-message-display-internal): Don't refer
6948         `wl-fetch-confirm-threshold' (It is now abolished).
6950 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6952         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6954 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6956         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6957         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6958         Change default value to nil.
6959         (wl-summary-indent-length-limit): The value can be nil, nil means
6960         unlimited.
6962         * wl-summary.el: Don't set limit for indent length if the value of
6963         wl-summary-indent-length-limit is nil.
6964         If the value of wl-summary-width is nil, it means only that the width
6965         of summary is unlimited (nil doesn't mean that the indent length is
6966         unlimited).
6968         * wl-thread.el: Ditto.
6970 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6972         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6973         be nil, nil means never confirm.
6974         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6976 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6978         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6979         means unlimited).
6981 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6983         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6984         Use `with-temp-buffer'.
6986 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6988         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6989         with new backquote style).
6990         (wl-folder-get-entity-from-buffer): Ditto.
6992 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6994         * wl-version.el (nemacs-version): Eliminated.
6995         (wl-extended-emacs-version2): Ignore nemacs.
6996         (wl-extended-emacs-version3): Ditto.
6998 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7000         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7001         (wl-draft-add-in-reply-to): New variable.
7002         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7003         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7004         (wl-draft-yank-from-mail-reply-buffer): Use
7005         `wl-draft-add-in-reply-to'.
7006         (wl-draft-insert-current-message): Ditto.
7008 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7010         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7011         typo (kill->hide).
7012         (wl-message-buffer-prefetch-folder-type-list): Added elements
7013         `mark' and `cache' instead of `internal'.
7015 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7017         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7018         resume msgdb directory.
7020 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7022         * wl.el (wl-exit): Call `wl-acap-exit'.
7024         * wl-summary.el (wl-summary-message-string): New function.
7025         (wl-summary-reedit): Use it.
7026         (wl-summary-resend-bounced-mail): Remove needless let.
7027         (wl-summary-supersedes-message): Ditto.
7028         (wl-summary-save): Ditto.
7030         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7031         (wl-acap-init): Set it.
7032         (wl-acap-exit): New function.
7034 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7036         * wl.el (wl-init): Revert (require 'mime-setup). move from
7037         toplevel.
7039 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7042         local variables.  Add error when guess function return invalid
7043         value.
7045 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7047         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7048         Change local variable name.
7049         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7050         (wl-folder-get-newsgroups): Return nil when non-news folder.
7051         * wl-summary.el (wl-summary-write-current-folder): State through
7052         when guess-list return nil.
7053         (wl-summary-write-current-folder-functions): Fixed docstring.
7055         * wl.el (wl-exit): Changed confirm message.
7057         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7058         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7060         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7062 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7064         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7065         user option (Renamed from wl-cache-prefetch-folder-type-list).
7066         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7067         from wl-cache-prefetch-folder-list).
7069         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7070         Move to wl-vars.el.
7071         (wl-message-buffer-prefetch-p): Changed to enable
7072         `wl-message-buffer-prefetch-folder-list'.
7074         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7075         `ignore-cache'.
7077 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7079         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7080         `part-top' and `part-bottom'.
7081         (wl-draft-config-sub-part-top): New function.
7082         (wl-draft-config-sub-part-bottom): New function.
7084 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7086         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7088 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7090         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7092 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7094         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7096         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7097         (wl-summary-write-current-folder): Ditto.
7099 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7101         * wl-folder.el (wl-folder-get-newsgroups): Use
7102         `elmo-folder-newsgroups'.
7104 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7106         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7107         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7108         `wl-draft-config-sub-header-bottom'.
7110 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7112         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7113         localnews folder.
7115 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7117         * wl-summary.el (wl-summary-mode): Undo last change.
7119         * wl-folder.el (wl-folder-mode): Ditto.
7121 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7123         * wl-summary.el (wl-summary-mode): Locally set
7124         truncate-partial-window-width to nil.
7125         (for XEmacs)
7127         * wl-folder.el (wl-folder-mode): Ditto.
7129 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7131         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7133 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7135         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7136         number.
7138         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7140         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7142         * Version number is increased to 2.7.6.
7144 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7146         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7148 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7150         * wl-summary.el (wl-summary-sync-update): Enclose network
7151         related portion with `unwind-protect'.
7153 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7155         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7157 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7159         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7160         element.
7161         * wl-vars.el (wl-message-body-button-alist): Ditto.
7163         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7164         max match length.
7165         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7167         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7168         for the max match length;
7169         Use 4th element value for the button string regexp group.
7171         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7172         candidate exists, prompt to select.
7174 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7176         * wl-summary.el (wl-summary-jump-to-msg): Search before
7177         calibration point by `beginning-of-line'.
7179 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7181         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7182         for access group.
7184 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7186         * wl-message.el (wl-message-display-internal): Bind
7187         `default-mime-charset'.
7189         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7191         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7193         * Version number is increased to 2.7.5.
7195 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7197         * wl-expire.el (wl-summary-archive): Fixed;
7198         Use `elmo-folder-name-internal'.
7200 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7202         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7203         from `elmo-folder-move-messages' caller.
7204         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7206         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7207         related portions are changed).
7209 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7211         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7212         counter.
7214 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7216         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7217         buffer local and set it to nil.
7219         * wl-message.el (wl-message-redisplay): Ditto.
7221 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7223         * wl-summary.el (wl-summary-mark-as-important): If message is
7224         already cached, set messag as read, otherwise encache and mark as read.
7226 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7228         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7229         point-min.
7231 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7234         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7235         a keymap.
7237 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7239         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7240         parent.
7242         * wl-mule.el (wl-message-define-keymap): Ditto.
7244         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7246         * wl-xmas.el (wl-message-display-internal-hook): Define.
7247         (wl-xmas-setup-message-toolbar): Define as function.
7248         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7249         (wl-message-overload-functions): Abolished.
7250         (wl-message-define-keymap): New function.
7252         * wl-vars.el (wl-message-display-internal-hook): New variable.
7253         (wl-message-header-button-alist): New variable (Renamed from
7254         wl-highlight-message-header-button-alist).
7255         (wl-message-body-button-alist): Ditto.
7257         * wl-mule.el (wl-message-define-keymap): New function.
7258         (wl-message-overload-functions): Abolished.
7260         * wl-message.el (wl-message-add-buttons-to-body): New function.
7261         (wl-message-redisplay): Don't call wl-message-overload-functions;
7262         Call wl-message-add-buttons-to-header and
7263         wl-message-add-buttons-to-body.
7264         (wl-message-display-internal): Set keymap argument for
7265         elmo-mime-display-as-is, elmo-mime-message-display;
7266         Run wl-message-display-internal-hook.
7267         (wl-message-refer-article-or-url): Abolished.
7269         * wl-highlight.el (wl-highlight-headers): Don't call
7270         wl-highlight-message-add-buttons-to-header.
7271         (wl-highlight-message-add-buttons-to-header): Abolished.
7274         * wl-e21.el (wl-message-display-internal-hook): Define.
7275         (wl-e21-setup-toolbar): Deleted duplicated binding.
7276         (wl-e21-setup-message-toolbar): Define as function.
7277         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7278         (wl-message-define-keymap): New function.
7279         (wl-message-overload-functions): Abolished.
7281 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7283         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7284         and elmo-folder-close.
7286         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7288 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7290         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7291         boolean value.
7292         * wl-draft.el (wl-draft-do-fcc): Ditto.
7294 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7296         * wl-vars.el (wl-fcc-force-as-read): New variable.
7297         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7298         mark copied message as read.
7300 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7302         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7304 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7306         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7307         `wl-summary-target-above' instead of obsolete variable
7308         `wl-summary-temp-above'.
7310         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7311         instead of `make-obsolete-variable'.
7312         * wl-refile.el (toplevel): Ditto.
7314 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7316         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7317         with third argument t.
7318         (wl-draft): Set first argument for wl-plugged-init as t.
7320         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7321         definition.
7323 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7325         * wl-vars.el: Tabify.
7326         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7328         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7329         message.
7331 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7333         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7334         and set default to beep.
7336 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7338         * wl-vars.el (wl-draft-truncate-lines): New variable.
7340         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7341         instead of wl-message-truncate-lines for truncate-lines.
7343 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7345         * wl-message.el (wl-message-display-internal): Call
7346         `wl-highlight-message' after `elmo-mime-display-as-is'.
7348         * wl-mime.el (wl-mime-display-text/plain): New function.
7349         (wl-mime-display-header): Ditto.
7350         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7351         body-presentation-method for text/plain;
7352         Register `wl-mime-display-header' as a header-presentation-method;
7353         Don't set up `elmo-message-text-content-inserted-hook' and
7354         `elmo-message-header-inserted-hook'.
7356         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7357         variable.
7358         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7359         as t if flag is 'all-header;
7360         Don't bind `elmo-message-ignored-field-list',
7361         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7363 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7365         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7366         for xemacs with non-mule environment.
7368 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7370         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7371         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7372         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7374 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7376         * wl-vars.el (wl-interactive-send): Set default value as t.
7378 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7380         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7381         (wl-addrmgr-method-list): Abolished.
7382         (wl-addrmgr-change-method): Follow above change.
7384         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7386 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7388         * wl-vars.el (wl-message-truncate-lines): Change default value
7389         to default-truncate-lines.
7391         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7393 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7395         * wl-vars.el (wl-message-truncate-lines): New variable.
7397         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7398         wl-message-truncate-lines.
7400 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7402         * wl-acap.el (wl-acap-init): Remove period from error message.
7403         (wl-acap-find-acap-service): Remove period from message.
7405 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7407         * wl.el (wl-check-environment): Undo last change.
7409         * wl-vars.el (wl-from): Changed default value.
7411         * wl-util.el (toplevel): Don't require tm-edit.
7413         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7414         `wl-folder-init';
7415         Don't set mark on mail body.
7416         (wl-draft-reedit): Ditto.
7418         * wl-address.el (wl-address-quote-specials): Define as an alias for
7419         elmo-address-quote-specials.
7421 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7423         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7425         * wl-vars.el (wl-from): Set default value as nil.
7426         (wl-organization): Set default value as ORGANIZATION environment
7427         variable.
7429         * wl-draft.el (wl-smtp-extension-bind): Check value of
7430         wl-smtp-connection-type.
7432         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7433         error.
7435 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437         * Version number is increased to 2.7.4.
7439         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7440         arguments from `wl-highlight-x-face-function' caller.
7441         Use x-face-1.3.6.12 or later.
7443 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7445         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7447 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7449         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7450         (wl-fcc): Fix to accept function.
7451         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7453 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7455         * wl-acap.el (toplevel): Added `product-provide' declare.
7456         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7458 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7460         * wl.el (wl): Changed order of calling `elmo-init'
7461         and `elmo-folder-init'.
7463 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7465         * wl-mime.el (wl-summary-burst): Extract message when content-type
7466         of root entity is not only `multipart' but also `message/rfc822'.
7467         (wl-summary-burst-subr): Ditto.
7469 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7471         * wl-vars.el (toplevel): Require 'custom.
7472         (wl-trash-folder): Added to `wl-setting' group.
7474         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7475         exists.
7476         (wl-addrmgr-draw): Insert empty line when no entry exists.
7478         * wl-mule.el (wl-message-wheel-up): Fixed.
7479         (wl-message-wheel-down): Ditto.
7481 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7483         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7484         config is an anonymous lambda expression.
7486 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7488         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7489         when Mule 2 is running.
7491 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7493         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7495 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7497         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7498         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7500         * wl-address.el (wl-address-specials-regexp): Eliminated.
7501         (wl-address-quote-specials): Rewrite.
7503 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7505         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7506         shy-groups for regexp.
7508         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7509         character classes and Perl style shy-groups for regexp.
7510         (wl-highlight-plugged-current-line): Use Posix style character
7511         classes for regexp.
7512         (wl-e21-highlight-folder-by-numbers): Ditto.
7513         (wl-e21-display-image-p): Use `display-images-p' instead of
7514         `display-graphic-p'.
7515         (display-images-p): Make an alias to `display-graphic-p' if it is
7516         not available.  It is for Emacs version prior to 21.0.105.
7518         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7519         `display-graphic-p'.
7520         (wl-demo-image-type-alist): Ditto.
7521         (display-images-p): Make an alias to `display-graphic-p' if it is
7522         not available.  It is for Emacs version prior to 21.0.105.
7524 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7526         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7527         support.
7528         (wl-generate-user-agent-string): Ditto.
7530         * wl-version.el (wl-version): Update docsting.
7531         (wl-version-status): Ditto.
7533 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7536         21.0.105.  For Emacs 21.0.104 or earlier.
7538 2001-09-03  Takuo KITAME <kitame@northeye.org>
7540         * wl-e21.el (wl-plugged-init-icons): Use
7541         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7542         (wl-biff-init-icons): Ditto.
7544 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7546         * wl-highlight.el (wl-highlight-summary-current-line):
7547         Fixed highlighting refile/copy destination.
7549         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7550         (wl-acap-store): Encode string by wl-acap-coding-system.
7552 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7554         * wl-acap.el (toplevel): Check and require 'un-define before
7555         'xemacs-ucs;
7556          Added checking for UTF-2000.
7558 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7560         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7561         Don't enclose with `eval-and-compile'.
7563         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7564         wl-init is non-nil.
7566         * wl-draft.el (wl-draft): Ditto.
7568         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7570         * wl-acap.el (toplevel): Require 'wl.
7571         (wl-acap-store): Call `elmo-init'.
7573         * wl.el (wl): Changed position of `wl-check-environment'.
7574         (toplevel): Added autoload setting for wl-acap.
7576         * wl-vars.el (wl-setting): New custom group.
7577         (wl-from): Added wl-setting group.
7578         (wl-user-mail-address-list): Ditto.
7579         (wl-organization): Ditto.
7580         (wl-subscribed-mailing-list): Ditto.
7581         (wl-envelope-from): Ditto.
7582         (wl-smtp-posting-user): Ditto.
7583         (wl-smtp-posting-server): Ditto.
7584         (wl-smtp-posting-port): Ditto.
7585         (wl-smtp-authenticate-type): Ditto.
7586         (wl-pop-before-smtp-user): Ditto.
7587         (wl-pop-before-smtp-server): Ditto.
7588         (wl-pop-before-smtp-port): Ditto.
7589         (wl-pop-before-smtp-authenticate-type): Ditto.
7590         (wl-nntp-posting-server): Ditto.
7591         (wl-nntp-posting-user): Ditto.
7592         (wl-nntp-posting-port): Ditto.
7593         (wl-fetch-confirm-threshold): Ditto.
7594         (wl-prefetch-threshold): Ditto.
7595         (wl-thread-insert-opened): Ditto.
7596         (wl-ldap-server): Ditto.
7597         (wl-ldap-port): Ditto.
7598         (wl-ldap-base): Ditto.
7599         (wl-ldap-objectclass): Ditto.
7600         (wl-use-ldap): Ditto.
7601         (wl-draft-config-alist): Ditto.
7602         (wl-draft-config-matchone): Ditto.
7603         (wl-template-alist): Ditto.
7604         (wl-message-sort-field-list): Ditto.
7605         (wl-message-ignored-field-list): Ditto.
7606         (wl-message-visible-field-list): Ditto.
7607         (wl-interactive-send): Ditto.
7608         (wl-summary-move-order): Ditto.
7609         (wl-auto-select-first): Ditto.
7610         (wl-auto-select-next): Ditto.
7611         (wl-interactive-save-folders): Ditto.
7613         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7614         Initialization codes are moved from wl-local-folder-init.
7615         (wl-local-folder-init): Follow the change above.
7616         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7618         * wl-acap.el: New file.
7620         * Version number is increased to 2.7.3.
7622 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7624         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7626 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7628         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7629         (wl-addrmgr-address-entry-list): Ditto.
7631 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7633         * wl-e21.el (wl-draft-mode-map): Removed binding for
7634         `wl-draft-insert-x-face-field'.
7636         * wl-mule.el (wl-draft-mode-map): Ditto.
7638         * wl-xmas.el (wl-draft-mode-map): Ditto.
7640         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7641         (wl-cs-autoconv): Ditto.
7642         (wl-cs-local): Ditto.
7643         (wl-use-scoring): Ditto.
7644         (wl-mime-charset): Ditto.
7645         (wl-folder-check-async): Ditto.
7647         * wl.el (toplevel): Ignore nemacs and tm.
7648         (wl-exit): Ditto.
7650         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7651         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7652         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7653         instead of wl-address-petname-add-or-change.
7654         (wl-summary-edit-addresses-subr): Use wl-address-delete
7655         instead of wl-address-petname-delete.
7657         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7659         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7660         if error occured.
7662         * wl-message.el (require): Remove tm support.
7664         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7666         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7667         (wl-folder-jump-to-current-entity): Ditto.
7668         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7670         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7671         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7672         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7674         * wl-mule.el (wl-draft-key-setup): Ditto.
7676         * wl-xmas.el (wl-draft-key-setup): Ditto.
7678         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7679         (wl-draft-std11-parse-addresses): New function.
7680         (wl-draft-parse-mailbox-list): Use it.
7681         (wl-draft): Ignore nemacs.
7682         (wl-draft-reedit): Ditto.
7684         * wl-addrmgr.el: New file.
7685         (Original is wl-rcpt.el written by
7686         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7687         Thanks Kitamoto-san.)
7689         * wl-address.el (wl-address-make-address-list): Modified parsing
7690         process.
7691         (wl-address-delete): Renamed from `wl-address-petname-delete';
7692         Modify wl-address-list too.
7693         (wl-address-add-or-change): Renamed from
7694         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7696 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7698         * wl-highlight.el (wl-highlight-summary-current-line):
7699           Work with transient-mark-mode
7701 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7703         * Version number is increased to 2.7.2.
7705         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7706         instead of elmo-dop-queue-method.
7708 2001-08-06  SAITO Atsunori <sai@yedo.com>
7710         * wl-vars.el (wl-ldap-objectclass): New user option.
7712         * wl-address.el (wl-ldap-make-filter): Use it.
7714 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7716         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7718 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7720         * wl-folder.el (wl-folder): redisplay after folder insertion.
7722         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7724         * wl-summary.el (wl-summary-sync-update):
7725         Change status mark only when new-msgdb exists.
7726         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7728 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7730         * wl-summary.el (wl-summary-open-folder): New function.
7731         (wl-summary-goto-folder-subr): Use it.
7732         (wl-summary-mark-as-important): Fix;
7733         Encache only when no cache exists.
7735 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7737         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7738         Use with-current-buffer.
7740 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7742         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7743         before call `get-buffer'. Fixed parenthesis.
7744         (wl-score-get-header-entry): Clear message and help window when
7745         keyboard quit.
7746         (wl-score-edit-insert-header): Ditto.
7748 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7750         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7751         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7752         (wl-default-draft-cite): Fix.
7754         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7755         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7757 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7759         * wl-message.el (wl-message-prev-page): Do same bahavior
7760         as summary when it is called in the message buffer.
7761         (wl-message-next-page): Ditto.
7763 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7765         * wl-summary.el (wl-summary-forward): Use cache if it is not
7766         section cache.
7768 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7770         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7771         Removed redundant require of elmo-vars.
7772         (wl-biff-state-indicator-on): Changed default value for
7773         xemacs with non-mule environment.
7775         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7776         wl-message-buffer is nil;
7777         Hide progress bar after moving messages.
7779 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7781         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7782         message at cursor point is deleted.
7784 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7786         * wl-vars.el: Changed file coding system to euc-japan.
7787         Added -*-coding:-*- magic to the first line.
7789         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7790         Search parent from the first message.
7792         * Version number is increased to 2.7.1.
7794 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7796         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7798 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7800         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7801         refile/delete execution.
7803         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7804         Fixed docstring.
7806 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7808         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7809         do update process;
7810         Don't update marks when update process is interrupted.
7812 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7814         * wl-summary.el (wl-summary-reply): Fixed problem when
7815         wl-draft-use-frame is non-nil.
7816         (wl-summary-forward): Ditto.
7818         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7819         as nil.
7820         (wl-folder-mark-as-read-all-entity): Ditto.
7821         (wl-folder-prefetch-entity): Ditto.
7823         * wl.el (wl): Check environment before wl-init.
7825         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7826         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7827         instead of wl-summary-collect-unread.
7828         (wl-summary-reply): Split message window.
7830 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7832         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7833         only if current language environment is japanese,
7835         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7836         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7837         (wl-folder-goto-folder-subr): Ditto.
7839         * wl-draft.el (wl-draft-dispatch-message): Call
7840         `elmo-file-cache-get-path'.
7842 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7844         * wl-summary.el (wl-summary-cursor-move): If return value of
7845         wl-summary-next-message is not number, don't jump.
7847 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7849         * wl-summary.el (wl-summary-buffer-next-message-function): New
7850         variable.
7851         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7852         if it is bound.
7854         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7855         string.
7857         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7858         (wl-plugged-drawing): Ditto.
7860 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7862         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7863         process.
7864         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7865         with unwind-protect.
7867         * wl.el (wl-init): Require mime-setup.
7868         (wl-check-environment): Don't require mime-setup.
7870         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7871         instead of elmo-folder-type.
7873         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7874         value as nil.
7876 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7878         * Version number is increased to 2.7.0.
7880         * wl-version.el (wl-version): Changed codename.
7882         * wl-summary.el (wl-summary-delete-cache): Fixed.
7884         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7885         Workaround for net folders.
7886         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7888         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7889         value to nil (According to the patch from
7890         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7892         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7893         of elmo-folder-close.
7895 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7897         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7898         for postfix.
7900 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7902         * wl-summary.el (wl-summary-resend-message): Fixed.
7904         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7905         Call wl-draft with `from' argument if its address is included in
7906         `wl-user-mail-address-list'.
7907         (wl-draft): Added `from' argument.
7909         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7910         non-nil.
7911         (wl): Don't show demo if wl-demo is nil.
7913         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7914         wl-summary-use-frame.
7916         * wl-vars.el (wl-summary-use-frame): New user option.
7917         (wl-folder-use-frame): Changed docstring.
7919         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7920         non-nil.
7921         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7922         wl-summary-use-frame.
7924         * wl-vars.el (wl-folder-use-frame): New user option.
7926         * wl-summary.el (wl-summary-exit): Back to folder frame if
7927         wl-folder-use-frame is non-nil.
7928         (wl-summary-redisplay-internal): Ignore cache if current folder
7929         is draft folder,
7930         (wl-summary-redisplay-no-mime): Ditto.
7931         (wl-summary-redisplay-all-header): Ditto.
7933         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7934         if wl-folder-use-frame is non-nil.
7936 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7938         * wl-summary.el (wl-summary-sync-update): Bind
7939         elmo-folder-update-threshold.
7940         (wl-summary-mark-as-important): Enclosed server mark processing
7941         with `save-match-data'.
7943         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7944         only when it is already defined.
7946 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7948         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7949         name of folder exclude localdir is wrong.
7950         * wl-folder.el (wl-folder-sync-entity):
7951         Set `wl-summary-always-sticky-folder-list' as nil.
7952         (wl-folder-mark-as-read-all-entity): Ditto.
7953         (wl-folder-prefetch-entity): Ditto.
7955 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7957         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7958         instead of `wl-summary-write-current-newsgroup'.
7960 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7962         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7963         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7964         non-nil and selected message is important, do not display.
7966 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7968         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7970 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7972         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7974         * wl-summary.el (wl-summary-mark-as-important): Set message number
7975         using wl-summary-message-number.
7977 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7979         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7980         destination folder is 'null.
7982 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7984         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7985         New function.
7986         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7987         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7988         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7990 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7992         * wl-mime.el (wl-mime-setup): Added setting for
7993         `mime-setup-signature-key-alist' to avoid overriding key bind for
7994         `wl-draft-send'.
7996         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7997         for `wl-draft-send'.
7998         * wl-mule.el (wl-draft-overload-functions): Ditto.
7999         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8000         * wl-draft.el (wl-draft-send): Ditto.
8002         * wl-message.el (wl-message-display-internal):
8003         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8004         (Patch is provided by <kita@coe.nttdata.co.jp>).
8006 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8008         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8010 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8012         * wl.el (wl): Fix for wl-demo.
8014 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8016         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8018 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8020         * wl-folder.el (wl-folder-prefetch-entity): Use
8021         `wl-folder-get-elmo-folder'.
8022         (wl-folder-count-incorporates): Do not use
8023         `wl-folder-get-elmo-folder'.
8025 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8027         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8028         instead of `elmo-folder-get-type'.
8030 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8032         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8033         position on Subject: field.
8034         (Advised by Mito <mit@nines.nec.co.jp>)
8036 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8038         * wl-folder.el (wl-folder-prefetch-entity): Use
8039         `wl-folder-get-elmo-folder'.
8041 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8043         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8045         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8046         `process-duplicates' slot.
8048         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8049         if detection failed.
8051 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8053         * wl-version.el (wl-version-status): Set to "alpha".
8055 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8057         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8058         Check wl-message-buffer lives before set-buffer.
8060 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8062         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8063         called in folder mode.
8064         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8065         * wl-summary.el (wl-summary-exit-pre-hook): Run
8066         `wl-summary-exit-pre-hook' before exit summary mode.
8068 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070         * wl-version.el (wl-version-status): New variable.
8071         (wl-version-status-alist): Removed.
8072         (wl-version-status): Rule included.
8074 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8076         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8077         @sponichi.
8079         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8080         when `mail-reply-buffer' is buffer-local variable.
8081         (Reported by <kita@coe.nttdata.co.jp>).
8083 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8085         * wl-vars.el (toplevel): Require 'elmo-util.
8087 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8089         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8090         (All other related portions are changed)
8092         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8094         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8096 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8098         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8100 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8102         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8103         Delete other windows to avoid an error.
8104         Use `point-marker' instead of `point' to remember the start point
8105         of body.
8107         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8109         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8110         number not to exceed all message number.
8112 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8114         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8115         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8117 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8119         * wl-summary.el (wl-summary-sync-force-update): Added argument
8120         no-check.
8121         (wl-summary-sync-update): Ditto.
8122         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8123         with `no-check'.
8125         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8126         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8127         already running.
8129 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8131         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8132         `dst-folder-arg'.
8133         (wl-expire-archive-number1): Diito.
8134         (wl-expire-archive-number2): Diito.
8135         (wl-expire-archive-Date): Diito.
8136         (wl-archive-number1): Diito.
8137         (wl-archive-number2): Diito.
8138         (wl-archive-date): Diito.
8139         (wl-archive-folder-p): New function.
8140         (wl-summary-expire): Support of expand folder name at
8141         wl-expire-alist.
8142         * wl-util.el (wl-expand-newtext): Renamed from
8143         `wl-refile-expand-newtext'.
8145 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8147         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8148         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8149         `(elmo-msgdb-get-overview msgdb)'.
8150         (wl-summary-prefetch): Bind match data before call
8151         `wl-summay-prefetch-msg'.
8152         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8153         'off if `wl-summary-buffer-disp-msg' is non-nil.
8154         Fixed problem that couldn't show only one new or unread message when
8155         enter folder.
8156         (wl-summary-reply): Don't call `split-window-vertically' and other
8157         window.
8159 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8161         * wl-expire.el (wl-expire-refile): Fixed.
8163 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8165         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8167         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8168         biff notification is removed.
8170         * wl.el (wl): Changed position of `elmo-init'.
8172         * wl-draft.el (wl-default-draft-cite): Use date field
8173         on the citation buffer.
8175         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8177         * wl-xmas.el (wl-folder-internal-icon-list): Added
8178         `wl-folder-shimbun-image'.
8180         * wl-e21.el (wl-folder-internal-icon-list): Added
8181         `wl-folder-shimbun-image'.
8183 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8185         * wl.el (wl-init): Eliminated argument.
8186         (wl): Rewrite.
8188         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8189         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8190         instead of `elmo-folder-msgdb-internal'.
8191         (wl-summary-sync-update): Ditto.
8192         (wl-summary-flush-pending-append-operations): Eliminated.
8193         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8194         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8195         `elmo-folder-open'.
8197         * wl-mime.el (wl-summary-burst): Fixed.
8199         * wl-folder.el (wl-folder-info-save): Check data type.
8201         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8202         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8203         instead of `elmo-folder-msgdb-internal'.
8204         (wl-expire-hide): Ditto.
8207         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8209 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8211         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8213 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8215         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8217 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8219         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8220         Fixed `match-beginning' argument mismatch.
8222 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8224         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8225         the default value.
8227 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8229         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8230         instead of `elmo-nntp-default-port'.
8232         * wl-vars.el: Fixed some doc strings.
8234 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8236         * wl-summary.el (wl-summary-prefetch-msg): Use
8237         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8239         * wl-vars.el: Define *-func as obsolete variable using
8240         `elmo-define-obsolete-variable'.
8242         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8243         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8244         instead of `wl-message-buffer-prefetch-threshold'.
8246         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8248         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8250         * wl-draft.el (wl-caesar-region-func): Ditto.
8252         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8253         Keep unread status in elmo-folder-move-messages.
8254         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8256 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8258         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8259         `wl-summary-buffer-exit-func'
8260         (wl-summary-buffer-message-redisplay-function): Renamed from
8261         `wl-summary-buffer-message-redisplay-func'
8262         (wl-summary-buffer-next-folder-function): Renamed from
8263         `wl-summary-buffer-next-folder-func'.
8264         (wl-summary-buffer-prev-folder-function): Renamed from
8265         `wl-summary-buffer-prev-folder-func'.
8266         (wl-summary-get-petname-function): Renamed from
8267         `wl-summary-get-petname-func'.
8269         * wl-score.el (wl-score-edit-exit-function): Renamed from
8270         `wl-score-edit-exit-func'.
8272         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8273         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8275         * wl-util.el (wl-load-profile-function): Renamed from
8276         `wl-load-profile-func'.
8278         * wl-folder.el (wl-folder-completion-function): Renamed from
8279         `wl-folder-completion-func'.
8280         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8282         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8283         `wl-expire-archive-get-folder-func'.
8284         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8285         (wl-draft-send-mail-function): Renamed from
8286         `wl-draft-send-mail-func'.
8287         (wl-draft-send-news-function): Renamed from
8288         `wl-draft-send-news-func'.
8289         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8290         (wl-generate-mailer-string-function): Renamed from
8291         `wl-generate-mailer-string-func'.
8292         (wl-highlight-signature-search-function): Renamed from
8293         `wl-highlight-signature-search-func'.
8294         (wl-highlight-x-face-function): Renamed from
8295         `wl-highlight-x-face-func'
8296         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8297         (wl-ps-print-buffer-function): Renamed from
8298         `wl-ps-print-buffer-func'
8299         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8300         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8301         (wl-summary-subject-filter-function): Renamed from
8302         `wl-summary-subject-filter-func'.
8304         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8305         `wl-draft-queue-flush-send-func'
8306         (wl-draft-cite-function): Renamed from
8307         `wl-draft-cite-func'
8309         * wl-address.el (wl-address-init-function): Renamed from
8310         `wl-address-init-func'.
8312 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8314         * wl-draft.el (wl-draft-queue-flush): Don't call
8315         `elmo-dop-unlock-message'.
8316         * wl-draft.el (wl-draft-queue-append): Don't call
8317         `elmo-dop-lock-message'.
8319         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8320         (wl-summary-buffer-folder-name): Ditto.
8321         (wl-summary-message-regexp): Added '-' (all other related portions
8322         are changed).
8323         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8324         wl-summary-buffer-folder-name.
8326 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8328         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8329         the number of mails in the folder buffer is not updated by wl-biff.
8331 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8333         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8334         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8336 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8338         * wl-summary.el (wl-summary-next-message):
8339         Return next message number when wl-summary-move-order is nil.
8341 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8343         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8344         `wl-summary-move-spec-alist'.
8345         (wl-summary-move-spec-unplugged-alist): New variable
8346         (Move spec for unplugged status).
8347         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8348         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8350 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8352         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8353         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8355 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8357         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8358         simple quotation to quote the anonymous function.
8359         * tm-wl.el (wl-draft-preview-message): Ditto.
8361 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8363         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8364         Eliminate redundant `save-excursion'.
8365         (wl-highlight-summary-current-line): Ditto.
8367         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8368         accessing match data when `looking-at' failed.
8370         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8371         `elmo-match-string' where users don't care about the speed.
8372         (wl-draft-save): Ditto.
8374 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8376         * wl-util.el (wl-regexp-opt): New function.
8378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8379         number from `wl-summary-buffer-number-list'.
8380         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8381         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8382         (wl-summary-move-spec-alist): Changed default setting.
8384 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8386         * wl-vars.el (wl-biff-notify-hook): New hook.
8387         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8388         the arrival of new mail.
8389         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8390         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8392 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8394         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8396 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8398         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8400         * Version number is increased to 2.5.8.
8402         * wl-thread.el (toplevel): require 'cl.
8403         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8404         (wl-thread-make-number-list): New function.
8405         (wl-thread-entity-make-number-list-from-children): Ditto.
8406         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8407         (wl-thread-entity-insert-as-children): Likewise.
8408         (wl-thread-delete-message): Likewise.
8409         (wl-meaning-of-mark): Eliminated.
8410         (wl-thread-next-failure-mark-p): Ditto.
8411         (wl-thread-entity-get-mark): Ditto.
8412         (wl-thread-meaning-alist-get-result): Ditto.
8413         (wl-thread-entity-check-prev-mark): Ditto.
8414         (wl-thread-entity-check-next-mark): Ditto.
8415         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8416         (wl-thread-entity-get-prev-marked-entity): Ditto.
8417         (wl-thread-get-prev-unread): Ditto.
8418         (wl-thread-jump-to-prev-unread): Ditto.
8419         (wl-thread-get-next-unread): Ditto.
8420         (wl-thread-jump-to-next-unread): Ditto.
8421         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8422         (wl-thread-entity-get-next-marked-entity): Ditto.
8424         * wl-summary.el (wl-summary-buffer-number-list):
8425         New bufer-local variable.
8426         (wl-summary-switch-to-clone-buffer): Clone
8427         `wl-summary-buffer-number-list'.
8428         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8429         (wl-summary-cursor-move-regex): Eliminated.
8430         (wl-summary-cursor-up): Rewrite.
8431         (wl-summary-cursor-down): Ditto.
8432         (wl-summary-mode-spec-alist): New variable.
8433         (wl-summary-next-message): New inline function.
8434         (wl-summary-cursor-move): New function.
8435         (wl-summary-default-get-next-msg): Rewrite.
8436         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8437         (wl-summary-rescan): Ditto.
8438         (wl-summary-sync-all-init): Ditto.
8439         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8440         summary is not thread view.
8441         (wl-summary-sync-update): Ditto.
8442         (wl-summary-rescan): Ditto.
8443         (wl-summary-make-number-list): New function.
8445         * wl-draft.el: "FCC" -> "Fcc".
8447 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8449         * wl-highlight.el (wl-highlight-summary-window):
8450         Call `set-buffer-modified-p'.
8452         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8453         (wl): Call `elmo-init' and fix.
8455         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8456         Use new variables.
8458         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8460 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8462         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8464 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8466         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8468 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8470         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8471         `wl-use-toolbar' nor `display-graphic-p'.
8472         (wl-e21-setup-message-toolbar): Ditto.
8473         (wl-e21-setup-summary-toolbar): Ditto.
8474         (wl-e21-setup-folder-toolbar): Ditto.
8476         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8477         (wl-plugged-init-icons): Ditto.
8479         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8480         `display-graphic-p'.
8481         (wl-plugged-set-folder-icon): Ditto.
8482         (wl-highlight-plugged-current-line): Ditto.
8483         (wl-highlight-folder-current-line): Ditto.
8484         (wl-e21-highlight-folder-group-line): Ditto.
8485         (wl-e21-setup-toolbar): Ditto.
8486         (wl-e21-display-image-p): New macro.
8488         * wl-demo.el (wl-demo): Simplified.
8489         (wl-demo-image-type-alist): Use `image-type-available-p' for
8490         checking whether the image type `xbm' is available.
8492 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8494         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8495         (wl-summary-input-range): Ditto.
8497 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8499         * wl-summary.el (wl-summary-edit-addresses): Use
8500         `wl-summary-get-original-buffer'
8501         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8502         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8503         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8504         (wl-summary-get-newsgroups): Eliminated.
8505         (wl-summary-set-crosspost): Ditto.
8506         (wl-summary-is-crosspost-folder): Ditto.
8507         (wl-crosspost-alist-load): Ditto.
8508         (wl-crosspost-alist-save): Ditto.
8510         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8511         `elmo-setup-subscribed-newsgroups' instead of
8512         `elmo-nntp-make-groups-hashtb'.
8513         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8514         instead of `wl-crosspost-alist-save'.
8516         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8517         of `elmo-folder-message-appendable-p'.
8518         (wl-mime-header-presentation-method): Eliminated.
8520         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8521         (Error occurs in emacs21).
8523         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8524         the current buffer).
8526         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8527         instead of `wl-crosspost-alist-save'.
8528         (wl-init): `elmo-crosspost-message-alist-load'
8529         instead of `wl-crosspost-alist-load'
8531         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8532         (wl-parse-newsgroups): Likewise.
8533         (wl-biff-notify): Run `wl-biff-notify-hook'.
8535 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8537         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8539         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8540         when `wl-summary-lazy-highlight' is non-nil.
8541         (wl-summary-goto-folder-subr): Highlight only when
8542         `wl-summary-lazy-highlight' is non-nil.
8544         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8545         Don't display progress and highlight temp-mark when
8546         `wl-summary-lazy-highlight' is non-nil.
8547         (wl-highlight-summary-window): New function.
8548         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8550 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8552         * wl-summary.el (wl-summary-sync): Change `all-visible'
8553         from `all-shown'
8554         (wl-summary-input-range): Ditto.
8556 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8558         * wl-e21.el (wl-highlight-folder-current-line): Call
8559         `wl-folder-init-icons' when folder icons have not been initialized.
8561         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8563         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8564         (wl-demo-image-type-alist): New macro.
8566 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8568         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8569         display does not support graphics.
8570         (wl-plugged-init-icons): Ditto.
8571         (wl-folder-init-icons): Ditto.
8573         * wl-demo.el (wl-demo): Chech closely whether the display
8574         supports graphics.
8576 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8578         * wl-summary.el (wl-summary-get-original-buffer): New function.
8579         (wl-summary-set-crosspost): Use it.
8580         (wl-summary-target-mark-uudecode): Ditto.
8581         (wl-summary-reedit): Ditto.
8582         (wl-summary-resend-bounced-mail): Ditto.
8583         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8584         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8586         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8587         (wl-message-display-internal): Ditto.
8589 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8591         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8593 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8595         * wl-summary.el (wl-summary-save-view): Renamed from
8596         `wl-summary-save-status'.
8598 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8600         * wl-summary.el (wl-summary-sync): Added `all-shown'
8602 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8604         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8606 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8608         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8610 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8612         * wl-highlight.el (wl-highlight-summary-line-string): Use
8613         `zerop' instead of `= 0'.
8614         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8616         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8617         for comparing numbers.
8618         (wl-template-prev): Use `zerop' instead of `eq 0'.
8620         * wl-draft.el (wl-draft-insert-current-message): Use
8621         `with-current-buffer' instead of `save-excursion'.
8622         Use `zerop' instead of `eq 0'.
8624 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8626         * wl-draft.el (wl-draft-insert-ccs): New function.
8627         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8628         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8630 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8632         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8634 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8636         * wl-expire.el (wl-expire-refile): Don't call
8637         elmo-msgdb-add-msgs-to-seen-list;
8638         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8639         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8641 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8643         * wl-message.el (wl-message-prev-page): Ignore errors while
8644         scroll-down.
8646 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8648         * wl-mime.el: Use elmo-original-message-mode instead of
8649         mmelmo-original-mode.
8651         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8652         `elmo-folder-get-spec';
8653         (wl-fldmgr-add-completion-all-completions):
8654         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8656         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8657         of `elmo-folder-get-type'.
8659         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8660         `elmo-folder-get-spec';
8661         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8662         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8663         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8664         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8665         `elmo-read-msg-no-cache';
8666         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8667         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8668         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8669         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8670         `elmo-cache-save';
8671         (wl-draft-reedit): Use `elmo-message-file-name'.
8673         * wl-expire.el: Use `elmo-folder-name-internal';
8674         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8675         Use macro `wl-summary-buffer-msgdb' instead of variable
8676         `wl-summary-buffer-msgdb';
8677         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8678         Use macro `wl-summary-buffer-folder-name' instead of variable
8679         `wl-summary-buffer-folder-name'.
8680         * wl-score.el: Likewise.
8682         * wl-message.el: Rewrite for new message buffer cache mechanism.
8683         (wl-message-buffer-cache-buffer-get): New macro.
8684         (wl-message-buffer-cache-folder-get): Ditto.
8685         (wl-message-buffer-cache-message-get): Ditto.
8686         (wl-message-buffer-cache-entry-make): Ditto.
8687         (wl-message-buffer-cache-hit): Ditto.
8688         (wl-message-buffer-cache-sort): New function.
8689         (wl-message-buffer-cache-add): Ditto.
8690         (wl-message-buffer-cache-delete): Ditto.
8691         (wl-message-buffer-cache-clean-up): Ditto.
8692         (wl-message-buffer-window): Rewrite.
8693         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8694         (wl-message-buffer-display): New function.
8695         (wl-message-display-internal): New function.
8697 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8699         * wl-folder.el: Use `elmo-folder-name-internal';
8700         Use `wl-folder-get-elmo-folder';
8701         Use `elmo-folder-list-messages' instead of
8702         `elmo-list-folder';
8703         Use `elmo-folder-get-primitive-list' instead of
8704         `elmo-folder-get-primitive-spec-list';
8705         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8706         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8707         Use `elmo-folder-create' instead of `elmo-create-folder'.
8708         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8709         (wl-folder-get-elmo-folder): New macro.
8710         (wl-folder-elmo-folder-cache-get): Ditto.
8711         (wl-folder-elmo-folder-cache-put): Ditto.
8712         (wl-folder-suspend): Call `elmo-quit'.
8714         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8715         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8716         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8717         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8718         (toplevel): require 'cl.
8719         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8721         * wl-summary.el: Rewrite to use new elmo interface.
8724 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8726         * wl-mime.el (wl-draft-preview-message):
8727         Run `wl-draft-send-hook' before collecting recipients information;
8728         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8730         * tm-wl.el (wl-draft-preview-message): Ditto.
8732 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8734         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8735         wrong recipients are displayed when forwarded message.
8737 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8739         * Version number is increased to 2.5.7.
8741 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8743         * wl-message.el (wl-message-next-page): Bind
8744         `window-pixel-scroll-increment' to nil while scrolling up.
8746 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8748         * wl-vars.el (wl-save-hook): New hook.
8749         * wl.el (wl-save): Call `wl-save-hook'.
8751 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8753         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8754         Argument WITH-ARG instead of NO-ARG (negative mean).
8755         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8756         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8757         * wl-message.el (wl-message-follow-current-entity): Likewise.
8759 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8761         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8762         FROM was optional argument.
8763         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8765 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8767         * Version number is increased to 2.5.6.
8769 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8771         * wl-version.el (wl-version-show): Removed.
8772         (wl-version): Add `interactive'.
8774 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8776         * wl-summary.el (wl-summary-get-petname-func): New variable.
8777         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8778         instead of `wl-address-get-petname-1'.
8779         (wl-summary-simple-from): Ditto.
8781         * wl-address.el (wl-address-get-petname-1): Define as function.
8783 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8785         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8786         field in the original message.
8787         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8789 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8791         * wl-expire.el (wl-expire-hide):
8792         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8794 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8796         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8797         find decoder for To, Cc, and Subject.
8799 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8801         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8802         for checking `elmo-use-buffer-cache'.
8803         (wl-summary-mark-as-important): Fixed typo in comment.
8805 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8807         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8808         field in the original message.
8809         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8811 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8813         * wl-expire.el (wl-expire-hide):
8814         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8816 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8818         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8819         find decoder for To, Cc, and Subject.
8821 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8823         * Version number is increased to 2.5.5.
8825         * wl-address.el (wl-address-specials-regexp): New constant.
8826         (wl-address-quote-specials): Use it.
8828 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8830         * wl-summary.el (wl-summary-rescan):
8831         Call `wl-summary-buffer-number-column-detect'.
8832         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8834         * wl-message.el (wl-message-mode-map): Define.
8835         (wl-message-decode): Use it as local-map.
8837 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8839         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8840         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8842 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8844         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8846         * wl-mule.el (wl-read-event-char): Ditto.
8848         * wl-e21.el (wl-read-event-char): Ditto.
8850         * wl-nemacs.el (wl-read-event-char): Ditto.
8851         (read-event): Removed.
8853         * wl-util.el (toplevel): Removed dummy definition of
8854         `read-event'.
8855         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8857 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8859         * wl-nemacs.el (elmo-archive-call-process): Moved to
8860         elmo-archive.el.
8862 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8865         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8867         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8868         instead of magic-number 6.  Use `not' instead of `null' for symbol
8869         `nil' check (not empty list).
8870         (wl-draft-insert-x-face-field): Fixed paren style.
8872         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8873         one-branch conditional statement, instead of `and' and `if'.
8874         (wl-draft-forward): Likewise.
8875         (wl-draft-add-references): Likewise.
8876         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8878         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8879         conditional steatment.  Use `cond' instead of `if'.
8880         (wl-draft-confirm): Likewise.
8882 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884         * wl-version.el (wl-version-show): Use `product-string-1'
8885         instead of `wl-version'.
8886         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8888         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8890 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8892         * wl-highlight.el (wl-highlight-headers): Revert
8893         `wl-highlight-x-face-func' argument (`beg' and `end').
8895 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897         * wl.el (toplevel): Move `product-provide' declare.
8898         * wl-demo.el (toplevel): Ditto.
8899         * wl-dnd.el (toplevel): Ditto.
8900         * wl-highlight.el (toplevel): Ditto.
8901         * wl-message.el (toplevel): Ditto.
8902         * wl-refile.el (toplevel): Ditto.
8903         * wl-util.el (toplevel): Ditto.
8905 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8907         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8908         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8909         (wl-thread-close-all): keep cursor position.
8911 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8914         (eq x 0).
8915         (wl-generate-user-agent-string-1): Fix conditional statement.
8917 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8919         * wl.el (wl-check-environment): Additional check for
8920         'wl-local-domain' and `wl-message-id-domain'.
8922 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8924         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8926 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8928         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8929         instead of `smtp-sasl-user-realm'.
8931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8933         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8935 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8937         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8938         to the default value as well as `eword-lexical-analyzer'.
8940 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8942         * wl-version.el (wl-extended-emacs-version,
8943         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8944         `elmo-match-string' instead of `wl-match-string'.
8946 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8948         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8949         docstring.
8951 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8953         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8955 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8957         * wl-highlight.el (wl-highlight-headers): Remove
8958         `wl-highlight-x-face-func' argument (`beg' and `end').
8960 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8962         * wl-summary.el (wl-summary-mark-as-important):
8963         Remove cache if folder is local.
8965 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8967         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8968         to get existing e-mail address string.
8970 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8972         * wl-version.el (wl-generate-user-agent-string): Commentary.
8973         (wl-generate-user-agent-string-1): Use `when' for
8974         one-branch conditional statement, instead of `and' and `if'.
8975         (wl-extended-emacs-version, wl-extended-emacs-version2,
8976         wl-extended-emacs-version3): Ditto.
8978 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8980         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8981         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8982         condition-case; Remove initialization.
8983         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8984         (wl-summary-sync-update3): Added argument `sync-all';
8985         Eliminated local variable `msgdb';
8986         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8987         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8988         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8990 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8992         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8993         connection before call `wl-draft-send-mail-with-smtp'.
8995 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8997         * Version number is increased to 2.5.4.
8999 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9001         * wl.el (wl-check-environment): Additional check for
9002         'wl-local-domain' and `wl-message-id-domain'.
9004 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9006         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9007         buffer as command specific.
9008         (wl-folder-mark-as-read-all-entity): Ditto.
9009         (wl-folder-prefetch-entity): Ditto.
9010         (wl-folder-drop-unsync-entity): Ditto.
9012         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9013         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9014         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9016         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9017         save-excursion.
9019 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9021         * Version number is increased to 2.5.3.
9023         * wl-summary.el (wl-summary-save-view-cache):
9024         Delete duplicated `write-region';
9025         Use `write-region-as-binary' instead of `as-binary-output-file' and
9026         `write-region'.
9028 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9030         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9032 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9034         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9035         instead of `smtp-via-smtp'.
9037 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9039         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9041 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9043         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9044         instead of `smtp-sasl-user-realm'.
9046 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9048         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9050 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9052         * Version number is increased to 2.5.2.
9054 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9056         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9057         does not exist.
9058         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9059         (wl-biff-start): Call `timer-activate' if timer already exists.
9061         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9062         only when it is bound as function.
9064 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9066         * Version number is increased to 2.5.1.
9068 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9070         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9071         Print refile/copy destination.
9073 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9075         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9076         queue-flush-only is non-nil.
9078         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9080         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9081         checking cache folder.
9083 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9085         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9086         `regexp-quote'.
9088 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9090         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9091         function.
9092         * wl-summary.el (wl-summary-write-current-folder-functions):
9093         Change default value.  Use it.
9095 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9097         * Version number is increased to 2.5.0.
9099         * wl-version.el (wl-version): Changed codename.
9101 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9103         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9104         (wl-summary-supersedes-message): Ditto.
9106 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108         * wl-refile.el (wl-refile-guess-functions): Renamed from
9109         `wl-refile-guess-func-list'.
9111 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9113         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9114         Fixed problem when no rule was matched.
9116 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9118         * wl-summary.el (wl-summary-get-mark): Fixed
9119         `wl-summary-buffer-target-mark' check logic.
9121 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9123         * wl-folder.el (wl-folder-write-current-folder): Added group
9124         folder check.
9126         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9127         `wl-summary-write-current-newsgroup'.
9128         (wl-summary-write-current-folder-functions): New variable.
9129         * wl-folder.el (wl-folder-get-newsgroups): New function.
9130         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9131         (wl-folder-write-current-folder): Renamed from
9132         `wl-folder-write-current-newsgroup'.
9134 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9136         * Version number is increased to 2.3.93.
9138 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9140         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9141         (wl-ldap-make-matched-value-list): Ditto.
9142         (wl-ldap-alias-safe-string): Split e-mail address.
9144         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9145         petname folder default was selected.
9146         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9147         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9149 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9151         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9152         to `wl-draft-config-exec'.
9154         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9155         instead of calling `wl-draft-config-exec';
9156         Process group-list and show recipients in minibuffer.
9158         * tm-wl.el (wl-draft-preview-message): Ditto.
9160 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9162         * wl.el (toplevel): Added (C) to copyright notice, and
9163         sync Author header.
9164         * tm-wl.el (toplevel): Ditto.
9165         * wl-address.el (toplevel): Ditto.
9166         * wl-demo.el (toplevel): Ditto.
9167         * wl-dnd.el (toplevel): Ditto.
9168         * wl-draft.el (toplevel): Ditto.
9169         * wl-e21.el (toplevel): Ditto.
9170         * wl-expire.el (toplevel): Ditto.
9171         * wl-folder.el (toplevel): Ditto.
9172         * wl-highlight.el (toplevel): Ditto.
9173         * wl-message.el (toplevel): Ditto.
9174         * wl-mime.el (toplevel): Ditto.
9175         * wl-mule.el (toplevel): Ditto.
9176         * wl-nemacs.el (toplevel): Ditto.
9177         * wl-refile.el (toplevel): Ditto.
9178         * wl-score.el (toplevel): Ditto.
9179         * wl-summary.el (toplevel): Ditto.
9180         * wl-template.el (toplevel): Ditto.
9181         * wl-thread.el (toplevel): Ditto.
9182         * wl-util.el (toplevel): Ditto.
9183         * wl-vars.el (toplevel): Ditto.
9184         * wl-xmas.el (toplevel): Ditto.
9186 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9188         * wl.el (wl-init): Added comment about `wl-init-hook'.
9189         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9190         * wl-vars.el (wl-init-hook): Added docs.
9191         (wl-make-plugged-hook): Removed useless docs.
9192         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9193         * wl-xmas.el (toplevel): Ditto.
9195 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197         * wl-address.el (toplevel): Fixed multiple Author header format.
9198         * wl-demo.el (toplevel): Ditto.
9199         * wl-draft.el (toplevel): Ditto.
9200         * wl-folder.el (toplevel): Ditto.
9201         * wl-summary.el (toplevel): Ditto.
9202         * wl-thread.el (toplevel): Ditto.
9203         * wl-util.el (toplevel): Ditto.
9204         * wl-vars.el (toplevel): Ditto.
9205         * wl-version.el (toplevel): Ditto.
9206         * wl-xmas.el (toplevel): Ditto.
9207         * wl.el (toplevel): Ditto.
9209         * wl-version.el (toplevel): Added require `elmo-version' for
9210         `product-version-as-string'.
9212 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9214         * wl-vars.el (wl-draft-send-hook): Changed default value to
9215         '(wl-draft-config-exec).
9217         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9218         explicitly.
9219         (wl-draft): Set `wl-draft-config-exec-flag' before running
9220         `wl-mail-setup-hook'.
9222         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9223         `wl-biff-init-icons' to `wl-init-hook' instead of
9224         `wl-make-plugged-hook'.
9225         (Because if `wl-draft' command is invoked at first,
9226         they are not initialized)
9227         Updated copyright notice.
9229         * wl-e21.el (toplevel): Ditto;
9231         * wl-demo.el (toplevel): Updated copyright notice.
9232         * wl-address.el (toplevel): Ditto.
9233         * wl-draft.el (toplevel): Ditto.
9234         * wl-version.el (toplevel): Ditto.
9235         * wl-folder.el (toplevel): Ditto.
9236         * wl-summary.el (toplevel): Ditto.
9237         * wl-thread.el (toplevel): Ditto.
9238         * wl-util.el (toplevel): Ditto.
9239         * wl-vars.el (toplevel): Ditto.
9240         * wl.el (toplevel): Ditto.
9242 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9244         * wl-highlight.el (wl-highlight-message): Fixed problem of
9245         highlighting failure which occured when the last field contains
9246         multiple lines in the draft buffer.
9248         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9249         `wl-biff-start' if plugged.
9251         * wl-util.el (wl-biff-check-folder): New function.
9252         (wl-biff-check-folders): Don't set session name prefix.
9253         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9254         (wl-biff-check-folder-async): Ditto.
9256         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9257         in email address.
9259 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9261         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9263         * wl-draft.el (wl-draft-strip-subject-re): New function.
9265         * wl-draft.el (wl-draft-reply): Use it.
9267 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9269         * wl-message.el (wl-mmelmo-message-redisplay): Use
9270         `mime-display-message' instead of `wl-mime-display-message'.
9272         * wl-mime.el (toplevel): Removed compatibility workaround
9273         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9274         (wl-mime-display-message): Abolished.
9275         (wl-mime-entity-read-field): Ditto.
9276         (wl-mime-combine-message/partial-pieces): Use
9277         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9279 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9281         * wl-template.el: Doc fixes.
9283 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9285         * wl-e21.el (wl-message-overload-functions): Do nothing if
9286         `current-local-map' is not available.
9287         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9289 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9291         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9292         representation.
9294         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9295         number.
9296         (wl-fldmgr-save-folders): Don't use `format' when insert
9297         `wl-fldmgr-folders-header'.
9299 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9301         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9303 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9305         * wl-highlight.el (wl-highlight-message):
9306         Use `std11-field-end' to detect end point of the header field.
9307         Refer `wl-highlight-max-header-size'.
9309         * wl-vars.el (wl-highlight-max-header-size): New variable.
9311         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9313         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9314         Set `for-draft' argument of wl-highlight-headers.
9315         (wl-draft): Ditto.
9316         (wl-draft-reedit): Ditto.
9317         (wl-user-agent-compose-internal): Ditto.
9319 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9321         * wl-message.el (wl-message-add-button): Use overlay.
9323 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9325         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9327         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9328         problem when group-list content is nothing.
9329         (Reported by Mito <mit@nines.nec.co.jp>)
9331 2000-10-18  SAITO Atsunori <sai@yedo.com>
9333         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9335 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9337         * tm-wl.el (toplevel): Use product-provide.
9339 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9341         * Version number is increased to 2.3.92.
9343 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9345         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9346         title text, use `display' property for left margin under Emacs 21.
9348         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9349         properties.
9350         (wl-plugged-init-icons): Ditto.
9352 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9354         * wl.el (wl-save-status, wl-init): Remove last period in
9355         "...done." message.
9356         * tm-wl.el (wl-summary-burst): Ditto.
9357         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9358         wl-summary-resume-cache-status,
9359         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9360         wl-summary-sync-update3, wl-summary-highlight-msgs,
9361         wl-summary-flush-pending-append-operations,
9362         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9363         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9364         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9365         wl-thread-open-all): Ditto.
9366         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9367         * wl-mime.el (wl-summary-burst): Ditto.
9368         * wl-highlight.el (wl-highlight-summary): Ditto.
9369         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9370         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9371         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9372         * wl-address.el (wl-local-address-init): Ditto.
9374 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9376         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9377         `add-text-properties'.
9378         (wl-plugged-init-icons): Ditto.
9379         (wl-folder-init-icons): Use `propertize' instead of
9380         `put-text-property'.
9381         (wl-plugged-set-folder-icon): Ditto.
9382         (wl-e21-highlight-folder-group-line): Ditto.
9384 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9386         * wl-version.el (wl-version-status-alist): New variable.
9387         (wl-version-status): New function.
9389         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9390         "Cc" part of the case "Reply-To".
9392         * wl-draft.el (wl-draft-reply): Use result of
9393         `eword-extract-address-components'.
9395         * wl-demo.el (wl-demo-icon-name): New constant.
9396         (wl-logo-xpm): Use it.
9397         (wl-logo-xbm): Ditto.
9398         (wl-logo-bitmap): Ditto.
9400         * Version number is increased to 2.3.91.
9402 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9404         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9405         (wl-extended-emacs-version, wl-extended-emacs-version2,
9406         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9407         docstring.
9409         * wl-version.el (wl-generate-user-agent-string-1): New function.
9410         (wl-generate-user-agent-string): Use it.
9412         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9413         `mime-edit-insert-user-agent-field'.
9414         (wl-generate-user-agent-string): Check
9415         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9417         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9418         instead of `if', when verbose case.
9420 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9422         * wl-expire.el (wl-summary-expire): Fix.
9424 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9426         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9427         and `elmo-lost+found-folder' if 'wl-draft.
9428         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9430 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9432         * wl-expire.el (wl-summary-expire): Change messages.
9433         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9434         `deleing-info' instead of "Deleting..."
9436 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9438         * wl-summary.el (wl-summary-refile-subr): Fix.
9440 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9442         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9443         if pipe folder.
9445 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9447         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9449 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9451         * wl-expire.el (wl-expire-hide): New function.
9452         (wl-summary-expire): Add `hide'.
9454 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9456         * wl-vars.el (wl-draft-reply-without-argument-list):
9457         Changed default value to consider `Reply-To:'.
9458         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9460         * Version number is increased to 2.3.90.
9462         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9463         elmo-imap4-get-session with unwind-protect.
9464         Don't cause error.
9465         (wl-summary-sync-marks): Don't check plugged nor folder type.
9466         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9467         (Always keep current buffer).
9469 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9471         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9472         Enclose with `save-excursion'.
9474 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9476         * wl-version.el (wl-version): Remove interactive.
9478 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9480         * wl-version.el (wl-generate-user-agent-string): Use
9481         `product-string-verbose' instead of `product-string-1'.
9483 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9485         * wl-vars.el (wl-draft-use-cache): New variable.
9486         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9487         if wl-draft-use-cache is non-nil.
9489 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9491         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9492         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9494 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9496         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9497         (wl-thread-msg-mark-as-unread): Ditto.
9499         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9500         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9501         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9502         Don't set mark in summary if return value of `elmo-mark-as-read'
9503         is nil.
9504         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9505         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9506         instead of `wl-thread-msg-mark-as-read'.
9507         (wl-summary-mark-as-unread-region): Ditto.
9508         (wl-summary-target-mark-mark-as-read): Ditto.
9510         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9512 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9514         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9516         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9518 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9520         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9521         face.
9523 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9525         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9526         `running-xemacs'.
9528 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9530         * wl-version.el (toplevel): Use `product-version-as-string' for
9531         set verstion-string, if defined.
9533         * wl-version.el (wl-version-show): Insert string at point, when
9534         call with argument.
9536         * wl-version.el (wl-generate-user-agent-string): Use
9537         `product-string-1' instead of `wl-appname', `wl-version' and
9538         `wl-codename'.
9540 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9542         * wl-address.el (toplevel): Use product-provide.
9543         * wl-demo.el (toplevel): Ditto.
9544         * wl-dnd.el (toplevel): Ditto.
9545         * wl-draft.el (toplevel): Ditto.
9546         * wl-e21.el (toplevel): Ditto.
9547         * wl-expire.el (toplevel): Ditto.
9548         * wl-fldmgr.el (toplevel): Ditto.
9549         * wl-folder.el (toplevel): Ditto.
9550         * wl-highlight.el (toplevel): Ditto.
9551         * wl-message.el (toplevel): Ditto.
9552         * wl-mime.el (toplevel): Ditto.
9553         * wl-mule.el (toplevel): Ditto.
9554         * wl-nemacs.el (toplevel): Ditto.
9555         * wl-refile.el (toplevel): Ditto.
9556         * wl-score.el (toplevel): Ditto.
9557         * wl-summary.el (toplevel): Ditto.
9558         * wl-template.el (toplevel): Ditto.
9559         * wl-thread.el (toplevel): Ditto.
9560         * wl-util.el (toplevel): Ditto.
9561         * wl-vars.el (toplevel): Ditto.
9562         * wl-xmas.el (toplevel): Ditto.
9563         * wl.el (toplevel): Ditto.
9565 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9567         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9568         instead of product.
9570         * wl-version.el (wl-version): Compile time evalution elmo-version.
9572 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9574         * wl-summary.el (wl-summary-sync-force-update): Append queue
9575         `mark-as-read'if unplugged.
9577 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9579         * wl-version.el: New file.  Use product.el.
9580         * wl.el: add (require 'wl-version).
9581         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9582         for ~/.folders header.
9583         (wl-fldmgr-folders-header): Changed.
9584         * wl-demo.el (wl-demo): Use product.el.
9586         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9587         wl-version.el.
9588         * wl-util.el (wl-version, wl-version-show): Ditto.
9590         * wl-util.el (wl-generate-user-agent-string,
9591         wl-extended-emacs-version, wl-extended-emacs-version2,
9592         wl-extended-emacs-version3): Move to wl-version.el.
9593         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9594         xemacs-codename, mime-edit-insert-user-agent-field,
9595         mime-edit-user-agent-value, mime-editor/version,
9596         mime-editor/codename): Compile warning killer move to
9597         wl-version.el
9599 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9601         * wl-summary.el (wl-summary-refile-subr): Fix.
9603 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9605         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9606         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9608 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9610         * wl.el (wl-check-environment): Check too many `@'.
9612 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9614         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9616 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9618         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9619         wl-draft-reply-myself-without-argument-list): Add variables.
9620         * wl-draft.el (wl-draft-reply): Use it.
9622 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9624         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9625         the 5th argument of `elmo-network-get-spec'.
9627         * wl-thread.el (wl-thread-reparent-children): New inline function.
9628         (wl-thread-delete-message): Use it.
9630         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9631         (wl-summary-score-update-all-lines): Don't use `dolist'.
9633 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9635         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9636         (require 'elmo-msgdb) for inline function.
9638 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9640         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9642 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9644         * wl-score.el (wl-score-headers): Fix for the confusing macro
9645         `elmo-kill-buffer'.
9647 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9649         * wl-summary.el: Don't use the 3rd argument of `require' because
9650         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9651         * wl-util.el: Ditto.
9652         * wl-draft.el: Ditto.
9654 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9656         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9657         window system is not used.
9659 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9661         * wl-thread.el: Don't use `mapcar' only for iteration.
9662         (wl-thread-resume-entity): Ditto.
9663         (wl-thread-delete-message): Ditto.
9665         * wl-summary.el: Bind `dragdrop-drop-functions',
9666         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9667         of `require' for `timezone', `easymenu' and `ps-print';
9668         don't use `mapcar' only for iteration.
9670         * wl-util.el: Bind `mule-version', `nemacs-version',
9671         `emacs-beta-version', `xemacs-codename',
9672         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9673         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9674         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9675         only for iteration.
9677         * wl-score.el: Don't use `mapcar' only for iteration.
9678         (wl-score-simplify-buffer-fuzzy): Ditto.
9679         (wl-score-simplify-subject): Ditto.
9680         (wl-score-headers): Ditto.
9681         (wl-summary-score-update-all-lines): Ditto.
9683         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9684         `enable-multibyte-characters' and `mule-version'.
9686         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9687         `mapcar' only for iteration.
9689         * wl-demo.el: Don't use `mapcar' only for iteration.
9691         * wl-folder.el: Don't use `mapcar' only for iteration.
9692         (wl-folder-open-all): Ditto.
9693         (wl-folder-count-incorporates): Ditto.
9695         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9696         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9698         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9699         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9700         `smtp-connection-type'; specify 3rd argument of `require' for
9701         `timezone'; don't use `mapcar' only for iteration.
9702         (wl-draft-clone-local-variables): Don't use `mapcar'.
9703         (wl-draft-generate-clone-buffer): Ditto.
9704         (wl-user-agent-compose-internal): Ditto.
9706         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9708         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9709         (wl-save-status): Ditto.
9711         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9712         for iteration.
9714 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9716         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9717         removed `Date'.
9718         (wl-fldmgr-make-filter-default): New user option.
9720         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9721         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9722         (wl-fldmgr-filter-completion-alist): Abolish.
9724         * wl.el (wl): Don't check servers if arg is non-nil.
9726         * wl-draft.el (wl-draft-reply): Set only message-id string to
9727         In-Reply-To field.
9729 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9731         * wl-summary.el (wl-summary-pick): Rewrite.
9733         * wl-draft.el (wl-draft-forward): Get references field from
9734         original buffer.
9735         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9737 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9739         * wl-draft.el (wl-draft-forward): Add references field.
9741 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9743         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9744         (wl-draft-reply): Use it.
9746 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9748         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9749         when Emacs 21 is running.
9751         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9752         bindings.
9754 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9756         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9757         XPM icons transparent.
9759         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9760         Emacs 21.
9762 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9764         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9765         nil.
9767         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9768         when it is persistent.
9769         (wl-summary-sync-marks): Changed argument for
9770         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9771         (wl-summary-virtual): Use `elmo-read-search-condition'.
9772         (wl-summary-redisplay-internal): If folder is local, mark as read
9773         even when folder is plugged.
9775 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9777         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9778         of `tool-bar-lines' in the frame parameters.
9779         (after-make-frame-functions, post-command-hook): Don't modify the
9780         value.
9781         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9782         wl-e21-tool-bar-lines): Removed.
9784 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9786         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9787         properties `evaporate' and `wl-momentary-overlay' as well.
9788         (wl-highlight-summary-displaying): Ditto.
9789         (wl-delete-all-overlays): Don't delete overlay which does not have
9790         a property `wl-momentary-overlay'.
9792         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9793         `display-mouse-p' and `display-graphic-p'.
9794         (wl-folder-init-icons): Don't search for XBM or the other files.
9795         (wl-plugged-set-folder-icon): Make icons if and only if
9796         `display-graphic-p' returns non-nil.
9797         (wl-highlight-plugged-current-line): Use `before-string' overlay
9798         property to show icon images.
9799         (wl-highlight-folder-current-line): Ditto.
9800         (wl-e21-highlight-folder-group-line): Ditto.
9801         (wl-e21-highlight-folder-by-numbers): Ditto.
9802         (wl-e21-insert-image): Removed.
9803         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9804         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9805         said.
9806         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9807         `wl-e21-force-switch-toolbar'.
9808         (wl-e21-make-icon-image): Removed.
9809         (wl-e21-setup-toolbar): Don't search for XBM files.
9810         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9811         the default value.
9813 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9815         * wl-util.el (wl-biff-check-folder-async): Set
9816         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9818 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9820         * wl-e21.el (after-make-frame-functions): Add
9821         `wl-e21-force-switch-toolbar'.
9822         (wl-e21-force-switch-toolbar): New function force to switch the
9823         toolbar appearance automatically.
9824         (post-command-hook): Add `wl-e21-switch-toolbar'.
9825         (wl-e21-switch-toolbar): New function to switch the toolbar
9826         appearance automatically.
9827         (wl-e21-tool-bar-lines): New buffer local variable.
9829 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9831         * wl-util.el (wl-biff-check-folders-running): New variable.
9832         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9833         (wl-biff-check-folder-async-callback):
9834         Set `wl-biff-check-folders-running'.
9835         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9836         with unwind-protect.
9838         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9839         Enclose `wl-folder-auto-check' with unwind-protect.
9841         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9842         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9844         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9846         * wl-util.el (wl-biff-notify): New inline function.
9847         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9848         locally.
9849         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9850         folder-list' is 1.
9851         Use `wl-biff-notify'.
9852         (wl-biff-check-folder-async-callback): New function.
9853         (wl-biff-check-folder-async): Ditto.
9855         * wl-folder.el (wl-folder): Don't check folders.
9856         (wl-folder-auto-check): New function.
9858 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9860         * wl-util.el (wl-biff-start) [Emacs19+]:
9861         Use `timer-next-integral-multiple-of-time'.
9862         (wl-biff-check-folders): Use `wl-default-folder'
9863         if `wl-biff-check-folder-list' is nil.
9865 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9867         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9868         instead of `elmo-delete-lists'.
9870 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9872         * wl.el (wl-plugged-toggle-all): Set the value of
9873         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9874         (wl-plugged-toggle): Ditto.
9875         (wl-toggle-plugged): Ditto.
9876         (wl-plugged-init): Ditto.
9878         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9879         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9880         instead of `wl-biff-state-indicator-off' and
9881         `wl-biff-state-indicator-on'; don't modify the value and the type
9882         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9883         (wl-plugged-init-icons): Set icons data to
9884         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9885         instead of `wl-plug-state-indicator-off' and
9886         `wl-plug-state-indicator-on'; don't modify the value and the type
9887         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9889         * wl-vars.el (wl-modeline-biff-state-off,
9890         wl-modeline-biff-state-on, wl-modeline-biff-status,
9891         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9892         wl-modeline-plug-status): New internal variables.
9893         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9894         wl-biff-check-interval, wl-biff-check-folder-list): Change
9895         customization group from `wl-folder' to `wl-highlight'.
9896         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9897         wl-show-plug-status-on-modeline): Defcustomized.
9899         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9900         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9901         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9902         a flag to `mode-line-buffer-identification'.
9904         * wl-e21.el (wl-biff-init-icons): Set icons data to
9905         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9906         instead of `wl-biff-state-indicator-off' and
9907         `wl-biff-state-indicator-on'.
9908         (wl-plugged-init-icons): Set icons data to
9909         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9910         instead of `wl-plug-state-indicator-off' and
9911         `wl-plug-state-indicator-on'.
9913 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9915         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9916         excessive titles.
9918 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9920         * wl.el (wl-plugged-mode): Use revised
9921         `wl-mode-line-buffer-identification'.
9922         (wl-plugged-init): Don't use `force-mode-line-update'.
9924         * wl-xmas.el (wl-draft-overload-functions): Use revised
9925         `wl-mode-line-buffer-identification'.
9926         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9927         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9928         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9929         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9930         `wl-make-plugged-hook';
9931         add `wl-folder-init-icons' and `wl-setup-folder' to
9932         `wl-folder-mode-hook'.
9934         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9935         19 as well.
9936         (wl-mode-line-display-priority-list): New user option.
9937         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9938         Defcustomized.
9939         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9940         Add docs.
9942         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9943         start.
9944         (wl-mode-line-buffer-identification): Revised as a function.
9946         * wl-summary.el (wl-summary-mode): Use revised
9947         `wl-mode-line-buffer-identification'; don't call
9948         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9949         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9950         `wl-xmas-setup-summary'.
9952         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9953         `wl-mode-line-buffer-identification'.
9955         * wl-mule.el (wl-draft-overload-functions): Use revised
9956         `wl-mode-line-buffer-identification'.
9958         * wl-folder.el (wl-make-plugged-alist): Don't call
9959         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9960         (wl-folder): Don't call `wl-folder-init-icons' directly.
9961         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9962         `wl-xmas-setup-folder' directly;
9963         use revised `wl-mode-line-buffer-identification'.
9964         (TopLevel): Don't bind `wl-biff-init-icons',
9965         `wl-plugged-init-icons', `wl-folder-init-icons',
9966         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9968         * wl-e21.el (wl-draft-overload-functions): Use revised
9969         `wl-mode-line-buffer-identification'.
9970         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9971         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9972         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9973         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9974         `wl-make-plugged-hook';
9975         add `wl-folder-init-icons' and `wl-setup-folder' to
9976         `wl-folder-mode-hook'.
9978 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9979             Katsumi Yamaoka    <yamaoka@jpl.org>
9981         * wl.el (wl): Call `wl-biff-start'.
9982         (wl-exit): Call `wl-biff-stop'.
9983         (wl-plugged-mode): Show biff in modeline.
9984         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9986         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9987         (wl-biff-init-icons): New function.
9988         (wl-plugged-init-icons): Don't make too much keymaps.
9989         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9991         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9992         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9993         variables.
9994         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9995         options.
9997         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9998         wl-biff-start, wl-biff-stop): New functions.
9999         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10000         (wl-biff-timer-name): New variable.
10002         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10004         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10005         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10007         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10008         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10010         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10011         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10012         `wl-folder-init-icons' to `ignore' if they are not available.
10013         (wl-folder-mode): Show biff in modeline.
10015         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10016         (wl-biff-init-icons): New function.
10017         (wl-plugged-init-icons): Don't make too much keymaps.
10018         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10020 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10022         * wl-vars.el (wl-strict-diff-folders): Customization Type
10023         and doc fix.  Define as a list of regular expressions for
10024         folders or nil.
10025         * wl-folder.el (wl-folder-check-one-entity): Use
10026         `wl-string-match-member' instead of `wl-string-member' for
10027         `wl-strict-diff-folders'.
10029 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10031         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10032         (wl-highlight-folder-current-line): Use it; new implementation.
10033         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10034         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10035         `defsubst' instead of `defun'.
10037         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10038         `wl-highlight-group-folder-by-numbers'; made it can also be a
10039         number.  See info for more details.
10041         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10042         running.
10044         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10045         to bind them.
10047         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10048         (wl-highlight-folder-current-line): New implementation.
10050         * wl-highlight.el (wl-highlight-folder-group-line): New
10051         implementation.
10052         (wl-delete-all-overlays): Rewrite as a marco.
10053         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10055         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10056         running.
10057         (wl-folder-*-glyph): No need to bind them.
10059         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10060         `wl-e21-highlight-folder-group-icon'; rewrite.
10061         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10062         `defsubst' instead of `defun'.
10063         (wl-folder-mode-map): Bind it when compiling.
10065 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10067         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10069         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10071 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10073         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10075 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10077         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10078         (wl-highlight-folder-current-line): Use it.
10080         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10081         in `id-name'.
10083 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10085         * wl.el: Require `wl-e21' when Emacs 21 is running.
10087         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10088         default when Emacs 21 is running.
10089         (wl-use-highlight-mouse-line): Ditto.
10090         (wl-on-emacs21): New constant.
10091         (wl-on-emacs20): Removed.
10093         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10094         Emacs 21 is running.
10096         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10097         Emacs 21 is running.
10099         * wl-e21.el: New file.
10101 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10103         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10104         (wl-toggle-plugged): Ditto.
10105         (wl-plugged-toggle): Ditto.
10106         (wl-plugged-toggle-all): Ditto.
10108         * wl-vars.el (wl-plug-state-indicator): Refer
10109         `wl-plug-state-indicator-on' indirectly.
10111 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10113         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10114         Call `wl-folder-confirm-existence'.
10116         * wl-folder.el (wl-folder-confirm-existence): Added optional
10117         argument `force'.
10119 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10121         * wl-summary.el (wl-summary-refile-subr): Assume
10122         `copy-or-refile' as symbol.
10123         (wl-summary-refile): Follow up above change.
10124         (wl-summary-copy): Ditto.  Doc fix.
10126 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10128         * wl-summary.el (wl-summary-pick): Don't bind
10129         `elmo-search-mime-charset'.
10131         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10132         default using old backquote style.
10133         (wl-search-mime-charset): Abolished.
10135         * wl-highlight.el (wl-highlight-headers):
10136         Call `point' after `re-search-forward'(for Nemacs).
10138         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10139         for elmo-imap4.el.
10141 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10143         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10144         `wl-message-ignored-field-list' instead of
10145         `mime-view-ignored-field-list'.
10147         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10148         Add interactive spec.
10149         (wl-folder-goto-bottom-of-current-folder): Ditto.
10150         (wl-folder-mode-map): Bind them.
10152         * wl-vars.el (wl-message-ignored-field-list): New variable.
10153         (wl-message-visible-field-list): New variable.
10155         * wl-mime.el (wl-mime-header-presentation-method): New function.
10156         (wl-mime-setup): Set header-presentation-method.
10158 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10160         * wl-nemacs.el (wl-draft-overload-functions): Set
10161         `mode-line-buffer-identification' instead of using
10162         `wl-make-modeline'.
10164         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10165         instead of using `wl-make-modeline'.
10167         * wl-xmas.el (wl-plugged-init-icons): Set up
10168         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10169         (wl-make-modeline): Abolish.
10170         (wl-draft-overload-functions): Set
10171         `mode-line-buffer-identification' instead of using
10172         `wl-make-modeline'.
10174         * wl-util.el (wl-make-modeline-subr): Abolish.
10175         (wl-mode-line-buffer-identification): New alias.
10177         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10178         (wl-summary-make-modeline): Abolish.
10179         (wl-summary-buffer-set-folder): Set
10180         `wl-summary-buffer-folder-indicator'.
10181         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10182         of using `wl-make-modeline'.
10183         (wl-summary-switch-to-clone-buffer): Don't set
10184         `mode-line-buffer-identification'.
10185         (wl-summary-goto-folder-subr): Ditto.
10187         * wl-mule.el (wl-draft-overload-functions): Set
10188         `mode-line-buffer-identification' instead of using
10189         `wl-make-modeline'.
10191         * wl-folder.el (wl-folder-mode): Set
10192         `mode-line-buffer-identification' instead of using
10193         `wl-make-modeline'.
10194         (wl-folder): Don't set `mode-line-buffer-identification'.
10196 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10198         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10199         instead of `member' for `wl-refile-guess-func-list' look-ups.
10200         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10202 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10204         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10205         `wl-message-button-dispatcher'.
10207         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10209         * wl-message.el (wl-message-button-dispatcher): Use it.
10211         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10212         "In-Reply-To".
10214         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10215         Bind `case-fold-search' to t.
10217 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10219         * wl-xmas.el (wl-message-overload-functions): Initialize
10220         `wl-message-button-map'.
10222         * wl-mule.el (wl-message-overload-functions): Initialize
10223         `wl-message-button-map'.
10225         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10227         * wl-message.el (wl-message-button-map): New keymap.
10228         (wl-message-add-button): New function.
10229         (wl-message-button-dispatcher): New function.
10230         (wl-message-button-refer-article): New function.
10232         * wl-highlight.el
10233         (wl-highlight-message-add-buttons-to-header): New function.
10234         (wl-highlight-headers): Use it.
10236 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10238         * wl-summary.el (wl-summary-default-from): Use
10239         `wl-address-get-petname-1'.
10240         (wl-summary-simple-from): Ditto.
10242         * wl-address.el (wl-address-get-petname-1): New inline function.
10243         (wl-address-get-petname): Use it.
10245 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10247         * wl-summary.el (wl-summary-default-from): Return full-name part
10248         from the address if no petname was found.
10249         (wl-summary-simple-from): Ditto.
10251         * wl-address.el (wl-address-get-petname): Return nil if no petname
10252         associated with the address was found.
10254 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10256         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10257         display is finished.
10259 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10261         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10262         `elmo-folder-exists-p' argument.
10264 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10266         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10267         the folder.
10269 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10271         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10273         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10274         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10276 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10278         * wl-folder.el (wl-folder-create-subr): New function.
10279         (wl-folder-confirm-existence): Use it.
10280         (wl-folder-check-one-entity): Use it.
10281         Check the error symbol is derived from 'elmo-open-error.
10283         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10284         `ignore-error'.
10286 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10288         * wl-util.el (toplevel): Add (eval-when-compile (require
10289         'elmo-util)).  (Maybe `provide' is typo.)
10291 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10293         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10294         (I don't know why this was needed.)
10296         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10297         Follow up changes for stream-type.
10299         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10300         (wl-draft-elmo-nntp-send): Ditto.
10302         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10303         (wl-nntp-posting-stream-type): Ditto.
10304         (wl-pop-before-smtp-ssl): Abolished.
10305         (wl-nntp-posting-ssl): Ditto.
10307         * wl-address.el (wl-address-quote-specials): New function.
10308         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10310         * wl-draft.el (wl-draft-reply): Ditto.
10312 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10314         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10315         use function `wl-string-match-assoc'.
10317 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10319         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10321         * wl-draft.el (wl-draft-deduce-address-list): New function.
10322         (wl-draft-parse-mailbox-list): Ditto.
10323         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10324         instead of `smtp-deduce-address-list'.
10325         (wl-draft-on-field-p): Follow group list.
10327         * wl-address.el (wl-address-concat-token): New function.
10328         (wl-address-string-without-group-list-contents): Ditto.
10329         (wl-complete-field-body): Fixed problem of completion
10330         by japanese petname.
10331         (wl-address-make-completion-list): Rewrite.
10333 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10335         * wl-address.el (wl-address-make-completion-list): Completion by
10336         petname.
10337         (wl-complete-field-body): Likewise.
10339 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10341         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10342         contains invalid address syntax.
10344 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10346         * wl-folder.el (wl-folder-check-entity-async): Use
10347         `elmo-nntp-spec-hostname'.
10349 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10351         * wl-summary.el (wl-summary-msgdb-load-async): Use
10352         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10354 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10356         * wl-draft.el (wl-draft-reply): Set argument
10357         `content-transfer-encoding' as nil.
10359 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10361         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10362         `wl-refile-alist'.
10364 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10366         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10367         (wl-draft-edit-string): Ditto.
10368         (wl-draft-forward): Ditto.
10369         * wl-summary.el (wl-summary-write): Ditto.
10371 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10373         * wl-summary.el (wl-summary-sync-update3): Call
10374         `wl-summary-buffer-number-column-detect'.
10375         (wl-summary-buffer-number-column-detect): Search from point-min.
10377 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10379         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10380         contains an address which is not included in original to or cc.
10382 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10384         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10385         begin-line does not exist.
10386         * wl-message.el (wl-message-uu-substring): Ditto.
10388 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10390         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10391         clear local variables.
10392         (wl-summary-exit): Call `elmo-commit'.
10393         (wl-summary-switch-to-clone-buffer): Call
10394         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10395         (wl-summary-goto-folder-subr): Ditto.
10397         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10398         POP folder.
10400 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10402         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10403         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10404         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10405         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10406         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10407         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10409         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10411 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10413         * wl-summary.el (wl-summary-search-by-subject):
10414         Search parent message from the latest one.
10416 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10418         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10419         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10421         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10422         New user option.
10424         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10425         if elmo-nntp-use-killed-list is nil.
10426         Use `elmo-msgdb-append-to-killed-list'.
10427         (Append numbers confirmed as disappeared to the killed list.)
10428         (wl-summary-confirm-appends): Don't display negative number.
10430 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10432         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10434 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10436         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10437         range is `all'.
10438         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10439         `elmo-list-bigger-diff'.
10441 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10443         * wl-summary.el (wl-summary-buffer-exit-func):
10444         New buffer local variable.
10445         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10447 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10449         * wl-demo.el (wl-demo): Fix the last change.
10451 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10453         * wl-demo.el (wl-demo): Don't use `eval'.
10455 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10457         * wl-summary.el (wl-summary-buffer-thread-modified):
10458         New buffer-local variable.
10459         (wl-summary-set-thread-modified): New function.
10460         (wl-summary-thread-modified-p): New function.
10461         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10462         (wl-summary-yank-saved-message): Use function
10463         `wl-summary-set-thread-modified'
10464         (wl-summary-switch-to-clone-buffer): Add
10465         `wl-summary-buffer-thread-modified'.
10467         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10468         (wl-summary-buffer-mark-saved-hook): Ditto.
10469         * wl-summary.el (wl-summary-msgdb-save): New hook
10470         `wl-summary-buffer-message-saved-hook' and
10471         `wl-summary-buffer-mark-saved-hook'.
10473 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10475         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10477 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10479         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10480         don't hide scroll bars under FSF Emacsen because it may incur an
10481         undesirable redrawing.
10483 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10485         * wl-draft.el (wl-draft-edit-string): Call
10486         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10488 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10490         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10492 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10494         * wl-summary.el (wl-summary-msgdb-load-async): Call
10495         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10497 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10499         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10500         fringes in demo buffer; center bitmap logo correctly even if old
10501         Mule is used.
10503 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10505         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10507         * wl-refile.el (wl-refile-subject-alist): New variable.
10508         (wl-refile-subject-alist-file-name): Ditto.
10509         (wl-refile-alist-setup): Rewrite.
10510         (wl-refile-alist-save): Use `elmo-object-save'.
10511         Eliminated arguments.
10512         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10513         (wl-refile-guess-by-subject): New function.
10514         (wl-refile-guess-func-list): Added it.
10516 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10518         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10519         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10521 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10523         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10524         New buffer-local variable.
10525         (wl-summary-buffer-next-folder-func): Ditto.
10526         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10527         if non-nil.
10528         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10529         if non-nil.
10530         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10531         if non-nil.
10532         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10533         if non-nil.
10535 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10537         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10538         permanently in the demo buffer.
10540 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10542         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10543         `mime-entity-fetch-field'.
10545         * wl.el (wl-exit): Delete plugged buffer.
10547         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10548         XEmacs has menubar feature.
10550 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10552         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10553         cannot arrive at the beginning of the buffer under old Emacsen.
10555 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10557         * wl-address.el (wl-address-ldap-search):
10558         Call `ldap-search-entries' with `withdn' argument t.
10559         (wl-complete-field-body): Bind completion-ignore-case as t.
10560         Clear ldap search hash when it was sole completion.
10561         Use elmo-string for pattern string.
10562         (wl-ldap-alias-safe-string): Eliminated needless let.
10564 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10566         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10567         (wl-ldap-alias-sep): New constant.
10568         (wl-ldap-search-attribute-type-list): Ditto.
10569         (wl-ldap-get-value): New function.
10570         (wl-ldap-make-filter): Ditto.
10571         (wl-ldap-make-matched-value-list): Ditto.
10572         (wl-ldap-alias-safe-string): Ditto.
10573         (wl-ldap-register-dn-string): Ditto.
10574         (wl-address-ldap-search): Rewrite.
10576 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10578         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10579         thread is deleted.
10580         (wl-thread-delete-line-from-buffer): Ditto.
10581         (wl-thread-get-exist-children): New function.
10583 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10585         * wl-demo.el (wl-demo): Made it to select various image types.
10586         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10587         from `wl-title-logo'.
10588         (wl-logo-ascii): New variable.
10589         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10590         (wl-demo-copyright-notice): New constant.
10592         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10594 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10596         * wl-vars.el (wl-summary-target-above): Renamed from
10597         wl-summary-temp-above.
10598         * wl-score.el (wl-score-get-score-alist): Use it.
10599         (wl-summary-score-update-all-lines): Use it.
10600         * wl-summary.el: Ditto. (make-variable-buffer-local).
10602 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10604         * wl-vars.el (wl-ldap-port): New user option.
10606         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10607         Rewite whole implementation.
10608         (wl-complete-field-body): Fixed.
10610 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10612         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10613         Choose implementation at compile time.
10615 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10617         * wl-address.el (wl-ldap-search-internal): New function.
10618         (wl-complete-field-to): Use it.
10620 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10622         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10623         Use `let' instead of `let*'.
10624         Require 'wl-vars.
10626         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10627         Define as defcustom.
10628         (wl-ldap-base): Ditto.
10629         (wl-use-ldap): Ditto.
10631 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10633         * wl-address.el (wl-ldap-search): New function.
10634         (wl-complete-field-body): Use `wl-ldap-search'.
10635         (wl-ldap-server): New variable.
10636         (wl-ldap-base): Ditto.
10637         (wl-use-ldap): Ditto.
10639 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10641         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10642         (Pointed out by Mito <mit@nines.nec.co.jp>).
10643         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10644         buffer-local variables like `wl-summary-redisplay-internal'.
10645         (wl-summary-redisplay-all-header): Likewise.  Update
10646         Summary view too.
10648 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10650         * wl-summary.el (wl-summary-jump-to-parent-message):
10651         Consider prefix argument.
10653         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10654         when closed thread is deleted.
10656 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10658         * wl-summary.el (wl-summary-jump-to-parent-message):
10659         Consider thread modification.
10661 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10663         * wl-message.el (wl-message-normal-get-original-buffer): Use
10664         `save-excursion'.
10666         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10667         (wl-summary-showto-folder-regexp): Ditto.
10669 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10671         * wl-util.el (wl-delete-alist): Doc fix.
10672         (wl-delete-associations): New function.
10673         (wl-inverse-alist): New function.
10674         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10675         Split temporary variables. Use `wl-delete-associations'
10676         and `wl-inverse-alist'.
10677         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10679 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10681         * wl-folder.el (wl-folder-prefetch-entity):
10682         Execute prefetching if new count is unknown.
10684 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10686         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10688         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10689         delete entity.
10690         (wl-thread-set-parent): If insert as top, set linked as nil.
10692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10693         `wl-thread-cleanup-symbols' when view mode is thread.
10695 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10697         * wl-folder.el (wl-folder-create-folder-entity): Use
10698         with-current-buffer.
10699         (wl-local-folder-init): Call set-buffer to make sure we are in
10700         the Folder buffer. Don't touch buffer-local variables here.
10701         (wl-folder-mode): Initialize buffer-local variables here.
10703         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10704         (wl-folder-entity-assign-id): Ditto.
10705         (wl-folder-create-entity-hashtb): Ditto.
10706         (wl-local-folder-init): Ditto.
10707         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10709 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10711         * wl-summary.el (wl-summary-default-from): Fix probrem when
10712         std11-extract-address-components return (nil "foo@bar").
10714 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10716         * wl-draft.el (wl-draft-clone-local-variables):
10717         Remove redundant `setq'.
10719 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10721         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10722         Bind wl-highlight-x-face-func as nil while highlighting header.
10724 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10726         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10728 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10730         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10731         elmo-msgdb-overview-hashtb from copy-variables.
10732         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10733         instead of `elmo-msgdb-overview-get-entity-by-number'.
10734         (wl-summary-auto-refile): Ditto.
10736         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10737         `elmo-msgdb-overview-get-entity' instead of
10738         `elmo-msgdb-search-overview-entity'.  Use
10739         `elmo-msgdb-overview-get-entity' instead of
10740         `elmo-msgdb-overview-get-entity-by-number'.
10741         (wl-thread-insert-entity-sub): Ditto.
10742         (wl-thread-insert-message): Ditto.
10744         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10745         `elmo-msgdb-overview-get-entity'.
10746         (wl-normal-message-redisplay): Ditto.
10748 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10750         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10751         `wl-thread-entities'.
10752         (wl-thread-delete-message): Fix remove top message from
10753         `wl-thread-entity-list'.
10755         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10756         wl-append(nconc), because update-list is broken on Meadow.
10758         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10759         updating process.
10760         (wl-summary-rescan): Ditto.
10761         (wl-summary-sync-update3): Ditto.
10762         * wl-thread.el (wl-thread-set-parent): Renamed from
10763         `wl-summary-set-parent'.
10764         (wl-thread-insert-message): Updating buffer faster.
10765         (wl-thread-delete-message): Updating buffer faster.
10767         * wl-score.el (wl-summary-score-update-all-lines): Changed
10768         interval for display progress gauge.
10770 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10772         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10773         folder always-sticky.
10774         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10775         defmacro.
10777 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10779         * wl-vars.el (wl-draft-add-references): New user option.
10781         * wl-draft.el (wl-draft-add-references): New function.
10782         (wl-draft-yank-from-mail-reply-buffer): Use it.
10783         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10784         as nil.
10786 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10788         * wl-thread.el (wl-thread-update-line-msgs): Called
10789         `wl-thread-update-line-on-buffer-sub'.
10790         (wl-thread-update-line-on-buffer): Delete routine of inserting
10791         thread.
10792         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10793         moved from `wl-thread-update-line-on-buffer'.
10794         Add threshold for displaying progress gauge.
10795         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10796         argument of `wl-thread-update-line-msgs'.
10797         Add threshold for displaying progress gauge.
10798         * wl-folder.el:
10799         Add threshold for displaying progress gauge.
10800         * wl-score.el: Ditto.
10802         * wl-expire.el (wl-summary-expire): Display deleting info.
10804 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10806         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10807         `no-msg'.
10808         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10809         argument of `wl-thread-update-line-msgs'.
10810         (wl-summary-set-parent): Added optional argument `parent-number'.
10811         (wl-summary-buffer-saved-message): New buffer local variable.
10812         (wl-summary-save-current-message): New command.
10813         (wl-summary-yank-saved-message): Ditto.
10814         (wl-summary-mode-map): Added key binding for
10815         `wl-summary-save-current-message' (\ew) and
10816         `wl-summary-yank-saved-message' (\C-y).
10817         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10819 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10821         * wl-summary.el (wl-summary-mode-map): Added key binding for
10822         `wl-summary-set-parent' (ts).
10824 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10826         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10827         subject faster. If thread number is reverse, delayed updating
10828         thread.
10829         (wl-summary-search-by-subject): Ditto.
10830         (wl-summary-put-alike): Ditto.
10831         (wl-summary-get-alike): Ditto.
10832         (wl-summary-insert-headers): Insert header of all overview in
10833         buffer.
10834         (wl-summary-rescan): Delayed updating thread. Kill search subject
10835         buffer for wl-summary-search-by-subject.
10836         (wl-summary-sync-update3): Ditto.
10837         (wl-summary-exit): Ditto.
10838         (wl-summary-goto-bottom-of-current-thread): Change for linked
10839         thread.
10840         (wl-summary-overview-create-summary-line): Change line for linked
10841         thread.
10843         * wl-summary.el (wl-summary-update-thread): Use
10844         wl-thread-maybe-get-children-num.
10845         (wl-summary-set-parent): If change parent, move sub thread.
10846         (wl-summary-redisplay-internal): Add horizontal recenter.
10847         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10849         * wl-thread.el (wl-thread-entity-get-linked): New function.
10850         (wl-thread-entity-set-linked): New function.
10851         (wl-thread-create-entity): Add linked element.
10852         (wl-thread-entity-insert-as-top): Use wl-append.
10853         (wl-thread-maybe-get-children-num): If closing thread, return
10854         children msgs.
10855         (wl-thread-update-line-msgs): Displaying progress message.
10856         (wl-thread-update-line-on-buffer-sub): Use
10857         wl-thread-maybe-get-children-num.
10858         (wl-thread-update-line-on-buffer): If update line is not exists,
10859         insert thread.
10860         (wl-thread-delete-message): If delete top msg of thread, search
10861         parent by subject.
10862         (wl-thread-insert-entity): Use
10863         wl-thread-maybe-get-children-num.
10865         * wl-highlight.el (wl-highlight-summary-current-line): change
10866         sregexp for linked thread.
10867         * wl-util.el (wl-count-lines): Count lines.
10868         (wl-horizontal-recenter): horizontal recenter.
10869         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10870         (wl-score-get-alike): Ditto.
10871         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10872         (wl-subject-length-limit): New variable.
10873         (wl-highlight-thread-indent-string-regexp): Changed for linked
10874         thread.
10876 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10878         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10879         New variable (revival).
10880         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10881         by subject matching if there's no in-reply-to nor references field
10882         (revival).
10885 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10887         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10888         message.
10890 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10892         * wl-summary.el (wl-summary-reply): Return t if there was a
10893         message at cursor point.
10894         Added unwind-protect.
10895         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10896         returns t.
10897         (wl-summary-cancel-message): Do nothing when there's no message at
10898         cursor point.
10899         (wl-summary-forward): Ditto.
10900         (wl-summary-jump-to-parent-message): Ditto.
10901         (wl-summary-reedit): Ditto.
10902         (wl-summary-edit-addresses): Ditto.
10903         (wl-summary-pipe-message): Ditto.
10904         (wl-summary-print-message-with-ps-print): Ditto.
10905         (wl-summary-print-message): Ditto.
10906         (wl-summary-mark-as-important): Ditto.
10907         (wl-summary-mark-as-unread): Ditto.
10909         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10910         message at cursor point.
10911         (wl-summary-reply-with-citation): Remove unwind-protect.
10913         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10914         subject searching feature.
10915         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10916         Eliminated.
10918 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10920         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10921         New variable.
10922         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10923         by subject matching if there's no in-reply-to nor references field.
10925         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10927         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10928         when display is finished.
10929         (wl-folder-open-all): Ditto.
10930         (wl-folder-update-access-group): Ditto.
10931         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10932         * wl-thread.el (wl-thread-close-all): Ditto.
10934         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10935         progress gauge only when it was displayed.
10936         * wl-folder.el (wl-folder-insert-entity): Ditto.
10938 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10940         * wl-summary.el (wl-summary-incorporate): Enclose
10941         `wl-summary-sync-force-update' with save-excursion.
10943 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10945         * wl-summary.el (wl-summary-prefetch-region):
10946         Pass current cursor point to `pos-visible-in-window-p' after
10947         moving cursor to the started point.
10949 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10951         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10953         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10954         fields from the forwarding message.
10955         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10956         `ignored-fields'.
10958 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10960         * wl-mime.el (wl-message-request-partial):
10961         Eliminated argument `msgdb'.
10962         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10963         (wl-mime-combine-message/partial-pieces): Likewise.
10964         * tm-wl.el (wl-message-request-partial): Likewise.
10965         (wl-mime-combine-message/partial-pieces): Likewise.
10967 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10969         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10970         when display is finished.
10972 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10974         * wl-summary.el (wl-summary-goto-folder-subr):
10975         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10977 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10979         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10980         when cursor point is visible.
10982 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10984         * wl-expire.el (wl-expire-archive-get-max-number):
10985         Don't use `file-name-directory'.
10987 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10989         * wl-expire.el (wl-expire-archive-get-max-number):
10990         Use `file-name-directory'.
10992 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10994         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10995         only when there is progress.
10997 2000-04-13  Mito <mit@nines.nec.co.jp>
10999         * wl-summary.el (wl-summary-sync-marks): Display progress.
11001 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11003         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11004         (wl-summary-prev): Move cursor regardless of unread status.
11005         (wl-summary-next): Ditto.
11007 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11009         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11010         Added argument `target' and `number'.
11011         * tm-wl.el (wl-summary-burst-subr): New function.
11012         (wl-summary-burst): Use it.
11014 2000-04-10  Mito <mit@nines.nec.co.jp>
11016         * wl-mime.el (wl-burst): New function.
11017         (wl-summary-burst): Use it.
11019 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11021         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11022         as petname when there's no candidate.
11024 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11026         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11027         New variable.
11028         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11030         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11032         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11034 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11036         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11037         Use substring of `original' instead of buffer-substring.
11038         (wl-refile-evaluate-rule):
11039         Set `original' argument of wl-refile-expand-newtext.
11041         * wl-summary.el
11042         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11043         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11044         (wl-summary-auto-refile): Check existence of destination folder just
11045         before marking.
11047 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11049         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11050         when wl-refile-get-field-value return nil.
11052 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11054         * wl-refile.el
11055         (wl-refile-expand-newtext): New function imported from Gnus.
11056         (wl-refile-evaluate-rule): Use it.
11058 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11060         * wl-summary.el (wl-summary-print-destination):
11061         Duplicate folder string to avoid putting text-property on
11062         original string.
11064         * wl-refile.el (wl-refile-get-field-value): New function.
11065         (wl-refile-evaluate-rule): New function;
11066         Evaluate refile rule recursively.
11067         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11068         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11069         New function; Check existence of a target folder recursively.
11070         (wl-summary-auto-refile-check-refile-rule-alist):
11071         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11073 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11075         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11077         * wl-folder.el (wl-create-folder-entity-from-buffer):
11078         Fixed problem when '}' character is contained in folder name.
11080         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11082 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11084         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11085         (wl-fldmgr-add-completion-all-completions):
11086         Use wl-fldmgr-add-completion-hashtb.
11088 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11090         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11091         wl-fldmgr-add-completion-subr): New functions.
11092         * wl-folder.el (wl-folder-completion-func): New variable.
11093         * wl-summary.el (wl-summary-read-folder):
11094         Use wl-folder-completion-func.
11096         * wl-refile.el: Eliminate throw & catch.
11098         * wl.el (wl-plugged-sending-queue-status): Fixed.
11100 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11102         * wl-draft.el (wl-draft): Put category property on
11103         mail-header-separator.