Added feature: allow email address as user name for imap.
[more-wl.git] / wl / ChangeLog
blobd329184c6bce855d112217f62d5706a0e97c3d4b
1 2008-09-05  Kenichi Okada  <okada@opaopa.org>
3         * wl-summary.el (wl-summary-buffer-folder-name)
4         (wl-draft-config-body-goto-header): Use backquote instead of quote.
5         * wl-draft.el (wl-draft-body-goto-top)
6         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
8 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
10         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
11         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
13 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15         * wl-expire.el: Fix Comentary section.
17 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
20         Require mime-parse, elmo-mime, and wl-util.
22         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
24         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
26 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28         * wl-template.el: Require elmo-util and wl-vars.
30         * wl-mime.el (wl-mime-display-header): Revert last change.
31         Remove `delete-matching-lines "^$"'.
33 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35         * wl-mime.el (wl-define-dummy-functions): Split
36         `eval-when-compile' form for avoid error; when `make
37         compile-strict.
39         * wl-util.el: Move (eval-when-compile (require 'static)).
40         * wl-dnd.el: Add (eval-when-compile (require 'static)).
41         * wl-message.el: Ditto.
43         * wl-mime.el (wl-message-delete-current-part): Use
44         `insert-buffer-substring' instead of `insert-buffer'.
45         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
46         * wl-draft.el (wl-draft-generate-clone-buffer)
47         (wl-draft-do-mime-bcc): Ditto.
49         * wl-address.el: Add (eval-when-compile (require 'cl)).
50         * wl-addrmgr.el: Ditto.
51         * wl-mime.el: Ditto.
52         * wl-util.el: Ditto.
53         * wl-score.el: Ditto.
55 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
57         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
58         `string-to-int'.
60         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
61         `string-to-int'.
63         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
64         `string-to-number' instead of `string-to-int'.
66         * wl-summary.el (wl-summary-get-list-info)
67         (wl-summary-message-number): Use `string-to-number' instead of
68         `string-to-int'.
70         * wl-score.el (wl-score-overview-entity-get-lines)
71         (wl-score-set-mark-below, wl-score-set-expunge-below)
72         (wl-summary-increase-score, wl-score-get-header-entry): Use
73         `string-to-number' instead of `string-to-int'.
75         * wl-folder.el (wl-folder-update-diff-line): Use
76         `string-to-number' instead of `string-to-int'.
78         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
79         instead of `string-to-int'.
81         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
82         instead of `string-to-int'.
84         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
85         `string-to-int'.
87 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89         * wl-util.el (wl-match-string, wl-match-buffer)
90         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
91         (wl-kill-buffers, wl-local-variable-p)
92         (wl-line-formatter-setup): New backquote style.
93         (wl-count-lines): Use quote instead of backquote.
95         * wl-summary.el (wl-summary-buffer-folder-name)
96         (wl-summary-get-alike): Use quote instead of backquote.
97         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
98         backquote style.
100         * wl-message.el (wl-message-buffer-cache-buffer-get)
101         (wl-message-buffer-cache-folder-get)
102         (wl-message-buffer-cache-message-get)
103         (wl-message-buffer-cache-entry-make)
104         (wl-message-buffer-cache-hit): New backquote style.
106         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
107         backquote.
108         (wl-folder-unread-regex, wl-folder-entity-exists-p)
109         (wl-folder-clear-entity-info)
110         (wl-folder-get-entity-info, wl-folder-set-entity-info)
111         (wl-folder-elmo-folder-cache-get)
112         (wl-folder-elmo-folder-cache-put): New backquote style.
114         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
115         (wl-fldmgr-assign-id): Ditto.
116         (wl-fldmgr-delete-line): Use quote instead of backquote.
117         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
119         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
120         (wl-draft-set-sent-message): New backquote style.
121         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
122         (wl-draft-config-body-goto-header): Use quote instead of backquote.
124 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
126         * wl-address.el (wl-address-concat-token): Fix typo.
128 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
130         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
131         (wl-score-get-alike): Ditto.
133         * wl-vars.el: New backquote style.
134         (wl-message-header-button-alist): Use quote instead of backquote.
136         * wl.el (wl-plugged-string): New backquote style.
138         * wl-address.el (wl-address-concat-token): New backquote style.
140         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
142 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
144         * wl-highlight.el (wl-highlight-folder-opened-regexp)
145         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
147         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
148         in the character alternative.
150 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
152         * Version number is increased to 2.15.6.
154 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
156         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
157         optional 3rd argument of epg-context-set-progress-callback; it was
158         temporarily removed in the Emacs trunk due to copyright problem.
159         (wl-mime-pgp-verify-region-with-epg): Ditto.
161 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
165 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
167         * wl-util.el (wl-biff-check-folders): Set biff flag.
168         (from Naoto Morishima [wl:14031])
170 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172         * wl.el (wl-plugged-server-indent): Use quote instead of
173         backquote.
175 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
177         * wl-score.el (wl-score-insert-header): Add guard for
178         `std11-unfold-string'.
179         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
180         TYPE artgument when TO or CC field.
182 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184         * wl-summary.el (wl-summary-goto-folder-subr): Call
185         `elmo-folder-close' instead of `elmo-folder-commit' if discard
186         current summary.
188 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190         * wl-util.el (wl-read-shell-commande): New function or alias.
192         * wl-summary.el (wl-summary-pipe-message): Use
193         `wl-read-shell-command' instead of `read-string'.
194         (wl-summary-target-mark-pipe): Ditto.
196 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
198         * wl-summary.el (wl-summary-reply): Fix docstring.
199         * wl-draft.el (wl-draft-reply): Ditto.
201 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203         * wl-mime.el (wl-summary-extract-attachments): New command.
204         (wl-summary-extract-attachments-1): New internal function.
206 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208         * wl-expire.el (wl-expire-folder): New function (split from
209         wl-summary-expire).
210         (wl-summary-expire): Use it. Add argument `all' instead of remove
211         `nolist'. Cause an error only if this function is calling
212         interactively.
214 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216         * wl-expire.el (wl-expire-refile): Display progress message.
217         (wl-summary-expire): Simplify.
219         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
220         unused argument `deleting-info'.
222 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224         * wl-vars.el (wl-message-popup-buffers): New user option.
226         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
227         (wl-message-delete-popup-windows): New function that substitues
228         above one.
229         (wl-mime-setup): Follow the above change.
231 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
233         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
235 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
237         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
238         "tkm" to wl-thread-spam.
240 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
242         * wl-thread.el (wl-thread-entity-insert-as-children): Use
243         wl-thread-entity-set-children.
244         (wl-thread-insert-message, wl-thread-insert-entity-sub,
245         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
246         Use wl-thread-entity-get-*.
248 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250         * wl-mime.el (wl-epg-progress-callback): New function.
251         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
252         with `elmo-with-progress-display'. Set a progress callback
253         function to epg-context.
254         (wl-mime-pgp-verify-region-with-epg): Ditto.
256 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258         * wl-util.el (wl-completing-read-multiple): Define as an alias of
259         `completing-read-multiple' if emacs-version is not less than 22.
261 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
264         change.
266 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268         * wl-summary.el (wl-summary-sync-update): Move
269         `wl-thread-update-indent-string-thread' to outside of
270         `elmo-with-progress-display'.
272 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
274         * wl-message.el (wl-message-exit): Check buffer existence.
276 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278         * wl-util.el (wl-simple-display-progress): New function.
279         (wl-display-progress-with-gauge): Ditto.
280         (wl-progress-callback-function): Ditto.
282         * wl.el (wl-init): Set `elmo-progress-callback-function' as
283         `wl-progress-callback-function'
285         * wl-vars.el (wl-display-progress-threshold): New user option.
286         (wl-display-progress-function): Ditto.
288         * Version number is increased to 2.15.5.
290 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
292         * wl-thread.el (wl-thread-close-children): New function.
293         (wl-thread-open-children): Ditto.
294         * wl-action.el (wl-summary-set-mark): Redo the last change by
295         using it.
297         * wl-action.el (wl-summary-set-mark): Undo the last change.
298         Forbid interactive call.
300 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302         * wl-mime.el (wl-define-dummy-functions): New macro.
303         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
304         `wl-mime-pgp-decrypt-region'.
305         (wl-mime-pgp-verify-region-with-epg): Renamed from
306         `wl-mime-pgp-verify-region'.
307         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
308         `wl-mime-pgp-decrypt-region'.
309         (wl-mime-pgp-verify-region-with-pgg): Renamed from
310         `wl-mime-pgp-verify-region'.
311         (wl-mime-pgp-decrypt-region): New function; To select dispatch
312         function at runtime.
313         (wl-mime-pgp-verify-region): Ditto.
315         * wl-vars.el (wl-use-pgp-module): New user option.
317 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
319         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
320         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
322 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
324         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
325         even if there are target marks only.
327 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329         * Version number is increased to 2.15.4.
331 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333         * wl-folder.el (wl-folder-check-one-entity): Simplify.
335 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
337         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
338         variable.
340 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
342         * wl-spam.el (wl-thread-test-spam): New function.
343         (wl-spam-setup): Bind "tkc".
345 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347         * wl-expire.el (wl-folder-expire-entity): Rewite without
348         `wl-summary-goto-folder-subr'.
349         (wl-folder-expire-current-entity): Don't kill summary buffer.
351 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353         * wl-folder.el (wl-folder-sync-entity): Rewrite without
354         `wl-summary-goto-folder-subr'.
355         (wl-folder-mark-as-read-all-entity): Likewise.
357         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
359 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
361         * wl-thread.el (wl-thread-force-open): Arranged.
363 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
365         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
366         from regexp.
368         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
369         (wl-read-search-condition-internal): Append them.
371 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373         * wl-vars.el (wl-additional-search-condition-fields):
374         New user option.
376         * wl-util.el (wl-search-condition-fields): New function; export
377         from `wl-read-search-condition-internal'.
378         (wl-read-search-condition-internal): Use it.
380         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
382 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384         * wl-summary.el (wl-summary-define-sort-command): New function.
385         (wl-summary-sort-by-date, wl-summary-sort-by-number)
386         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
387         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
388         define by `wl-summary-define-sort-command' at runtime.
390         * wl.el (wl-init): Call wl-summary-define-sort-command.
392 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
395         properties at the decrypting region.
397 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399         * wl-util.el (wl-find-region): New function.
401         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
402         coding system.
403         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
404         property `wl-mime-decoded-coding-system'.
405         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
406         property `wl-mime-decoded-coding-system' to encode text.
408         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
409         message.
410         (wl-mime-pgp-verify-region): Ditto.
412 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
415         buffer. Use epa-display-verify-result.
417 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
419         * wl-draft.el (wl-draft-send): Continue even if setting parent
420         flag was failed.
422 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424         * wl-message.el (wl-message-flag-indicator): Fixed the problem
425         of returning string only of parentheses.
427 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429         * wl-summary.el (wl-summary-write): Add argument `folder'.
430         (wl-summary-write-current-folder): Change argument `folder' from
431         optional to require.
432         (wl-summary-get-buffer): Return the buffer associated folder only.
434         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
435         change.
436         (wl-folder-toggle-disp-summary): Ditto.
438         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
439         current summary as parent-folder.
441 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
443         * wl-draft.el (wl-draft-reedit): Don't overwrite
444         wl-draft-parent-folder.
446 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
449         (wl-mime-pgp-verify-region): Ditto.
450         (wl-message-decrypt-pgp-nonmime): Use the above function.
451         (wl-message-verify-pgp-nonmime): Likewise.
452         (wl-mime-preview-application/pgp): Likewise.
454 2006-04-20  Kenichi Okada  <okada@opaopa.org>
456         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
457         Fix about the order of `wl-nntp-posting-port' and
458         `wl-nntp-posting-stream-type'.
459         * wl.el (wl-plugged-port-label-alist): Add smtp.
461 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463         * wl-summary.el (wl-summary-message-status): New macro.
465         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
466         (wl-summary-killed-mark): New user option.
468         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
469         API change.
470         (wl-thread-insert-entity-sub): Ditto.
471         (wl-thread-recover-messages): New command.
473         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
474         Don't call `wl-highlight-summary-current-line' directly.
475         (wl-summary-buffer-attach): Connect to signal `status-changed'
476         instead of `cache-changed'.
477         (wl-summary-buffer-detach): Follow the above change.
478         (wl-summary-detect-mark-position): Follow the API change.
479         (wl-summary-rescan-message): Ditto.
480         (wl-summary-insert-sequential): Ditto.
481         (wl-summary-update-thread): Ditto.
482         (wl-summary-message-mark): Ditto.
483         (wl-summary-persistent-mark): Ditto.
484         (wl-summary-create-line): Ditto.
485         (wl-summary-prefetch-region-no-mark): Call
486         `wl-summary-persistent-mark' with number.
487         (wl-summary-recover-messages-region): New command.
488         (wl-summary-target-mark-recover): Ditto.
489         (wl-summary-recover-message): Ditto.
490         (wl-summary-persistent-mark-string): Add argument `status' instead
491         of remove arguments `flags' and `cached'.  Treat killed status.
492         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
494         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
495         (wl-highlight-summary-line-face-spec): Treat killed status.
496         (wl-highlight-summary-line-string): Follow the API change.
497         (wl-highlight-summary-current-line): Ditto.
499         * Version number is increased to 2.15.3.
501 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
504         of symbolp to test whether the condition is function.
506 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
508         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
509         to nil.
511 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513         * wl-summary.el (wl-summary-buffer-message-ring): New internal
514         variable.
515         (wl-summary-buffer-last-displayed-msg): Abolish.
516         (wl-summary-push-message): New function.
517         (wl-summary-pop-message): Ditto.
518         (wl-summary-goto-folder-subr): Reset
519         `wl-summary-buffer-message-ring'.
520         (wl-summary-pop-to-last-message): New command.
521         (wl-summary-goto-last-displayed-msg): Call
522         wl-summary-pop-to-last-message if optional argument is non-nil or
523         the last command is itself.
524         (wl-summary-redisplay-internal): Push last message number into
525         `wl-summary-buffer-message-ring'.
527         * wl-vars.el (wl-summary-message-ring-max): New user option.
529 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
532         from `wl-draft-reply').
533         (wl-draft-reply): Use it.
534         (wl-draft-find-reply-headers): Avoid compile warning.
536 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
538         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
540 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542         * wl-message.el (wl-message-flag-indicator): New function.
543         (wl-message-redisplay): Use it.
545 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
547         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
549 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
552         instead of `read-event'.
554         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
556         * wl-mule.el (wl-read-event-char): Ditto.
558         * wl-e21.el (wl-read-event-char): Ditto.
560 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
562         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
564 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566         * wl-vars.el (wl-draft-send-confirm-type): New user option.
568         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
570         * wl-draft.el (wl-draft-send-confirm): Confirmation by
571         `wl-draft-send-confirm-type'
573 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
575         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
576         Avoid error when the buffer name is already used.
578 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
580         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
581         the change of elmo-nmz -> elmo-search.
582         (wl-highlight-summary-line-help-echo-alist): Ditto.
583         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
584         (wl-nmz-folder-icon): Define as obsolete.
585         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
586         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
588 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590         * wl-summary.el (wl-summary-get-list-info): Rewrite with
591         `elmo-find-list-match-value'
593 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
595         * wl-summary.el (wl-summary-get-list-info): Optimize.
596         Use List-Id and List-Post also.
598 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
602 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
604         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
606 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608         * wl-util.el (wl-completing-read-multiple-1): New internal function.
609         (wl-completing-read-multiple-2): Ditto.
610         (wl-completing-read-multiple): Define use above functions.
612         * wl-summary.el (wl-summary-sort): Removed the workaround for a
613         bug of `completing-read-multiple' about default value.
615         * wl-xmas.el (wl-completing-read-multiple): Removed.
617         * wl-mule.el (wl-completing-read-multiple): Ditto.
619         * wl-e21.el (wl-completing-read-multiple): Ditto.
621 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623         * wl-util.el (wl-filter-associations): New function.
625         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
626         (wl-spam-ignored-folder-list): Ditto.
627         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
628         (wl-spam-string-member-p): New function.
629         (wl-spam-domain): Use it.
630         (wl-spam-split-numbers): New function.
631         (wl-spam-apply-partitions): Ditto.
632         (wl-spam-register-spam-messages): Use `folder' instead of
633         `wl-summary-buffer-elmo-folder'.
634         (wl-spam-register-good-messages): Ditto.
635         (wl-summary-exec-action-spam): Decide a domain by real folder of
636         message.
637         (wl-summary-exec-action-refile-with-register): Likewise.
639 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641         * wl-e21.el (wl-e21-find-image): New function.
642         (wl-e21-setup-toolbar): Use it instead of `find-image'.
643         (wl-e21-highlight-folder-group-line): Ditto.
644         (wl-folder-init-icons): Ditto.
645         (wl-plugged-init-icons): Ditto.
646         (wl-biff-init-icons): Ditto.
648 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
651         (wl-inhibit-save-drafts): New internal variable.
652         (wl-disable-auto-save): Ditto.
653         (wl-save-drafts): Treat above variables.
654         (wl-auto-save-drafts): New function.
655         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
656         `wl-stop-save-drafts'.
657         (wl-start-save-drafts): New function.
658         (wl-stop-save-drafts): Ditto.
659         (wl-set-auto-save-draft): New command.
661         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
662         `wl-set-save-drafts'.
664 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
667         `make-local-variable' instead of `make-variable-buffer-local'.
669 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
671         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
673 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
675         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
677 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
680         of working buffer.
682 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
686         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
687         value into recipients; Bind `wl-draft-remove-group-list-contents'
688         as nil.
690 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692         * wl-summary.el (wl-summary-sort): Fixed the last change.
694         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
695         (wl-summary-sort-messages): Ditto.
696         (wl-summary-rescan): Use it.
697         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
698         `completing-read'; Append candidates for reverse order.
700 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702         * Version number is increased to 2.15.2.
704 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
706         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
707         "Smaller".
708         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
710 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
712         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
714 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716         * wl-vars.el (wl-draft-additional-header-alist): Add into the
717         customize group `wl-draft'.
718         (wl-draft-add-in-reply-to): Move customize group from `wl' to
719         `wl-draft'.
720         (wl-draft-add-references): Ditto.
722         * wl-action.el (wl-summary-print-argument): Rename argument from
723         `folder' to `data'.
725 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727         * wl-summary.el (wl-summary-rescan-message): Call
728         `wl-thread-cleanup-symbols' before insert thread.
730 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732         * wl.el (wl-init): Set `elmo-get-folder-function' as
733         `wl-folder-make-elmo-folder'.
735         * wl-spam.el (wl-summary-exec-action-spam): Use
736         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
738         * wl-folder.el (wl-folder-make-elmo-folder): New function.
739         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
740         `elmo-make-folder'.
741         (wl-folder-get-elmo-folder): Ditto.
742         (wl-folder-create-subr): Simplify.
744 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
748 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
751         contents in message buffer instead of original buffer. If optional
752         argument specified, ask coding system for encode.
754 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
756         * wl-spam.el (wl-summary-test-spam-region): New function.
757         (wl-spam-setup): Bind "rkc".
759 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
761         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
763 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
765         * wl-spam.el (wl-summary-test-spam): Fix typo.
766         (wl-message-check-spam): Ditto.
768 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770         * wl-summary.el (wl-summary-default-from): Simplify.
772 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774         * wl-action.el (wl-summary-exec-action-refile): Simplify.
775         (wl-summary-exec-action-copy): Ditto.
776         (wl-summary-auto-refile): Check existence of temporary mark.
778 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780         * wl-summary.el (wl-summary-create-line): Use
781         `elmo-time-to-datevec'.
783         * wl-expire.el (wl-expire-archive-date): Ditto.
784         (wl-expire-localdir-date): Ditto.
786         * wl-util.el (wl-day-number): Abolish.
788         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
789         of `wl-day-number'.
790         (wl-score-followup): Ditto.
791         (wl-score-add-followups): Ditto.
792         (wl-score-get-latest-msgs): Ditto.
793         (wl-score-get-header-entry): Ditto.
794         (wl-score-edit-insert-date): Ditto.
796 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
799         `elmo-message-entity-field' with 2nd argument `type'.
801 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
803         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
805 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807         * wl-thread.el (wl-thread-delete-message): Delete descendant
808         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
810 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
812         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
814 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
816         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
817         `Access folder'.
819 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821         * wl-vars.el (wl-access-folder-icon): New user option.
823         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
824         `Access folder'.
826 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828         * wl-summary.el (wl-summary-buffer-set-folder): Use
829         `wl-folder-mime-charset'.
831         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
832         `mime-charset'.
833         (wl-folder-get-elmo-folder): Ditto.
834         (wl-folder-mime-charset): New function.
836 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838         * wl-util.el (wl-parse-addresses): Define alias of
839         `elmo-parse-addresses' (move to `elmo-util.el').
841         * wl-summary.el (wl-summary-default-from): Follow the API change.
842         (wl-summary-overview-entity-compare-by-date): Ditto.
843         (wl-summary-overview-entity-compare-by-from): Ditto.
844         (wl-summary-get-list-info): Get value of `ml-info' field from
845         entity at first.
846         (wl-summary-rescan-message): Treat prefix argument.
847         (wl-summary-prefetch-msg): Follow the API change.
848         (wl-summary-search-by-subject): Ditto.
849         (wl-summary-insert-thread): Ditto.
850         (wl-summary-line-subject): Ditto.
851         (wl-summary-line-from): Ditto.
852         (wl-summary-create-line): Ditto.
853         (wl-summary-print-message-with-ps-print): Ditto.
855         * wl-score.el (wl-score-ov-entity-get): Ditto.
856         (wl-score-followup): Ditto.
857         (wl-score-add-followups): Use `elmo-message-entity-field' instead
858         of `car'.
859         (wl-score-get-latest-msgs): Follow the API change.
860         (wl-score-get-header): Ditto.
862         * wl-refile.el (wl-refile-learn): Ditto.
863         (wl-refile-subject-learn): Ditto.
864         (wl-refile-get-field-value): Ditto.
865         (wl-refile-guess-by-history): Ditto.
866         (wl-refile-guess-by-subject): Ditto.
868         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
870         * wl-expire.el (wl-expire-date-p): Removed.
871         (wl-expire-archive-date): Follow the API change.
872         (wl-expire-localdir-date): Ditto.
873         (wl-summary-expire): Ditto.
875         * Version number is increased to 2.15.1.
877 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
879         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
880         group is access or not (it is not strict, like wl-fldmgr-rename).
882 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
884         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
885         duplicate call of `wl-summary-print-argument' on the wrong line.
887 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
890         even if argument `number' is nil.
891         (wl-summary-insert-line): Print action argument if current message
892         has it.
894 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
897         (wl-draft-reply): Ditto.
898         (wl-draft): Add optional argument `parent-number' and call
899         `wl-draft-create-buffer' with it.
900         (wl-draft-create-buffer): Add optional argument
901         `parent-number'. Set wl-draft-parent-number as it.
903 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
905         * wl-folder.el (wl-folder-set-persistent-mark): If summary
906         buffer is not for given folder, don't use it.
908 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
910         * Version number is increased to 2.15.0.
912 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
916         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
917         (wl-highlight-get-face-by-name): New internal function.
918         (wl-highlight-summary-line-face-spec): Use it and fixed.
920 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922         * wl-summary.el (wl-summary-sync-update): Use
923         `elmo-message-entity-field' instead of `car' to get message-id
924         from overview entity.
926         * wl-summary.el (wl-summary-rescan-message): Call
927         `wl-highlight-summary-displaying' when displaying a message.
929 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
931         * wl-draft.el (wl-draft-config-info-filename): Extracted from
932         `wl-draft-config-info-operation'.
933         (wl-draft-buffer-change-number): New function.
934         (wl-draft-rename-saved-config): Ditto.
935         * wl.el (wl-init): Connect slot for message-number-changed.
936         (toplevel): Add autoload for wl-draft-rename-saved-config.
938 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
940         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
941         `update-overview'
942         (wl-summary-buffer-detach): Disconnect from it.
943         (wl-summary-rescan-message): Use command.
945         * wl-message.el (wl-message-buffer-display): Use
946         `with-current-buffer' instead of `save-excursion'.
948 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
950         * wl-mime.el (wl-draft-preview-attributes-list): Protect
951         wl-draft-preview-attributes-list from distraction.
953 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
955         * wl-summary.el (wl-summary-sync-update): Sort the return value of
956         `elmo-list-diff'.
958 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960         * wl-summary.el
961         (wl-summary-edit-addresses-collect-candidate-fields): Use
962         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
964         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
965         instead of `elmo-set-work-buf'.
967         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
968         (wl-address-make-address-list): Ditto.
970         * Version number is increased to 2.13.3.
972 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
975         user option.
977         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
978         argument `5'.
980         * wl-message.el (wl-message-display-no-merge-p): New function.
981         (wl-message-buffer-display): Check whether the message is
982         reassembled and follow the API change.
984 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
987         multibyte on working buffer and removed unnecessary
988         `buffer-disable-undo'.
990 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992         * wl-util.el (wl-read-search-condition-internal): Fixed the last
993         change.
995 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
997         * wl-util.el (wl-read-search-condition-internal): Protect
998         elmo-global-flags from distraction.
1000 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1004         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1005         (wl-summary-event-handler): Ditto.
1006         (wl-summary-update-persistent-mark-on-event): New
1007         function (renamed from `elmo-event-handler-flag-changed').
1008         (wl-summary-buffer-attach): New function.
1009         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1010         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1011         instead of `elmo-folder-add-handler'.
1013         * Version number is increased to 2.13.2.
1015 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1017         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1018         and "\177" to the `wl-news-previous-page'.
1019         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1020         (wl-news-previous-page): New function.
1022 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1025         instead of `write-region' and simplify.
1027 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029         * wl-template.el (wl-template-select): Cause error if
1030         `wl-template-alist' is nil.
1032 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1034         * wl-news.el.in: Set file variable `no-byte-compile'.
1036 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1039         whether a target message is within displaying area.
1040         (elmo-event-handler-cache-changed): Ditto.
1042 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1044         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1045         to `defun'.  Use `nconc' instead of `append' to collect descendant
1046         message numbers.
1048 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1050         * wl-thread.el (wl-thread-save-top-list)
1051         (wl-thread-save-entities): Use `with-temp-buffer'.
1052         * wl-news.el.in (wl-news-previous-version-load):
1053         (wl-news-previous-version-save): Ditto.
1054         * wl-summary.el (wl-summary-load-file-object)
1055         (wl-summary-save-view-cache): Ditto.
1057 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059         * wl-util.el (toplevel): Require 'elmo-flag'.
1060         (wl-read-search-condition): New function (Renamed from
1061         `elmo-read-search-condition').
1062         (wl-read-search-condition-internal): Likewise.
1064         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1065         invalid.
1066         (wl-summary-pick): Use `wl-read-search-condition' instead of
1067         `elmo-read-search-condition'.
1068         (wl-summary-virtual): Ditto.
1070         * wl-folder.el (wl-folder-virtual): Ditto.
1071         (wl-folder-pick): Ditto.
1073         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1075 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077         * wl-summary.el (wl-summary-reedit): Call
1078         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1080 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082         * wl-mime.el (toplevel): Require wl-vars.
1084         * wl-message.el (toplevel): Require cl at compile.
1086         * wl-draft.el (toplevel): Require elmo.
1088 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1091         and do nothing when it is not positive.
1092         (wl-message-buffer-prefetch-next): Ditto.
1094 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1097         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1098         (wl-summary-redisplay-internal): Ditto.
1100         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1101         message (the condition is borrowed from `wl-check-variables-2').
1102         (wl-summary-redisplay-internal): Ditto.
1104 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106         * wl-mime.el (wl-draft-nntp-attribute): New function.
1107         (wl-draft-attribute-nntp-posting-server): Use it.
1108         (wl-draft-attribute-nntp-posting-port): Ditto.
1110         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1111         (wl-draft-show-attributes-buffer): Ditto.
1112         (wl-draft-hide-attributes-buffer): Ditto.
1113         (wl-draft-attribute-newsgroups): Ditto.
1114         (wl-draft-attribute-nntp-posting-server): Ditto.
1115         (wl-draft-attribute-nntp-posting-port): Ditto.
1116         (wl-draft-preview-message): Use there functions.
1118         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1119         value.
1121 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1124         (wl-draft-reedit): Ditto.
1125         (wl-draft-queue-flush): Ditto.
1127         * wl-mime.el (wl-message-request-partial): Ditto.
1128         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1129         instead of `elmo-message-fetch'.
1131         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1133         * wl-summary.el (wl-summary-message-string): Ditto.
1135 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137         * wl-util.el (wl-current-message-buffer): Follow the API change.
1139         * wl-summary.el (wl-summary-redisplay-internal): Call
1140         `wl-summary-mark-as-read' with 2nd argument as nil and update
1141         unread count instead of persistent mark.
1143         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1144         variable.
1145         (wl-message-redisplay): Follow the API change.
1146         (wl-message-buffer-display): Managed mime-entity directly and
1147         return preview buffer only.
1148         (wl-message-display-internal): Rewrite.
1149         (wl-message-buffer-prefetch-subr): Not save return value of
1150         `wl-message-buffer-display'.
1152         * Version number is increased to 2.13.1.
1154 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1157         'elmo-multiple-fields-body-list' with boundary specified.
1159 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1161         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1162         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1163         cache if `wl-summary-resend-use-cache' is non-nil.
1165 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1167         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1168         (wl-nntp-posting-stream-type): Ditto.
1170 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1172         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1174 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1176         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1177         message.
1179 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1182         Abolish.
1183         (wl-summary-buffer-persistent-mark-version): New internal
1184         variable.
1185         (wl-summary-update-mark-and-highlight-window): Check by
1186         wl-summary-persistent-mark-invalid-p.
1187         (wl-summary-update-status-marks): Ditto.
1188         (elmo-event-handler-flag-changed): Rewrite.
1189         (elmo-event-handler-cache-changed): Define.
1190         (wl-summary-prefetch-msg): Does not update persistent mark here.
1191         (wl-summary-delete-cache): Ditto.
1192         (wl-summary-resume-cache-status): Ditto.
1193         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1194         (wl-summary-persistent-mark-invalid-p): New function.
1195         (wl-summary-validate-persistent-mark): Ditto.
1196         (wl-summary-validate-persistent-mark-string): Ditto.
1197         (wl-summary-invalidate-persistent-mark): Ditto.
1198         (wl-summary-update-persistent-mark): Call
1199         `wl-summary-validate-persistent-mark'.
1200         (wl-summary-create-line): Call
1201         `wl-summary-validate-persistent-mark-string'.
1203         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1204         status as t if cache used.
1206 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1208         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1209         only if the target is group.
1210         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1212 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1214         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1216 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1218         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1220         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1222 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1224         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1225         (Thanks to Yoichi NAKAYAMA).
1227 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229         * wl-util.el (wl-save-drafts): Restore echo area.
1231 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1233         * Version number is increased to 2.13.0.
1235         * wl-util.el (wl-biff-check-folder-async): Use
1236         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1238 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240         * wl-message.el (wl-message-display-internal): Does not put
1241         wl-message-display-type property on message buffer.
1242         (wl-message-buffer-display-type): New function.
1244         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1246         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1247         `wl-summary-buffer-detach'.
1248         (wl-summary-message-display-type): Use
1249         `wl-summary-buffer-display-type'.
1251 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1253         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1254         buffer-local.
1256         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1257         kill-buffer-hook instead of make-local-variable.
1258         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1260 2004-12-12  Scott Renfro <scott@renfro.org>
1262         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1263         regex for square-branket.
1265 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1268         `wl-message-mime-analysis-p' with argument `header'.
1270 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1272         * wl-mime.el (wl-draft-yank-current-message-entity): 
1273         Switch to no-mime following method according to wl-message-display-type
1274         property.
1275         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1277         * wl-message.el (wl-message-display-internal): 
1278         Put wl-message-display-type property on message buffer.
1280         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1281         (wl-message-display-internal): Ditto;
1283         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1285 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287         * wl-message.el (wl-message-make-display-type): New function.
1288         (wl-message-display-type-property): Ditto.
1289         (wl-message-mime-analysys-p): Ditto.
1290         (wl-message-display-all-header-p): Ditto.
1291         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1292         added `display-type'.
1293         (wl-message-buffer-display): Likewise.
1294         (wl-message-display-internal): Likewise.
1295         (wl-message-buffer-display-type): Abolish.
1296         (wl-message-buffer-prefetch-subr): Follow the API changed.
1298         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1299         from wl-summary-buffer-display-all-header and changed default value.
1300         (wl-summary-message-display-type): New function.
1301         (wl-summary-buffer-display-mime-mode): Ditto.
1302         (wl-summary-buffer-display-header-mode): Ditto.
1303         (wl-summary-toggle-mime): Rewrite with above functions.
1304         (wl-summary-toggle-all-header): Ditto.
1305         (wl-summary-redisplay): Force redisplay with default mode.
1306         (wl-summary-redisplay-internal): Renamed argument from `mode',
1307         `all-header' to `mime-mode', `header-mode'.
1308         Use `wl-message-make-display-type'.
1310         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1311         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1313 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1315         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1317 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1319         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1320         in original message buffer.
1321         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1322         buffer.
1324 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1328 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1332 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1334         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1335         when actions succeeded.
1336         (wl-summary-exec-action-copy): Likewise.
1338 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1341         there is switch-to-buffer at the end of wl-message-select-buffer.
1342         (wl-summary-reply): Ditto.
1344 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346         * wl-summary.el (wl-summary-forward): Put subject in original
1347         message buffer as argument of wl-draft-forward.
1348         * wl-draft.el (wl-draft-forward): Decode subject as in
1349         wl-draft-reply.
1351 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1353         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1354         a folder under access group.
1356 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1358         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1359         wl-message-buffer-display.
1361         * wl-util.el (wl-set-save-drafts): Fix typo.
1363 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1365         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1366         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1367         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1368         the way to measure the width of a bitmap image; don't put face on
1369         ascii and bitmap images; put the mark which should not use the
1370         variable-pitch face on ascii and bitmap images.
1371         (wl-demo-setup-properties): Don't use the variable-pitch face on
1372         ascii and bitmap images; made it work on Emacs 20 and earlier.
1373         (wl-demo-insert-text): End with a newline at the bottom; don't put
1374         face on text.
1376         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1378 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1380         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1382         * wl-util.el (wl-save-drafts): Moved from sample setting.
1383         (wl-set-save-drafts): New function to set idle timer.
1384         * wl-draft.el (wl-draft): Call it.
1385         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1387 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1389         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1390         a summary which has toggle display status off.
1392 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394         * wl-draft.el (wl-draft-do-fcc): No cache save.
1396 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1398         * wl-summary.el (elmo-event-handler-flag-changed): Use
1399         `set-buffer' instead of `with-current-buffer'.
1401 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403         * wl-summary.el (wl-summary-after-resize-function): New function.
1404         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1405         window-size-change-functions.
1407 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409         * wl-draft.el (wl-draft-create-buffer): Bind
1410         `change-major-mode-hook' after current buffer is changed.
1412         * wl-summary.el (wl-summary-buffer-detach): New function.
1413         (wl-summary-buffer-set-folder): Call it.
1414         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1415         change-major-mode-hook and kill-buffer-hook.
1416         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1417         (wl-summary-switch-to-clone-buffer): Ditto.
1418         (wl-summary-goto-folder-subr): Ditto.
1420 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1422         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1423         after boundp check.
1425 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1428         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1429         for `kill-buffer'.
1431         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1432         handler of current buffer from elmo-folder.
1434 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1438 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1441         variable.
1442         (wl-summary-event-handler): New class.
1443         (elmo-event-handler-flag-changed): Define to update persistent
1444         mark.
1445         (wl-summary-buffer-set-folder): Register event handler to
1446         elmo-folder.
1447         (wl-summary-exit): Unregister event handler.
1448         (wl-summary-goto-folder-subr): Ditto.
1449         (wl-summary-mark-as-read-all): Does not call
1450         `wl-summary-update-persistent-mark' directly.
1451         (wl-summary-mark-as-read-internal): Ditto.
1452         (wl-summary-set-persistent-mark-internal): Ditto.
1453         (wl-summary-set-flags-internal): Ditto.
1455         * Version number is increased to 2.11.33.
1457 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1459         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1460         to nil.
1462 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464         * wl-spam.el (wl-spam-setup): Add hook
1465         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1466         instead of `wl-summary-prepare-hook'.
1468         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1469         if folder type is `'flag'.
1470         (wl-summary-mark-as-important): Ditto.
1472 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474         * wl-address.el (wl-address-minibuffer-history): New variable.
1475         (wl-address-minibuffer-local-map): New keymap.
1476         (wl-address-read-from-minibuffer): New function.
1478         * wl-action.el (wl-summary-get-resend-address): Use
1479         `wl-address-read-from-minibuffer' instead of `completing-read'.
1481 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483         * Version number is increased to 2.11.32.
1485 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1488         without mule to iso-8859-1.
1489         (wl-draft-add-in-reply-to): Add note in description.
1490         (wl-draft-add-references): Ditto.
1492 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1494         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1495         definition for `m'.
1496         (wl-summary-mode-line-format): Add '[%m]'.
1497         (wl-message-mode-line-format-spec-alist): Ditto.
1498         (wl-summary-display-mime-mode-list): New variable.
1500         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1501         from wl-summary-buffer-display-as-is.
1502         (wl-summary-buffer-display-all-header): New buffer local variable.
1503         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1504         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1505         instead of wl-summary-buffer-display-as-is.
1506         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1507         (wl-summary-set-persistent-mark): Ditto.
1508         (wl-summary-set-message-buffer-or-redisplay): Just call
1509         `wl-summary-redisplay-internal' without optional arguments.
1510         (wl-summary-toggle-mime): Rewrite.
1511         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1512         (wl-summary-toggle-all-header): New function.
1513         (wl-summary-redisplay-internal): Treat mime mode.
1515         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1516         to wl-mime-preview-follow-no-mime.
1517         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1518         accodring to the display-mode.
1520         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1521         (wl-message-buffer-display): Changed argument name from `as-is' to
1522         `mode'.
1523         (wl-message-display-internal): Ditto;
1524         Bind elmo-mime-display-header-analysis according to the mode.
1525         (wl-message-display-internal): Put wl-message-display-mime-mode
1526         property on entire buffer.
1528 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1530         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1532 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1534         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1535         Don't extract mail address.
1536         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1538         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1540         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1542 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1545         wl-fldmgr-cut-entity-list on confirmation.
1547 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1550         (wl-mime-quit-preview): Check existence of
1551         mime-edit-temp-message-buffer here.
1553 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1556         after deletion.
1558         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1559         before calling wl-mime-quit-preview.
1561 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563         * wl-summary.el (wl-summary-pick): If call it with prefix
1564         argument, set `delete-marks' as non-nil. Pick from only visible
1565         messages.
1566         (wl-summary-check-target-mark): New function.
1567         (wl-summary-target-mark-mark-as-read): Use it.
1568         (wl-summary-target-mark-mark-as-unread): Ditto.
1569         (wl-summary-target-mark-operation): Ditto.
1570         (wl-summary-target-mark-set-flags): Ditto.
1571         (wl-summary-target-mark-save): Ditto.
1572         (wl-summary-target-mark-pick): Ditto.
1573         (wl-summary-target-mark-forward): Ditto.
1574         (wl-summary-target-mark-reply-with-citation): Ditto.
1575         (wl-summary-target-mark-print): Ditto.
1576         (wl-summary-target-mark-uudecode): Ditto.
1578         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1579         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1580         with `ask-coding' is non-nil.
1582 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584         * wl-thread.el (wl-thread-set-parent): If parent is a message
1585         which is identified by references, set linked as nil.
1587 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1589         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1590         (wl-message-mode-line-format-spec-alist): Ditto.
1591         (wl-message-mode-line-format): Ditto.
1592         (wl-summary-mode-line-format): Ditto for docstring.
1593         (wl-summary-no-mime-folder-list): Fix typo.
1595         * wl-util.el (wl-current-message-buffer): Call
1596         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1598         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1599         variable.
1600         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1601         of `wl-summary-redisplay-no-mime'.
1602         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1603         (wl-summary-toggle-mime): New function.
1604         (wl-summary-redisplay-all-header): Rewrite.
1605         (wl-summary-redisplay-no-mime): Ditto.
1606         (wl-summary-redisplay-internal): Added argument `as-is' and
1607         `all-header'.
1609         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1610         New variable.
1611         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1612         bottom.
1613         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1614         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1615         "/" unconditionally.
1617         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1618         wl-mime-preview-follow-no-mime for as-is content.
1619         (wl-mime-preview-follow-no-mime): New function.
1620         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1622         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1623         and added `as-is', `all-header'.
1624         (wl-message-buffer-display): Ditto.
1625         (wl-message-buffer-display-type): New function.
1627 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1629         * wl-vars.el (wl-message-header-button-alist): Change default
1630         value.
1631         (wl-message-body-button-alist): Ditto.
1633 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1637 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1639         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1641 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1643         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1644         is always true.
1646 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1649         on null entity.
1651 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1655 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657         * wl-vars.el (wl-summary-resend-hook): New hook.
1659         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1660         `wl-summary-resend-hook'.
1662 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1664         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1665         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1666         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1667         (wl-summary-new-cached-mark): Changed default value to 'n'.
1668         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1669         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1670         (wl-folder-sync-range-alist): Remove spec for 'flag.
1671         (wl-summary-force-prefetch-folder-list): New user option.
1673         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1674         `wl-summary-toggle-persistent-mark'.
1675         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1676         number is nil.
1677         (wl-summary-mark-as-answered-region): Set interactive argument of
1678         `wl-summary-set-persistent-mark-internal'.
1679         (wl-summary-mark-as-important-region): Ditto.
1680         (wl-summary-unset-persistent-mark): Ditto.
1681         (wl-summary-set-persistent-mark): Ditto.
1682         (wl-summary-mark-as-answered): Ditto.
1683         (wl-summary-mark-as-important): Ditto.
1684         (wl-summary-set-persistent-mark-internal): Do nothing
1685         when `elmo-message-flag-available-p' is nil.
1686         (wl-summary-toggle-persistent-mark): New function.
1687         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1688         when the folder matches `wl-summary-force-prefetch-folder-list'.
1691         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1692         when number is nil.
1693         (wl-highlight-summary-forwarded-face): New face.
1695 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1697         * Version number is increased to 2.11.31.
1699 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1702         (wl-biff-check-folder-async): Ditto.
1703         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1705 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1707         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1708         Add an argument `reverse'.  All callers are updated.
1709         (wl-summary-sort): Add a prefix argument `reverse' to specify
1710         reverse sorting.
1711         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1712         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1713         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1715 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717         * wl-message.el (wl-message-redisplay): Does not narrow header if
1718         disply-type is all-header or as-is.
1720         * wl-summary.el (wl-summary-enter-handler): Use
1721         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1723 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1726         after adding wl-draft-parent-variables.
1727         (wl-draft-forward): Ditto.
1729 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1731         * wl-summary.el (wl-summary-sync-marks): Call
1732         `wl-summary-set-persistent-mark' and
1733         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1734         (wl-summary-set-persistent-mark-internal): Add 4th argument
1735         `no-server'.
1736         (wl-summary-unset-persistent-mark): Ditto.
1737         (wl-summary-set-persistent-mark): Ditto.
1738         (wl-summary-add-flags-internal): Abolish.
1739         (wl-summary-remove-flags-internal): Ditto.
1740         (wl-summary-mark-as-important-internal): Ditto.
1741         (wl-summary-mark-as-important): Use
1742         `wl-summary-set-persistent-mark' instead of
1743         `wl-summary-add-flags-internal'.
1744         (wl-summary-mark-as-important-region): Ditto.
1746         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1748         * wl-summary.el (wl-summary-get-available-flags): New function.
1749         (wl-summary-sync-marks): Use it and simplified.
1750         (wl-summary-unset-persistent-mark): Use
1751         `wl-summary-get-available-flags'.
1752         (wl-summary-set-persistent-mark): Ditto.
1754 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1756         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1757         id.
1759 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1761         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1762         number, call `wl-summary-prev-line-content'. Show message when the
1763         message is not found.
1765 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1767         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1768         wl-summary-enter-handler.
1769         (wl-summary-enter-handler): New command.
1771         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1772         docstring and custom spec.
1774         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1775         flags too; Don't treat Cached and New.
1776         (wl-summary-set-persistent-mark): Ditto.
1778         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1779         `wl-folder-set-flag'.
1781         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1782         instead of `wl-folder-set-flag'.
1784         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1785         for completion.
1786         (wl-summary-set-persistent-mark): Ditto.
1788         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1789         instead of `wl-draft-quit-preview'.
1791         * wl-mime.el (toplevel): Avoid compile warning.
1792         (wl-mime-quit-preview): New function
1793         (formarly defined as `wl-draft-quit-preview').
1794         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1795         quitting method.
1797         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1799         * wl-folder.el (wl-folder-set-flag): Renamed from
1800         `wl-draft-set-flag-on-parent'.
1802         * wl-draft.el (wl-draft-quit-preview): New function.
1803         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1804         (wl-draft-send): Call `wl-folder-set-flag' instead of
1805         `wl-draft-set-flag-on-parent'.
1806         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1808 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1810         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1811         (wl-draft-send): Ditto.
1813 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1815         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1816         (wl-draft-kill-pre-hook): Set default value as nil.
1817         (wl-summary-reply-hook): Ditto.
1818         (wl-draft-kill-flags): Abolish.
1820         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1821         (wl-draft-parent-variables): Renamed from
1822         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1823         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1824         argument; Add wl-draft-parent-variables to
1825         wl-draft-config-variables.
1826         (wl-draft-reply): Likewise.
1827         (wl-draft-kill-flags): Abolish.
1828         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1829         (wl-draft-set-flag-on-parent): New function.
1830         (wl-draft-setup-parent-flag): Ditto.
1832 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1834         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1835         `wl-draft-parent-folder' is "".
1837 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1839         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1840         (wl-summary-digit-jump): New function.
1841         (Adviced by John Owens and Hiroya Murata)
1843         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1844         (Adviced by John Owens)
1846         * wl-xmas.el (wl-message-define-keymap): Ditto.
1848         * wl-mule.el (wl-message-define-keymap): Ditto.
1850 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1853         change of return value of elmo-folder-count-flags.
1855         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1856         (wl-summary-mark-as-read-internal): Ditto.
1857         (wl-summary-set-persistent-mark-internal): Ditto.
1858         (wl-summary-folder-info-update): Ditto.
1859         (wl-summary-sync-update): Fixed the last change.
1861         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1863 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1865         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1866         (wl-draft-kill-flags): Fixed docstring.
1868         * wl-draft.el (wl-draft-kill-flags): New function.
1869         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1871 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1873         * wl-vars.el (wl-reply-hook): Abolish.
1874         (wl-draft-reply-hook): New hook.
1875         (wl-summary-reply-hook): Ditto.
1876         (wl-draft-forward-hook): Ditto.
1877         (wl-summary-forward-hook): Ditto.
1878         (wl-draft-kill-flags): New variable.
1880         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1881         wl-summary-set-persistent-mark-internal.
1882         (wl-summary-sync-marks): Use elmo-preserved-flags.
1883         (wl-summary-update-persistent-mark): Make it interactive.
1884         (wl-summary-set-persistent-mark-internal): New inline function.
1885         (wl-summary-mark-as-answered): Use it.
1886         (wl-summary-mark-as-unanswered): Ditto.
1887         (wl-summary-unset-persistent-mark): New function.
1888         (wl-summary-set-persistent-mark): Ditto.
1889         (wl-summary-reply): Don't set answered flag;
1890         Run wl-summary-reply-hook instead.
1891         (wl-summary-forward): Call wl-draft-forward with number.
1892         Run wl-summary-forward-hook.
1894         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1895         (wl-highlight-summary-line-face-spec): Use it as a default
1896         persistent mark face.
1898         * wl-draft.el (wl-draft-forward): Added optional argument number;
1899         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1900         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1901         (wl-draft-kill): Use wl-draft-kill-flags.
1903         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1905         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1906         of return value of elmo-folder-count-flags.
1908         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1910         * wl-summary.el (wl-summary-count-unread): Ditto.
1911         (wl-summary-sync-update): Follow the change above.
1912         (wl-summary-force-prefetch): New function.
1914 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1916         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1917         variable `buf' with `let' instead of `setq'.
1919 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1922         add Content-Disposition heaeder on the deleted part.
1924 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926         * wl-draft.el (wl-draft-save): Encode address list under edit by
1927         `eword-encode-unstructured-field-body'.
1929         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1931 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1933         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1934         wl-current-summary-buffer.
1936 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1938         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1939         `numbers' is ignored.
1941 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1943         * wl-folder.el (wl-folder-open-folder): Avoid error.
1944         Reported by John Owens, [wl-en:815]
1946         * wl.el (wl): Set timer for biff process even if prefix argument
1947         is given or auto-checking is quitted.
1949         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1950         immediately.
1951         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1952         (wl-toggle-plugged): Ditto.
1954         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1955         * wl-util.el (wl-biff-start): Use idle timer if
1956         `wl-biff-use-idle-timer' is non-nil.
1958 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960         * wl-highlight.el (wl-highlight-message): Fix description.
1962 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1964         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1965         tty.
1967 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969         * wl-action.el (wl-summary-exec): Print failure count.
1971 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1973         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1974         to `defun', remove interactive form.
1975         Set elmo-message-fetch-confirm when force-reload is non-nil.
1977 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979         * wl-summary.el (toplevel): Removed unnecessary autoload.
1981 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1983         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1984         the buffer is generated from another message buffer.
1986 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1989         extracted from `wl-fldmgr-save-folders'.
1990         (wl-fldmgr-delete): Call it after deletion.
1992 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1994         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1995         multi-tty support.
1997 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1999         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2001 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2003         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2004         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2006 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2008         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2009         unsubscribe list only if argument CLEAR is nil.
2011 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013         * wl-draft.el (wl-draft-reply): Decode subject before removing
2014         Re: prefix.
2016 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2018         * wl-summary.el (wl-summary-sort-by-size): New command.
2020 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2022         * wl-summary.el (wl-summary-number-list-from-region): New
2023         function.
2024         (wl-summary-mark-as-read-region): Use it.
2025         (wl-summary-mark-as-unread-region): Ditto.
2026         (wl-summary-set-flags-region): Ditto and add optional argument
2027         remove.
2028         (wl-summary-mark-as-answered-region): Ditto.
2029         (wl-summary-mark-as-important-region): Ditto.
2030         (wl-summary-target-mark-mark-as-important): Added optional
2031         argument remove.
2032         (wl-summary-target-mark-mark-as-answered): Ditto.
2033         (wl-summary-target-mark-set-flags): Ditto.
2035 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037         * wl-summary.el (wl-summary-set-flags-region): Call
2038         `wl-summary-set-flags-internal' with number list instead of call
2039         one by each message.
2040         (wl-summary-target-mark-set-flags): Likewise.
2042 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2045         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2046         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2047         (wl-summary-target-mark-mark-as-answered): Likewise.
2049 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051         * wl-summary.el (wl-summary-target-mark-forward): Use
2052         `wl-summary-delete-all-target-marks' instead of
2053         `wl-summary-delete-all-temp-marks'.
2054         (wl-summary-target-mark-reply-with-citation): Ditto.
2055         (wl-summary-target-mark-uudecode): Ditto.
2056         (wl-summary-target-mark-set-flags): Ditto and remove needless
2057         cursor move.
2059 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061         * wl-summary.el (wl-summary-target-mark-forward): Protect
2062         wl-summary-buffer-target-mark-list from nreverse.
2063         (wl-summary-target-mark-reply-with-citation): Ditto.
2065 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2068         `elmo-display-progress-threshold'.
2070 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2073         check `wl-summary-highlight'.
2074         (wl-summary-window-scroll-functions): Respect value of
2075         `wl-summary-highlight'.
2076         (wl-summary-sync-update): Run hooks
2077         `wl-summary-buffer-window-scroll-functions' at any time.
2079 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2082         from `wl-summary-cleanup-temp-marks'.
2083         (wl-summary-cleanup-temp-marks): Abolish argument.
2084         * wl.el (wl-save-status): Revert previous change.
2085         (wl-execute-temp-marks): New function, call
2086         `wl-summary-exec-with-confirmation'.
2087         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2088         (wl-folder-save-and-exec-marks): Abolished.
2090 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092         * wl-e21.el (wl-e21-display-image-p): Respect
2093         `wl-highlight-folder-with-icon'.
2094         (wl-e21-highlight-folder-group-line): Highlight mouse line
2095         even if wl-e21-display-image-p is nil.
2097         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2098         Respect value of `wl-summary-highlight'.
2100         * wl.el (wl-save-status): Remove unused variable.
2102         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2103         (wl-folder-mode-map): Bind it to "x".
2105 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2109         * wl-thread.el (wl-thread-get-parent-list): Don't check
2110         disconnected ancestors, neglecting needless work in
2111         `wl-thread-update-indent-string-thread'.
2113         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2114         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2115         argument, add argument default-keep to keep marks by default.
2117         * Version number is increased to 2.11.30.
2119         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2120         customization type and docstring.
2121         (wl-draft-reply-without-argument-list): Ditto.
2123 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2125         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2127         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2129 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2133 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2136         save-excursion so as not to include run-hooks.
2138 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2141         Clarify that marks are going to be cleared.
2143 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2146         according to 3rd element of wl-summary-flag-mark.
2148         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2150 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152         * wl-action.el (wl-summary-target-mark-all): Don't set
2153         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2155 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2158         (wl-forward-subject-prefix): Ditto.
2159         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2160         (wl-draft-reply-make-subject): Ditto.
2162         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2163         `wl-draft-forward'.
2164         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2166 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2169         target message does not exist.
2171 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2173         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2174         `wl-subject-prefix-regexp'.
2175         (wl-subject-forward-prefix-regexp): New variable.
2176         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2177         `wl-draft-strip-subject-re' and take regexp as argument.
2178         (wl-draft-forward): Use it.
2179         (wl-draft-reply): Ditto.
2181 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2183         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2184         emacs multi-tty support.
2186 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2188         * wl-e21.el (wl-e21-display-image-p): Don't call
2189         `display-images-p'.
2190         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2191         support.
2192         (wl-highlight-folder-current-line): Ditto.
2193         (wl-folder-init-icons): Ditto.
2195 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2198         the last line of summary in unplugged mode.
2200 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2202         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2204 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2206         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2207         * wl-address.el (wl-address-user-mail-address-p): Use it.
2208         (wl-address-delete-user-mail-addresses): Ditto.
2209         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2211         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2212         (wl-address-delete-user-mail-addresses): Ditto.
2214         * wl-address.el (wl-address-delete-user-mail-addresses): New
2215         function.
2216         * wl-refile.el (wl-refile-guess-by-history): Use it.
2217         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2218         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2220         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2221         use wl-address-user-mail-address-p.
2223 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2225         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2226         after opening group.
2228 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2231         of elmo-set-buffer-multibyte.
2233         * wl-message.el (wl-original-message-mode): Ditto.
2235         * wl-score.el (wl-score-insert-header): Ditto.
2237         * wl-summary.el
2238         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2239         (wl-summary-goto-folder-subr): Ditto.
2240         (wl-summary-insert-headers): Ditto.
2242         * wl-util.el (wl-set-string-width): Ditto.
2244         * Version number is increased to 2.11.29.
2246 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2249         (wl-highlight-summary-line-help-echo-alist): New variable.
2250         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2251         into `wl-highlight-summary-line-help-echo' and
2252         `wl-highlight-flag-folder-help-echo'.
2253         (wl-highlight-summary-line-string): Change accordingly.
2254         (wl-highlight-summary-current-line): Ditto.
2256 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2259         at the beginning of field body (Thanks to Markus Knittig).
2261         * wl-draft.el (wl-draft-insert-current-message): Also check
2262         summary buffer, remove unnecessary tag.
2264 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2267         when wl-message-buffer is nil.
2269         * wl-folder.el (wl-folder): Abolish unused argument.
2270         Call wl-folder-init when wl-folder-entity is nil.
2271         * wl.el (wl): Change accordingly.
2273 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2276         multibyte string before insert into draft buffer.
2277         (wl-draft-create-buffer): Always enable multibyte characters for
2278         draft buffer.
2280         * Version number is increased to 2.11.28.
2282 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284         * wl-folder.el (wl-folder-open-close): Handle blank line.
2285         (wl-folder-jump-to-current-entity): Ditto.
2287 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289         * Version number is increased to 2.11.27.
2291 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293         * wl-thread.el (wl-thread-insert-message): When the thread is
2294         devided by wl-summary-max-thread-depth, insert line at the end of
2295         buffer.
2297 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299         * Version number is increased to 2.11.26.
2301 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2305 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2308         value of stream-type and session.
2310 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312         * Version number is increased to 2.11.25.
2314 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2316         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2317         in a quit message.
2319 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2322         (wl-summary-redisplay-no-mime-internal): Ditto.
2324 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2327         * wl-vars.el (wl-smtp-connection-type): Ditto.
2329 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2331         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2332         for the separator line and quote mail-header-separator.
2334 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2337         result message.
2339         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2340         `elmo-multiple-fields-body-list' with boundary as
2341         mail-header-separator.
2343 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2347 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2349         * wl-util.el (wl-list-diff): Remove unused function.
2351         * wl-draft.el (wl-draft-send-confirm): Discard input before
2352         confirmation.
2354 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2357         order of flag and new.
2359 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2361         * wl-vars.el (wl-refile-policy-alist): Abolished.
2363         * wl-action.el (wl-summary-set-action-refile): Follow the change
2364         above.
2366 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2368         * wl-highlight.el (wl-highlight-signature-search): Don't use
2369         re-search-backward for a long word since it is possible to crash
2370         XEmacs because of a bug.
2372 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2374         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2376 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2378         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2379         argument for wl-summary-sync-force-update.
2381 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2383         * wl-summary.el (wl-summary-mode-map): Revival of
2384         wl-summary-mark-as-important related bindings;
2385         Bind 'F','tF','mF','rF','m&'.
2386         (wl-summary-mark-as-important-region): Revival.
2387         (wl-summary-target-mark-mark-as-important): Ditto.
2388         (wl-summary-target-mark-operation): New function.
2389         (wl-summary-target-mark-mark-as-answered): Use it.
2390         (wl-summary-decide-flag): Don't set Important as default.
2391         (wl-summary-mark-as-important-internal): Revival.
2392         (wl-summary-mark-as-important): Ditto.
2394         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2396         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2397         instead of facep.
2399 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2401         * wl-dnd.el (wl-dnd-drop-func): Fix.
2403         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2404         mouse-set-point instead of posn-point.
2406         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2408         * wl-mule.el (wl-completing-read-multiple): Ditto.
2410 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412         * wl-demo.el (face-background-name): Defalias to avoid compile
2413         warning.
2415 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2417         * wl-summary.el (wl-summary-decide-flag): Use
2418         wl-completing-read-multiple instead of completing-read-multiple.
2420         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2421         New alias.
2423         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2424         Use face-background-name instead of face-background.
2426         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2428         * wl-summary.el (wl-summary-save): Use it.
2429         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2431         * wl-mime.el (wl-mime-save-content): Fix last change.
2433 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2435         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2436         New function.
2437         (wl-summary-sort-specs): Added sort.
2438         * wl-mime.el (wl-mime-save-content): Expand file name.
2440 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2442         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2444         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2446 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2449         for flag if it is not defined.
2451 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2453         * wl-e21.el (wl-highlight-folder-current-line): Use
2454         elmo-folder-type-internal when elmo-folder-type returns nil.
2456         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2458         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2460         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2462         * wl-e21.el (wl-summary-toolbar): Ditto.
2464         * wl-vars.el (wl-demo-background-color): Abolished.
2465         (wl-summary-persistent-mark-priority-list): Renamed from
2466         wl-summary-flag-priority-list.
2467         (wl-summary-flag-alist): New user option.
2468         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2469         (wl-message-mode-line-format-spec-alist): Added 'F'.
2470         (wl-message-mode-line-format): Likewise.
2471         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2472         instead of wl-summary-important-mark.
2473         (wl-file-folder-icon): New variable.
2475         * wl-thread.el (wl-thread-set-flags): Renamed from
2476         wl-thread-mark-as-important.
2478         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2479         warning.
2480         (wl-summary-mode-menu-spec): Follow the change of 
2481         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2482         (wl-summary-mode-map): Follow the change of
2483         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2484         (wl-summary-detect-mark-position): Follow the variable name change.
2485         (wl-summary-set-flags-region): New function for the replacement of
2486         wl-summary-mark-as-important-region.
2487         (wl-summary-sync-marks): Sync all global-flags.
2488         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2489         instead of elmo-message-flagged-p.
2490         (wl-summary-persistent-mark-string): Follow the variable name change;
2491         Put wl-summary-flag-mark if the message has global-flag.
2492         (wl-summary-target-mark-set-flags): Renamed from 
2493         wl-summary-target-mark-mark-as-important.
2494         (wl-summary-decide-flag): New function.
2495         (wl-summary-set-flags-internal): Renamed from
2496         wl-summary-mark-as-important-internal.
2497         (wl-summary-add-flags-internal): New function.
2498         (wl-summary-remove-flags-internal): Ditto.
2499         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2500         (wl-summary-mark-as-unimportant): Abolish.
2501         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2502         (wl-summary-next-message): List flagged messages in the msgdb.
2504         * wl-score.el (wl-summary-score-update-all-lines): Use
2505         wl-summary-add-flags-internal instead of 
2507         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2509         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2510         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2511         (wl-message-buffer-require-all-header): Renamed from
2512         wl-message-buffer-all-header-flag (Ditto).
2513         (wl-message-buffer-flag-indicator): New variable.
2514         (wl-message-redisplay): Changed local varibale name from `flag' to
2515         `display-type'; Set up wl-message-buffer-flag-indicator.
2516         (wl-message-buffer-display): Changed varibale name from `flag' to
2517         `display-type'.
2518         (wl-message-display-internal): Likewise.
2520         * wl-highlight.el (wl-highlight-demo-face): Define default background
2521         color.
2522         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2524         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2526         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2527         (wl-demo-setup-properties): Renamed from
2528         `wl-demo-set-background-color'.
2529         (wl-demo): Follow the change above.
2530         
2531         * Version number is increased to 2.11.24.
2533 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535         * wl-summary.el (wl-summary-toggle-thread): Call
2536         `wl-summary-rescan' with disable-thread as non-nil.
2537         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2539 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2541         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2542         foreground property of the face.
2543         (wl-demo-insert-text): Don't set up face property here.
2544         (wl-demo): Call wl-demo-set-background-color, anyway.
2546 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2548         * wl-vars.el (wl-demo-background-color): The value can be nil.
2550 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2552         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2553         to wl-summary-wheel-dispatcher.
2555         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2556         wl-message-wheel-dispatcher.
2557         (wl-message-wheel-dispatcher): New function.
2558         (wl-summary-wheel-dispatcher): Ditto.
2560 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2562         * wl-action.el (wl-summary-target-mark-all): List messages which are
2563         not in the killed-list.
2565         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2566         only when the folder is 'flag/important.
2568         * wl-address.el (wl-complete-field-body): Complete if the last
2569         character is a space.
2571 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2573         * wl-folder.el (wl-folder-clear-entity-info): Use
2574         elmo-clear-hash-val.
2576         * wl-fldmgr.el (wl-fldmgr-rename): Set
2577         wl-folder-info-alist-modified as t.
2579 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2581         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2583 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2586         (wl-folder-buffer-last-visited-entity-id): New buffer local
2587         variable.
2588         (wl-folder-revisit-last-visited-folder): New function.
2589         (wl-folder-mode-map): Bind it to "C-i".
2590         (wl-folder-set-current-entity-id): Set last visited folder.
2591         * wl-summary.el (wl-summary-exit): Ditto.
2593 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2595         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2596         before calling `recenter' in order to cope with an XEmacs bug.
2598 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2600         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2601         to the default value.
2603 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2606         change.
2607         (wl-summary-sync-marks): Ditto.
2608         (wl-summary-mark-as-read-internal): Ditto.
2609         (wl-summary-mark-as-answered-internal): Ditto.
2610         (wl-summary-mark-as-important-internal): Ditto.
2611         (wl-summary-reply): Ditto.
2613         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2614         instead of `elmo-folder-unflag-answered'.
2616         * Version number is increased to 2.11.23.
2618         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2619         the last change.
2621 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2623         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2624         Specify "spam" or "good".
2626 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2628         * wl-spam.el (wl-summary-exec-action-spam): Call
2629         wl-folder-confirm-existence for spam folder.
2630         (wl-spam-setup): Bind "mk".
2632 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2636 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2638         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2639         destination folder is empty.
2641 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2643         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2644         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2646         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2647         (wl-summary-refile-prev-destination-region): New function.
2648         (wl-thread-refile-prev-destination): Ditto.
2649         (wl-summary-target-mark-refile-prev-destination): Ditto.
2651 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2653         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2654         (wl-demo-background-color): Changed default value.
2656         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2657         color.
2659         * wl-demo.el (wl-demo-set-background-color): New function.
2660         (wl-demo): Call it.
2662 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2664         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2665         * wl-address.el (wl-address-add-or-change): Don't add empty
2666         address.
2668 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2670         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2672 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2674         * wl-vars.el (wl-demo-image-filter-alist): New variable
2675         (wl-demo-background-color): Ditto.
2677         * wl-demo.el (wl-demo-xpm-set-background): New function.
2678         (wl-demo-image-filter): Ditto.
2679         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2681         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2683         * wl-demo.el (wl-demo-icon-name): Define as function.
2684         (wl-demo-insert-image): Use it.
2686 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2688         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2690 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2692         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2694 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2696         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2698 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2700         * wl-thread.el (wl-thread-mark-as-answered): New function.
2702         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2703         answered" entry.
2704         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2705         "r&" and wl-thread-mark-as-answered to "t&".
2706         (wl-summary-mark-as-important-region): Refine to toggle mark.
2707         (wl-summary-mark-as-answered-region): New function.
2708         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2709         and 3rd argument.
2710         (wl-summary-mark-as-important-internal): Likewise.
2712 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714         * wl-template.el (wl-template-preview): New internal variable.
2715         (wl-template-preview-p): New function.
2716         (wl-template-show): Bind `wl-template-preview' as t.
2718 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2721         `elmo-message-entity-field' with 3rd argument which is non-nil.
2723 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2725         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2726         Removed duplicate local bind `folder'.
2728 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2732 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2735         duplicate definition.
2737 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2739         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2740         non-nil, use it; Don't fetch message if there's no message in the
2741         current cursor position.
2743 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2745         * wl-util.el (wl-region-exists-p): Use region-active-p.
2746         (wl-deactivate-region): New function.
2747         * wl-message.el (wl-message-redisplay): Deactivate region.
2749         * wl-summary.el (wl-summary-reply): Call
2750         `wl-summary-set-message-buffer-or-redisplay' instead of
2751         `wl-summary-redisplay-internal', don't move point.
2753 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2755         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2756         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2757         by regexp.
2759 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2761         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2762         if no need.
2764 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2766         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2767         default value to nil.
2768         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2769         `wl-summary-prepare-hook'; Replace refile action to
2770         `wl-summary-exec-action-refile-with-register'.
2772         * Version number is increased to 2.11.22.
2774 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776         * wl-summary.el (wl-summary-detect-mark-position): Set
2777         `wl-summary-buffer-weekday-name-lang'.
2779 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2781         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2782         (wl-summary-mark-as-read-all): Ditto.
2783         (wl-summary-delete-messages-on-buffer): Ditto.
2784         (wl-summary-sync-update): Ditto.
2785         (wl-summary-mark-as-read-internal): Ditto.
2786         (wl-summary-mark-as-answered-internal): Ditto.
2787         (wl-summary-update-folder-info): Abolished.
2789 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791         * wl-summary.el (wl-summary-mark-as-read-all): Use
2792         `wl-summary-update-folder-info' instead of
2793         `wl-folder-update-unread'.
2795 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2797         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2798         `wl-summary-folder-info-update'.
2799         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2800         instead of `wl-summary-folder-info-update'.
2801         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2802         `wl-folder-set-folder-updated'.
2803         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2804         instead of `wl-folder-update-unread'.
2805         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2806         the value of `wl-summary-buffer-unread-count' for the second parameter of
2807         `wl-folder-update-unread'.
2809         * Version number is increased to 2.11.21.
2811 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2813         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2814         a local variable.
2816 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2819         interactively.
2821         * wl-summary.el (wl-summary-mark-as-important-internal): New
2822         internal function.
2823         (wl-summary-mark-as-important): Use it.
2824         (wl-summary-mark-as-unimportant): New function.
2825         (wl-summary-sync-marks): Follow the API change.
2827         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2829         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2831 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2833         * wl-folder.el (wl-folder-update-unread): Re-indent.
2834         Narrow the scope of a local variable.
2836 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2839         (wl-addrmgr-merge-entries): Ditto.
2840         (wl-addrmgr): Added to address entry which exists in draft buffer
2841         if no entry is in original.
2843 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2845         * wl-batch.el: New file.
2847 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2849         * wl-vars.el (wl-use-semi): Remove unused variable.
2851 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2853         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2854         "?".
2856 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2859         wl-summary-new-mark.
2860         (wl-summary-new-cached-mark): New user option.
2861         (wl-summary-score-marks): Follow the change above.
2862         (wl-summary-auto-refile-skip-marks): Ditto.
2863         (wl-summary-incorporate-marks): Ditto.
2864         (wl-summary-expire-reserve-marks): Ditto.
2866         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2868         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2869         (wl-summary-persistent-mark-string): Distinguished between cached
2870         and uncached mark when the message is new.
2872 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874         * wl-spam.el (wl-spam-domain): Renamed from
2875         `wl-spam-folder-guess-domain'.
2876         (wl-summary-exec-action-spam): Register as spam if domain of the
2877         source folder is good.
2878         (wl-summary-exec-action-refile-with-register): Register message if
2879         domain of the source folder is not undecided.
2881 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2884         detect thread loop.
2886 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2889         and wl-summary-skip-mark-list.
2891 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2893         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2895         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2897         * wl-spam.el (toplevel): Require wl-highlight.
2898         (wl-spam-auto-check-policy-alist): Abolish.
2899         (wl-spam-auto-check-folder-regexp-list): New user option.
2900         (wl-spam-auto-check-marks): Ditto.
2901         (wl-spam-mark-action-list): Ditto.
2902         (wl-highlight-summary-spam-face): New face.
2903         (wl-spam-auto-check-message-p): New function.
2904         (wl-spam-map-spam-messages): Fixed message.
2905         (wl-spam-register-spam-messages): Ditto.
2906         (wl-spam-register-good-messages): Ditto.
2907         (wl-summary-spam-map): Add and remove keybind.
2908         (wl-summary-target-mark-spam): Abolish.
2909         (wl-summary-refile-spam): Ditto.
2910         (wl-summary-test-spam): New function.
2911         (wl-summary-mark-spam): Ditto.
2912         (wl-summary-auto-check-spam): Follow the above change.
2913         (wl-summary-exec-action-spam): New function.
2914         (wl-summary-exec-action-refile-with-register): Fixed message.
2915         (wl-message-check-spam): New function.
2916         (wl-spam-setup): Ditto.
2917         (toplevel): Call it if this file is loaded interactivity.
2919         * Version number is increased to 2.11.20.
2921 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2924         when new optional argument `force' is non nil or modified.
2926 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928         * wl.el (toplevel): Require wl-spam when compile.
2929         (wl-save-status): Call wl-spam-save-status.
2931         * wl-spam.el (wl-spam-register-spam-messages): New function.
2932         (wl-spam-register-good-messages): Ditto.
2933         (wl-spam-save-status): Ditto.
2934         (wl-summary-mode-map): Bind
2935         wl-summary-target-mark-register-as-spam to "ms" and
2936         wl-summary-target-mark-register-as-good to "mn".
2937         (wl-summary-register-as-spam): Abolish optional argument; Use
2938         wl-spam-register-spam-messages.
2939         (wl-summary-register-as-spam-all): Use
2940         wl-spam-register-spam-messages.
2941         (wl-summary-register-as-good): Abolish optional argument; Use
2942         wl-spam-register-good-messages.
2943         (wl-summary-register-as-good-all): Use
2944         wl-spam-register-good-messages.
2945         (wl-summary-target-mark-register-as-spam): New funtion.
2946         (wl-summary-target-mark-register-as-good): Ditto.
2948 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950         * wl-spam.el: New file.
2952 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2956         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2957         (wl-summary-auto-refile): Call wl-refile-guess with
2958         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2960 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2963         with disable-thread argument non-nil.
2965 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967         * wl-summary.el (wl-summary-rescan): Added optional argument
2968         disable-thread.
2969         (wl-summary-sync): Call wl-summary-rescan with argument
2970         disable-thread.
2971         (wl-summary-input-range): Added new range `rescan-thread'.
2973 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2975         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2977 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2979         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2980         internal variable.
2981         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2982         wl-summary-search-parent-by-subject-regexp and
2983         wl-summary-divide-thread-when-subject-changed as nil.
2984         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2985         (wl-summary-insert-thread): Search parent entity from
2986         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2987         thread loop.
2989 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2991         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2993         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2995         * wl-util.el (wl-require-update-all-folder-p): New function.
2996         (wl-get-assoc-list-value): Added `function' to match directive.
2997         (wl-collect-draft): Rewrite.
2999         * wl-summary.el (wl-summary-sync-update): Clear faces
3000         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3001         are non-nil.
3002         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3003         argument as function.
3004         (wl-summary-input-range): Ditto.
3006         * wl-folder.el (wl-draft-get-folder): New function.
3007         (wl-folder-get-elmo-folder): Consider draft folder.
3009         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3010         (wl-draft-buffer-message-number): New buffer local variable.
3011         (wl-draft-folder-internal): New internal variable.
3012         (wl-draft-delete): Rewrite.
3013         (wl-draft-save): Ditto.
3014         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3015         wl-folder-get-elmo-folder.
3016         (wl-draft-config-info-operation): Ditto.
3017         (wl-jump-to-draft-folder): Ditto.
3018         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3019         (wl-draft-reedit): Rewrite.
3021         * Version number is increased to 2.11.19.
3022         
3023 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3025         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3026         variable.
3028 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3031         Use ignore-errors instead of unwind-protect.
3033 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3035         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3036         for updating `wl-thread-entity-list'.
3038 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3040         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3041         parameter from calling `wl-thread-entity-get-older-brothers' and
3042         `wl-thread-entity-get-younger-brothers'.
3043         Replace nested `append' with a single one.
3045 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047         * wl-summary.el (wl-summary-mode): Don't use the return value of
3048         `make-local-hook'.
3050 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3052         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3053         instead of `let*'.
3054         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3055         of local variables.
3057 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3060         Renamed from wl-summary-window-scroll-functions.
3061         (wl-summary-window-scroll-functions): Don't set to variable.
3062         (wl-summary-display-top): Use run-hooks.
3063         (wl-summary-display-bottom): Ditto.
3064         (wl-summary-toggle-disp-msg): Ditto.
3065         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3066         Use it instead of wl-summary-window-scroll-functions.
3067         (wl-summary-goto-folder-subr): Don't call
3068         wl-summary-window-scroll-functions, use
3069         wl-summary-buffer-window-scroll-functions instead.
3071 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3074         make-local-variable.
3076 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3078         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3079         set-buffer-modified-p.
3080         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3081         (wl-summary-display-bottom): Ditto.
3082         (wl-summary-toggle-disp-msg): Ditto.
3084 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3088         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3089         (wl-summary-forward): Use elmo-message-entity-field instead of
3090         elmo-message-field.
3092         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3094 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096         * wl-summary.el (wl-summary-window-scroll-functions): No use
3097         `append'.
3099 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3101         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3102         function.
3103         (wl-summary-window-scroll-functions): Call it when both
3104         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3105         (wl-summary-temp-mark): Added optional argument number.
3106         (wl-summary-message-mark): Added optional argument flag.
3107         (wl-summary-persistent-mark): Added optional argument number and flag.
3108         (wl-summary-update-persistent-mark): Ditto.
3109         (wl-summary-update-status-marks): Set "r" for interactive spec.
3111         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3112         argument number and flag.
3114         * wl-action.el (wl-summary-registered-temp-mark): 
3115         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3117 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3120         internal variable (buffer local).
3121         (wl-summary-window-scroll-functions): New function.
3122         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3123         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3124         as nil.
3125         (wl-summary-update-status-marks): Added arguments beg, end and
3126         check.
3127         (wl-summary-update-mark-window): Use function.
3128         (wl-summary-sync-update): Follow the change above.
3129         (wl-summary-switch-to-clone-buffer): Copy
3130         wl-summary-buffer-unsync-mark-number-list.
3131         (wl-summary-goto-folder-subr): Set
3132         wl-summary-buffer-unsync-mark-number-list and
3133         use wl-summary-window-scroll-functions instead of
3134         wl-summary-lazy-highlight.
3136         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3138 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3142         * wl-summary.el (wl-summary-update-persistent-mark): Call
3143         wl-summary-set-message-modified.
3145         * wl-summary.el (wl-summary-sync-update): Don't call
3146         wl-summary-update-status-marks.
3148         * Version number is increased to 2.11.18.
3150 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3152         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3153         (wl-message-next-page): Ditto.
3155 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3157         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3158         local variable.  Change the order of a collected list into the
3159         same as the specified range.  Remove nil from a collected list.
3161 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3164         argument for elmo-folder-list-messages.
3166 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3168         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3169         change (wl-summary-count-unreads return a list instead of a cons
3170         cell).
3172 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3174         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3175         `wl-summary-folder-info-update'.
3177 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179         * wl-summary.el (wl-summary-set-message-modified): No use
3180         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3181         (wl-summary-set-mark-modified): Abolish.
3182         (wl-summary-mark-modified-p): Ditto.
3183         (wl-summary-save-view): Follow the change above.
3185         * wl-expire.el (wl-summary-expire): Likewise.
3187 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3189         * wl-summary.el (wl-summary-detect-mark-position): Use
3190         modb-entity-handler.
3191         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3193         * Version number is increased to 2.11.17.
3195 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3197         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3198         entity field value.
3199         (wl-summary-prefetch-msg): Ditto.
3200         (wl-summary-print-message-with-ps-print): Ditto.
3202 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3204         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3205         for dummy entity.
3206         (wl-summary-insert-thread): Use elmo-message-entity-field.
3207         (wl-summary-update-thread): Use elmo-message-entity-field and
3208         elmo-message-entity-number.
3209         (wl-summary-line-number):  Use elmo-message-entity-number.
3210         (wl-summary-line-size): Use elmo-message-entity-field.
3211         (wl-summary-line-subject): Ditto.
3212         (wl-summary-line-from): Ditto.
3213         (wl-summary-line-attached): Ditto.
3214         (wl-summary-create-line): Ditto.
3215         (wl-summary-create-line): Use elmo-message-entity-number.
3216         (wl-summary-print-message-with-ps-print): Use
3217         elmo-message-entity-field.
3219 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3221         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3222         change in elmo-msgdb-make-message-entity.
3223         (wl-summary-buffer-set-folder): Don't call
3224         wl-summary-detect-mark-position here.
3225         (wl-summary-rescan): Call elmo-message-entity-number.
3226         (wl-summary-sync-update): Ditto.
3227         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3229         * wl-score.el (wl-score-header-index): Redefine 2th element.
3230         (wl-score-overview-entity-get-extra): Abolish.
3231         (wl-score-ov-entity-get): Rewrite.
3232         (wl-score-string-index<, wl-score-string-func<): Abolish.
3233         (wl-score-string<): New function.
3234         (wl-score-string-sort): Use it.
3236         * wl-refile.el (wl-refile-guess-by-history): Use
3237         elmo-message-entity-field.
3238         (wl-refile-guess-by-from): Ditto.
3239         (wl-refile-guess-by-msgid): Ditto.
3241         * Version number is increased to 2.11.16.
3243 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3245         * wl-folder.el (wl-folder-confirm-existence): Don't call
3246         file-exists-p if msgdb-path is nil.
3247         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3248         `wl-read-folder-hist' to `wl-read-folder-history'.
3250 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3252         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3253         `y-or-n-p'.
3255 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3257         * wl-score.el (wl-score-headers): Don't use
3258         elmo-folder-do-each-message-entity.
3260         * Version number is increased to 2.11.15.
3262 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3264         * wl-summary.el (wl-summary-delete-all-msgs): Use
3265         elmo-folder-move-messages instead of elmo-folder-delete-messages
3266         and elmo-folder-detach-messages.
3267         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3269         * wl-expire.el (wl-expire-delete): Ditto.
3270         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3272 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3274         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3275         (wl-message-header-narrowing-fields): Ditto.
3276         (wl-message-header-narrowing-lines): Ditto.
3277         (wl-message-header-narrowing-string): Ditto.
3279         * wl-summary.el (wl-summary-mode-map): Bind
3280         wl-summary-toggle-header-narrowing to "C-cC-f".
3281         (wl-summary-toggle-header-narrowing): New function.
3283         * wl-message.el (wl-message-buffer-create): Call
3284         wl-message-header-narrowing-setup.
3285         (wl-message-redisplay): Call wl-message-header-narrowing.
3286         (wl-message-header-narrowing): New function.
3287         (wl-message-header-narrowing-map): New keymap.
3288         (wl-message-header-narrowing-widen-map): New keymap.
3289         (wl-message-header-narrowing-again-at-mouse): New function.
3290         (wl-message-header-narrowing-1): Ditto.
3291         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3292         (wl-message-header-narrowing-setup): Ditto.
3293         (wl-message-header-narrowing-toggle): Ditto.
3294         
3295         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3297         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3298         'flag as all.
3299         (wl-use-flag-folder-help-echo): New user option.
3301         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3302         wl-summary-highlight as nil.
3303         (wl-summary-set-mark-modified): Follow the API change.
3304         (wl-summary-mark-modified-p): Ditto.
3305         (wl-summary-mark-as-read-all): Ditto.
3306         (wl-summary-sync-marks): Don't call
3307         elmo-folder-list-messages-with-global-mark.
3308         (wl-summary-mark-as-read-internal): Follow the API change.
3309         (wl-summary-mark-as-answered-internal): Ditto.
3310         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3311         Follow the API change.
3312         (wl-summary-create-line): Call with number argument.
3313         (wl-summary-reply): Follow the API change.
3315         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3316         function.
3317         (wl-highlight-summary-line-string): Call it when
3318         wl-use-flag-folder-help-echo is non-nil.
3319         (wl-highlight-summary-current-line): Ditto.
3320         (elmo-flag-folder-referrer): Added autoload setting.
3322         * wl-draft.el (wl-draft-kill): Follow the API change.
3324         * Version number is increased to 2.11.14.
3325         
3326 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3328         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3330 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332         * Version number is increased to 2.11.13.
3334 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3336         * wl-draft.el (wl-draft-previous-history-element): Fixed
3337         unbalanced parenthesis and bind unbound local variables.
3339 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3341         * wl-draft.el (wl-draft-previous-history-element): New function.
3342         (wl-draft-next-history-element): Ditto.
3343         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3344         them to M-p and M-n.
3346 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348         * Version number is increased to 2.11.12.
3350 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3352         * wl-draft.el (wl-draft-hide): Select buffer-window.
3354 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3356         * wl-summary.el (wl-summary-narrow-to-region): New function.
3357         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3358         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3359         (wl-summary-save-region): Use it.
3360         * wl-action.el (wl-summary-collect-numbers-region)
3361         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3363 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365         * wl-folder.el (wl-folder-count-incorporates): Don't use
3366         `elmo-msgdb-mark-load'
3368         * Version number is increased to 2.11.11.
3370 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3372         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3373         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3375 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3377         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3379 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3381         * Version number is increased to 2.11.10.
3383 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3385         * wl-mime.el (wl-draft-attribute-value): Fixed.
3387 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389         * wl-util.el (wl-copy-local-variables): New function.
3391         * wl-mime.el (wl-draft-attribute-recipients): New function.
3392         (wl-draft-attribute-envelope-from): Ditto.
3393         (wl-draft-attribute-smtp-posting-server): Ditto.
3394         (wl-draft-attribute-smtp-posting-port): Ditto.
3395         (wl-draft-attribute-value): Ditto.
3396         (wl-draft-preview-message): Use it to get value for
3397         attributes. Reflect result of `wl-draft-config'.
3399         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3400         and call `wl-summary-mark-as-read' before to call
3401         `wl-summary-unset-mark'.
3402         (wl-summary-target-mark-mark-as-unread): Likewise.
3403         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3405 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3407         * wl-mime.el (wl-draft-preview-message): Use actual value for
3408         attributes; Fix for small window.
3410 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412         * wl-refile.el (wl-refile-get-field-value): Call
3413         `elmo-message-entity-field' with 3rd argument is non-nil.
3415 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3417         * wl-vars.el (wl-draft-preview-attributes): New user option.
3418         (wl-draft-preview-attributes-list): Ditto.
3419         (wl-draft-preview-attributes-buffer-lines): Ditto.
3420         (wl-draft-preview-attributes-buffer-name): Ditto.
3422         * wl-mime.el (wl-draft-preview-message): Display attributes.
3424 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426         * wl-summary.el (wl-summary-detect-mark-position): Bind
3427         wl-summary-flag-priority-list to '(new).
3429 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3431         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3432         funtion.
3433         (wl-highlight-summary-line-string): Use it.
3434         (wl-highlight-summary-current-line): Ditto.
3436 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3438         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3439         line even when the mark string is not changed.
3441         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3442         argument change in the wl-summary-create-line.
3443         (wl-thread-insert-entity-sub): Ditto.
3445         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3446         argument change in the wl-summary-create-line.
3447         (wl-summary-insert-sequential): Ditto.
3448         (wl-summary-update-thread): Ditto.
3449         (wl-summary-persistent-mark-string): New inline function.
3450         (wl-summary-message-mark): Use it.
3451         (wl-summary-create-line): Abolish argument wl-persistent-mark
3452         and added wl-flags, wl-cached.
3454         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3455         mark to flags.
3456         (wl-highlight-summary-current-line): Decide the face not by the 
3457         persistent mark but flags.
3459 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3461         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3462         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3463         wl-summary-read-uncached-mark): Revive.
3464         (wl-summary-answered-cached-mark,
3465         wl-summary-answered-uncached-mark): New user option.
3466         (wl-summary-score-marks): Follow the change above.
3467         (wl-summary-auto-refile-skip-marks): Ditto.
3468         (wl-summary-incorporate-marks): Ditto.
3469         (wl-summary-expire-reserve-marks): Ditto.
3470         (wl-summary-flag-priority-list): New user option.
3472         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3473         changes.
3474         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3475         of elmo-message-mark.
3476         (wl-summary-mark-as-read-internal): Ditto.
3477         (wl-summary-mark-as-answered): Ditto.
3478         (wl-summary-mark-as-important): Ditto.
3479         (wl-summary-redisplay-internal): Ditto.
3480         (wl-summary-redisplay-no-mime-internal): Ditto.
3481         (wl-summary-message-mark): New function.
3482         (wl-summary-insert-sequential): Use wl-summary-message-mark
3483         instead of elmo-message-mark.
3484         (wl-summary-update-thread): Ditto.
3485         (wl-summary-persistent-mark): Ditto.
3486         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3487         instead of elmo-message-mark.
3489         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3490         wl-summary-message-mark instead of elmo-message-mark.
3491         (wl-thread-insert-entity-sub): Ditto.
3492         (wl-thread-get-children-msgs-uncached): Ditto.
3494         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3495         variable name changes.
3496         (wl-highlight-summary-current-line): Ditto.
3498         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3499         wl-summary-message-mark instead of elmo-message-mark.
3501         * wl-expire.el (wl-expire-message-p): Ditto.
3503         * wl-score.el (wl-score-headers): Ditto.
3505         * Version number is increased to 2.11.9.
3507         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3508         (wl-summary-sync-update): Follow the change above.
3509         (wl-summary-switch-to-clone-buffer): Ditto.
3510         (wl-summary-open-folder): Ditto.
3512 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3514         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3515         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3517         * Version number is increased to 2.11.8.
3519         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3521         * wl-expire.el (wl-expire-refile): Follow the API change on
3522         `elmo-folder-move-messages'.
3523         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3525         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3526         (wl-summary-exec-action-refile): Ditto.
3527         (wl-summary-exec-action-copy): Ditto.
3528         (wl-summary-no-auto-refile-message-p): No use
3529         `wl-summary-buffer-msgdb'.
3530         (wl-summary-auto-refile): Ditto.
3532 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3534         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3536 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3538         * wl-summary.el (wl-summary-sync): Treat no-sync.
3540         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3541         (wl-default-sync-range): Ditto.
3543 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3545         * wl-refile.el (wl-refile-subject-learn): Call
3546         `elmo-message-entity-field' with 3rd argument is non-nil.
3547         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3548         instead of `elmo-msgdb-overview-entity-get-subject'.
3550 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3552         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3553         scan-type is rescan.
3554         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3555         new optional argument force is non-nil.
3556         (wl-summary-save-view-cache): Call it with force argument non-nil.
3558         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3560 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562         * wl-action.el (wl-summary-print-argument): Fixed last change.
3564 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3566         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3567         simplified.
3568         (wl-summary-target-mark-mark-as-unread): Likewise.
3569         (wl-summary-target-mark-mark-as-important): Likewise.
3571 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3574         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3575         (wl-summary-mark-as-important-region): Change accordingly.
3576         (wl-summary-target-mark-mark-as-important): Ditto.
3578 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3580         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3582         * wl-action.el (wl-summary-print-argument): Print argument to
3583         right side of window if `wl-summary-print-argument-within-window'
3584         is non-nil.
3586 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3588         * wl-action.el (wl-summary-set-mark): Use
3589         `wl-summary-message-visible-p' to check visibility of the message
3590         and jump to message only when the message line is visible and have
3591         different number; Call wl-summary-unset-mark with number argument.
3592         (wl-summary-unset-mark): 
3593         Use `wl-summary-message-visible-p'
3594         to check visibility of the message and jump to message only when
3595         the message line is visible and have different number;
3597 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3599         * Version number is increased to 2.11.7.
3601         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3602         and wl-folder-summary-line-format.
3604         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3605         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3606         (wl-summary-set-score-mark): Use it.
3607         (wl-summary-target-mark-mark-as-read): Ditto.
3608         (wl-summary-target-mark-mark-as-unread): Ditto.
3609         (wl-summary-target-mark-mark-as-important): Ditto.
3610         (wl-summary-target-mark-msgs): Simplified.
3611         (wl-summary-detect-mark-position): Fixed problem when
3612         summary-line-format no contain persisten/temp mark spec.
3613         (wl-summary-temp-mark): Ditto.
3614         (wl-summary-persistent-mark): Ditto.
3615         (wl-summary-update-persistent-mark): Ditto.
3617         * wl-action.el (wl-summary-set-mark): Ditto.
3618         (wl-summary-unset-mark): Ditto.
3619         All other related portions are changed.
3621 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3623         * Version number is increased to 2.11.6.
3625 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3627         * wl-util.el (wl-current-message-buffer): Define as function;
3628         Don't use the value of wl-messge-buffer.
3630         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3631         persistent mark.
3633         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3634         no current message, cause an error.
3636 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3638         * wl-summary.el (wl-summary-set-message-modified): Use
3639         elmo-folder-set-message-modified instead of
3640         elmo-folder-set-message-modified-internal.
3642 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3644         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3645         interactively.
3646         (wl-summary-sync): nokill->entirely.
3647         (wl-summary-sync-marks): Fixed message.
3648         (wl-summary-input-range): Added mark, nokill->entirely.
3650         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3651         messages as read.
3653 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3655         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3656         update-noscore.
3657         (wl-summary-sync): Follow the change above.
3659 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3661         * wl-action.el (wl-summary-target-mark-all): Use
3662         elmo-folder-list-messages.
3664 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3666         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3667         (wl-summary-rescan): Set wl-summary-scored as nil.
3668         (wl-summary-sync-force-update): Follow the change above.
3669         (wl-summary-sync): Ditto.
3670         (wl-summary-sync-update): Added argument disable-killed.
3671         (wl-summary-insert-headers): Set visible-only argument for
3672         elmo-folder-list-messages.
3673         (wl-summary-input-range): Added update-nokill, update-noscore,
3674         all-nokill, all-noscore and mark.
3676         * Version number is increased to 2.11.5.
3678         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3680 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3682         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3683         (wl-summary-prefetch-region-no-mark): Change accordingly.
3684         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3686 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3688         * wl-address.el (wl-complete-field-to): Abolished.
3689         (wl-complete-address): Completion function for completing-read.
3690         * wl-action.el (wl-summary-get-resend-address): Use it.
3692         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3693         wl-summary-update-mark and abolish unused argument.
3694         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3695         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3696         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3697         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3698         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3699         * wl-draft.el (wl-draft-kill): Ditto.
3701         * wl-summary.el: Remove unused binding of case-fold-search.
3702         (wl-summary-replace-status-marks): Abolished.
3704 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3706         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3707         is specified or folder length is zero.
3709 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3711         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3712         (wl-folder-archive-current-entity): Ditto.
3714 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3716         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3717         retrieving message mark.
3718         (wl-summary-redisplay-internal): Ditto.
3720         * wl-message.el (wl-message-buffer-display): Ignore errors while
3721         retrieving message-id field.
3723         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3724         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3725         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3726         order of the arguments for `wl-expire-message-p'.
3727         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3729         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3730         Check return value of wl-summary-reply.
3731         (wl-summary-reply): Recover window configuration when an error occured.
3733 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3735         * wl-summary.el (wl-summary-resend-message): Abolished, the
3736         feature is inherited by wl-summary-resend (put resend mark).
3738 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3740         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3741         wl-message-buffer to nil when the message is hide.
3743 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3745         * .cvsignore: New file.
3747 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3749         * wl-action.el (wl-summary-action-docstring): Add more info.
3750         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3751         duplicate definition.
3752         (wl-summary-define-mark-action): Functions wl-summary-*-region
3753         keep current position.
3754         (wl-summary-unregister-target-mark): Store result to the variable.
3756 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3758         * Version number is increased to 2.11.4.
3760 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3762         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3763         wl-summary-delete-all-temp-marks.
3764         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3766         * wl-action.el (wl-summary-set-mark): Changed terminology
3767         refile-destination -> action-argument.
3768         (wl-summary-unset-mark): Ditto.
3769         (wl-summary-remove-argument): Ditto.
3770         (wl-summary-print-argument): Ditto.
3772         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3773         (wl-thread-remove-argument-region): Ditto.
3774         (wl-thread-print-argument-region): Ditto.
3775         (wl-thread-close): Ditto.
3776         (wl-thread-open): Ditto.
3778         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3779         (wl-highlight-refile-destination-face is abolished)
3780         (wl-highlight-action-argument-string): Ditto.
3781         (wl-highlight-summary-current-line): Highlight action argument.
3783         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3784         color for light backgrounds.
3785         (wl-highlight-summary-answered-face): Ditto.
3787 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3789         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3791         * wl-score.el (wl-summary-score-update-all-lines): Use
3792         wl-summary-set-mark.
3793         (wl-summary-score-update-all-lines): Kill expunged messages.
3795         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3797 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3799         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3800         directly.
3801         (wl-score-overview-entity-get-lines): Ditto.
3802         (wl-score-overview-entity-get-xref): Ditto.
3803         (wl-score-get-latest-msgs): Ditto.
3804         (wl-summary-rescore): Ditto.
3806         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3807         to "&".
3808         (wl-summary-mark-as-answered-internal): New inline function.
3809         (wl-summary-mark-as-answered): New function.
3810         (wl-summary-mark-as-unanswered): Ditto.
3811         (wl-summary-sync-marks): Modified for answered-mark synching.
3813 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3815         * wl-action.el (wl-summary-set-mark): Fixed last change.
3817 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3819         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3820         behavior of wl-summary-unread-message-hook
3821         (Pointed out by akira yamada <akira@arika.org>).
3823 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3825         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3826         wl-summary-delete.
3827         * wl-xmas.el (wl-summary-toolbar): Ditto.
3829         * wl-action.el (wl-summary-set-mark): Don't override current
3830         temp-mark.
3832         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3834 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3836         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3837         (wl-refile-msgid-learn): Ditto.
3838         (wl-refile-get-field-value): Ditto.
3840         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3842         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3843         (wl-expire-delete-reserved-messages): Renamed from
3844         wl-expire-reserve-marked-msgs-from-list.
3845         (wl-expire-delete): Removed argument `msgdb'.
3846         (wl-expire-refile): Ditto.
3847         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3848         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3849         mark-alist as argument.
3850         (wl-expire-archive-number1): Removed argument `msgdb'.
3851         (wl-expire-archive-number2): Ditto.
3852         (wl-expire-archive-date): Ditto.
3853         (wl-expire-localdir-date): Ditto.
3854         (wl-expire-hide): Ditto.
3855         (wl-archive-number1): Ditto.
3856         (wl-archive-number2): Ditto.
3857         (wl-archive-date): Ditto.
3858         (wl-archive-folder): Ditto.
3859         All other related portions are changed.
3861 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3863         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3864         mean move up and down. (suggested by Takashi Kawachi)
3866 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3868         * wl-acap.el (toplevel): Don't require un-define.
3870 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3872         * wl-thread.el (wl-thread-delete-message): Always update
3873         wl-summary-buffer-number-list.
3875         * wl-action.el (wl-summary-print-destination): 
3876         Do nothing when folder is nil.
3878 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3880         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3881         persistent mark when prefetch is succeeded.
3883 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3885         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3886         instead of elmo-msgdb-delete-msgs.
3887         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3888         (wl-expire-hide): Ditto.
3890         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3892         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3893         elmo-msgdb interface.
3894         (wl-thread-get-exist-children): Likewise.
3895         (wl-thread-insert-message): Likewise.
3896         (wl-thread-msg-mark-as-important): Likewise.
3897         (wl-thread-insert-entity-sub): Likewise.
3898         (wl-thread-get-children-msgs-uncached): Likewise.
3900         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3901         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3902         (wl-summary-sync-update): Likewise.
3903         (wl-summary-auto-select-msg-p): Likewise.
3904         (wl-summary-update-thread): Likewise.
3905         (wl-summary-mark-as-important): Likewise.
3906         (wl-summary-jump-to-msg-internal): Likewise.
3907         (wl-summary-redisplay-internal): Likewise.
3908         (wl-summary-print-message-with-ps-print): Likewise.
3909         (wl-summary-folder-info-update): Likewise.
3911         * wl-folder.el (wl-folder-check-one-entity):
3912         elmo-folder-count-flags instead of wl-summary-count-unread.
3914         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3916         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3918         * wl-summary.el (wl-summary-set-message-modified): 
3919         Call wl-summary-set-mark-modified.
3920         (wl-summary-delete-messages-on-buffer): Call
3921         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3922         (wl-summary-sync-update): Call elmo-folder-length instead of
3923         elmo-folder-messages.
3924         (wl-summary-insert-headers): Don't call
3925         elmo-folder-list-message-entities.
3927 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3929         * wl-action.el (wl-summary-define-mark-action): Call
3930         `wl-summary-set-mark' with argument `data'.
3931         (wl-summary-auto-refile): Fixed order of arguments when call
3932         `wl-summary-refile'.
3934 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3936         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3938         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3940         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3941         (Renamed from wl-highlight-summary-deleted-face).
3942         (wl-highlight-summary-resend-face): New face.
3944         (wl-highlight-summary-deleted-face): Renamed from
3945         wl-highlight-summary-erased-face.
3947         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3949         * wl-action.el (wl-summary-get-resend-address): New function.
3950         (wl-summary-exec-action-resend): Ditto.
3951         (wl-summary-exec-action-resend-subr): Ditto.
3953         * w-thread.el (wl-thread-copy): Removed definition.
3954         (wl-thread-refile): Ditto.
3955         (wl-thread-delete): Ditto.
3956         (wl-thread-target-mark): Ditto.
3958         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3959         (wl-summary-target-mark-set-action): Fixed.
3960         (wl-summary-define-mark-action): Fixed quotation.
3961         (wl-summary-move-mark-list-messages): Display message.
3962         (wl-summary-define-mark-action): Define thread functions.
3963         (wl-summary-exec-action-refile): Changed message.
3964         (wl-summary-exec): Ditto.
3966 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3967         
3968         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3969         '%%'.
3971 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3973         * wl.el (toplevel): Require wl-action.
3974         (wl-init): Call wl-summary-define-mark-action.
3976         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3978         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3979         wl-summary-delete and wl-summary-erase.
3980         (wl-summary-mode-map): Ditto.
3982         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3983         wl-delete-folder-alist.
3985         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3986         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3987         (toplevel): Moved mark & action related functions to the wl-action.el.
3989         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3990         in wl-summary-mark-action-list.
3991         (wl-highlight-summary-current-line): Ditto.
3993         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3994         empty lines.
3996         * wl-action.el: New file. 
3998 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4000         * wl-summary.el (wl-summary-target-mark-replace): New function.
4001         (wl-summary-target-mark-prefetch): Use it.
4002         (wl-summary-target-mark-delete): Ditto.
4003         (toplevel): Rearranged definition order.
4004         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4005         (wl-summary-target-mark-erase): Rewrite.
4006         (wl-summary-erase-region): New function.
4007         (wl-summary-exec-action-erase): Changed message.
4008         (wl-summary-move-mark-list-messages): New function.
4009         (wl-summary-exec-action-delete): Use it.
4010         (wl-summary-exec-action-erase): Ditto.
4012         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4013         (wl-summary-skip-mark-list): Added "d".
4015         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4016         while searching.
4018         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4019         and define using defcustom;
4020         Define 4th element as a face.
4021         
4022         * wl-summary.el (wl-summary-incorporate): Use 
4023         `wl-summary-prefetch-region-no-mark' instead of
4024         `wl-summary-prefetch-region'.
4025         (wl-summary-prefetch-region-no-mark): Revival of old
4026         `wl-summary-prefetch-region'.
4027         (wl-summary-mark-action-list): Moved to wl-vars.el
4029         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4030         face according to the `wl-summary-mark-action-list'.
4031         (wl-highlight-summary-current-line): Ditto;
4032         Removed destination highlighting.
4034         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4035         (wl-highlight-summary-line-string): Highlight for "i" mark.
4036         (wl-highlight-summary-current-line): Ditto.
4038         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4039         no destination.
4041         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4042         exists, just go ahead.
4043         (wl-summary-prefetch-region): Rewrite.
4044         (wl-summary-prefetch): Ditto.
4045         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4046         (wl-summary-exec-action-prefetch): New function.
4047         (wl-summary-target-mark-prefetch): Rewrite.
4049 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4051         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4052         (wl-highlight-summary-line-string): Added "d" and "D".
4053         (wl-highlight-summary-current-line): Ditto.
4055         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4056         in wl-summary.el.
4057         (wl-thread-insert-entity-sub): Ditto.
4058         (wl-thread-remove-destination-region): Ditto.
4059         (wl-thread-print-destination-region): Ditto.
4061         * wl-summary.el (wl-summary-buffer-refile-list,
4062         wl-summary-buffer-delete-list,
4063         wl-summary-buffer-copy-list): Abolish.
4064         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4065         All other related portions are changed.
4066         (wl-summary-mark-action-list): New variable.
4067         (wl-summary-set-mark): New function.
4068         (wl-summary-register-target-mark): Ditto.
4069         (wl-summary-unregister-target-mark): Ditto.
4070         (wl-summary-have-target-mark-p): Ditto.
4071         (wl-summary-register-temp-mark): Ditto.
4072         (wl-summary-unregister-temp-mark): Ditto.
4073         (wl-summary-registered-temp-mark): Ditto.
4074         (wl-summary-collect-temp-mark): Ditto.
4075         (wl-summary-unset-mark): Ditto.
4076         (wl-summary-set-target-mark): Ditto.
4077         (wl-summary-unset-target-mark): Ditto.
4078         (wl-summary-set-action-generic): Ditto.
4079         (wl-summary-unset-action-generic): Ditto.
4080         (wl-summary-exec-action-delete): Ditto.
4081         (wl-summary-exec-action-erase): Ditto.
4082         (wl-summary-set-action-refile): Ditto.
4083         (wl-summary-set-action-refile-subr): Ditto.
4084         (wl-summary-unset-action-refile): Ditto.
4085         (wl-summary-make-destination-numbers-list): Ditto.
4086         (wl-summary-exec-action-refile): Ditto.
4087         (wl-summary-set-action-copy): Ditto.
4088         (wl-summary-unset-action-copy): Ditto.
4089         (wl-summary-exec-action-copy): Ditto.
4090         (wl-summary-collect-numbers-region): Ditto.
4091         (wl-summary-delete): Rewrite.
4092         (wl-summary-erase): Ditto.
4093         (wl-summary-remove-destination): Ditto.
4094         (wl-summary-exec): Ditto.
4095         (wl-summary-exec-region): Ditto.
4096         (wl-summary-target-mark-erase): Ditto.
4097         (wl-summary-refile): Ditto.
4098         (wl-summary-copy): Ditto.
4099         (wl-summary-unmark): Ditto.
4100         (wl-summary-delete-all-mark): Ditto.
4101         (wl-summary-mark-line): Don't highlight.
4102         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4103         (wl-summary-target-mark-refile-subr): Rewrite.
4105         (wl-summary-copy-prev-destination): Abolish.
4107 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4110         default values along the value of wl-on-mule.
4111         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4112         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4113         It is not used anywhere.
4115 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4117         * wl-summary.el (wl-summary-print-destination): Keep position.
4118         (wl-summary-cursor-move-surface): Keep horizontal position.
4120 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4122         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4123         write sendlog.
4125 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4127         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4128         `wl-summary-highlight'.
4130 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4132         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4133         trivial condition for temp-mark.
4135 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4137         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4138         when it hits killed buffer.
4140 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4142         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4143         * wl-news.el.in: `message' and `error' take format string.
4145 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4147         * wl-folder (wl-folder-insert-entity): Display a message,
4148         `...done', when the work finish.
4149         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4151 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4153         * wl-message.el (wl-message-redisplay): Remove unused local
4154         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4156 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4158         * wl-summary.el (wl-summary-replace-status-marks): Disable
4159         interactive use.
4160         (wl-summary-reedit): Check message existence at first.
4161         (wl-summary-mark-line): Fix doc, return value is indefinite.
4163         * wl-highlight.el (wl-highlight-message): Arranged.
4165         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4166         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4167         check temp-mark by wl-summary-temp-mark always.
4168         (wl-highlight-summary): Change accordingly.
4169         * wl-summary.el (wl-summary-mark-as-read-all)
4170         (wl-summary-delete-cache, wl-summary-set-score-mark)
4171         (wl-summary-mark-as-unread, wl-summary-unmark)
4172         (wl-summary-mark-line, wl-summary-mark-as-read)
4173         (wl-summary-mark-as-important): Ditto.
4175         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4176         end of the window if possible.
4177         * wl-summary.el (wl-summary-sync-update): Support lazy
4178         highlighting.
4179         (wl-summary-toggle-disp-msg): Ditto.
4181 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4183         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4185 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4187         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4188         change.
4190 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4192         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4193         API.
4194         (wl-summary-sync-update): Ditto.
4196         * wl-score.el (wl-score-get-score-alist): Changed argument.
4197         (wl-summary-rescore-msgs): Likewise.
4198         (wl-summary-score-headers): Likewise.
4199         (wl-score-headers): Likewise;
4200         Use elmo-folder-do-each-message-entity, etc.
4201         (wl-summary-score-effect): Follow the changes above.
4202         (wl-summary-rescore): Ditto.
4203         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4204         (wl-score-get-overview): Abolish.
4206         * wl-summary.el (wl-summary-default-from): Follow the API change in
4207         elmo-msgdb.
4208         (wl-summary-count-unread): Ditto.
4209         (wl-summary-detect-mark-position): Ditto.
4210         (wl-summary-overview-entity-compare-by-date): Ditto.
4211         (wl-summary-overview-entity-compare-by-number): Ditto.
4212         (wl-summary-overview-entity-compare-by-from): Ditto.
4213         (wl-summary-overview-entity-compare-by-subject): Ditto.
4214         (wl-summary-get-list-info): Ditto.
4215         (wl-summary-rescan): Ditto.
4216         (wl-summary-jump-to-msg-by-message-id): Ditto.
4217         (wl-summary-sync-update): Ditto; Removed comment.
4218         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4219         (wl-summary-insert-message): Use wl-summary-insert
4220         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4221         (wl-summary-insert-headers): Changed argument overview to folder.
4222         (wl-summary-search-by-subject): Likewise.
4223         (wl-summary-insert-thread): Renamed from 
4224         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4226         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4227         too.
4229         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4230         wl-string-member.
4232 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4234         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4235         elmo-folder-append-buffer.
4236         (wl-draft-queue-append): Likewise.
4238         * wl-mime.el (wl-message-delete-current-part): Ditto.
4239         (wl-summary-burst-subr): Ditto.
4241         * wl-news.el.in (wl-news-send-news): Ditto.
4243 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4245         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4246         function.
4247         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4248         (wl-summary-update-mark): Enclose with save-excursion.
4249         (wl-summary-mark-as-read-internal): Fixed last change.
4250         (wl-summary-mark-as-important): Use 3rd argument of
4251         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4252         Don't use elmo-msgdb-set-mark.
4253         (wl-summary-redisplay-internal): If msgdb flag is already read,
4254         just update the mark on buffer.
4256 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4258         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4259         cut visible folder when elmo-folder-delete returns non-nil value.
4261 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4263         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4264         by Kenichi OKADA <okada@opaopa.org>).
4266 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4268         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4270 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4272         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4273         Fixed the last change, search group entity by its real name.
4274         (Thanks to: KOBAYASHI Shinji)
4276 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4278         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4279         (wl-fldmgr-access-display-all): Don't refer visible name.
4280         * wl-expire.el (wl-folder-archive-current-entity)
4281         (wl-folder-expire-current-entity): Ditto.
4282         * wl-folder.el (wl-folder-jump-to-current-entity)
4283         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4284         (wl-folder-open-folder-sub,wl-folder-open-all)
4285         (wl-folder-write-current-folder): Ditto.
4286         (wl-folder-insert-entity): Don't use petname for normal group.
4287         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4288         is the real name.
4289         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4290         Abolished.
4292 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4294         * wl-draft.el (wl-draft-create-buffer): Add
4295         `wl-summary-reply-with-citation'
4297 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4299         * wl-draft.el (wl-draft-reply): Fixed.
4301 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4304         when `wl-draft-send-confirm-with-preview' is non-nil.
4305         You can scroll up/down by j/k.
4306         (wl-draft-send-confirm-with-preview): New variable (default=t).
4308 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4311         (wl-fldmgr-save-folders): Fix comment.
4313 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4316         along the last change in `wl-folder-buffer-group-p'.
4318 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4321         folder.
4323         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4324         the default value.
4326         * wl-mime.el (wl-summary-burst): Update summary only when target
4327         folder equals current folder.
4329 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4333 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4335         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4336         value.
4338 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4340         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4341         `map-extents' instead of `extent-at' repeatedly.
4342         (wl-highlight-folder-current-line): Ditto.
4344         * wl-highlight.el: Remove useless dummy functions.
4346 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4349         (wl-folder-put-folder-property): New function to put text property.
4350         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4351         (wl-folder-insert-entity, wl-folder-update-diff-line)
4352         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4353         * wl-e21.el, wl-xmas.el, wl-mule.el
4354         (wl-highlight-folder-current-line): Ditto.
4355         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4356         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4357         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4358         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4360 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362         * Version number is increased to 2.11.3.
4364 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4367         Resume current-buffer since it is assumed by remaining tasks.
4369 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4372         (wl-folder-completion-function): Abolished.
4373         (wl-folder-complete-folder): New function.
4374         (wl-folder-complete-filter-condition): Ditto.
4375         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4376         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4378 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4380         * wl-draft.el (wl-draft-send-confirm): New function.
4381         (wl-draft-send): Use it.
4383         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4384         cursor-in-echo-area while confirming.
4386         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4388         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4389         searching via nntp if wl-summary-search-via-nntp is 'force.
4390         Otherwise, invoke searching in nntp folder only.
4391         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4393         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4394         explicitly for mime-make-text-tag.
4396 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4398         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4399         `mime-make-text-tag' instead of `mime-create-tag'.
4401 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4404         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4406 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408         * wl-score.el (wl-score-save): Bind print-length and print-level.
4409         (wl-score-pretty-print): Ditto.
4410         (wl-score-edit-insert-header-entry): Ditto.
4412         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4413         "From" entry to be treated with wl-draft-eword-encode-address-list.
4414         * wl-mime.el (wl-draft-preview-message): Ditto.
4416         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4417         (wl-summary-mark-as-unread): Ditto.
4418         (wl-summary-mark-as-read-region): Change accordingly.
4419         (wl-summary-mark-as-unread-region): Ditto.
4420         (wl-summary-target-mark-mark-as-read): Ditto.
4421         (wl-summary-target-mark-mark-as-unread): Ditto.
4423 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425         * Version number is increased to 2.11.2.
4427 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429         * wl-news.el.in (wl-news-previous-version-save): Bind
4430         print-length and print-level.
4431         * wl-thread.el (wl-thread-save-entities): Ditto.
4432         (wl-thread-save-top-list): Bind print-length.
4434 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436         * wl-highlight.el (wl-highlight-summary-line-string): Use
4437         wl-summary-score-below-mark, wl-summary-score-over-mark.
4438         (wl-highlight-summary-current-line): Ditto.
4440 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4443         insert it.
4445 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4447         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4449 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4452         message without msgid.
4453         Rewrite with elmo-folder-move-messages.
4454         Set wl-message-buffer to nil.
4456         * wl-summary.el (wl-summary-erase-subr): New function. Use
4457         elmo-folder-move-messages.
4458         (wl-summary-erase): Call it.
4459         (wl-summary-target-mark-erase): Ditto.
4461 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4464         it is not up-tp-date.
4466 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4469         buffer after calling `wl-summary-goto-folder-subr' without the
4470         argument `interactive'.
4471         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4473 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4475         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4476         `mime-create-tag'. Use `string=' instead of `looking-at'.
4478 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4481         to avoid compile warning.
4483         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4484         entity-id when folder is given.
4485         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4486         save-excursion, use save-selected-window instead.
4487         Select folder buffer window if exists.
4488         (To correct behavior with wl-folder-move-cur-folder.)
4490 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4492         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4494 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4496         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4497         list-count instead of %d.
4499 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4502         (wl-news): Set it.
4503         (wl-news-append-to-folder): Use it.
4505         * wl-news.el.in (wl-news-send-news): Append to specified folder
4506         instead of wl-default-folder.
4507         (wl-news-append-to-folder): Show error message with specified folder.
4509         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4510                 In most major modes, Emacs assumes that any opening
4511                 delimiter found at the left margin is the start of a
4512                 top-level definition, or defun. Therefore, *never put an
4513                 opening delimiter at the left margin unless it should have
4514                 that significance.*
4516         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4518 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4520         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4522 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4524         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4526 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4528         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4529         for sequential numbering case.
4531 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4534         value.
4535         (wl-draft-reply-without-argument-list): Ditto.
4536         (wl-draft-reply-myself-with-argument-list): Abolish.
4537         (wl-draft-reply-myself-without-argument-list): Ditto.
4538         * wl-draft.el (wl-draft-self-reply-p): New function.
4539         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4541 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4544         (avoid error for the case without byte-compiling)
4546 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4548         * wl-news.el.in (wl-news-append-to-folder): New function.
4549         (wl-news-exit): Rewrite.
4550         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4552 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4554         * wl-draft.el (wl-draft-reply-position): New function.
4555         (wl-draft-reply-position): Fix.
4556         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4557         (wl-summary-target-mark-reply-with-citation): Ditto.
4558         (wl-summary-reply-with-citation): Ditto.
4559         * wl-vars.el (wl-draft-reply-default-position): New variable.
4561 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4563         * wl-draft.el (wl-draft-send): Preview when interactive send.
4565 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4567         * wl-draft.el (wl-draft-reply): Set default position.
4568         * wl-summary.el (wl-summary-reply): Ditto.
4569         (wl-summary-reply-with-citation): Ditto.
4570         (wl-summary-target-mark-reply-with-citation): Ditto.
4572 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4574         * wl-news.el.in (wl-news-lang): Set default value according to
4575         current-language-environment.
4576         (wl-news-append-news): Do nothing when news-list is nil.
4578 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4580         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4581         (wl-news): Change message.
4582         (wl-news-exit): Check buffer.
4583         (wl-news-force-exit): New function.
4584         (wl-news-show-all): New function.
4585         (wl-news-discard-and-exit): Fix.
4587 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4590         according to current-language-environment.
4592         * wl-news.el.in (wl-news): If arg, show all NEWS after
4593         wl-news-default-previous-version.
4595 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4597         * wl-news.el.in (wl-news-check): Rewritten.
4598         (wl-news-previous-version-load): Change data type.
4599         (wl-news-previous-version-save): Change data type.
4600         (wl-news-append-news): Add return value.
4601         (wl-news-check-news): New function.
4602         (wl-news-already-current-p): New function.
4603         (wl-news-send-news): Rewritten.
4604         (wl-news-mode-map): Add new keybind.
4605         (wl-news): Rewritten.
4606         (wl-news-exit): Rewritten.
4607         (wl-news-discard-and-mail): New function.
4608         (wl-news-send-to-address): Abolished.
4609         * wl.el (wl-init): Delete a message.
4611 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4613         * wl-news.el.in (wl-news-exit): Update previous version.
4614         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4616 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4618         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4620 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4622         * wl-news.el.in (wl-news): New function.
4623         (wl-news-mode): New function.
4624         (wl-news-next-line): New function.
4625         (wl-news-next-page): New function.
4626         (wl-news-exit): New function.
4627         (wl-news-buf-name): New variable.
4628         (wl-news-mode-map): New variable.
4629         (wl-news-winconf): New variable.
4630         (wl-news-append-news): Add an option.
4632 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4634         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4636 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638         * wl-news.el.in (wl-news-send-to-address): New variable.
4639         (wl-news-send-news): Use it.
4640         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4641         Return updating status.
4642         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4644 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4646         * wl-news.el.in (wl-news-send-news): Delete
4647         Organization and X-Face.
4649 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4651         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4652         (wl-news-append-news): New function.
4653         (wl-news-send-news): New function.
4655 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4657         * Version number is increased to 2.11.1.
4659 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4661         * wl-news.el.in : New file.
4663 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4665         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4666         default value.
4667         (wl-draft-reply-without-argument-list): Ditto.
4669 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4671         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4672         (wl-message-buffer-prefetch-idle-time): Ditto.
4673         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4675 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4677         * wl-thread.el (wl-thread-insert-message): Use
4678         wl-summary-max-thread-depth.
4680         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4681         loop detection.
4683         * wl-message.el (wl-message-buffer-display): Back to the first page
4684         when cache is hit.
4686 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4688         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4690         * wl-summary.el (wl-summary-insert-thread-entity):
4691         If the thread depth is reached to wl-summary-max-thread-depth,
4692         divide the thread.
4694 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4696         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4697         for elmo-remove-passwd.
4699 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4701         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4702         folder is sticky.
4703         (wl-folder-mark-as-read-all-entity): Ditto.
4704         (wl-folder-prefetch-entity): Ditto.
4706 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4708         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4710 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4713         Delete messages on buffer for unplugged operation.
4714         (wl-summary-erase): Ditto.
4716 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4719         take nil so as not to search parent by subject.
4721 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4724         (wl-folder-get-next-folder): Ditto.
4725         (wl-folder-get-path): Ditto.
4727 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4730         system and encode the region with it before verifying.
4732 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4734         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4735         system of the echo buffer before decoding.
4737 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4739         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4740         original contents.
4742 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4744         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4745         with argument 'any-exists.
4747 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4750         Use `wl-cs-autoconv'.
4752 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4755         by `mime-view-automatic-conversion'.
4757         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4758         (wl-message-verify-pgp-nonmime): Ditto.
4759         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4760         Bind them to C-c:d and C-c:v respectively.
4762         Merge following code by Teranishi-san from [wl-en:00167].
4763         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4764         (wl-mime-preview-application/pgp-encrypted): Ditto.
4765         (wl-mime-setup): Add entry.
4767 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769         * wl-summary.el (wl-summary-target-mark-erase): New function.
4770         Bind it to "mD".
4772 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4774         * wl-vars.el (wl-draft-write-file-function): Fix.
4775         (wl-draft-reedit-hook): Changed default value.
4777         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4778         wl-draft-reedit-hook.
4779         (wl-draft-remove-text-plain-tag): New function.
4780         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4782         * wl-vars.el (wl-draft-write-file-function): New user option.
4784         * wl-draft.el (wl-draft-prepare-edit): Use it for
4785         local-write-file-hooks.
4786         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4788         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4789         (wl-draft-insert-mail-header-separator): Return the body beginning
4790         point.
4791         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4792         text/plain.
4793         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4795 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797         * wl-summary.el (wl-summary-erase): New function to erase message
4798         without moving it to trash. Bind to "D".
4800         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4801         as `keep' unless switch-function.
4803 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4806         message buffer by using `wl-summary-toggle-disp-msg'.
4807         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4808         buffer window.
4809         (wl-summary-supresedes-message): Ditto.
4811         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4812         Do not delete other windows.
4813         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4814         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4815         (wl-draft-create-buffer): Set reply-or-forward also for target
4816         mark commands.
4818 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4820         * wl-draft.el (wl-user-agent-compose): Delete special case for
4821         switch-to-buffer-other-window.
4823         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4824         (wl-summary-forward): Ditto.
4826         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4827         function.
4828         (wl-draft-buffer-style): New use option.
4830         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4831         (wl-draft): Follow the change above.
4832         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4833         wl-draft-buffer-style.
4834         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4835         switch-function.
4837 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4839         * wl-address.el (wl-address-make-completion-entry): Extracted from
4840         `wl-address-make-completion-list'.
4841         (wl-address-enable-strict-loading): New variable.
4842         (wl-address-make-completion-list): Revive petname duplication
4843         inquiry, and enable it if `wl-address-enable-strict-loading'.
4844         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4846 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4848         * wl-message.el (wl-message-get-original-buffer): Avoid
4849         'Selecting deleted buffer' error when original buffer is killed.
4851 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4853         * wl-summary.el (wl-summary-next-message): Use
4854         elmo-message-accessible-p instead of elmo-message-cached-p.
4856 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4858         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4860         * wl-thread.el (wl-thread-open-all-unread): Use
4861         elmo-folder-list-flagged instead of
4862         elmo-folder-list-messages-mark-match.
4864         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4865         instead of elmo-folder-list-messages-mark-match.
4866         (wl-summary-move-spec-alist): New variable.
4867         (wl-summary-move-spec-plugged-alist,
4868         wl-summary-move-spec-unplugged-alist): Abolish.
4869         (wl-summary-next-message): Follow the change above.
4870         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4871         with 'no-msg' argument.
4873         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4874         variable.
4875         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4876         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4877         (wl-message-buffer-prefetch-get-next): Follow the change above.
4879 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4881         * wl-version.el (wl-version): Changed codename.
4883         * Version number is increased to 2.11.0.
4885 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4887         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4888         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4889         `wl-draft-config-variables'.
4890         (wl-draft-kill): Fixed problem when the draft is reedit.
4892 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4894         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4895         buffer-modified status (Thanks to
4896         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4898 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4900         * wl-util.el (wl-region-exists-p): New function.
4902         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4903         Remove defvars for byte-compile warnings.
4905 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4907         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4908         defvar-maybe. Removed unused bind.
4910 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4913         summary buffer window before creating new frame.
4914         (wl-draft-reply): Ditto.
4916 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4918         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4920 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4924 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4926         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4927         instead of `kill-region'.
4929 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4931         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4932         (wl-highlight-summary-line-string): Use it.
4933         (wl-highlight-summary-current-line): Ditto.
4935         * wl-mime.el (wl-message-delete-current-part): Check the class of
4936         mime-entity.
4938         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4940         * wl-summary.el (wl-summary-make-number-list): Initialize.
4941         (wl-summary-update-mark): New function.
4942         (wl-summary-reply): Put `answered' mark on the message.
4943         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4945         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4946         (wl-draft-reply): Added optional argument `number';
4947         Set wl-draft-parent-number.
4948         (wl-draft-kill): Delete answered mark if it is a reply.
4950 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4953         that originates in mime-preview-follow-current-entity.
4954         (wl-draft-yank-current-message-entity): Use it if region is active.
4956         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4957         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4958         `wl-message-delete-current-part'.
4959         * wl-mule.el (wl-message-define-keymap): Ditto.
4960         * wl-xmas.el (wl-message-define-keymap): Ditto.
4962 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964         * wl-mime.el (wl-message-delete-current-part): New function.
4965         (wl-mime-node-id-to-string): Ditto.
4967         * wl-mime.el (wl-message-delete-current-part): Use existing
4968         original buffer which corresponds current mime-view buffer.
4969         (fetched buffer might have different structure, possibly)
4971         * wl-mime.el (wl-message-delete-current-part): Quit if the
4972         message content differs from the actual message.
4974 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4976         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4977         order.
4978         (wl-summary-search-by-subject): Search parent message from tail;
4979         Check the existence of the parent message on the current thread tree.
4980         (wl-summary-update-thread): Check whether the line is inserted.
4982 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984         * wl-vars.el (wl-summary-line-format): Undo last change.
4985         * wl-summary.el (wl-summary-print-destination): Do not put
4986         invisible property when `wl-summary-width' is nil.
4987         (wl-summary-line-subject-minimum-length): Abolished.
4988         (wl-summary-line-subject): Ditto.
4990 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992         * wl-vars.el (wl-summary-line-format): Change default value.
4993         (wl-summary-subject-length-limit): Abolished.
4994         * wl-summary.el (wl-summary-line-subject): Ditto.
4996 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4998         * wl-template.el (wl-template-select): Added optional argument.
4999         If optional argument is specified, reverse
5000         `wl-template-visible-select'.
5002 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5005         Take prefix argument to force asking the destination folder.
5007 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5009         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5010         count and update status.
5012 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5014         * wl-summary.el (wl-summary-redisplay-internal): If
5015         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5016         after fetching.
5018 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5020         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5021         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5023         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5025 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5027         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5028         (All other related portions are changed).
5029         (wl-summary-mark-as-read-all): Rewrite.
5031 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5033         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5034         `wl-summary-mark-as-read'.
5035         (wl-summary-mark-as-unread): Rewrite.
5036         (wl-summary-mark-as-read): Added no-modeline argument.
5037         (wl-summary-resume-cache-status): Rewrite.
5038         (wl-summary-exec-subr): Remove unused local variable.
5040 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5043         logic to call `wl-summary-buffer-prev-folder-function'.
5044         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5046 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5048         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5049         is nil.
5051 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5054         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5055         (wl-mime-setup): Add its entry.
5057 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5059         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5060         (wl-summary-delete-cache): Likewise.
5061         (wl-summary-mark-as-read): Rewrite.
5063 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5065         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5066         `wl-summary-count-unread'.
5068         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5070         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5072 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5074         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5075         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5076         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5077         Renamed to the elmo-msgdb-*-mark.
5078         (wl-summary-score-marks): Follow the change above.
5079         (wl-summary-auto-refile-skip-marks): Ditto.
5080         (wl-summary-incorporate-marks): Ditto.
5081         (wl-summary-expire-reserve-marks): Ditto.
5083         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5084         changes.
5085         (wl-thread-insert-top): Changed updating message.
5087         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5088         variable.
5089         (wl-summary-count-unread): Count answered marks.
5090         (wl-summary-rescan): Call wl-summary-insert-message instead of
5091         wl-summary-append-message-func-internal.
5092         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5093         (wl-summary-prefetch-msg): Follow the variable name changes.
5094         (wl-summary-prefetch-region): Ditto.
5095         (wl-summary-mark-as-read-all): Follow the API changes;
5096         Don't call elmo-folder-replace-marks.
5097         (wl-summary-delete-cache): Follow the variable name changes.
5098         (wl-summary-resume-cache-status): Ditto.
5099         (wl-summary-update-status-marks): New function.
5100         (wl-summary-insert-message): New function.
5101         (wl-summary-sync-marks): Follow the variable name changes.
5102         (wl-summary-sync-update): Synchronize to the msgdb, too;
5103         Changed update messages.
5104         (wl-summary-make-number-list): Rewrite.
5105         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5106         (wl-summary-mark-as-unread): Follow the API changes.
5107         (wl-summary-exec-subr): Follow the variable name changes.
5108         (wl-summary-mark-as-read): Ditto.
5109         (wl-summary-move-spec-plugged-alist): Ditto.
5110         (wl-summary-move-spec-unplugged-alist): Ditto.
5111         (wl-summary-cursor-move-surface): Ditto.
5113         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5114         variable name changes.
5115         (wl-highlight-summary-current-line): Ditto.
5117         * wl-expire.el (wl-expire-refile): Follow the API change in
5118         elmo-folder-move-messages.
5119         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5120         (wl-summary-archive): Use elmo-folder-msgdb instead of
5121         elmo-msgdb-load.
5123 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125         * wl-mime.el (wl-draft-preview-message): Restore the position
5126         before evaluating wl-draft-send-hook in preview buffer.
5128 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5130         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5131         when it creates new draft buffer.
5133         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5134         without argument.
5136         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5137         Evaluate content and if the value is string, insert it.
5138         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5139         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5140         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5141         wl-draft-config-sub-part-bottom): Use it.
5143         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5144         with the folder name. The question was unintelligible when it is
5145         called from wl-save-status.
5147 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5150         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5151         cannot take second argument).
5153 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5155         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5156         as t. Since type and subtype are not case sensitive (RFC 2045).
5158 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5160         * wl-vars.el (wl-message-mode-line-format): New variable.
5161         (wl-message-mode-line-format-spec-alist): Ditto.
5162         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5163         (wl-message-redisplay): Use wl-message-mode-line-format.
5165 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5167         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5169 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5171         * wl-summary.el (wl-summary-default-from): Write description.
5173 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5175         * wl-vars.el (wl-ldap-objectclass): Abolish.
5177         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5178         (wl-ldap-make-filter): Removed condition for objectclass.
5179         (wl-ldap-make-matched-value-list): Remove meaningless process.
5180         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5181         (wl-address-ldap-search): Don't add `*' to `pat' string;
5182         use ignore-errors; added `email';
5183         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5184         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5185         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5188 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190         * wl-draft.el (wl-draft-parent-folder): Write description.
5191         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5193 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5195         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5196         as "" (zero-length string) if no parent.
5197         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5199 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5201         * wl-address.el (wl-address-make-completion-list): Skip duplication
5202         checking.
5203         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5204         `append'.
5206 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5208         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5209         instead of `beginning-of-buffer'.
5211 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5213         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5215 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5217         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5218         Refer wl-message-buffer-name.
5219         (wl-message-wheel-down): Ditto.
5221 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5223         * wl-vars.el (wl-message-buffer-name): New user option.
5225         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5226         directly instead of making alist dinamically.
5228         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5229         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5230         wl-message-buffer-cache-name.
5231         (wl-message-buffer-cache-clean-up): Ditto.
5233         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5235         * Version number is increased to 2.9.15.
5237 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5239         * wl-vars.el (wl-summary-default-view-alist): New user option.
5241         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5243         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5244         while deleting address.
5245         (wl-draft-delete-myself-from-cc): Ditto.
5247         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5248         If optional argument is specified, reverse sort order.
5250         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5252 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5254         * wl-thread.el (wl-thread-insert-message): Return parent number if
5255         exists.
5256         (wl-thread-update-indent-string-region): Use
5257         wl-thread-update-line-on-buffer-sub instead of
5258         wl-thread-update-line-on-buffer.
5260 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5262         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5263         (wl-folder-close-all): Ditto.
5265 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5267         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5268         and mailing-list:.
5269         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5270         value.
5271         (wl-summary-line-list-info): Print mailing-list name even when 
5272         list-number is empty.
5274 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5278         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5279         (wl-draft-open-file): Ditto.
5280         (wl-draft-random-alphabet): Ditto.
5282         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5283         bindings.
5285 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5288         * wl-vars.el (wl-draft-config-alist): Ditto.
5290 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5292         * Version number is increased to 2.9.14.
5294         * wl.el (wl): Don't set wl-init as nil when error occured while
5295         auto-checking folders.
5297         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5298         `elmo-expand-newtext'.
5300 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5302         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5303         `this-command' so that `wl-folder-goto-folder' contained in
5304         `wl-summary-keep-cursor-command' work.
5306 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5308         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5309         message buffer displaying state.
5311 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313         * wl-vars.el (wl-summary-default-view): New variable to specify
5314         default value for `wl-summary-buffer-view' instead of using
5315         set-default.
5316         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5318 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5320         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5322         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5324 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5326         * wl-vars.el (wl-forward-subject-prefix): New variable.
5327         * wl-draft.el (wl-draft-forward): Use it.
5329 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5331         * wl-message.el (wl-message-prev-page): When it is called without
5332         lines argument, scroll down by wl-message-scroll-amount lines.
5333         (wl-message-next-page): Ditto.
5334         * wl-vars.el (wl-message-scroll-amount): Change default value
5335         to preserve current behavior.
5337 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5339         * wl-summary.el (wl-summary-prefetch-msg): Bind
5340         `wl-message-entity' to call `wl-summary-from-function'.
5342 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344         * wl-message.el (wl-message-buffer-create): Run
5345         wl-message-buffer-created-hook.
5347 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5349         * wl-summary.el (wl-summary-sort-specs): New variable.
5350         (wl-summary-default-sort-spec): Ditto.
5351         (wl-summary-sort): Rewrite.
5352         (wl-summary-sort-by-list-info): New function.
5354 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5356         * wl-summary.el (wl-summary-get-list-info): New function.
5357         (wl-summary-sort): Rewrite.
5358         (wl-summary-line-list-info): Ditto.
5359         (wl-summary-line-list-count): Ditto.
5360         (wl-summary-refile-region): Fixed docstring.
5362 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5364         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5365         `wl-folder-entity-hashtb' as completion table.
5367 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5369         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5370         only when this command is called interactively; silence the byte-
5371         compiler.
5373 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5375         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5376         active in XEmacs.
5378 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5380         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5381         plural lines.
5383 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5386         of current line when the cursor is on the header name.
5387         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5389 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5391         * wl-util.el (wl-read-directory-name): Return displayed directory
5392         as the default value also on XEmacs.
5394 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5396         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5397         formatting.
5399 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5401         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5402         argument and when it is non-nil, check face property before
5403         highlighting for each line.
5404         (wl-highlight-summary-window): Set it.
5406 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5408         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5409         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5411         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5412         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5413         (wl-draft-get-fcc-list): Likewise.
5415 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5417         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5418         (wl-thread-entity-cur): Ditto.
5419         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5420         wl-thread-indent-regexp setting.
5421         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5423         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5424         wl-summary-lazy-highlight.
5425         (wl-summary-display-bottom): Ditto.
5427         * wl-thread.el (wl-thread-open-close): Likewise.
5429         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5430         from and subject;
5431         Bind wl-draft-use-frame;
5432         Enclose with save-window-excursion;
5433         Use wl-draft-create-buffer instead of with-temp-buffer;
5434         Use wl-draft-prepare-edit;
5435         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5436         Use wl-draft-send instead of wl-draft-raw-send.
5438 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5441         of using wl-from.
5443 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5445         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5446         insert-buffer instead of clone-buffer.
5447         (wl-draft-doing-mime-bcc): New variable.
5448         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5449         infinite loop.
5450         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5452         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5453         (wl-draft-mime-bcc-body): Ditto.
5455         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5456         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5457         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5458         wl-draft-do-mime-bcc.
5459         (wl-draft-mime-bcc-field): New function.
5460         (wl-draft-do-mime-bcc): Ditto.
5462         * wl-address.el (wl-address-complete-header-list): New variable.
5463         (wl-address-complete-header-regexp): Changed default value.
5465         * Version number is increased to 2.9.13.
5467 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5469         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5470         it is differed.
5472 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5474         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5475         (wl-summary-line-list-count): Ditto.
5477 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5479         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5480         (wl-nntp-posting-function): New variable.
5481         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5482         `wl-nntp-posting-config-alist'.
5484 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5487         FLIM.
5489 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5491         * wl-summary.el (wl-summary-target-mark-refile-sub):
5492         Remove a nuisance funcall.
5494 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5496         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5497         as t for `try-completion'.
5499 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5501         * wl-summary.el (wl-summary-default-from): Use
5502         wl-address-header-extract-address instead of
5503         std11-extract-address-components.
5504         (wl-summary-simple-from): Ditto.
5505         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5506         (wl-summary-insert-headers): Show message.
5507         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5508         for whole line.
5509         (wl-summary-default-from): Revert last change.
5510         (wl-summary-simple-from): Ditto.
5511         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5512         (wl-summary-mark-as-read-region): Follow the change above.
5513         (wl-summary-sync-marks): Ditto.
5514         (wl-summary-target-mark-mark-as-read): Ditto.
5515         (wl-summary-redisplay-internal): Ditto.
5516         (wl-summary-redisplay-no-mime-internal): Ditto.
5517         (wl-summary-redisplay-all-header): Ditto.
5518         (wl-summary-mark-as-read): Removed argument `cached';
5519         Use current cache status to set cache mark.
5520         (wl-summary-redisplay-internal): Follow the change above.
5521         (wl-summary-redisplay-no-mime-internal): Ditto.
5522         (wl-summary-redisplay-all-header): Ditto.
5524         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5526         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5527         Don't call itself recursively (Adviced by Yamaoka-san).
5529 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5532         bind wl-summary-highlight as nil to avoid error caused by missing
5533         local variables.
5535 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5537         * wl-vars.el (wl-invalid-character-message): New user option.
5539         * wl-util.el (wl-set-string-width): If truncated string-width is
5540         larger than specified width, use `wl-invalid-character-message'.
5542 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5544         * wl-summary.el (wl-summary-prefetch-msg): 
5545         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5547 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5549         * wl-vars.el (wl-summary-check-line-format): New user option.
5550         (wl-summary-line-format-file): Ditto.
5552         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5553         variable.
5554         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5555         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5556         and `wl-summary-view-old-p' to check whether do a rescan or not.
5557         (wl-summary-view-old-p): New function.
5558         (wl-summary-line-format-changed-p): Ditto.
5559         (wl-summary-line-format-save): Ditto.
5560         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5562         * wl-util.el (wl-set-string-width): Avoid using negative number
5563         for make-string.
5565 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5567         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5568         return value.
5570         * wl-util.el (wl-set-string-width): Added optional argument
5571         `padding' (All other related portions are changed).
5572         (wl-line-parse-format): If the first letter of column number is
5573         `0', zero-padding the result (ex: "%05l").
5575         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5577 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5579         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5580         sequential summary view.
5582 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5584         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5585         if it doesn't have a -unix version.
5587 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5589         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5591 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5593         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5594         content.
5595         (wl-draft): Follow the change above.
5597         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5599         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5600         and wl-folder-summary-line-format-alist contain %T and %P.
5602         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5603         (wl-summary-mode-line-format): New user option.
5604         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5605         (wl-summary-line-format): Changed default value.
5606         (wl-summary-lazy-highlight): Changed default value.
5608         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5609         change in wl-summary-create-line.
5610         (wl-thread-insert-entity-sub): Ditto.
5612         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5613         (wl-summary-buffer-unread-status): Ditto.
5614         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5615         (wl-summary-buffer-persistent-mark-column): Ditto.
5616         (wl-summary-buffer-mode-line-formatter): Ditto.
5617         (wl-summary-buffer-mode-line): Ditto.
5618         (wl-summary-message-regexp): Abolished.
5619         (All other related portions are changed.)
5620         (wl-summary-detect-mark-position): New function.
5621         (wl-summary-buffer-set-folder): Setup
5622         wl-summary-buffer-mode-line-formatter.
5623         (wl-summary-mode): Setup selective-display;
5624         Setup pre-idle-hook when xemacs.
5625         (wl-summary-update-modeline): Rewrite.
5626         (wl-summary-jump-to-msg): Define as function;
5627         Changed regexp for searching messages.
5628         (wl-summary-message-number): Rewrite.
5629         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5630         Do rescan when old type summary cache.
5631         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5632         (wl-summary-remove-destination): Use '\r' to detect EOL.
5633         (wl-summary-print-destination): Ditto.
5634         (wl-summary-temp-mark): New inline function.
5635         (wl-summary-persistent-mark): Ditto.
5636         (wl-summary-line-number): New function.
5637         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5638         (wl-summary-line-list-count): New function.
5639         (wl-summary-create-line): Added argument persistent-mark.
5640         (All other related portions are changed)
5641         (wl-summary-create-line): Insert '\r'.
5642         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5643         (wl-summary-cursor-move-surface): New inline function.
5644         (wl-summary-prev): Use it.
5645         (wl-summary-next): Ditto.
5647         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5648         wl-summary-message-regexp.
5649         (wl-highlight-summary): Delete progress message.
5650         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5652         * Version number is increased to 2.9.12.
5654 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5656         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5657         variable (nil: no minimum).
5658         (wl-summary-line-subject): Add some spaces after subject by
5659         wl-summary-line-subject-minimum-length.
5661 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5664         and removed `F'.
5665         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5666         change above).
5668 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670         * wl-summary.el (wl-summary-line-list-count): Reverted.
5671         (example setting in samples/*/dot.wl is also updated)
5673 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5675         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5677         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5679         * wl-vars.el (wl-summary-line-format): Addes some description to the
5680         docstring.
5682         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5683         (wl-summary-line-close-bracket): Ditto.
5684         (wl-summary-line-children-number): Ditto.
5685         (wl-summary-line-thread-indent): Ditto.
5686         (wl-summary-line-children-and-from): Ditto.
5688         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5689         't', 'c', 'F' and added 'C'.
5691         * wl-util.el (wl-set-string-width): Accept negative value.
5692         (wl-line-parse-format): Added "%number(" and "%)".
5694 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5696         * wl-summary.el (wl-summary-line-list-count): Change format of the
5697         return value.
5699 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5701         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5702         from the recent message.el.
5703         (wl-draft-point-in-header-p): Ditto.
5704         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5705         wl-draft-beginning-of-line.
5706         * wl-e21.el (wl-draft-mode-map): Ditto.
5707         * wl-xmas.el (wl-draft-mode-map): Ditto.
5709         * wl-folder.el: Sort macrodefs by dependencies.
5711 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5713         * wl-summary.el (wl-summary-prev): Fixed regexp.
5714         (wl-summary-next): Ditto.
5716 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5718         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5720 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5722         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5723         for backward compatibility.
5725 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5727         * wl-summary.el (wl-summary-line-list-count): New function, merged
5728         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5729         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5730         list counts.
5732 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5734         * wl-summary.el (wl-summary-create-line): Ignore errors while
5735         timezone-fix-time.
5737         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5739         * wl-summary.el (wl-summary-sync-update): Ditto.
5740         (wl-summary-default-from): Use wl-message-entity
5741         instead of entity.
5743         * wl-summary.el (wl-summary-create-line): Fix.
5745         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5746         (wl-summary-line-format): New user option.
5747         (wl-folder-summary-line-format-alist): Ditto.
5748         (wl-summary-from-width): Abolished.
5750         * wl-util.el (toplevel): Require 'bytecomp.
5751         (wl-line-parse-format): New function.
5752         (wl-line-formatter-setup): New macro.
5754         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5755         (wl-summary-buffer-line-formatter): New buffer local variable.
5756         (wl-summary-switch-to-clone-buffer): Follow the change above.
5757         (wl-summary-message-regexp): Fix.
5758         (wl-summary-from-func-internal): Abolished.
5759         (wl-summary-subject-func-internal): Ditto.
5760         (wl-summary-subject-filter-func-internal): Ditto.
5761         (All other related portions are changed.)
5762         (wl-summary-buffer-set-folder):
5763         Set up wl-summary-buffer-number-column and 
5764         wl-summary-buffer-line-formatter
5765         (All other related portions are changed.)
5766         (wl-summary-buffer-number-column-detect): Abolished.
5767         (All other related portions are changed.)
5768         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5769         (wl-summary-delete-all-temp-marks-on-buffer): Use
5770         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5771         (wl-summary-target-mark-delete): Ditto.
5772         (wl-summary-target-mark-refile-subr): Ditto.
5773         (wl-summary-target-mark-mark-as-read): Ditto.
5774         (wl-summary-target-mark-mark-as-unread): Ditto.
5775         (wl-summary-target-mark-mark-as-important): Ditto.
5776         (wl-summary-target-mark-save): Ditto.
5777         (wl-summary-replace-status-marks): Renamed from
5778         wl-summary-set-status-marks-on-buffer;
5779         Use wl-summary-message-regexp instead of
5780         wl-summary-buffer-number-regexp.
5781         (wl-summary-sync-update): Follow the change above.
5782         (wl-summary-goto-previous-message-beginning): New function.
5783         (wl-summary-mark-as-unread): Use it.
5784         (wl-summary-mark-as-important): Ditto.
5785         (wl-summary-line-formatter): New variable.
5786         (wl-summary-line-year): New function.
5787         (wl-summary-line-day): Ditto.
5788         (wl-summary-line-day-of-week): Ditto.
5789         (wl-summary-line-hour): Ditto.
5790         (wl-summary-line-minute): Ditto.
5791         (wl-summary-line-open-bracket): Ditto.
5792         (wl-summary-line-close-bracket): Ditto.
5793         (wl-summary-line-children-number): Ditto.
5794         (wl-summary-line-thread-indent): Ditto.
5795         (wl-summary-line-size): Ditto.
5796         (wl-summary-line-subject): Ditto.
5797         (wl-summary-line-from): Ditto.
5798         (wl-summary-line-children-and-from): Ditto.
5799         (wl-summary-create-line): Rewritten.
5800         (wl-summary-format-date): Abolished.
5802         * wl-highlight.el (wl-highlight-summary-current-line): Use
5803         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5804         Use thread structure to detect thread top message.
5806         * wl-draft.el (wl-default-draft-cite): Don't use
5807         wl-summary-from-func-internal.
5809         * wl-refile.el (wl-refile-subject-learn): Don't use
5810         wl-summary-subject-filter-func-internal.
5811         (wl-refile-guess-by-subject): Ditto.
5813         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5814         parameters.
5816         * wl-thread.el (wl-thread-update-indent-string-region):
5817         Use wl-thread-update-line-on-buffer instead of
5818         wl-thread-update-indent-string.
5819         (wl-thread-update-children-number): Redefine using
5820         wl-thread-update-line-on-buffer.
5821         (wl-thread-update-indent-string): Abolished.
5823         * Version number is increased to 2.9.11.
5825 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5827         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5828         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5829         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5831         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5832         as nil.
5834         * wl-thread.el (wl-thread-open-all-unread): Use 
5835         elmo-folder-list-messages-mark-match.
5836         (wl-thread-insert-message): Removed argument `mark-alist'.
5837         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5838         elmo-msgdb-set-mark.
5839         (wl-thread-get-children-msgs-uncached): Likewise.
5840         (wl-thread-get-exist-children): Added argument include-self.
5841         (wl-thread-delete-message): Follow the change above.
5843         * wl-summary.el (wl-summary-count-unread): Removed argument.
5844         (wl-summary-rescan): Follow the change above.
5845         (wl-summary-mark-as-read-region): Ditto
5846         (wl-summary-mark-as-unread-region): Ditto.
5847         (wl-summary-delete-messages-on-buffer): Ditto.
5848         (wl-summary-sync-update): Ditto.
5849         (wl-summary-switch-to-clone-buffer): Ditto.
5850         (wl-summary-goto-folder-subr): Ditto.
5851         (wl-summary-target-mark-mark-as-read): Ditto.
5852         (wl-summary-target-mark-mark-as-unread): Ditto.
5853         (wl-summary-target-mark-mark-as-important): Ditto.
5854         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5855         (wl-summary-update-thread): Removed argument `mark-alist'.
5856         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5857         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5858         (wl-summary-resume-cache-status): Likewise.
5859         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5860         elmo-msgdb-set-mark.
5861         (wl-summary-mark-as-read-all): Likewise.
5862         (wl-summary-delete-cache): Ditto.
5863         (wl-summary-auto-select-msg-p): Ditto.
5864         (wl-summary-mark-as-unread): Ditto.
5865         (wl-summary-no-auto-refile-message-p): Ditto.
5866         (wl-summary-mark-as-read): Ditto.
5867         (wl-summary-mark-as-important): Ditto.
5868         (wl-summary-auto-refile): Follow the change above.
5869         (wl-summary-delete-all-marks): Removed.
5870         (wl-summary-resume-marks-and-highlight): Ditto.
5871         (wl-summary-resume-marks): Ditto.
5872         (wl-summary-delete-important-msgs-from-list): Ditto.
5873         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5875         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5876         wl-summary-count-unread.
5878         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5879         (wl-summary-score-update-all-lines): Use
5880         elmo-msgdb-set-mark.
5882 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5884         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5885         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5886         (wl-summary-create-line): Renamed from
5887         wl-summary-overview-create-summary-line;
5888         Argument rearrangement.
5889         (wl-summary-update-thread): Follow the change above.
5891         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5892         (wl-thread-insert-entity-sub): Likewise.
5894         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5895         argument `overview', `mark-alist' and added `msgdb'.
5897         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5899         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5900         (wl-summary-rescan): Follow the change above.
5901         (wl-summary-sync-update): Ditto.
5902         (wl-summary-insert-thread-entity): Ditto;
5903         Don't use `let*' in every while loop;
5904         Detect infinite loop of threads.
5905         (wl-summary-update-thread): Removed argument `overview'.
5907         * wl-thread.el (wl-thread-insert-message): Ditto.
5909         * Version number is increased to 2.9.10.
5911         * wl-message.el (wl-message-redisplay): Ignore errors while
5912         wl-message-redisplay-hook.
5914 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5918 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5920         * wl.el (wl): inhibit-quit while wl-folder.
5922 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5924         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5925         while msgdb access.
5927 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5929         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5930         even if no folder is not created.
5932 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5934         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5936         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5937         implementation.
5938         (wl-summary-target-mark-thread): Ditto.
5940         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5942 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5944         * wl-util.el (wl-display-bytes): Remove unused function.
5946 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5948         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5949         seems critical one (partially reverse the change in 2002/03/17).
5951 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5953         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5954         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5956 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5958         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5959         is not writable.
5960         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5961         plugged status instead of `'force' as 2nd argument.
5963         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5964         is not creatable.
5966         * Version number is increased to 2.9.9.
5968 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5970         * wl-summary.el (wl-summary-suspend): New function.
5972 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5974         * wl.el (wl): Do not check variables if check is nil.
5975         * wl-utils.el (wl-collect-draft): New function.
5976         * wl-folder.el (wl-folder-suspend): Put summary buffers
5977         and draft buffers at the end of buffer list.
5978         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5980 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5982         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5983         loop instead of recursive call.
5985         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5986         2nd argument.
5988 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990         * wl-draft.el (wl-draft-create-contents): Don't take neither
5991         (function . args) nor (string . something) any more.
5993         * wl-version.el (wl-generate-user-agent-string): Return string
5994         without header symbol.
5995         * wl-draft.el (wl-draft-default-headers): Use it.
5997         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5998         `wl-draft-insert-ccs' and return field value instead of inserting
5999         the header. Abolish cc argument.
6000         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6002         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6003         rather than one with string car.
6005         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6006         * wl-draft.el (wl-draft-create-contents): Add it after the default
6007         headers.
6009         * wl-draft.el (wl-draft-create-contents): For the case of
6010         (symbol-or-string . function) insert header only when the function
6011         returns string value.
6013 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6016         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6018 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020         * wl.el (wl-check-environment): Don't check Message-ID when
6021         `wl-insert-message-id' is nil.
6022         Revive checking if `wl-message-id-domain' contains "@".
6024 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026         * wl.el (wl-check-environment): Merge examination for "@" at
6027         inappropriate position into the first string-match.
6029         * wl-summary.el (wl-summary-target-mark-print): New function.
6030         (wl-summary-pipe-message-subr): Extracted from
6031         `wl-summary-pipe-message'.
6032         (wl-summary-target-mark-pipe): New function.
6033         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6034         `wl-summary-target-mark-pipe'.
6036 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6038         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6040 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6042         * wl.el (wl-check-environment): Use elmo-warning instead of
6043         error for non-critical ones.
6044         Remove trash folder check.
6045         (wl): Don't ignore error in wl-check-environment.
6047         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6048         check, which is moved from `wl-check-environment'.
6049         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6051 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6053         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6054         guess anything, call wl-summary-write.
6055         (wl-summary-write): Create draft with blank To field.
6056         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6058 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6060         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6061         argument full as well for wl-folder-write-current-folder.
6062         If wl-*-write-current-folder cannot guess addressee, add blank
6063         To header.
6064         Rewrite condition for positioning cursor.
6066 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6068         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6069         summary buffer is present, use it.
6070         (wl-folder-jump-to-previous-summary): Ditto.
6072 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6074         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6076         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6077         wl-summary-previous-buffer and wl-summary-next-buffer.
6079         * wl-folder.el (wl-folder-mode-map): Bind
6080         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6081         (wl-folder-jump-to-next-summary): New function.
6082         (wl-folder-jump-to-previous-summary): Ditto.
6084         * wl-draft.el (wl-draft): Rearranged.
6086 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6089         of header.
6090         (wl-draft): Collect arguments for the header as header-alist.
6091         (wl-draft-forward): Arrange arguments for wl-draft.
6092         (wl-draft-reply): Ditto.
6093         (wl-draft-edit-string): Ditto.
6094         * wl-summary.el (wl-summary-write): Ditto.
6095         (wl-summary-write-current-folder): Ditto.
6097         * Version number is increased to 2.9.8.
6099 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6103         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6105         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6106         even if the guess failed.
6108         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6109         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6110         wl-summary-write-current-folder.
6111         * wl-xmas.el: Ditto.
6113 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6115         * wl-summary.el (wl-summary-next-page): Force display message if
6116         message is not displayed yet.
6117         (wl-summary-prev-page): Ditto.
6119 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6121         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6123 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6126         add "Preview Message" and "Save Draft and Exit".
6128 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6130         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6131         if addrmgr is called from draft in splitted window.
6133         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6134         * wl-mule.el: Ditto.
6135         * wl-xmas.el: Ditto.
6137 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6141         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6142         * wl-xmas.el (wl-folder-toolbar): Ditto.
6144 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6147         and wl-draft-save-and-exit.
6148         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6149         * wl-xmas.el: Ditto.
6150         * wl-mule.el: Ditto.
6152         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6153         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6155 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6157         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6158         lists for saving buffer.
6160 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6163         parent-folder argument instead of it.
6164         (wl-draft-create-buffer): Ditto.
6165         (wl-draft-forward): Ditto.
6166         (wl-draft-reply): Ditto.
6167         * wl-summary.el (wl-summary-write): Ditto.
6168         (wl-summary-write-current-folder): Ditto.
6170         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6171         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6172         Folder buffer after composing.
6174 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6177         header if the file `wl-x-face-file' already contains it.
6179 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6182         folder" entry.
6183         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6184         * wl-e21.el (wl-folder-toolbar): Ditto.
6185         * wl-xmas.el (wl-folder-toolbar): Ditto.
6187 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6190         wl-folder-goto-folder with sticky argument.
6191         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6193 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6195         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6196         and wl-summary-previous-buffer.
6197         (wl-summary-next-buffer): New function.
6198         (wl-summary-previous-buffer): Ditto.
6200 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6202         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6203         wl-folder-jump-to-current-entity-with-arg.
6204         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6205         `wl-folder-jump-to-current-entity'.
6206         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6207         `wl-summary-goto-folder-sticky'.
6208         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6209         `wl-summary-goto-folder'.
6210         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6211         Unless force-exit, do not clean temp. marks for sticky summary.
6212         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6214 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6216         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6217         not entire.
6219 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6221         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6222         to `C-x C-s'.
6223         (wl-summary-save-status): New command.
6224         (wl-summary-exit): Don't clean-up temp marks when sticky.
6225         (Applied patch from Nakayama-san [wl: 09548])
6226         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6227         Do nothing when no mark data.
6228         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6229         Call `wl-summary-delete-all-temp-marks' before saving.
6231 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6233         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6235 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237         * wl.el (wl-check-environment): Also cause error when (system-name)
6238         returns "localhost.localdomain". (Although it doesn't affect because
6239         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6241 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6244         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6246         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6247         value.
6249 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6251         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6252         Likewise r-cc-list and r-ng-list.
6254 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6256         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6257         only if it is bound as variable.
6259         * wl-mime.el (wl-draft-preview-message): Ditto.
6261 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6263         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6264         needless `goto-char'.
6266         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6267         `wl-summary-redisplay-no-mime-internal' instead of
6268         `wl-summary-redisplay-no-mime'.
6269         (wl-summary-redisplay-no-mime): Changed argument;
6270         Call `wl-summary-redisplay-no-mime-internal'.
6272         * wl-mime.el (wl-draft-preview-message): Bind
6273         `mime-header-encode-method-alist' locally.
6275         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6276         (wl-draft-std11-parse-addresses): Added the first address check.
6277         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6279         * Version number is increased to 2.9.7.
6281 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6283         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6285 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6287         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6288         related to scrollbar support, if there is no such a feature
6289         compiled in.
6291 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6293         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6294         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6295         for prefetch.
6297 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6299         * wl-summary.el (wl-summary-pick): Fix for no match.
6301 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6303         * wl-draft.el (wl-draft-save):
6304         Override `mime-header-encode-method-alist'.
6306 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6308         * wl-folder.el (wl-folder-pick): New function.
6309         Define key as "?".
6311 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6313         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6314         Fix for unplugged.
6316 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6318         * wl-folder.el (wl-folder-virtual): New function.
6319         Define key as "V".
6321 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6323         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6324         multi folder if entity is group.
6326 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6328         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6329         is nil.
6331 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6333         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6334         (wl-summary-target-mark-msgs): Return the number of marked messages.
6336 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6338         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6339         "first:" is specified.
6341 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343         * wl-vars.el (wl-from): Use return value of function
6344         user-full-name instead of the variable user-full-name since
6345         XEmacs-20.4 doesn't set this variable.
6347 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6349         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6350         call `wl' directly.
6352 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6354         * wl-draft.el (wl-draft-reedit): Removed duplicated
6355         switch-to-buffers.
6357 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6359         * wl.el (wl-other-frame): Removed garbages.
6361 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6363         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6365         * wl-xmas.el (wl-draft-key-setup): Ditto.
6367         * wl-mule.el (wl-draft-key-setup): Ditto.
6369         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6370         (wl-draft-reedit): Ditto.
6371         (wl-draft-prepare-edit): Add `wl-draft-save' to
6372         `local-write-file-hooks'.
6373         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6374         (wl-draft-reedit): Set buffer-file-name.
6375         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6378         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6379         call it.
6380         (wl-delete-startup-frame-function): New variable.
6381         (wl-other-frame): New function
6382         (Original was written by Yamaoka san [wl: 09239]).
6384         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6385         if `wl-folder-use-frame'.
6387 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6389         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6391 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6393         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6394         New variable.
6395         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6396         (wl-message-buffer-prefetch-get-next): Use them.
6397         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6399 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6401         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6402         with unwind-protect.
6404         * wl-draft.el (wl-draft-reedit): Rewrite.
6405         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6406         (wl-draft-save): Insert header separator if it does not exist;
6407         Removed condition-case.
6409         * wl-summary.el (wl-summary-reedit): Revert last change.
6411         * wl-draft.el (wl-draft-save): Rewrite.
6412         (wl-draft-create-buffer): Set buffer-file-name as nil.
6414         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6416         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6418         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6419         nil.
6421 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6423         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6424         If count is nil, do not prefetch.
6425         (wl-message-buffer-prefetch-next): Next.
6427 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6429         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6431 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6433         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6434         `delete-backward-char'
6435         (wl-draft-prepare-edit): Check major-mode.
6436         (wl-draft-decode-header): Rewrite.
6437         (wl-draft): Fix.
6439 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6441         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6443 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6445         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6446         (wl-message-buffer-prefetch-get-next): Remove size checking.
6447         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6449 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6451         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6452         (wl-draft-default-headers): Fix.
6454 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6456         * wl-draft.el (wl-draft-default-headers): Insert return value of
6457         `wl-generate-mailer-string-function'.
6459 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6461         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6462         (wl-draft-insert-mail-header-separator): Ditto.
6464         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6465         again (Reverted the change on 2002-01-17 by OKADA san).
6467 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6469         * wl-draft.el (wl-draft): Rewrite.
6470         (wl-draft-create-buffer): New function.
6471         (wl-draft-create-contents): Ditto.
6472         (wl-draft-prepare-edit): Ditto.
6473         (wl-draft-decode-header): Ditto.
6474         (wl-draft-decode-body): Ditto.
6475         (wl-draft-check-new-line): Ditto.
6476         (wl-draft-default-headers): Ditto.
6477         (wl-draft-insert-mail-header-separator): Ditto.
6479 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6481         * Version number is increased to 2.9.6.
6483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6485         * wl-draft.el (wl-draft-delete-field): Optional argument.
6486         (wl-draft-delete-fields): Ditto.
6488 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6490         * wl-message.el (toplevel): Eliminated byte-compile warning.
6491         for `itimer-function', `delete-timer' and `itimer-list'.
6493 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6495         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6496         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6497         `wl-message-buffer-prefetch-threshold'.
6498         * wl-summary.el (wl-summary-redisplay-internal): Remove
6499         the check of `wl-message-buffer-prefetch-depth'.
6501 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6503         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6504         size of article.
6505         (wl-message-buffer-prefetch-subr): Remove size check.
6507 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6509         * wl-vars.el (wl-plugged): Make customizable.
6511 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6513         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6514         (wl-message-buffer-prefetch-set-timer): New function.
6515         (wl-message-buffer-prefetch-get-next): New function.
6516         (wl-message-buffer-prefetch): New function.
6517         (wl-message-buffer-prefetch-next): Rewrite.
6518         (wl-message-buffer-prefetch-subr): Rewrite.
6519         * wl-vars.el (wl-auto-prefetch-first): New variable.
6520         * wl-summary.el (wl-summary-goto-folder-subr): Call
6521         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6523 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6525         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6526         `wl-summary-unread-message-hook'.
6528 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6530         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6531         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6532         if range is `cache-status'.
6534 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6536         * wl-message.el (wl-message-buffer-prefetch-subr):
6537         Improve debug message.
6539 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6541         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6542         `wl-mail-send-pre-hook'.
6543         (wl-draft-send-mail-with-qmail): Ditto.
6544         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6546 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6548         * wl-message.el (wl-message-buffer-prefetch-subr):
6549         Fix for cancel-function-timers bug.
6550         (wl-message-buffer-prefetch-debug): Default value is t.
6552 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6554         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6555         (wl-message-buffer-prefetch-subr): Rewrite.
6556         Rename from `wl-message-buffer-prefetch'.
6558 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6561         (wl-default-draft-cite-decorate-author): Ditto.
6563         * wl-draft.el (wl-draft-cite-function): Removed.
6564         (wl-default-draft-cite-decorate-author): Ditto.
6566 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6568         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6569         (wl-default-draft-cite): Do not arrange author name if the value of
6570         `wl-default-draft-cite-decorate-author' is nil.
6572 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6574         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6576         * wl-folder.el (wl-folder-check-one-entity): Don't care
6577         `elmo-folder-use-flag-p'.
6579 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6581         * wl-folder (wl-folder-check-one-entity): Fix
6582         problem if unread is nil.
6584 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6586         * wl-address.el (wl-address-make-completion-list): Check whether
6587         the address is a group list.
6588         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6590 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6592         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6593         The number of the messages of new and unread does not count
6594         correctly.
6596         * wl-summary.el (wl-summary-count-unread): Changed to return
6597         `(new . unread)' instead of total.
6598         (wl-summary-sync-update): Follow the change above.
6600         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6602 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6604         * wl-address.el (wl-address-make-completion-list): Do not enclose
6605         address by " <" and ">" if associated realname is "".
6606         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6607         This is against the promblem with group list in .addresses pointed
6608         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6610 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6612         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6613         message is a format control string.
6614         * wl-expire.el (wl-expire-append-log): Ditto.
6615         * wl-mime.el (wl-summary-burst-subr): Ditto.
6616         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6617         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6619 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6621         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6622         wl.el (wl-check-variables): Rename from `wl-check-type'.
6623         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6624         (wl-check-variables-2): New function.
6625         (wl): Call `wl-check-variables-2'.
6627 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6629         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6630         after renaming folder in access group.
6632 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6634         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6635         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6636         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6637         (wl-message-buffer-prefetch): Rewrite.
6638         (wl-message-buffer-prefetch-idle-time): Removed.
6639         * wl-summary.el (wl-summary-redisplay-internal):
6640         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6641         Error check for `wl-message-buffer-prefetch-depht'.
6643 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6645         * Version number is increased to 2.9.5.
6646         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6648 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6650         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6651         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6652         Based on the patch written by
6653         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6655 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6657         * wl-draft.el (wl-draft-raw-send): Fix for
6658         `wl-news-send-pre-hook'
6660 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6662         * wl-utils.el (wl-message-id-function): New variable.
6663         * wl-draft.el (wl-draft-insert-required-fields):
6664         Use `wl-message-id-function'.
6666 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6668         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6669         * wl-utils.el (wl-draft-make-message-id-string):
6670         Use `wl-from' for domain part of Message-ID
6671         if `wl-message-id-use-wl-from' if non-nil.
6672         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6674 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6676         * wl.el (wl): Call `wl-check-type'
6677         Do not 'condition-case'.
6679 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6681         * wl.el (wl-check-type): New function.
6682         (wl-check-type-variables): New variable.
6684 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6686         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6688 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6690         * wl-draft.el (wl-smtp-password-key): New function.
6691         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6692         (wl-draft-send-mail-with-smtp): Ditto.
6693         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6695 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6697         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6698         * wl-utils.el (wl-unique-id-suffix): Remove.
6700 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6702         * Version number is increased to 2.9.4.
6704 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6706         * wl-utils.el (wl-unique-id-suffix): New variable.
6707         (wl-unique-id): Use `wl-unique-id-suffix'
6709 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6711         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6712         instead of `elmo-msgdb-search'.
6714         * Version number is increased to 2.9.3.
6716 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6718         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6720 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6722         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6723         (wl-draft-dispatch-message): Changed for send-later.
6724         (wl-draft-queue-flush): Ditto.
6725         (wl-draft): Clear `wl-sent-message-queued'.
6726         (wl-draft-reedit): Ditto.
6727         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6728         * wl-vars.el (wl-draft-force-queuing): New variable.
6729         (wl-draft-force-queuing-mail): New variable.
6730         (wl-draft-force-queuing-news): New variable.
6732 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6734         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6735         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6737 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6739         * Version number is increased to 2.9.2.
6741 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6743         * wl-draft.el (wl-draft-elide-region): New user command.
6744         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6746         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6747         command `wl-draft-elide-region'.
6748         * wl-mule.el: Ditto.
6749         * wl-xmas.el: Ditto.
6751 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6753         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6754         (wl-biff-check-folder-async): Removed needless let.
6756 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6758         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6759         wl-folder-get-elmo-folder.
6760         (wl-biff-check-folder): Set `biff' argument of
6761         `wl-folder-check-one-entity'.
6762         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6764         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6765         (wl-folder-check-one-entity): Added `biff' argument;
6766         Setup `biff' slot of folder.
6768         * Version number is increased to 2.9.1.
6770 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6772         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6773         comment out and fixed.
6774         (wl-fldmgr-add-completion-subr): Ditto.
6776         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6777         and msgdb.
6779         * wl.el (wl-toggle-plugged): Save summary view.
6781 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6783         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6785 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6787         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6789 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6791         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6792         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6793         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6795         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6796         if it was failed.
6797         (wl-demo): Disable undo in the demo buffer.
6799 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6801         * wl-version.el (wl-version): Changed codename.
6803         * Version number is increased to 2.9.0.
6805 2001-12-14  Takuo KITAME <kitame@northeye.org>
6807         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6808         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6809         (wl-folder-mark-as-read-all-current-entity): Ditto.
6811 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6813         * wl-vars.el (wl-from-width): Define as obsolete variable.
6814         (wl-subject-length-limit): Ditto.
6816         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6818         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6819         wl-summary-save-view.
6821         * wl.el (wl-save-status): Ditto.
6822         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6824         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6825         (wl-summary-exit): Follow the change above.
6826         (wl-summary-goto-folder-subr): Ditto.
6828         * wl-folder.el (wl-folder-create-subr): Don't use
6829         `elmo-folder-creatable-p'.
6831 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6833         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6835 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6837         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6838         rather than bitmap on Emacs 21.
6839         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6840         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6841         for xbm if the new redisplay engine is not available.
6843 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6845         * wl-folder.el (wl-folder-init-hook): New hook.
6846         (wl-folder-init): Run `wl-folder-init-hook'.
6848 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6850         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6852 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6854         * wl-acap.el (wl-acap-cache-filename): New variable.
6855         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6856         (wl-acap-init): Use cache if no ACAP server found.
6858 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6860         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6861         `wl-acap-original-msgdb-dir'.
6863         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6864         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6866         * wl-mime.el (wl-mime-save-directory): Renamed from
6867         `wl-mime-save-dir'.
6869 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6871         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6873         * wl-demo.el: Require `path-util'.
6874         (wl-demo-bitmap-mule-available-p): New internal variable.
6875         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6876         `module-installed-p' instead.
6877         (wl-demo-insert-image): Use *.img file for a bitmap image.
6878         (wl-demo): Don't call the ascii demo recursively.
6880 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6882         * Version number is increased to 2.7.7.
6884 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6886         * wl.el (wl-exit): Eliminated byte-compile warning.
6888 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6890         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6891         obsolete variable using `elmo-define-obsolete-variable'.
6892         (wl-fetch-confirm-threshold): Ditto.
6893         (wl-cache-prefetch-folder-type-list): Ditto.
6894         (wl-cache-prefetch-folder-list): Ditto.
6896 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6898         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6899         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6900         (wl-demo-insert-image): New function.
6901         (wl-demo-insert-text): New function.
6902         (wl-demo-image-type-alist): Redefine as a function.
6903         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6904         (wl-demo-with-temp-file-buffer): Removed.
6905         (wl-logo-xpm): Removed.
6906         (wl-logo-xbm): Removed.
6907         (wl-logo-bitmap): Removed.
6909 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6911         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6912         (wl-expire-localdir-get-folder-function): New user option.
6913         (wl-expire-localdir-get-folder): New function.
6914         (wl-expire-localdir-date): Ditto.
6916 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6918         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6919         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6920         Fixed unread number mismatch when all-unread < unread.
6922 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6924         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6925         (wl-fetch-confirm-threshold): Ditto.
6927         * wl-summary.el (wl-summary-confirm-appends): Removed.
6928         (wl-summary-sync-update): Don't refer
6929         `wl-summary-update-confirm-threshold' (It is now abolished).
6931         * wl-message.el (wl-message-display-internal): Don't refer
6932         `wl-fetch-confirm-threshold' (It is now abolished).
6934 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6936         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6938 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6940         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6941         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6942         Change default value to nil.
6943         (wl-summary-indent-length-limit): The value can be nil, nil means
6944         unlimited.
6946         * wl-summary.el: Don't set limit for indent length if the value of
6947         wl-summary-indent-length-limit is nil.
6948         If the value of wl-summary-width is nil, it means only that the width
6949         of summary is unlimited (nil doesn't mean that the indent length is
6950         unlimited).
6952         * wl-thread.el: Ditto.
6954 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6956         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6957         be nil, nil means never confirm.
6958         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6960 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6962         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6963         means unlimited).
6965 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6967         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6968         Use `with-temp-buffer'.
6970 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6972         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6973         with new backquote style).
6974         (wl-folder-get-entity-from-buffer): Ditto.
6976 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6978         * wl-version.el (nemacs-version): Eliminated.
6979         (wl-extended-emacs-version2): Ignore nemacs.
6980         (wl-extended-emacs-version3): Ditto.
6982 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6984         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6985         (wl-draft-add-in-reply-to): New variable.
6986         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6987         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6988         (wl-draft-yank-from-mail-reply-buffer): Use
6989         `wl-draft-add-in-reply-to'.
6990         (wl-draft-insert-current-message): Ditto.
6992 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6994         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6995         typo (kill->hide).
6996         (wl-message-buffer-prefetch-folder-type-list): Added elements
6997         `mark' and `cache' instead of `internal'.
6999 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7001         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7002         resume msgdb directory.
7004 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7006         * wl.el (wl-exit): Call `wl-acap-exit'.
7008         * wl-summary.el (wl-summary-message-string): New function.
7009         (wl-summary-reedit): Use it.
7010         (wl-summary-resend-bounced-mail): Remove needless let.
7011         (wl-summary-supersedes-message): Ditto.
7012         (wl-summary-save): Ditto.
7014         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7015         (wl-acap-init): Set it.
7016         (wl-acap-exit): New function.
7018 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7020         * wl.el (wl-init): Revert (require 'mime-setup). move from
7021         toplevel.
7023 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7025         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7026         local variables.  Add error when guess function return invalid
7027         value.
7029 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7031         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7032         Change local variable name.
7033         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7034         (wl-folder-get-newsgroups): Return nil when non-news folder.
7035         * wl-summary.el (wl-summary-write-current-folder): State through
7036         when guess-list return nil.
7037         (wl-summary-write-current-folder-functions): Fixed docstring.
7039         * wl.el (wl-exit): Changed confirm message.
7041         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7042         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7044         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7046 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7048         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7049         user option (Renamed from wl-cache-prefetch-folder-type-list).
7050         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7051         from wl-cache-prefetch-folder-list).
7053         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7054         Move to wl-vars.el.
7055         (wl-message-buffer-prefetch-p): Changed to enable
7056         `wl-message-buffer-prefetch-folder-list'.
7058         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7059         `ignore-cache'.
7061 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7063         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7064         `part-top' and `part-bottom'.
7065         (wl-draft-config-sub-part-top): New function.
7066         (wl-draft-config-sub-part-bottom): New function.
7068 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7070         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7072 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7074         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7076 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7078         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7080         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7081         (wl-summary-write-current-folder): Ditto.
7083 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7085         * wl-folder.el (wl-folder-get-newsgroups): Use
7086         `elmo-folder-newsgroups'.
7088 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7090         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7091         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7092         `wl-draft-config-sub-header-bottom'.
7094 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7096         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7097         localnews folder.
7099 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7101         * wl-summary.el (wl-summary-mode): Undo last change.
7103         * wl-folder.el (wl-folder-mode): Ditto.
7105 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7107         * wl-summary.el (wl-summary-mode): Locally set
7108         truncate-partial-window-width to nil.
7109         (for XEmacs)
7111         * wl-folder.el (wl-folder-mode): Ditto.
7113 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7115         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7117 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7119         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7120         number.
7122         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7124         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7126         * Version number is increased to 2.7.6.
7128 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7130         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7132 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7134         * wl-summary.el (wl-summary-sync-update): Enclose network
7135         related portion with `unwind-protect'.
7137 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7139         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7141 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7143         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7144         element.
7145         * wl-vars.el (wl-message-body-button-alist): Ditto.
7147         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7148         max match length.
7149         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7151         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7152         for the max match length;
7153         Use 4th element value for the button string regexp group.
7155         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7156         candidate exists, prompt to select.
7158 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7160         * wl-summary.el (wl-summary-jump-to-msg): Search before
7161         calibration point by `beginning-of-line'.
7163 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7165         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7166         for access group.
7168 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7170         * wl-message.el (wl-message-display-internal): Bind
7171         `default-mime-charset'.
7173         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7175         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7177         * Version number is increased to 2.7.5.
7179 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7181         * wl-expire.el (wl-summary-archive): Fixed;
7182         Use `elmo-folder-name-internal'.
7184 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7186         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7187         from `elmo-folder-move-messages' caller.
7188         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7190         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7191         related portions are changed).
7193 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7195         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7196         counter.
7198 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7200         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7201         buffer local and set it to nil.
7203         * wl-message.el (wl-message-redisplay): Ditto.
7205 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7207         * wl-summary.el (wl-summary-mark-as-important): If message is
7208         already cached, set messag as read, otherwise encache and mark as read.
7210 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7212         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7213         point-min.
7215 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7217         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7218         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7219         a keymap.
7221 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7223         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7224         parent.
7226         * wl-mule.el (wl-message-define-keymap): Ditto.
7228         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7230         * wl-xmas.el (wl-message-display-internal-hook): Define.
7231         (wl-xmas-setup-message-toolbar): Define as function.
7232         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7233         (wl-message-overload-functions): Abolished.
7234         (wl-message-define-keymap): New function.
7236         * wl-vars.el (wl-message-display-internal-hook): New variable.
7237         (wl-message-header-button-alist): New variable (Renamed from
7238         wl-highlight-message-header-button-alist).
7239         (wl-message-body-button-alist): Ditto.
7241         * wl-mule.el (wl-message-define-keymap): New function.
7242         (wl-message-overload-functions): Abolished.
7244         * wl-message.el (wl-message-add-buttons-to-body): New function.
7245         (wl-message-redisplay): Don't call wl-message-overload-functions;
7246         Call wl-message-add-buttons-to-header and
7247         wl-message-add-buttons-to-body.
7248         (wl-message-display-internal): Set keymap argument for
7249         elmo-mime-display-as-is, elmo-mime-message-display;
7250         Run wl-message-display-internal-hook.
7251         (wl-message-refer-article-or-url): Abolished.
7253         * wl-highlight.el (wl-highlight-headers): Don't call
7254         wl-highlight-message-add-buttons-to-header.
7255         (wl-highlight-message-add-buttons-to-header): Abolished.
7258         * wl-e21.el (wl-message-display-internal-hook): Define.
7259         (wl-e21-setup-toolbar): Deleted duplicated binding.
7260         (wl-e21-setup-message-toolbar): Define as function.
7261         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7262         (wl-message-define-keymap): New function.
7263         (wl-message-overload-functions): Abolished.
7265 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7267         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7268         and elmo-folder-close.
7270         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7272 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7275         boolean value.
7276         * wl-draft.el (wl-draft-do-fcc): Ditto.
7278 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7280         * wl-vars.el (wl-fcc-force-as-read): New variable.
7281         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7282         mark copied message as read.
7284 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7286         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7288 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7290         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7291         `wl-summary-target-above' instead of obsolete variable
7292         `wl-summary-temp-above'.
7294         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7295         instead of `make-obsolete-variable'.
7296         * wl-refile.el (toplevel): Ditto.
7298 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7300         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7301         with third argument t.
7302         (wl-draft): Set first argument for wl-plugged-init as t.
7304         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7305         definition.
7307 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7309         * wl-vars.el: Tabify.
7310         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7312         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7313         message.
7315 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7317         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7318         and set default to beep.
7320 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7322         * wl-vars.el (wl-draft-truncate-lines): New variable.
7324         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7325         instead of wl-message-truncate-lines for truncate-lines.
7327 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7329         * wl-message.el (wl-message-display-internal): Call
7330         `wl-highlight-message' after `elmo-mime-display-as-is'.
7332         * wl-mime.el (wl-mime-display-text/plain): New function.
7333         (wl-mime-display-header): Ditto.
7334         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7335         body-presentation-method for text/plain;
7336         Register `wl-mime-display-header' as a header-presentation-method;
7337         Don't set up `elmo-message-text-content-inserted-hook' and
7338         `elmo-message-header-inserted-hook'.
7340         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7341         variable.
7342         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7343         as t if flag is 'all-header;
7344         Don't bind `elmo-message-ignored-field-list',
7345         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7347 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7350         for xemacs with non-mule environment.
7352 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7355         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7356         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7358 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7360         * wl-vars.el (wl-interactive-send): Set default value as t.
7362 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7364         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7365         (wl-addrmgr-method-list): Abolished.
7366         (wl-addrmgr-change-method): Follow above change.
7368         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7370 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7372         * wl-vars.el (wl-message-truncate-lines): Change default value
7373         to default-truncate-lines.
7375         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7377 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7379         * wl-vars.el (wl-message-truncate-lines): New variable.
7381         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7382         wl-message-truncate-lines.
7384 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7386         * wl-acap.el (wl-acap-init): Remove period from error message.
7387         (wl-acap-find-acap-service): Remove period from message.
7389 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7391         * wl.el (wl-check-environment): Undo last change.
7393         * wl-vars.el (wl-from): Changed default value.
7395         * wl-util.el (toplevel): Don't require tm-edit.
7397         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7398         `wl-folder-init';
7399         Don't set mark on mail body.
7400         (wl-draft-reedit): Ditto.
7402         * wl-address.el (wl-address-quote-specials): Define as an alias for
7403         elmo-address-quote-specials.
7405 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7407         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7409         * wl-vars.el (wl-from): Set default value as nil.
7410         (wl-organization): Set default value as ORGANIZATION environment
7411         variable.
7413         * wl-draft.el (wl-smtp-extension-bind): Check value of
7414         wl-smtp-connection-type.
7416         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7417         error.
7419 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7421         * Version number is increased to 2.7.4.
7423         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7424         arguments from `wl-highlight-x-face-function' caller.
7425         Use x-face-1.3.6.12 or later.
7427 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7429         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7431 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7433         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7434         (wl-fcc): Fix to accept function.
7435         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7437 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7439         * wl-acap.el (toplevel): Added `product-provide' declare.
7440         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7442 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7444         * wl.el (wl): Changed order of calling `elmo-init'
7445         and `elmo-folder-init'.
7447 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7449         * wl-mime.el (wl-summary-burst): Extract message when content-type
7450         of root entity is not only `multipart' but also `message/rfc822'.
7451         (wl-summary-burst-subr): Ditto.
7453 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7455         * wl-vars.el (toplevel): Require 'custom.
7456         (wl-trash-folder): Added to `wl-setting' group.
7458         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7459         exists.
7460         (wl-addrmgr-draw): Insert empty line when no entry exists.
7462         * wl-mule.el (wl-message-wheel-up): Fixed.
7463         (wl-message-wheel-down): Ditto.
7465 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7467         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7468         config is an anonymous lambda expression.
7470 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7472         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7473         when Mule 2 is running.
7475 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7477         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7479 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7481         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7482         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7484         * wl-address.el (wl-address-specials-regexp): Eliminated.
7485         (wl-address-quote-specials): Rewrite.
7487 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7489         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7490         shy-groups for regexp.
7492         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7493         character classes and Perl style shy-groups for regexp.
7494         (wl-highlight-plugged-current-line): Use Posix style character
7495         classes for regexp.
7496         (wl-e21-highlight-folder-by-numbers): Ditto.
7497         (wl-e21-display-image-p): Use `display-images-p' instead of
7498         `display-graphic-p'.
7499         (display-images-p): Make an alias to `display-graphic-p' if it is
7500         not available.  It is for Emacs version prior to 21.0.105.
7502         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7503         `display-graphic-p'.
7504         (wl-demo-image-type-alist): Ditto.
7505         (display-images-p): Make an alias to `display-graphic-p' if it is
7506         not available.  It is for Emacs version prior to 21.0.105.
7508 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7510         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7511         support.
7512         (wl-generate-user-agent-string): Ditto.
7514         * wl-version.el (wl-version): Update docsting.
7515         (wl-version-status): Ditto.
7517 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7520         21.0.105.  For Emacs 21.0.104 or earlier.
7522 2001-09-03  Takuo KITAME <kitame@northeye.org>
7524         * wl-e21.el (wl-plugged-init-icons): Use
7525         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7526         (wl-biff-init-icons): Ditto.
7528 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7530         * wl-highlight.el (wl-highlight-summary-current-line):
7531         Fixed highlighting refile/copy destination.
7533         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7534         (wl-acap-store): Encode string by wl-acap-coding-system.
7536 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7538         * wl-acap.el (toplevel): Check and require 'un-define before
7539         'xemacs-ucs;
7540          Added checking for UTF-2000.
7542 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7544         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7545         Don't enclose with `eval-and-compile'.
7547         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7548         wl-init is non-nil.
7550         * wl-draft.el (wl-draft): Ditto.
7552         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7554         * wl-acap.el (toplevel): Require 'wl.
7555         (wl-acap-store): Call `elmo-init'.
7557         * wl.el (wl): Changed position of `wl-check-environment'.
7558         (toplevel): Added autoload setting for wl-acap.
7560         * wl-vars.el (wl-setting): New custom group.
7561         (wl-from): Added wl-setting group.
7562         (wl-user-mail-address-list): Ditto.
7563         (wl-organization): Ditto.
7564         (wl-subscribed-mailing-list): Ditto.
7565         (wl-envelope-from): Ditto.
7566         (wl-smtp-posting-user): Ditto.
7567         (wl-smtp-posting-server): Ditto.
7568         (wl-smtp-posting-port): Ditto.
7569         (wl-smtp-authenticate-type): Ditto.
7570         (wl-pop-before-smtp-user): Ditto.
7571         (wl-pop-before-smtp-server): Ditto.
7572         (wl-pop-before-smtp-port): Ditto.
7573         (wl-pop-before-smtp-authenticate-type): Ditto.
7574         (wl-nntp-posting-server): Ditto.
7575         (wl-nntp-posting-user): Ditto.
7576         (wl-nntp-posting-port): Ditto.
7577         (wl-fetch-confirm-threshold): Ditto.
7578         (wl-prefetch-threshold): Ditto.
7579         (wl-thread-insert-opened): Ditto.
7580         (wl-ldap-server): Ditto.
7581         (wl-ldap-port): Ditto.
7582         (wl-ldap-base): Ditto.
7583         (wl-ldap-objectclass): Ditto.
7584         (wl-use-ldap): Ditto.
7585         (wl-draft-config-alist): Ditto.
7586         (wl-draft-config-matchone): Ditto.
7587         (wl-template-alist): Ditto.
7588         (wl-message-sort-field-list): Ditto.
7589         (wl-message-ignored-field-list): Ditto.
7590         (wl-message-visible-field-list): Ditto.
7591         (wl-interactive-send): Ditto.
7592         (wl-summary-move-order): Ditto.
7593         (wl-auto-select-first): Ditto.
7594         (wl-auto-select-next): Ditto.
7595         (wl-interactive-save-folders): Ditto.
7597         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7598         Initialization codes are moved from wl-local-folder-init.
7599         (wl-local-folder-init): Follow the change above.
7600         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7602         * wl-acap.el: New file.
7604         * Version number is increased to 2.7.3.
7606 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7608         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7610 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7612         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7613         (wl-addrmgr-address-entry-list): Ditto.
7615 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7617         * wl-e21.el (wl-draft-mode-map): Removed binding for
7618         `wl-draft-insert-x-face-field'.
7620         * wl-mule.el (wl-draft-mode-map): Ditto.
7622         * wl-xmas.el (wl-draft-mode-map): Ditto.
7624         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7625         (wl-cs-autoconv): Ditto.
7626         (wl-cs-local): Ditto.
7627         (wl-use-scoring): Ditto.
7628         (wl-mime-charset): Ditto.
7629         (wl-folder-check-async): Ditto.
7631         * wl.el (toplevel): Ignore nemacs and tm.
7632         (wl-exit): Ditto.
7634         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7635         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7636         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7637         instead of wl-address-petname-add-or-change.
7638         (wl-summary-edit-addresses-subr): Use wl-address-delete
7639         instead of wl-address-petname-delete.
7641         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7643         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7644         if error occured.
7646         * wl-message.el (require): Remove tm support.
7648         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7650         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7651         (wl-folder-jump-to-current-entity): Ditto.
7652         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7654         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7655         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7656         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7658         * wl-mule.el (wl-draft-key-setup): Ditto.
7660         * wl-xmas.el (wl-draft-key-setup): Ditto.
7662         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7663         (wl-draft-std11-parse-addresses): New function.
7664         (wl-draft-parse-mailbox-list): Use it.
7665         (wl-draft): Ignore nemacs.
7666         (wl-draft-reedit): Ditto.
7668         * wl-addrmgr.el: New file.
7669         (Original is wl-rcpt.el written by
7670         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7671         Thanks Kitamoto-san.)
7673         * wl-address.el (wl-address-make-address-list): Modified parsing
7674         process.
7675         (wl-address-delete): Renamed from `wl-address-petname-delete';
7676         Modify wl-address-list too.
7677         (wl-address-add-or-change): Renamed from
7678         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7680 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7682         * wl-highlight.el (wl-highlight-summary-current-line):
7683           Work with transient-mark-mode
7685 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7687         * Version number is increased to 2.7.2.
7689         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7690         instead of elmo-dop-queue-method.
7692 2001-08-06  SAITO Atsunori <sai@yedo.com>
7694         * wl-vars.el (wl-ldap-objectclass): New user option.
7696         * wl-address.el (wl-ldap-make-filter): Use it.
7698 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7700         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7702 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7704         * wl-folder.el (wl-folder): redisplay after folder insertion.
7706         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7708         * wl-summary.el (wl-summary-sync-update):
7709         Change status mark only when new-msgdb exists.
7710         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7712 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7714         * wl-summary.el (wl-summary-open-folder): New function.
7715         (wl-summary-goto-folder-subr): Use it.
7716         (wl-summary-mark-as-important): Fix;
7717         Encache only when no cache exists.
7719 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7721         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7722         Use with-current-buffer.
7724 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7726         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7727         before call `get-buffer'. Fixed parenthesis.
7728         (wl-score-get-header-entry): Clear message and help window when
7729         keyboard quit.
7730         (wl-score-edit-insert-header): Ditto.
7732 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7734         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7735         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7736         (wl-default-draft-cite): Fix.
7738         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7739         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7741 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7743         * wl-message.el (wl-message-prev-page): Do same bahavior
7744         as summary when it is called in the message buffer.
7745         (wl-message-next-page): Ditto.
7747 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7749         * wl-summary.el (wl-summary-forward): Use cache if it is not
7750         section cache.
7752 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7754         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7755         Removed redundant require of elmo-vars.
7756         (wl-biff-state-indicator-on): Changed default value for
7757         xemacs with non-mule environment.
7759         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7760         wl-message-buffer is nil;
7761         Hide progress bar after moving messages.
7763 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7765         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7766         message at cursor point is deleted.
7768 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7770         * wl-vars.el: Changed file coding system to euc-japan.
7771         Added -*-coding:-*- magic to the first line.
7773         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7774         Search parent from the first message.
7776         * Version number is increased to 2.7.1.
7778 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7780         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7782 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7784         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7785         refile/delete execution.
7787         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7788         Fixed docstring.
7790 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7792         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7793         do update process;
7794         Don't update marks when update process is interrupted.
7796 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7798         * wl-summary.el (wl-summary-reply): Fixed problem when
7799         wl-draft-use-frame is non-nil.
7800         (wl-summary-forward): Ditto.
7802         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7803         as nil.
7804         (wl-folder-mark-as-read-all-entity): Ditto.
7805         (wl-folder-prefetch-entity): Ditto.
7807         * wl.el (wl): Check environment before wl-init.
7809         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7810         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7811         instead of wl-summary-collect-unread.
7812         (wl-summary-reply): Split message window.
7814 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7816         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7817         only if current language environment is japanese,
7819         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7820         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7821         (wl-folder-goto-folder-subr): Ditto.
7823         * wl-draft.el (wl-draft-dispatch-message): Call
7824         `elmo-file-cache-get-path'.
7826 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7828         * wl-summary.el (wl-summary-cursor-move): If return value of
7829         wl-summary-next-message is not number, don't jump.
7831 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7833         * wl-summary.el (wl-summary-buffer-next-message-function): New
7834         variable.
7835         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7836         if it is bound.
7838         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7839         string.
7841         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7842         (wl-plugged-drawing): Ditto.
7844 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7846         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7847         process.
7848         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7849         with unwind-protect.
7851         * wl.el (wl-init): Require mime-setup.
7852         (wl-check-environment): Don't require mime-setup.
7854         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7855         instead of elmo-folder-type.
7857         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7858         value as nil.
7860 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7862         * Version number is increased to 2.7.0.
7864         * wl-version.el (wl-version): Changed codename.
7866         * wl-summary.el (wl-summary-delete-cache): Fixed.
7868         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7869         Workaround for net folders.
7870         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7872         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7873         value to nil (According to the patch from
7874         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7876         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7877         of elmo-folder-close.
7879 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7881         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7882         for postfix.
7884 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7886         * wl-summary.el (wl-summary-resend-message): Fixed.
7888         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7889         Call wl-draft with `from' argument if its address is included in
7890         `wl-user-mail-address-list'.
7891         (wl-draft): Added `from' argument.
7893         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7894         non-nil.
7895         (wl): Don't show demo if wl-demo is nil.
7897         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7898         wl-summary-use-frame.
7900         * wl-vars.el (wl-summary-use-frame): New user option.
7901         (wl-folder-use-frame): Changed docstring.
7903         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7904         non-nil.
7905         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7906         wl-summary-use-frame.
7908         * wl-vars.el (wl-folder-use-frame): New user option.
7910         * wl-summary.el (wl-summary-exit): Back to folder frame if
7911         wl-folder-use-frame is non-nil.
7912         (wl-summary-redisplay-internal): Ignore cache if current folder
7913         is draft folder,
7914         (wl-summary-redisplay-no-mime): Ditto.
7915         (wl-summary-redisplay-all-header): Ditto.
7917         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7918         if wl-folder-use-frame is non-nil.
7920 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7922         * wl-summary.el (wl-summary-sync-update): Bind
7923         elmo-folder-update-threshold.
7924         (wl-summary-mark-as-important): Enclosed server mark processing
7925         with `save-match-data'.
7927         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7928         only when it is already defined.
7930 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7932         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7933         name of folder exclude localdir is wrong.
7934         * wl-folder.el (wl-folder-sync-entity):
7935         Set `wl-summary-always-sticky-folder-list' as nil.
7936         (wl-folder-mark-as-read-all-entity): Ditto.
7937         (wl-folder-prefetch-entity): Ditto.
7939 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7941         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7942         instead of `wl-summary-write-current-newsgroup'.
7944 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7946         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7947         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7948         non-nil and selected message is important, do not display.
7950 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7952         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7954 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7956         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7958         * wl-summary.el (wl-summary-mark-as-important): Set message number
7959         using wl-summary-message-number.
7961 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7963         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7964         destination folder is 'null.
7966 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7968         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7969         New function.
7970         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7971         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7972         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7974 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7976         * wl-mime.el (wl-mime-setup): Added setting for
7977         `mime-setup-signature-key-alist' to avoid overriding key bind for
7978         `wl-draft-send'.
7980         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7981         for `wl-draft-send'.
7982         * wl-mule.el (wl-draft-overload-functions): Ditto.
7983         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7984         * wl-draft.el (wl-draft-send): Ditto.
7986         * wl-message.el (wl-message-display-internal):
7987         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7988         (Patch is provided by <kita@coe.nttdata.co.jp>).
7990 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7992         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7994 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7996         * wl.el (wl): Fix for wl-demo.
7998 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8000         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8002 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8004         * wl-folder.el (wl-folder-prefetch-entity): Use
8005         `wl-folder-get-elmo-folder'.
8006         (wl-folder-count-incorporates): Do not use
8007         `wl-folder-get-elmo-folder'.
8009 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8011         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8012         instead of `elmo-folder-get-type'.
8014 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8017         position on Subject: field.
8018         (Advised by Mito <mit@nines.nec.co.jp>)
8020 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8022         * wl-folder.el (wl-folder-prefetch-entity): Use
8023         `wl-folder-get-elmo-folder'.
8025 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8027         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8029         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8030         `process-duplicates' slot.
8032         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8033         if detection failed.
8035 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8037         * wl-version.el (wl-version-status): Set to "alpha".
8039 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8041         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8042         Check wl-message-buffer lives before set-buffer.
8044 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8046         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8047         called in folder mode.
8048         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8049         * wl-summary.el (wl-summary-exit-pre-hook): Run
8050         `wl-summary-exit-pre-hook' before exit summary mode.
8052 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8054         * wl-version.el (wl-version-status): New variable.
8055         (wl-version-status-alist): Removed.
8056         (wl-version-status): Rule included.
8058 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8060         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8061         @sponichi.
8063         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8064         when `mail-reply-buffer' is buffer-local variable.
8065         (Reported by <kita@coe.nttdata.co.jp>).
8067 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8069         * wl-vars.el (toplevel): Require 'elmo-util.
8071 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8073         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8074         (All other related portions are changed)
8076         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8078         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8080 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8082         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8084 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8086         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8087         Delete other windows to avoid an error.
8088         Use `point-marker' instead of `point' to remember the start point
8089         of body.
8091         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8093         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8094         number not to exceed all message number.
8096 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8098         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8099         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8101 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8103         * wl-summary.el (wl-summary-sync-force-update): Added argument
8104         no-check.
8105         (wl-summary-sync-update): Ditto.
8106         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8107         with `no-check'.
8109         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8110         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8111         already running.
8113 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8115         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8116         `dst-folder-arg'.
8117         (wl-expire-archive-number1): Diito.
8118         (wl-expire-archive-number2): Diito.
8119         (wl-expire-archive-Date): Diito.
8120         (wl-archive-number1): Diito.
8121         (wl-archive-number2): Diito.
8122         (wl-archive-date): Diito.
8123         (wl-archive-folder-p): New function.
8124         (wl-summary-expire): Support of expand folder name at
8125         wl-expire-alist.
8126         * wl-util.el (wl-expand-newtext): Renamed from
8127         `wl-refile-expand-newtext'.
8129 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8131         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8132         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8133         `(elmo-msgdb-get-overview msgdb)'.
8134         (wl-summary-prefetch): Bind match data before call
8135         `wl-summay-prefetch-msg'.
8136         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8137         'off if `wl-summary-buffer-disp-msg' is non-nil.
8138         Fixed problem that couldn't show only one new or unread message when
8139         enter folder.
8140         (wl-summary-reply): Don't call `split-window-vertically' and other
8141         window.
8143 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8145         * wl-expire.el (wl-expire-refile): Fixed.
8147 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8149         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8151         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8152         biff notification is removed.
8154         * wl.el (wl): Changed position of `elmo-init'.
8156         * wl-draft.el (wl-default-draft-cite): Use date field
8157         on the citation buffer.
8159         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8161         * wl-xmas.el (wl-folder-internal-icon-list): Added
8162         `wl-folder-shimbun-image'.
8164         * wl-e21.el (wl-folder-internal-icon-list): Added
8165         `wl-folder-shimbun-image'.
8167 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8169         * wl.el (wl-init): Eliminated argument.
8170         (wl): Rewrite.
8172         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8173         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8174         instead of `elmo-folder-msgdb-internal'.
8175         (wl-summary-sync-update): Ditto.
8176         (wl-summary-flush-pending-append-operations): Eliminated.
8177         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8178         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8179         `elmo-folder-open'.
8181         * wl-mime.el (wl-summary-burst): Fixed.
8183         * wl-folder.el (wl-folder-info-save): Check data type.
8185         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8186         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8187         instead of `elmo-folder-msgdb-internal'.
8188         (wl-expire-hide): Ditto.
8191         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8193 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8197 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8199         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8201 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8203         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8204         Fixed `match-beginning' argument mismatch.
8206 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8208         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8209         the default value.
8211 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8213         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8214         instead of `elmo-nntp-default-port'.
8216         * wl-vars.el: Fixed some doc strings.
8218 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8220         * wl-summary.el (wl-summary-prefetch-msg): Use
8221         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8223         * wl-vars.el: Define *-func as obsolete variable using
8224         `elmo-define-obsolete-variable'.
8226         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8227         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8228         instead of `wl-message-buffer-prefetch-threshold'.
8230         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8232         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8234         * wl-draft.el (wl-caesar-region-func): Ditto.
8236         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8237         Keep unread status in elmo-folder-move-messages.
8238         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8240 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8243         `wl-summary-buffer-exit-func'
8244         (wl-summary-buffer-message-redisplay-function): Renamed from
8245         `wl-summary-buffer-message-redisplay-func'
8246         (wl-summary-buffer-next-folder-function): Renamed from
8247         `wl-summary-buffer-next-folder-func'.
8248         (wl-summary-buffer-prev-folder-function): Renamed from
8249         `wl-summary-buffer-prev-folder-func'.
8250         (wl-summary-get-petname-function): Renamed from
8251         `wl-summary-get-petname-func'.
8253         * wl-score.el (wl-score-edit-exit-function): Renamed from
8254         `wl-score-edit-exit-func'.
8256         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8257         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8259         * wl-util.el (wl-load-profile-function): Renamed from
8260         `wl-load-profile-func'.
8262         * wl-folder.el (wl-folder-completion-function): Renamed from
8263         `wl-folder-completion-func'.
8264         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8266         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8267         `wl-expire-archive-get-folder-func'.
8268         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8269         (wl-draft-send-mail-function): Renamed from
8270         `wl-draft-send-mail-func'.
8271         (wl-draft-send-news-function): Renamed from
8272         `wl-draft-send-news-func'.
8273         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8274         (wl-generate-mailer-string-function): Renamed from
8275         `wl-generate-mailer-string-func'.
8276         (wl-highlight-signature-search-function): Renamed from
8277         `wl-highlight-signature-search-func'.
8278         (wl-highlight-x-face-function): Renamed from
8279         `wl-highlight-x-face-func'
8280         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8281         (wl-ps-print-buffer-function): Renamed from
8282         `wl-ps-print-buffer-func'
8283         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8284         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8285         (wl-summary-subject-filter-function): Renamed from
8286         `wl-summary-subject-filter-func'.
8288         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8289         `wl-draft-queue-flush-send-func'
8290         (wl-draft-cite-function): Renamed from
8291         `wl-draft-cite-func'
8293         * wl-address.el (wl-address-init-function): Renamed from
8294         `wl-address-init-func'.
8296 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8298         * wl-draft.el (wl-draft-queue-flush): Don't call
8299         `elmo-dop-unlock-message'.
8300         * wl-draft.el (wl-draft-queue-append): Don't call
8301         `elmo-dop-lock-message'.
8303         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8304         (wl-summary-buffer-folder-name): Ditto.
8305         (wl-summary-message-regexp): Added '-' (all other related portions
8306         are changed).
8307         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8308         wl-summary-buffer-folder-name.
8310 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8312         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8313         the number of mails in the folder buffer is not updated by wl-biff.
8315 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8317         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8318         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8320 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8322         * wl-summary.el (wl-summary-next-message):
8323         Return next message number when wl-summary-move-order is nil.
8325 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8327         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8328         `wl-summary-move-spec-alist'.
8329         (wl-summary-move-spec-unplugged-alist): New variable
8330         (Move spec for unplugged status).
8331         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8332         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8334 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8336         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8337         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8339 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8341         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8342         simple quotation to quote the anonymous function.
8343         * tm-wl.el (wl-draft-preview-message): Ditto.
8345 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8347         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8348         Eliminate redundant `save-excursion'.
8349         (wl-highlight-summary-current-line): Ditto.
8351         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8352         accessing match data when `looking-at' failed.
8354         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8355         `elmo-match-string' where users don't care about the speed.
8356         (wl-draft-save): Ditto.
8358 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8360         * wl-util.el (wl-regexp-opt): New function.
8362         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8363         number from `wl-summary-buffer-number-list'.
8364         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8365         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8366         (wl-summary-move-spec-alist): Changed default setting.
8368 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8370         * wl-vars.el (wl-biff-notify-hook): New hook.
8371         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8372         the arrival of new mail.
8373         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8374         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8376 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8378         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8380 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8382         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8384         * Version number is increased to 2.5.8.
8386         * wl-thread.el (toplevel): require 'cl.
8387         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8388         (wl-thread-make-number-list): New function.
8389         (wl-thread-entity-make-number-list-from-children): Ditto.
8390         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8391         (wl-thread-entity-insert-as-children): Likewise.
8392         (wl-thread-delete-message): Likewise.
8393         (wl-meaning-of-mark): Eliminated.
8394         (wl-thread-next-failure-mark-p): Ditto.
8395         (wl-thread-entity-get-mark): Ditto.
8396         (wl-thread-meaning-alist-get-result): Ditto.
8397         (wl-thread-entity-check-prev-mark): Ditto.
8398         (wl-thread-entity-check-next-mark): Ditto.
8399         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8400         (wl-thread-entity-get-prev-marked-entity): Ditto.
8401         (wl-thread-get-prev-unread): Ditto.
8402         (wl-thread-jump-to-prev-unread): Ditto.
8403         (wl-thread-get-next-unread): Ditto.
8404         (wl-thread-jump-to-next-unread): Ditto.
8405         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8406         (wl-thread-entity-get-next-marked-entity): Ditto.
8408         * wl-summary.el (wl-summary-buffer-number-list):
8409         New bufer-local variable.
8410         (wl-summary-switch-to-clone-buffer): Clone
8411         `wl-summary-buffer-number-list'.
8412         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8413         (wl-summary-cursor-move-regex): Eliminated.
8414         (wl-summary-cursor-up): Rewrite.
8415         (wl-summary-cursor-down): Ditto.
8416         (wl-summary-mode-spec-alist): New variable.
8417         (wl-summary-next-message): New inline function.
8418         (wl-summary-cursor-move): New function.
8419         (wl-summary-default-get-next-msg): Rewrite.
8420         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8421         (wl-summary-rescan): Ditto.
8422         (wl-summary-sync-all-init): Ditto.
8423         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8424         summary is not thread view.
8425         (wl-summary-sync-update): Ditto.
8426         (wl-summary-rescan): Ditto.
8427         (wl-summary-make-number-list): New function.
8429         * wl-draft.el: "FCC" -> "Fcc".
8431 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8433         * wl-highlight.el (wl-highlight-summary-window):
8434         Call `set-buffer-modified-p'.
8436         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8437         (wl): Call `elmo-init' and fix.
8439         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8440         Use new variables.
8442         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8444 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8446         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8448 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8450         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8452 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8454         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8455         `wl-use-toolbar' nor `display-graphic-p'.
8456         (wl-e21-setup-message-toolbar): Ditto.
8457         (wl-e21-setup-summary-toolbar): Ditto.
8458         (wl-e21-setup-folder-toolbar): Ditto.
8460         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8461         (wl-plugged-init-icons): Ditto.
8463         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8464         `display-graphic-p'.
8465         (wl-plugged-set-folder-icon): Ditto.
8466         (wl-highlight-plugged-current-line): Ditto.
8467         (wl-highlight-folder-current-line): Ditto.
8468         (wl-e21-highlight-folder-group-line): Ditto.
8469         (wl-e21-setup-toolbar): Ditto.
8470         (wl-e21-display-image-p): New macro.
8472         * wl-demo.el (wl-demo): Simplified.
8473         (wl-demo-image-type-alist): Use `image-type-available-p' for
8474         checking whether the image type `xbm' is available.
8476 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8478         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8479         (wl-summary-input-range): Ditto.
8481 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8483         * wl-summary.el (wl-summary-edit-addresses): Use
8484         `wl-summary-get-original-buffer'
8485         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8486         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8487         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8488         (wl-summary-get-newsgroups): Eliminated.
8489         (wl-summary-set-crosspost): Ditto.
8490         (wl-summary-is-crosspost-folder): Ditto.
8491         (wl-crosspost-alist-load): Ditto.
8492         (wl-crosspost-alist-save): Ditto.
8494         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8495         `elmo-setup-subscribed-newsgroups' instead of
8496         `elmo-nntp-make-groups-hashtb'.
8497         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8498         instead of `wl-crosspost-alist-save'.
8500         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8501         of `elmo-folder-message-appendable-p'.
8502         (wl-mime-header-presentation-method): Eliminated.
8504         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8505         (Error occurs in emacs21).
8507         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8508         the current buffer).
8510         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8511         instead of `wl-crosspost-alist-save'.
8512         (wl-init): `elmo-crosspost-message-alist-load'
8513         instead of `wl-crosspost-alist-load'
8515         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8516         (wl-parse-newsgroups): Likewise.
8517         (wl-biff-notify): Run `wl-biff-notify-hook'.
8519 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8521         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8523         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8524         when `wl-summary-lazy-highlight' is non-nil.
8525         (wl-summary-goto-folder-subr): Highlight only when
8526         `wl-summary-lazy-highlight' is non-nil.
8528         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8529         Don't display progress and highlight temp-mark when
8530         `wl-summary-lazy-highlight' is non-nil.
8531         (wl-highlight-summary-window): New function.
8532         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8534 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8536         * wl-summary.el (wl-summary-sync): Change `all-visible'
8537         from `all-shown'
8538         (wl-summary-input-range): Ditto.
8540 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8542         * wl-e21.el (wl-highlight-folder-current-line): Call
8543         `wl-folder-init-icons' when folder icons have not been initialized.
8545         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8547         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8548         (wl-demo-image-type-alist): New macro.
8550 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8552         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8553         display does not support graphics.
8554         (wl-plugged-init-icons): Ditto.
8555         (wl-folder-init-icons): Ditto.
8557         * wl-demo.el (wl-demo): Chech closely whether the display
8558         supports graphics.
8560 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8562         * wl-summary.el (wl-summary-get-original-buffer): New function.
8563         (wl-summary-set-crosspost): Use it.
8564         (wl-summary-target-mark-uudecode): Ditto.
8565         (wl-summary-reedit): Ditto.
8566         (wl-summary-resend-bounced-mail): Ditto.
8567         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8568         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8570         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8571         (wl-message-display-internal): Ditto.
8573 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8575         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8577 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8579         * wl-summary.el (wl-summary-save-view): Renamed from
8580         `wl-summary-save-status'.
8582 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8584         * wl-summary.el (wl-summary-sync): Added `all-shown'
8586 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8588         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8590 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8592         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8594 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8596         * wl-highlight.el (wl-highlight-summary-line-string): Use
8597         `zerop' instead of `= 0'.
8598         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8600         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8601         for comparing numbers.
8602         (wl-template-prev): Use `zerop' instead of `eq 0'.
8604         * wl-draft.el (wl-draft-insert-current-message): Use
8605         `with-current-buffer' instead of `save-excursion'.
8606         Use `zerop' instead of `eq 0'.
8608 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8610         * wl-draft.el (wl-draft-insert-ccs): New function.
8611         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8612         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8614 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8616         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8618 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8620         * wl-expire.el (wl-expire-refile): Don't call
8621         elmo-msgdb-add-msgs-to-seen-list;
8622         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8623         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8625 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8627         * wl-message.el (wl-message-prev-page): Ignore errors while
8628         scroll-down.
8630 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8632         * wl-mime.el: Use elmo-original-message-mode instead of
8633         mmelmo-original-mode.
8635         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8636         `elmo-folder-get-spec';
8637         (wl-fldmgr-add-completion-all-completions):
8638         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8640         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8641         of `elmo-folder-get-type'.
8643         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8644         `elmo-folder-get-spec';
8645         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8646         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8647         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8648         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8649         `elmo-read-msg-no-cache';
8650         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8651         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8652         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8653         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8654         `elmo-cache-save';
8655         (wl-draft-reedit): Use `elmo-message-file-name'.
8657         * wl-expire.el: Use `elmo-folder-name-internal';
8658         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8659         Use macro `wl-summary-buffer-msgdb' instead of variable
8660         `wl-summary-buffer-msgdb';
8661         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8662         Use macro `wl-summary-buffer-folder-name' instead of variable
8663         `wl-summary-buffer-folder-name'.
8664         * wl-score.el: Likewise.
8666         * wl-message.el: Rewrite for new message buffer cache mechanism.
8667         (wl-message-buffer-cache-buffer-get): New macro.
8668         (wl-message-buffer-cache-folder-get): Ditto.
8669         (wl-message-buffer-cache-message-get): Ditto.
8670         (wl-message-buffer-cache-entry-make): Ditto.
8671         (wl-message-buffer-cache-hit): Ditto.
8672         (wl-message-buffer-cache-sort): New function.
8673         (wl-message-buffer-cache-add): Ditto.
8674         (wl-message-buffer-cache-delete): Ditto.
8675         (wl-message-buffer-cache-clean-up): Ditto.
8676         (wl-message-buffer-window): Rewrite.
8677         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8678         (wl-message-buffer-display): New function.
8679         (wl-message-display-internal): New function.
8681 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8683         * wl-folder.el: Use `elmo-folder-name-internal';
8684         Use `wl-folder-get-elmo-folder';
8685         Use `elmo-folder-list-messages' instead of
8686         `elmo-list-folder';
8687         Use `elmo-folder-get-primitive-list' instead of
8688         `elmo-folder-get-primitive-spec-list';
8689         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8690         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8691         Use `elmo-folder-create' instead of `elmo-create-folder'.
8692         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8693         (wl-folder-get-elmo-folder): New macro.
8694         (wl-folder-elmo-folder-cache-get): Ditto.
8695         (wl-folder-elmo-folder-cache-put): Ditto.
8696         (wl-folder-suspend): Call `elmo-quit'.
8698         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8699         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8700         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8701         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8702         (toplevel): require 'cl.
8703         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8705         * wl-summary.el: Rewrite to use new elmo interface.
8708 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8710         * wl-mime.el (wl-draft-preview-message):
8711         Run `wl-draft-send-hook' before collecting recipients information;
8712         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8714         * tm-wl.el (wl-draft-preview-message): Ditto.
8716 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8718         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8719         wrong recipients are displayed when forwarded message.
8721 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8723         * Version number is increased to 2.5.7.
8725 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8727         * wl-message.el (wl-message-next-page): Bind
8728         `window-pixel-scroll-increment' to nil while scrolling up.
8730 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8732         * wl-vars.el (wl-save-hook): New hook.
8733         * wl.el (wl-save): Call `wl-save-hook'.
8735 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8737         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8738         Argument WITH-ARG instead of NO-ARG (negative mean).
8739         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8740         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8741         * wl-message.el (wl-message-follow-current-entity): Likewise.
8743 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8745         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8746         FROM was optional argument.
8747         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8749 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8751         * Version number is increased to 2.5.6.
8753 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8755         * wl-version.el (wl-version-show): Removed.
8756         (wl-version): Add `interactive'.
8758 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8760         * wl-summary.el (wl-summary-get-petname-func): New variable.
8761         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8762         instead of `wl-address-get-petname-1'.
8763         (wl-summary-simple-from): Ditto.
8765         * wl-address.el (wl-address-get-petname-1): Define as function.
8767 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8769         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8770         field in the original message.
8771         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8773 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8775         * wl-expire.el (wl-expire-hide):
8776         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8778 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8780         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8781         find decoder for To, Cc, and Subject.
8783 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8785         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8786         for checking `elmo-use-buffer-cache'.
8787         (wl-summary-mark-as-important): Fixed typo in comment.
8789 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8791         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8792         field in the original message.
8793         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8795 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8797         * wl-expire.el (wl-expire-hide):
8798         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8800 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8802         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8803         find decoder for To, Cc, and Subject.
8805 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8807         * Version number is increased to 2.5.5.
8809         * wl-address.el (wl-address-specials-regexp): New constant.
8810         (wl-address-quote-specials): Use it.
8812 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8814         * wl-summary.el (wl-summary-rescan):
8815         Call `wl-summary-buffer-number-column-detect'.
8816         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8818         * wl-message.el (wl-message-mode-map): Define.
8819         (wl-message-decode): Use it as local-map.
8821 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8823         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8824         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8826 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8828         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8830         * wl-mule.el (wl-read-event-char): Ditto.
8832         * wl-e21.el (wl-read-event-char): Ditto.
8834         * wl-nemacs.el (wl-read-event-char): Ditto.
8835         (read-event): Removed.
8837         * wl-util.el (toplevel): Removed dummy definition of
8838         `read-event'.
8839         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8841 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8843         * wl-nemacs.el (elmo-archive-call-process): Moved to
8844         elmo-archive.el.
8846 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8848         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8849         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8851         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8852         instead of magic-number 6.  Use `not' instead of `null' for symbol
8853         `nil' check (not empty list).
8854         (wl-draft-insert-x-face-field): Fixed paren style.
8856         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8857         one-branch conditional statement, instead of `and' and `if'.
8858         (wl-draft-forward): Likewise.
8859         (wl-draft-add-references): Likewise.
8860         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8862         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8863         conditional steatment.  Use `cond' instead of `if'.
8864         (wl-draft-confirm): Likewise.
8866 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868         * wl-version.el (wl-version-show): Use `product-string-1'
8869         instead of `wl-version'.
8870         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8872         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8874 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8876         * wl-highlight.el (wl-highlight-headers): Revert
8877         `wl-highlight-x-face-func' argument (`beg' and `end').
8879 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8881         * wl.el (toplevel): Move `product-provide' declare.
8882         * wl-demo.el (toplevel): Ditto.
8883         * wl-dnd.el (toplevel): Ditto.
8884         * wl-highlight.el (toplevel): Ditto.
8885         * wl-message.el (toplevel): Ditto.
8886         * wl-refile.el (toplevel): Ditto.
8887         * wl-util.el (toplevel): Ditto.
8889 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8891         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8892         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8893         (wl-thread-close-all): keep cursor position.
8895 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8898         (eq x 0).
8899         (wl-generate-user-agent-string-1): Fix conditional statement.
8901 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8903         * wl.el (wl-check-environment): Additional check for
8904         'wl-local-domain' and `wl-message-id-domain'.
8906 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8908         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8910 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8912         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8913         instead of `smtp-sasl-user-realm'.
8915 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8917         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8919 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8921         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8922         to the default value as well as `eword-lexical-analyzer'.
8924 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8926         * wl-version.el (wl-extended-emacs-version,
8927         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8928         `elmo-match-string' instead of `wl-match-string'.
8930 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8933         docstring.
8935 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8937         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8939 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8941         * wl-highlight.el (wl-highlight-headers): Remove
8942         `wl-highlight-x-face-func' argument (`beg' and `end').
8944 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8946         * wl-summary.el (wl-summary-mark-as-important):
8947         Remove cache if folder is local.
8949 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8951         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8952         to get existing e-mail address string.
8954 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8956         * wl-version.el (wl-generate-user-agent-string): Commentary.
8957         (wl-generate-user-agent-string-1): Use `when' for
8958         one-branch conditional statement, instead of `and' and `if'.
8959         (wl-extended-emacs-version, wl-extended-emacs-version2,
8960         wl-extended-emacs-version3): Ditto.
8962 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8964         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8965         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8966         condition-case; Remove initialization.
8967         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8968         (wl-summary-sync-update3): Added argument `sync-all';
8969         Eliminated local variable `msgdb';
8970         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8971         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8972         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8974 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8976         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8977         connection before call `wl-draft-send-mail-with-smtp'.
8979 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8981         * Version number is increased to 2.5.4.
8983 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8985         * wl.el (wl-check-environment): Additional check for
8986         'wl-local-domain' and `wl-message-id-domain'.
8988 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8990         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8991         buffer as command specific.
8992         (wl-folder-mark-as-read-all-entity): Ditto.
8993         (wl-folder-prefetch-entity): Ditto.
8994         (wl-folder-drop-unsync-entity): Ditto.
8996         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8997         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8998         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9000         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9001         save-excursion.
9003 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9005         * Version number is increased to 2.5.3.
9007         * wl-summary.el (wl-summary-save-view-cache):
9008         Delete duplicated `write-region';
9009         Use `write-region-as-binary' instead of `as-binary-output-file' and
9010         `write-region'.
9012 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9014         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9016 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9018         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9019         instead of `smtp-via-smtp'.
9021 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9023         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9025 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9027         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9028         instead of `smtp-sasl-user-realm'.
9030 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9032         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9036         * Version number is increased to 2.5.2.
9038 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9040         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9041         does not exist.
9042         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9043         (wl-biff-start): Call `timer-activate' if timer already exists.
9045         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9046         only when it is bound as function.
9048 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9050         * Version number is increased to 2.5.1.
9052 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9054         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9055         Print refile/copy destination.
9057 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9059         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9060         queue-flush-only is non-nil.
9062         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9064         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9065         checking cache folder.
9067 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9069         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9070         `regexp-quote'.
9072 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9074         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9075         function.
9076         * wl-summary.el (wl-summary-write-current-folder-functions):
9077         Change default value.  Use it.
9079 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9081         * Version number is increased to 2.5.0.
9083         * wl-version.el (wl-version): Changed codename.
9085 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9087         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9088         (wl-summary-supersedes-message): Ditto.
9090 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9092         * wl-refile.el (wl-refile-guess-functions): Renamed from
9093         `wl-refile-guess-func-list'.
9095 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9097         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9098         Fixed problem when no rule was matched.
9100 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9102         * wl-summary.el (wl-summary-get-mark): Fixed
9103         `wl-summary-buffer-target-mark' check logic.
9105 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9107         * wl-folder.el (wl-folder-write-current-folder): Added group
9108         folder check.
9110         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9111         `wl-summary-write-current-newsgroup'.
9112         (wl-summary-write-current-folder-functions): New variable.
9113         * wl-folder.el (wl-folder-get-newsgroups): New function.
9114         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9115         (wl-folder-write-current-folder): Renamed from
9116         `wl-folder-write-current-newsgroup'.
9118 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120         * Version number is increased to 2.3.93.
9122 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9124         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9125         (wl-ldap-make-matched-value-list): Ditto.
9126         (wl-ldap-alias-safe-string): Split e-mail address.
9128         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9129         petname folder default was selected.
9130         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9131         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9133 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9135         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9136         to `wl-draft-config-exec'.
9138         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9139         instead of calling `wl-draft-config-exec';
9140         Process group-list and show recipients in minibuffer.
9142         * tm-wl.el (wl-draft-preview-message): Ditto.
9144 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9146         * wl.el (toplevel): Added (C) to copyright notice, and
9147         sync Author header.
9148         * tm-wl.el (toplevel): Ditto.
9149         * wl-address.el (toplevel): Ditto.
9150         * wl-demo.el (toplevel): Ditto.
9151         * wl-dnd.el (toplevel): Ditto.
9152         * wl-draft.el (toplevel): Ditto.
9153         * wl-e21.el (toplevel): Ditto.
9154         * wl-expire.el (toplevel): Ditto.
9155         * wl-folder.el (toplevel): Ditto.
9156         * wl-highlight.el (toplevel): Ditto.
9157         * wl-message.el (toplevel): Ditto.
9158         * wl-mime.el (toplevel): Ditto.
9159         * wl-mule.el (toplevel): Ditto.
9160         * wl-nemacs.el (toplevel): Ditto.
9161         * wl-refile.el (toplevel): Ditto.
9162         * wl-score.el (toplevel): Ditto.
9163         * wl-summary.el (toplevel): Ditto.
9164         * wl-template.el (toplevel): Ditto.
9165         * wl-thread.el (toplevel): Ditto.
9166         * wl-util.el (toplevel): Ditto.
9167         * wl-vars.el (toplevel): Ditto.
9168         * wl-xmas.el (toplevel): Ditto.
9170 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9172         * wl.el (wl-init): Added comment about `wl-init-hook'.
9173         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9174         * wl-vars.el (wl-init-hook): Added docs.
9175         (wl-make-plugged-hook): Removed useless docs.
9176         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9177         * wl-xmas.el (toplevel): Ditto.
9179 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9181         * wl-address.el (toplevel): Fixed multiple Author header format.
9182         * wl-demo.el (toplevel): Ditto.
9183         * wl-draft.el (toplevel): Ditto.
9184         * wl-folder.el (toplevel): Ditto.
9185         * wl-summary.el (toplevel): Ditto.
9186         * wl-thread.el (toplevel): Ditto.
9187         * wl-util.el (toplevel): Ditto.
9188         * wl-vars.el (toplevel): Ditto.
9189         * wl-version.el (toplevel): Ditto.
9190         * wl-xmas.el (toplevel): Ditto.
9191         * wl.el (toplevel): Ditto.
9193         * wl-version.el (toplevel): Added require `elmo-version' for
9194         `product-version-as-string'.
9196 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9198         * wl-vars.el (wl-draft-send-hook): Changed default value to
9199         '(wl-draft-config-exec).
9201         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9202         explicitly.
9203         (wl-draft): Set `wl-draft-config-exec-flag' before running
9204         `wl-mail-setup-hook'.
9206         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9207         `wl-biff-init-icons' to `wl-init-hook' instead of
9208         `wl-make-plugged-hook'.
9209         (Because if `wl-draft' command is invoked at first,
9210         they are not initialized)
9211         Updated copyright notice.
9213         * wl-e21.el (toplevel): Ditto;
9215         * wl-demo.el (toplevel): Updated copyright notice.
9216         * wl-address.el (toplevel): Ditto.
9217         * wl-draft.el (toplevel): Ditto.
9218         * wl-version.el (toplevel): Ditto.
9219         * wl-folder.el (toplevel): Ditto.
9220         * wl-summary.el (toplevel): Ditto.
9221         * wl-thread.el (toplevel): Ditto.
9222         * wl-util.el (toplevel): Ditto.
9223         * wl-vars.el (toplevel): Ditto.
9224         * wl.el (toplevel): Ditto.
9226 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9228         * wl-highlight.el (wl-highlight-message): Fixed problem of
9229         highlighting failure which occured when the last field contains
9230         multiple lines in the draft buffer.
9232         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9233         `wl-biff-start' if plugged.
9235         * wl-util.el (wl-biff-check-folder): New function.
9236         (wl-biff-check-folders): Don't set session name prefix.
9237         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9238         (wl-biff-check-folder-async): Ditto.
9240         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9241         in email address.
9243 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9245         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9247         * wl-draft.el (wl-draft-strip-subject-re): New function.
9249         * wl-draft.el (wl-draft-reply): Use it.
9251 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9253         * wl-message.el (wl-mmelmo-message-redisplay): Use
9254         `mime-display-message' instead of `wl-mime-display-message'.
9256         * wl-mime.el (toplevel): Removed compatibility workaround
9257         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9258         (wl-mime-display-message): Abolished.
9259         (wl-mime-entity-read-field): Ditto.
9260         (wl-mime-combine-message/partial-pieces): Use
9261         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9263 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9265         * wl-template.el: Doc fixes.
9267 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9269         * wl-e21.el (wl-message-overload-functions): Do nothing if
9270         `current-local-map' is not available.
9271         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9273 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9275         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9276         representation.
9278         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9279         number.
9280         (wl-fldmgr-save-folders): Don't use `format' when insert
9281         `wl-fldmgr-folders-header'.
9283 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9285         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9287 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9289         * wl-highlight.el (wl-highlight-message):
9290         Use `std11-field-end' to detect end point of the header field.
9291         Refer `wl-highlight-max-header-size'.
9293         * wl-vars.el (wl-highlight-max-header-size): New variable.
9295         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9297         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9298         Set `for-draft' argument of wl-highlight-headers.
9299         (wl-draft): Ditto.
9300         (wl-draft-reedit): Ditto.
9301         (wl-user-agent-compose-internal): Ditto.
9303 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9305         * wl-message.el (wl-message-add-button): Use overlay.
9307 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9309         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9311         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9312         problem when group-list content is nothing.
9313         (Reported by Mito <mit@nines.nec.co.jp>)
9315 2000-10-18  SAITO Atsunori <sai@yedo.com>
9317         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9319 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9321         * tm-wl.el (toplevel): Use product-provide.
9323 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9325         * Version number is increased to 2.3.92.
9327 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9329         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9330         title text, use `display' property for left margin under Emacs 21.
9332         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9333         properties.
9334         (wl-plugged-init-icons): Ditto.
9336 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9338         * wl.el (wl-save-status, wl-init): Remove last period in
9339         "...done." message.
9340         * tm-wl.el (wl-summary-burst): Ditto.
9341         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9342         wl-summary-resume-cache-status,
9343         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9344         wl-summary-sync-update3, wl-summary-highlight-msgs,
9345         wl-summary-flush-pending-append-operations,
9346         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9347         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9348         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9349         wl-thread-open-all): Ditto.
9350         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9351         * wl-mime.el (wl-summary-burst): Ditto.
9352         * wl-highlight.el (wl-highlight-summary): Ditto.
9353         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9354         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9355         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9356         * wl-address.el (wl-local-address-init): Ditto.
9358 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9360         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9361         `add-text-properties'.
9362         (wl-plugged-init-icons): Ditto.
9363         (wl-folder-init-icons): Use `propertize' instead of
9364         `put-text-property'.
9365         (wl-plugged-set-folder-icon): Ditto.
9366         (wl-e21-highlight-folder-group-line): Ditto.
9368 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9370         * wl-version.el (wl-version-status-alist): New variable.
9371         (wl-version-status): New function.
9373         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9374         "Cc" part of the case "Reply-To".
9376         * wl-draft.el (wl-draft-reply): Use result of
9377         `eword-extract-address-components'.
9379         * wl-demo.el (wl-demo-icon-name): New constant.
9380         (wl-logo-xpm): Use it.
9381         (wl-logo-xbm): Ditto.
9382         (wl-logo-bitmap): Ditto.
9384         * Version number is increased to 2.3.91.
9386 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9388         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9389         (wl-extended-emacs-version, wl-extended-emacs-version2,
9390         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9391         docstring.
9393         * wl-version.el (wl-generate-user-agent-string-1): New function.
9394         (wl-generate-user-agent-string): Use it.
9396         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9397         `mime-edit-insert-user-agent-field'.
9398         (wl-generate-user-agent-string): Check
9399         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9401         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9402         instead of `if', when verbose case.
9404 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9406         * wl-expire.el (wl-summary-expire): Fix.
9408 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9410         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9411         and `elmo-lost+found-folder' if 'wl-draft.
9412         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9414 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9416         * wl-expire.el (wl-summary-expire): Change messages.
9417         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9418         `deleing-info' instead of "Deleting..."
9420 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9422         * wl-summary.el (wl-summary-refile-subr): Fix.
9424 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9426         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9427         if pipe folder.
9429 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9431         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9433 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9435         * wl-expire.el (wl-expire-hide): New function.
9436         (wl-summary-expire): Add `hide'.
9438 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9440         * wl-vars.el (wl-draft-reply-without-argument-list):
9441         Changed default value to consider `Reply-To:'.
9442         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9444         * Version number is increased to 2.3.90.
9446         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9447         elmo-imap4-get-session with unwind-protect.
9448         Don't cause error.
9449         (wl-summary-sync-marks): Don't check plugged nor folder type.
9450         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9451         (Always keep current buffer).
9453 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9455         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9456         Enclose with `save-excursion'.
9458 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9460         * wl-version.el (wl-version): Remove interactive.
9462 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9464         * wl-version.el (wl-generate-user-agent-string): Use
9465         `product-string-verbose' instead of `product-string-1'.
9467 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9469         * wl-vars.el (wl-draft-use-cache): New variable.
9470         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9471         if wl-draft-use-cache is non-nil.
9473 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9475         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9476         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9478 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9480         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9481         (wl-thread-msg-mark-as-unread): Ditto.
9483         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9484         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9485         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9486         Don't set mark in summary if return value of `elmo-mark-as-read'
9487         is nil.
9488         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9489         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9490         instead of `wl-thread-msg-mark-as-read'.
9491         (wl-summary-mark-as-unread-region): Ditto.
9492         (wl-summary-target-mark-mark-as-read): Ditto.
9494         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9496 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9498         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9500         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9502 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9504         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9505         face.
9507 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9509         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9510         `running-xemacs'.
9512 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9514         * wl-version.el (toplevel): Use `product-version-as-string' for
9515         set verstion-string, if defined.
9517         * wl-version.el (wl-version-show): Insert string at point, when
9518         call with argument.
9520         * wl-version.el (wl-generate-user-agent-string): Use
9521         `product-string-1' instead of `wl-appname', `wl-version' and
9522         `wl-codename'.
9524 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9526         * wl-address.el (toplevel): Use product-provide.
9527         * wl-demo.el (toplevel): Ditto.
9528         * wl-dnd.el (toplevel): Ditto.
9529         * wl-draft.el (toplevel): Ditto.
9530         * wl-e21.el (toplevel): Ditto.
9531         * wl-expire.el (toplevel): Ditto.
9532         * wl-fldmgr.el (toplevel): Ditto.
9533         * wl-folder.el (toplevel): Ditto.
9534         * wl-highlight.el (toplevel): Ditto.
9535         * wl-message.el (toplevel): Ditto.
9536         * wl-mime.el (toplevel): Ditto.
9537         * wl-mule.el (toplevel): Ditto.
9538         * wl-nemacs.el (toplevel): Ditto.
9539         * wl-refile.el (toplevel): Ditto.
9540         * wl-score.el (toplevel): Ditto.
9541         * wl-summary.el (toplevel): Ditto.
9542         * wl-template.el (toplevel): Ditto.
9543         * wl-thread.el (toplevel): Ditto.
9544         * wl-util.el (toplevel): Ditto.
9545         * wl-vars.el (toplevel): Ditto.
9546         * wl-xmas.el (toplevel): Ditto.
9547         * wl.el (toplevel): Ditto.
9549 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9551         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9552         instead of product.
9554         * wl-version.el (wl-version): Compile time evalution elmo-version.
9556 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9558         * wl-summary.el (wl-summary-sync-force-update): Append queue
9559         `mark-as-read'if unplugged.
9561 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9563         * wl-version.el: New file.  Use product.el.
9564         * wl.el: add (require 'wl-version).
9565         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9566         for ~/.folders header.
9567         (wl-fldmgr-folders-header): Changed.
9568         * wl-demo.el (wl-demo): Use product.el.
9570         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9571         wl-version.el.
9572         * wl-util.el (wl-version, wl-version-show): Ditto.
9574         * wl-util.el (wl-generate-user-agent-string,
9575         wl-extended-emacs-version, wl-extended-emacs-version2,
9576         wl-extended-emacs-version3): Move to wl-version.el.
9577         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9578         xemacs-codename, mime-edit-insert-user-agent-field,
9579         mime-edit-user-agent-value, mime-editor/version,
9580         mime-editor/codename): Compile warning killer move to
9581         wl-version.el
9583 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9585         * wl-summary.el (wl-summary-refile-subr): Fix.
9587 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9589         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9590         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9592 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9594         * wl.el (wl-check-environment): Check too many `@'.
9596 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9598         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9600 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9602         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9603         wl-draft-reply-myself-without-argument-list): Add variables.
9604         * wl-draft.el (wl-draft-reply): Use it.
9606 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9608         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9609         the 5th argument of `elmo-network-get-spec'.
9611         * wl-thread.el (wl-thread-reparent-children): New inline function.
9612         (wl-thread-delete-message): Use it.
9614         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9615         (wl-summary-score-update-all-lines): Don't use `dolist'.
9617 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9619         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9620         (require 'elmo-msgdb) for inline function.
9622 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9624         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9626 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9628         * wl-score.el (wl-score-headers): Fix for the confusing macro
9629         `elmo-kill-buffer'.
9631 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9633         * wl-summary.el: Don't use the 3rd argument of `require' because
9634         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9635         * wl-util.el: Ditto.
9636         * wl-draft.el: Ditto.
9638 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9640         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9641         window system is not used.
9643 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9645         * wl-thread.el: Don't use `mapcar' only for iteration.
9646         (wl-thread-resume-entity): Ditto.
9647         (wl-thread-delete-message): Ditto.
9649         * wl-summary.el: Bind `dragdrop-drop-functions',
9650         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9651         of `require' for `timezone', `easymenu' and `ps-print';
9652         don't use `mapcar' only for iteration.
9654         * wl-util.el: Bind `mule-version', `nemacs-version',
9655         `emacs-beta-version', `xemacs-codename',
9656         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9657         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9658         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9659         only for iteration.
9661         * wl-score.el: Don't use `mapcar' only for iteration.
9662         (wl-score-simplify-buffer-fuzzy): Ditto.
9663         (wl-score-simplify-subject): Ditto.
9664         (wl-score-headers): Ditto.
9665         (wl-summary-score-update-all-lines): Ditto.
9667         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9668         `enable-multibyte-characters' and `mule-version'.
9670         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9671         `mapcar' only for iteration.
9673         * wl-demo.el: Don't use `mapcar' only for iteration.
9675         * wl-folder.el: Don't use `mapcar' only for iteration.
9676         (wl-folder-open-all): Ditto.
9677         (wl-folder-count-incorporates): Ditto.
9679         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9680         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9682         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9683         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9684         `smtp-connection-type'; specify 3rd argument of `require' for
9685         `timezone'; don't use `mapcar' only for iteration.
9686         (wl-draft-clone-local-variables): Don't use `mapcar'.
9687         (wl-draft-generate-clone-buffer): Ditto.
9688         (wl-user-agent-compose-internal): Ditto.
9690         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9692         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9693         (wl-save-status): Ditto.
9695         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9696         for iteration.
9698 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9700         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9701         removed `Date'.
9702         (wl-fldmgr-make-filter-default): New user option.
9704         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9705         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9706         (wl-fldmgr-filter-completion-alist): Abolish.
9708         * wl.el (wl): Don't check servers if arg is non-nil.
9710         * wl-draft.el (wl-draft-reply): Set only message-id string to
9711         In-Reply-To field.
9713 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9715         * wl-summary.el (wl-summary-pick): Rewrite.
9717         * wl-draft.el (wl-draft-forward): Get references field from
9718         original buffer.
9719         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9721 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9723         * wl-draft.el (wl-draft-forward): Add references field.
9725 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9727         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9728         (wl-draft-reply): Use it.
9730 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9732         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9733         when Emacs 21 is running.
9735         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9736         bindings.
9738 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9740         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9741         XPM icons transparent.
9743         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9744         Emacs 21.
9746 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9748         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9749         nil.
9751         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9752         when it is persistent.
9753         (wl-summary-sync-marks): Changed argument for
9754         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9755         (wl-summary-virtual): Use `elmo-read-search-condition'.
9756         (wl-summary-redisplay-internal): If folder is local, mark as read
9757         even when folder is plugged.
9759 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9761         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9762         of `tool-bar-lines' in the frame parameters.
9763         (after-make-frame-functions, post-command-hook): Don't modify the
9764         value.
9765         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9766         wl-e21-tool-bar-lines): Removed.
9768 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9770         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9771         properties `evaporate' and `wl-momentary-overlay' as well.
9772         (wl-highlight-summary-displaying): Ditto.
9773         (wl-delete-all-overlays): Don't delete overlay which does not have
9774         a property `wl-momentary-overlay'.
9776         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9777         `display-mouse-p' and `display-graphic-p'.
9778         (wl-folder-init-icons): Don't search for XBM or the other files.
9779         (wl-plugged-set-folder-icon): Make icons if and only if
9780         `display-graphic-p' returns non-nil.
9781         (wl-highlight-plugged-current-line): Use `before-string' overlay
9782         property to show icon images.
9783         (wl-highlight-folder-current-line): Ditto.
9784         (wl-e21-highlight-folder-group-line): Ditto.
9785         (wl-e21-highlight-folder-by-numbers): Ditto.
9786         (wl-e21-insert-image): Removed.
9787         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9788         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9789         said.
9790         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9791         `wl-e21-force-switch-toolbar'.
9792         (wl-e21-make-icon-image): Removed.
9793         (wl-e21-setup-toolbar): Don't search for XBM files.
9794         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9795         the default value.
9797 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9799         * wl-util.el (wl-biff-check-folder-async): Set
9800         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9802 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9804         * wl-e21.el (after-make-frame-functions): Add
9805         `wl-e21-force-switch-toolbar'.
9806         (wl-e21-force-switch-toolbar): New function force to switch the
9807         toolbar appearance automatically.
9808         (post-command-hook): Add `wl-e21-switch-toolbar'.
9809         (wl-e21-switch-toolbar): New function to switch the toolbar
9810         appearance automatically.
9811         (wl-e21-tool-bar-lines): New buffer local variable.
9813 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9815         * wl-util.el (wl-biff-check-folders-running): New variable.
9816         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9817         (wl-biff-check-folder-async-callback):
9818         Set `wl-biff-check-folders-running'.
9819         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9820         with unwind-protect.
9822         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9823         Enclose `wl-folder-auto-check' with unwind-protect.
9825         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9826         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9828         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9830         * wl-util.el (wl-biff-notify): New inline function.
9831         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9832         locally.
9833         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9834         folder-list' is 1.
9835         Use `wl-biff-notify'.
9836         (wl-biff-check-folder-async-callback): New function.
9837         (wl-biff-check-folder-async): Ditto.
9839         * wl-folder.el (wl-folder): Don't check folders.
9840         (wl-folder-auto-check): New function.
9842 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9844         * wl-util.el (wl-biff-start) [Emacs19+]:
9845         Use `timer-next-integral-multiple-of-time'.
9846         (wl-biff-check-folders): Use `wl-default-folder'
9847         if `wl-biff-check-folder-list' is nil.
9849 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9851         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9852         instead of `elmo-delete-lists'.
9854 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9856         * wl.el (wl-plugged-toggle-all): Set the value of
9857         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9858         (wl-plugged-toggle): Ditto.
9859         (wl-toggle-plugged): Ditto.
9860         (wl-plugged-init): Ditto.
9862         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9863         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9864         instead of `wl-biff-state-indicator-off' and
9865         `wl-biff-state-indicator-on'; don't modify the value and the type
9866         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9867         (wl-plugged-init-icons): Set icons data to
9868         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9869         instead of `wl-plug-state-indicator-off' and
9870         `wl-plug-state-indicator-on'; don't modify the value and the type
9871         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9873         * wl-vars.el (wl-modeline-biff-state-off,
9874         wl-modeline-biff-state-on, wl-modeline-biff-status,
9875         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9876         wl-modeline-plug-status): New internal variables.
9877         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9878         wl-biff-check-interval, wl-biff-check-folder-list): Change
9879         customization group from `wl-folder' to `wl-highlight'.
9880         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9881         wl-show-plug-status-on-modeline): Defcustomized.
9883         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9884         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9885         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9886         a flag to `mode-line-buffer-identification'.
9888         * wl-e21.el (wl-biff-init-icons): Set icons data to
9889         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9890         instead of `wl-biff-state-indicator-off' and
9891         `wl-biff-state-indicator-on'.
9892         (wl-plugged-init-icons): Set icons data to
9893         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9894         instead of `wl-plug-state-indicator-off' and
9895         `wl-plug-state-indicator-on'.
9897 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9899         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9900         excessive titles.
9902 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9904         * wl.el (wl-plugged-mode): Use revised
9905         `wl-mode-line-buffer-identification'.
9906         (wl-plugged-init): Don't use `force-mode-line-update'.
9908         * wl-xmas.el (wl-draft-overload-functions): Use revised
9909         `wl-mode-line-buffer-identification'.
9910         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9911         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9912         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9913         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9914         `wl-make-plugged-hook';
9915         add `wl-folder-init-icons' and `wl-setup-folder' to
9916         `wl-folder-mode-hook'.
9918         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9919         19 as well.
9920         (wl-mode-line-display-priority-list): New user option.
9921         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9922         Defcustomized.
9923         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9924         Add docs.
9926         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9927         start.
9928         (wl-mode-line-buffer-identification): Revised as a function.
9930         * wl-summary.el (wl-summary-mode): Use revised
9931         `wl-mode-line-buffer-identification'; don't call
9932         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9933         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9934         `wl-xmas-setup-summary'.
9936         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9937         `wl-mode-line-buffer-identification'.
9939         * wl-mule.el (wl-draft-overload-functions): Use revised
9940         `wl-mode-line-buffer-identification'.
9942         * wl-folder.el (wl-make-plugged-alist): Don't call
9943         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9944         (wl-folder): Don't call `wl-folder-init-icons' directly.
9945         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9946         `wl-xmas-setup-folder' directly;
9947         use revised `wl-mode-line-buffer-identification'.
9948         (TopLevel): Don't bind `wl-biff-init-icons',
9949         `wl-plugged-init-icons', `wl-folder-init-icons',
9950         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9952         * wl-e21.el (wl-draft-overload-functions): Use revised
9953         `wl-mode-line-buffer-identification'.
9954         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9955         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9956         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9957         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9958         `wl-make-plugged-hook';
9959         add `wl-folder-init-icons' and `wl-setup-folder' to
9960         `wl-folder-mode-hook'.
9962 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9963             Katsumi Yamaoka    <yamaoka@jpl.org>
9965         * wl.el (wl): Call `wl-biff-start'.
9966         (wl-exit): Call `wl-biff-stop'.
9967         (wl-plugged-mode): Show biff in modeline.
9968         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9970         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9971         (wl-biff-init-icons): New function.
9972         (wl-plugged-init-icons): Don't make too much keymaps.
9973         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9975         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9976         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9977         variables.
9978         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9979         options.
9981         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9982         wl-biff-start, wl-biff-stop): New functions.
9983         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9984         (wl-biff-timer-name): New variable.
9986         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9988         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9989         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9991         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9992         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9994         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9995         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9996         `wl-folder-init-icons' to `ignore' if they are not available.
9997         (wl-folder-mode): Show biff in modeline.
9999         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10000         (wl-biff-init-icons): New function.
10001         (wl-plugged-init-icons): Don't make too much keymaps.
10002         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10004 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10006         * wl-vars.el (wl-strict-diff-folders): Customization Type
10007         and doc fix.  Define as a list of regular expressions for
10008         folders or nil.
10009         * wl-folder.el (wl-folder-check-one-entity): Use
10010         `wl-string-match-member' instead of `wl-string-member' for
10011         `wl-strict-diff-folders'.
10013 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10015         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10016         (wl-highlight-folder-current-line): Use it; new implementation.
10017         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10018         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10019         `defsubst' instead of `defun'.
10021         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10022         `wl-highlight-group-folder-by-numbers'; made it can also be a
10023         number.  See info for more details.
10025         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10026         running.
10028         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10029         to bind them.
10031         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10032         (wl-highlight-folder-current-line): New implementation.
10034         * wl-highlight.el (wl-highlight-folder-group-line): New
10035         implementation.
10036         (wl-delete-all-overlays): Rewrite as a marco.
10037         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10039         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10040         running.
10041         (wl-folder-*-glyph): No need to bind them.
10043         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10044         `wl-e21-highlight-folder-group-icon'; rewrite.
10045         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10046         `defsubst' instead of `defun'.
10047         (wl-folder-mode-map): Bind it when compiling.
10049 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10051         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10053         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10055 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10057         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10059 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10061         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10062         (wl-highlight-folder-current-line): Use it.
10064         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10065         in `id-name'.
10067 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10069         * wl.el: Require `wl-e21' when Emacs 21 is running.
10071         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10072         default when Emacs 21 is running.
10073         (wl-use-highlight-mouse-line): Ditto.
10074         (wl-on-emacs21): New constant.
10075         (wl-on-emacs20): Removed.
10077         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10078         Emacs 21 is running.
10080         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10081         Emacs 21 is running.
10083         * wl-e21.el: New file.
10085 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10087         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10088         (wl-toggle-plugged): Ditto.
10089         (wl-plugged-toggle): Ditto.
10090         (wl-plugged-toggle-all): Ditto.
10092         * wl-vars.el (wl-plug-state-indicator): Refer
10093         `wl-plug-state-indicator-on' indirectly.
10095 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10097         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10098         Call `wl-folder-confirm-existence'.
10100         * wl-folder.el (wl-folder-confirm-existence): Added optional
10101         argument `force'.
10103 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10105         * wl-summary.el (wl-summary-refile-subr): Assume
10106         `copy-or-refile' as symbol.
10107         (wl-summary-refile): Follow up above change.
10108         (wl-summary-copy): Ditto.  Doc fix.
10110 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10112         * wl-summary.el (wl-summary-pick): Don't bind
10113         `elmo-search-mime-charset'.
10115         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10116         default using old backquote style.
10117         (wl-search-mime-charset): Abolished.
10119         * wl-highlight.el (wl-highlight-headers):
10120         Call `point' after `re-search-forward'(for Nemacs).
10122         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10123         for elmo-imap4.el.
10125 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10127         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10128         `wl-message-ignored-field-list' instead of
10129         `mime-view-ignored-field-list'.
10131         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10132         Add interactive spec.
10133         (wl-folder-goto-bottom-of-current-folder): Ditto.
10134         (wl-folder-mode-map): Bind them.
10136         * wl-vars.el (wl-message-ignored-field-list): New variable.
10137         (wl-message-visible-field-list): New variable.
10139         * wl-mime.el (wl-mime-header-presentation-method): New function.
10140         (wl-mime-setup): Set header-presentation-method.
10142 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10144         * wl-nemacs.el (wl-draft-overload-functions): Set
10145         `mode-line-buffer-identification' instead of using
10146         `wl-make-modeline'.
10148         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10149         instead of using `wl-make-modeline'.
10151         * wl-xmas.el (wl-plugged-init-icons): Set up
10152         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10153         (wl-make-modeline): Abolish.
10154         (wl-draft-overload-functions): Set
10155         `mode-line-buffer-identification' instead of using
10156         `wl-make-modeline'.
10158         * wl-util.el (wl-make-modeline-subr): Abolish.
10159         (wl-mode-line-buffer-identification): New alias.
10161         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10162         (wl-summary-make-modeline): Abolish.
10163         (wl-summary-buffer-set-folder): Set
10164         `wl-summary-buffer-folder-indicator'.
10165         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10166         of using `wl-make-modeline'.
10167         (wl-summary-switch-to-clone-buffer): Don't set
10168         `mode-line-buffer-identification'.
10169         (wl-summary-goto-folder-subr): Ditto.
10171         * wl-mule.el (wl-draft-overload-functions): Set
10172         `mode-line-buffer-identification' instead of using
10173         `wl-make-modeline'.
10175         * wl-folder.el (wl-folder-mode): Set
10176         `mode-line-buffer-identification' instead of using
10177         `wl-make-modeline'.
10178         (wl-folder): Don't set `mode-line-buffer-identification'.
10180 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10182         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10183         instead of `member' for `wl-refile-guess-func-list' look-ups.
10184         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10186 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10188         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10189         `wl-message-button-dispatcher'.
10191         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10193         * wl-message.el (wl-message-button-dispatcher): Use it.
10195         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10196         "In-Reply-To".
10198         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10199         Bind `case-fold-search' to t.
10201 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10203         * wl-xmas.el (wl-message-overload-functions): Initialize
10204         `wl-message-button-map'.
10206         * wl-mule.el (wl-message-overload-functions): Initialize
10207         `wl-message-button-map'.
10209         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10211         * wl-message.el (wl-message-button-map): New keymap.
10212         (wl-message-add-button): New function.
10213         (wl-message-button-dispatcher): New function.
10214         (wl-message-button-refer-article): New function.
10216         * wl-highlight.el
10217         (wl-highlight-message-add-buttons-to-header): New function.
10218         (wl-highlight-headers): Use it.
10220 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10222         * wl-summary.el (wl-summary-default-from): Use
10223         `wl-address-get-petname-1'.
10224         (wl-summary-simple-from): Ditto.
10226         * wl-address.el (wl-address-get-petname-1): New inline function.
10227         (wl-address-get-petname): Use it.
10229 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10231         * wl-summary.el (wl-summary-default-from): Return full-name part
10232         from the address if no petname was found.
10233         (wl-summary-simple-from): Ditto.
10235         * wl-address.el (wl-address-get-petname): Return nil if no petname
10236         associated with the address was found.
10238 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10240         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10241         display is finished.
10243 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10245         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10246         `elmo-folder-exists-p' argument.
10248 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10250         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10251         the folder.
10253 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10255         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10257         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10258         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10260 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10262         * wl-folder.el (wl-folder-create-subr): New function.
10263         (wl-folder-confirm-existence): Use it.
10264         (wl-folder-check-one-entity): Use it.
10265         Check the error symbol is derived from 'elmo-open-error.
10267         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10268         `ignore-error'.
10270 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10272         * wl-util.el (toplevel): Add (eval-when-compile (require
10273         'elmo-util)).  (Maybe `provide' is typo.)
10275 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10277         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10278         (I don't know why this was needed.)
10280         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10281         Follow up changes for stream-type.
10283         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10284         (wl-draft-elmo-nntp-send): Ditto.
10286         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10287         (wl-nntp-posting-stream-type): Ditto.
10288         (wl-pop-before-smtp-ssl): Abolished.
10289         (wl-nntp-posting-ssl): Ditto.
10291         * wl-address.el (wl-address-quote-specials): New function.
10292         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10294         * wl-draft.el (wl-draft-reply): Ditto.
10296 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10298         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10299         use function `wl-string-match-assoc'.
10301 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10303         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10305         * wl-draft.el (wl-draft-deduce-address-list): New function.
10306         (wl-draft-parse-mailbox-list): Ditto.
10307         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10308         instead of `smtp-deduce-address-list'.
10309         (wl-draft-on-field-p): Follow group list.
10311         * wl-address.el (wl-address-concat-token): New function.
10312         (wl-address-string-without-group-list-contents): Ditto.
10313         (wl-complete-field-body): Fixed problem of completion
10314         by japanese petname.
10315         (wl-address-make-completion-list): Rewrite.
10317 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10319         * wl-address.el (wl-address-make-completion-list): Completion by
10320         petname.
10321         (wl-complete-field-body): Likewise.
10323 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10325         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10326         contains invalid address syntax.
10328 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10330         * wl-folder.el (wl-folder-check-entity-async): Use
10331         `elmo-nntp-spec-hostname'.
10333 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10335         * wl-summary.el (wl-summary-msgdb-load-async): Use
10336         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10338 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10340         * wl-draft.el (wl-draft-reply): Set argument
10341         `content-transfer-encoding' as nil.
10343 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10345         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10346         `wl-refile-alist'.
10348 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10350         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10351         (wl-draft-edit-string): Ditto.
10352         (wl-draft-forward): Ditto.
10353         * wl-summary.el (wl-summary-write): Ditto.
10355 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10357         * wl-summary.el (wl-summary-sync-update3): Call
10358         `wl-summary-buffer-number-column-detect'.
10359         (wl-summary-buffer-number-column-detect): Search from point-min.
10361 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10363         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10364         contains an address which is not included in original to or cc.
10366 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10368         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10369         begin-line does not exist.
10370         * wl-message.el (wl-message-uu-substring): Ditto.
10372 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10374         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10375         clear local variables.
10376         (wl-summary-exit): Call `elmo-commit'.
10377         (wl-summary-switch-to-clone-buffer): Call
10378         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10379         (wl-summary-goto-folder-subr): Ditto.
10381         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10382         POP folder.
10384 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10386         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10387         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10388         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10389         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10390         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10391         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10393         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10395 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10397         * wl-summary.el (wl-summary-search-by-subject):
10398         Search parent message from the latest one.
10400 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10402         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10403         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10405         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10406         New user option.
10408         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10409         if elmo-nntp-use-killed-list is nil.
10410         Use `elmo-msgdb-append-to-killed-list'.
10411         (Append numbers confirmed as disappeared to the killed list.)
10412         (wl-summary-confirm-appends): Don't display negative number.
10414 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10416         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10418 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10420         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10421         range is `all'.
10422         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10423         `elmo-list-bigger-diff'.
10425 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10427         * wl-summary.el (wl-summary-buffer-exit-func):
10428         New buffer local variable.
10429         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10431 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10433         * wl-demo.el (wl-demo): Fix the last change.
10435 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10437         * wl-demo.el (wl-demo): Don't use `eval'.
10439 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10441         * wl-summary.el (wl-summary-buffer-thread-modified):
10442         New buffer-local variable.
10443         (wl-summary-set-thread-modified): New function.
10444         (wl-summary-thread-modified-p): New function.
10445         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10446         (wl-summary-yank-saved-message): Use function
10447         `wl-summary-set-thread-modified'
10448         (wl-summary-switch-to-clone-buffer): Add
10449         `wl-summary-buffer-thread-modified'.
10451         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10452         (wl-summary-buffer-mark-saved-hook): Ditto.
10453         * wl-summary.el (wl-summary-msgdb-save): New hook
10454         `wl-summary-buffer-message-saved-hook' and
10455         `wl-summary-buffer-mark-saved-hook'.
10457 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10459         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10461 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10463         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10464         don't hide scroll bars under FSF Emacsen because it may incur an
10465         undesirable redrawing.
10467 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10469         * wl-draft.el (wl-draft-edit-string): Call
10470         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10472 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10474         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10476 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10478         * wl-summary.el (wl-summary-msgdb-load-async): Call
10479         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10481 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10483         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10484         fringes in demo buffer; center bitmap logo correctly even if old
10485         Mule is used.
10487 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10489         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10491         * wl-refile.el (wl-refile-subject-alist): New variable.
10492         (wl-refile-subject-alist-file-name): Ditto.
10493         (wl-refile-alist-setup): Rewrite.
10494         (wl-refile-alist-save): Use `elmo-object-save'.
10495         Eliminated arguments.
10496         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10497         (wl-refile-guess-by-subject): New function.
10498         (wl-refile-guess-func-list): Added it.
10500 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10502         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10503         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10505 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10507         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10508         New buffer-local variable.
10509         (wl-summary-buffer-next-folder-func): Ditto.
10510         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10511         if non-nil.
10512         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10513         if non-nil.
10514         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10515         if non-nil.
10516         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10517         if non-nil.
10519 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10521         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10522         permanently in the demo buffer.
10524 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10526         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10527         `mime-entity-fetch-field'.
10529         * wl.el (wl-exit): Delete plugged buffer.
10531         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10532         XEmacs has menubar feature.
10534 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10536         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10537         cannot arrive at the beginning of the buffer under old Emacsen.
10539 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10541         * wl-address.el (wl-address-ldap-search):
10542         Call `ldap-search-entries' with `withdn' argument t.
10543         (wl-complete-field-body): Bind completion-ignore-case as t.
10544         Clear ldap search hash when it was sole completion.
10545         Use elmo-string for pattern string.
10546         (wl-ldap-alias-safe-string): Eliminated needless let.
10548 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10550         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10551         (wl-ldap-alias-sep): New constant.
10552         (wl-ldap-search-attribute-type-list): Ditto.
10553         (wl-ldap-get-value): New function.
10554         (wl-ldap-make-filter): Ditto.
10555         (wl-ldap-make-matched-value-list): Ditto.
10556         (wl-ldap-alias-safe-string): Ditto.
10557         (wl-ldap-register-dn-string): Ditto.
10558         (wl-address-ldap-search): Rewrite.
10560 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10562         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10563         thread is deleted.
10564         (wl-thread-delete-line-from-buffer): Ditto.
10565         (wl-thread-get-exist-children): New function.
10567 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10569         * wl-demo.el (wl-demo): Made it to select various image types.
10570         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10571         from `wl-title-logo'.
10572         (wl-logo-ascii): New variable.
10573         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10574         (wl-demo-copyright-notice): New constant.
10576         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10578 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10580         * wl-vars.el (wl-summary-target-above): Renamed from
10581         wl-summary-temp-above.
10582         * wl-score.el (wl-score-get-score-alist): Use it.
10583         (wl-summary-score-update-all-lines): Use it.
10584         * wl-summary.el: Ditto. (make-variable-buffer-local).
10586 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10588         * wl-vars.el (wl-ldap-port): New user option.
10590         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10591         Rewite whole implementation.
10592         (wl-complete-field-body): Fixed.
10594 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10596         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10597         Choose implementation at compile time.
10599 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10601         * wl-address.el (wl-ldap-search-internal): New function.
10602         (wl-complete-field-to): Use it.
10604 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10606         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10607         Use `let' instead of `let*'.
10608         Require 'wl-vars.
10610         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10611         Define as defcustom.
10612         (wl-ldap-base): Ditto.
10613         (wl-use-ldap): Ditto.
10615 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10617         * wl-address.el (wl-ldap-search): New function.
10618         (wl-complete-field-body): Use `wl-ldap-search'.
10619         (wl-ldap-server): New variable.
10620         (wl-ldap-base): Ditto.
10621         (wl-use-ldap): Ditto.
10623 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10625         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10626         (Pointed out by Mito <mit@nines.nec.co.jp>).
10627         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10628         buffer-local variables like `wl-summary-redisplay-internal'.
10629         (wl-summary-redisplay-all-header): Likewise.  Update
10630         Summary view too.
10632 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10634         * wl-summary.el (wl-summary-jump-to-parent-message):
10635         Consider prefix argument.
10637         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10638         when closed thread is deleted.
10640 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10642         * wl-summary.el (wl-summary-jump-to-parent-message):
10643         Consider thread modification.
10645 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10647         * wl-message.el (wl-message-normal-get-original-buffer): Use
10648         `save-excursion'.
10650         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10651         (wl-summary-showto-folder-regexp): Ditto.
10653 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10655         * wl-util.el (wl-delete-alist): Doc fix.
10656         (wl-delete-associations): New function.
10657         (wl-inverse-alist): New function.
10658         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10659         Split temporary variables. Use `wl-delete-associations'
10660         and `wl-inverse-alist'.
10661         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10663 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10665         * wl-folder.el (wl-folder-prefetch-entity):
10666         Execute prefetching if new count is unknown.
10668 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10670         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10672         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10673         delete entity.
10674         (wl-thread-set-parent): If insert as top, set linked as nil.
10676         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10677         `wl-thread-cleanup-symbols' when view mode is thread.
10679 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10681         * wl-folder.el (wl-folder-create-folder-entity): Use
10682         with-current-buffer.
10683         (wl-local-folder-init): Call set-buffer to make sure we are in
10684         the Folder buffer. Don't touch buffer-local variables here.
10685         (wl-folder-mode): Initialize buffer-local variables here.
10687         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10688         (wl-folder-entity-assign-id): Ditto.
10689         (wl-folder-create-entity-hashtb): Ditto.
10690         (wl-local-folder-init): Ditto.
10691         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10693 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10695         * wl-summary.el (wl-summary-default-from): Fix probrem when
10696         std11-extract-address-components return (nil "foo@bar").
10698 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10700         * wl-draft.el (wl-draft-clone-local-variables):
10701         Remove redundant `setq'.
10703 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10705         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10706         Bind wl-highlight-x-face-func as nil while highlighting header.
10708 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10710         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10712 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10714         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10715         elmo-msgdb-overview-hashtb from copy-variables.
10716         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10717         instead of `elmo-msgdb-overview-get-entity-by-number'.
10718         (wl-summary-auto-refile): Ditto.
10720         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10721         `elmo-msgdb-overview-get-entity' instead of
10722         `elmo-msgdb-search-overview-entity'.  Use
10723         `elmo-msgdb-overview-get-entity' instead of
10724         `elmo-msgdb-overview-get-entity-by-number'.
10725         (wl-thread-insert-entity-sub): Ditto.
10726         (wl-thread-insert-message): Ditto.
10728         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10729         `elmo-msgdb-overview-get-entity'.
10730         (wl-normal-message-redisplay): Ditto.
10732 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10734         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10735         `wl-thread-entities'.
10736         (wl-thread-delete-message): Fix remove top message from
10737         `wl-thread-entity-list'.
10739         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10740         wl-append(nconc), because update-list is broken on Meadow.
10742         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10743         updating process.
10744         (wl-summary-rescan): Ditto.
10745         (wl-summary-sync-update3): Ditto.
10746         * wl-thread.el (wl-thread-set-parent): Renamed from
10747         `wl-summary-set-parent'.
10748         (wl-thread-insert-message): Updating buffer faster.
10749         (wl-thread-delete-message): Updating buffer faster.
10751         * wl-score.el (wl-summary-score-update-all-lines): Changed
10752         interval for display progress gauge.
10754 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10756         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10757         folder always-sticky.
10758         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10759         defmacro.
10761 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10763         * wl-vars.el (wl-draft-add-references): New user option.
10765         * wl-draft.el (wl-draft-add-references): New function.
10766         (wl-draft-yank-from-mail-reply-buffer): Use it.
10767         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10768         as nil.
10770 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10772         * wl-thread.el (wl-thread-update-line-msgs): Called
10773         `wl-thread-update-line-on-buffer-sub'.
10774         (wl-thread-update-line-on-buffer): Delete routine of inserting
10775         thread.
10776         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10777         moved from `wl-thread-update-line-on-buffer'.
10778         Add threshold for displaying progress gauge.
10779         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10780         argument of `wl-thread-update-line-msgs'.
10781         Add threshold for displaying progress gauge.
10782         * wl-folder.el:
10783         Add threshold for displaying progress gauge.
10784         * wl-score.el: Ditto.
10786         * wl-expire.el (wl-summary-expire): Display deleting info.
10788 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10790         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10791         `no-msg'.
10792         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10793         argument of `wl-thread-update-line-msgs'.
10794         (wl-summary-set-parent): Added optional argument `parent-number'.
10795         (wl-summary-buffer-saved-message): New buffer local variable.
10796         (wl-summary-save-current-message): New command.
10797         (wl-summary-yank-saved-message): Ditto.
10798         (wl-summary-mode-map): Added key binding for
10799         `wl-summary-save-current-message' (\ew) and
10800         `wl-summary-yank-saved-message' (\C-y).
10801         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10803 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10805         * wl-summary.el (wl-summary-mode-map): Added key binding for
10806         `wl-summary-set-parent' (ts).
10808 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10810         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10811         subject faster. If thread number is reverse, delayed updating
10812         thread.
10813         (wl-summary-search-by-subject): Ditto.
10814         (wl-summary-put-alike): Ditto.
10815         (wl-summary-get-alike): Ditto.
10816         (wl-summary-insert-headers): Insert header of all overview in
10817         buffer.
10818         (wl-summary-rescan): Delayed updating thread. Kill search subject
10819         buffer for wl-summary-search-by-subject.
10820         (wl-summary-sync-update3): Ditto.
10821         (wl-summary-exit): Ditto.
10822         (wl-summary-goto-bottom-of-current-thread): Change for linked
10823         thread.
10824         (wl-summary-overview-create-summary-line): Change line for linked
10825         thread.
10827         * wl-summary.el (wl-summary-update-thread): Use
10828         wl-thread-maybe-get-children-num.
10829         (wl-summary-set-parent): If change parent, move sub thread.
10830         (wl-summary-redisplay-internal): Add horizontal recenter.
10831         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10833         * wl-thread.el (wl-thread-entity-get-linked): New function.
10834         (wl-thread-entity-set-linked): New function.
10835         (wl-thread-create-entity): Add linked element.
10836         (wl-thread-entity-insert-as-top): Use wl-append.
10837         (wl-thread-maybe-get-children-num): If closing thread, return
10838         children msgs.
10839         (wl-thread-update-line-msgs): Displaying progress message.
10840         (wl-thread-update-line-on-buffer-sub): Use
10841         wl-thread-maybe-get-children-num.
10842         (wl-thread-update-line-on-buffer): If update line is not exists,
10843         insert thread.
10844         (wl-thread-delete-message): If delete top msg of thread, search
10845         parent by subject.
10846         (wl-thread-insert-entity): Use
10847         wl-thread-maybe-get-children-num.
10849         * wl-highlight.el (wl-highlight-summary-current-line): change
10850         sregexp for linked thread.
10851         * wl-util.el (wl-count-lines): Count lines.
10852         (wl-horizontal-recenter): horizontal recenter.
10853         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10854         (wl-score-get-alike): Ditto.
10855         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10856         (wl-subject-length-limit): New variable.
10857         (wl-highlight-thread-indent-string-regexp): Changed for linked
10858         thread.
10860 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10862         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10863         New variable (revival).
10864         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10865         by subject matching if there's no in-reply-to nor references field
10866         (revival).
10869 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10871         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10872         message.
10874 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10876         * wl-summary.el (wl-summary-reply): Return t if there was a
10877         message at cursor point.
10878         Added unwind-protect.
10879         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10880         returns t.
10881         (wl-summary-cancel-message): Do nothing when there's no message at
10882         cursor point.
10883         (wl-summary-forward): Ditto.
10884         (wl-summary-jump-to-parent-message): Ditto.
10885         (wl-summary-reedit): Ditto.
10886         (wl-summary-edit-addresses): Ditto.
10887         (wl-summary-pipe-message): Ditto.
10888         (wl-summary-print-message-with-ps-print): Ditto.
10889         (wl-summary-print-message): Ditto.
10890         (wl-summary-mark-as-important): Ditto.
10891         (wl-summary-mark-as-unread): Ditto.
10893         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10894         message at cursor point.
10895         (wl-summary-reply-with-citation): Remove unwind-protect.
10897         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10898         subject searching feature.
10899         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10900         Eliminated.
10902 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10904         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10905         New variable.
10906         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10907         by subject matching if there's no in-reply-to nor references field.
10909         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10911         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10912         when display is finished.
10913         (wl-folder-open-all): Ditto.
10914         (wl-folder-update-access-group): Ditto.
10915         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10916         * wl-thread.el (wl-thread-close-all): Ditto.
10918         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10919         progress gauge only when it was displayed.
10920         * wl-folder.el (wl-folder-insert-entity): Ditto.
10922 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10924         * wl-summary.el (wl-summary-incorporate): Enclose
10925         `wl-summary-sync-force-update' with save-excursion.
10927 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10929         * wl-summary.el (wl-summary-prefetch-region):
10930         Pass current cursor point to `pos-visible-in-window-p' after
10931         moving cursor to the started point.
10933 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10935         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10937         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10938         fields from the forwarding message.
10939         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10940         `ignored-fields'.
10942 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10944         * wl-mime.el (wl-message-request-partial):
10945         Eliminated argument `msgdb'.
10946         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10947         (wl-mime-combine-message/partial-pieces): Likewise.
10948         * tm-wl.el (wl-message-request-partial): Likewise.
10949         (wl-mime-combine-message/partial-pieces): Likewise.
10951 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10953         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10954         when display is finished.
10956 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10958         * wl-summary.el (wl-summary-goto-folder-subr):
10959         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10961 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10963         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10964         when cursor point is visible.
10966 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10968         * wl-expire.el (wl-expire-archive-get-max-number):
10969         Don't use `file-name-directory'.
10971 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10973         * wl-expire.el (wl-expire-archive-get-max-number):
10974         Use `file-name-directory'.
10976 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10978         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10979         only when there is progress.
10981 2000-04-13  Mito <mit@nines.nec.co.jp>
10983         * wl-summary.el (wl-summary-sync-marks): Display progress.
10985 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10987         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10988         (wl-summary-prev): Move cursor regardless of unread status.
10989         (wl-summary-next): Ditto.
10991 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10993         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10994         Added argument `target' and `number'.
10995         * tm-wl.el (wl-summary-burst-subr): New function.
10996         (wl-summary-burst): Use it.
10998 2000-04-10  Mito <mit@nines.nec.co.jp>
11000         * wl-mime.el (wl-burst): New function.
11001         (wl-summary-burst): Use it.
11003 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11005         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11006         as petname when there's no candidate.
11008 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11010         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11011         New variable.
11012         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11014         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11016         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11018 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11020         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11021         Use substring of `original' instead of buffer-substring.
11022         (wl-refile-evaluate-rule):
11023         Set `original' argument of wl-refile-expand-newtext.
11025         * wl-summary.el
11026         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11027         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11028         (wl-summary-auto-refile): Check existence of destination folder just
11029         before marking.
11031 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11033         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11034         when wl-refile-get-field-value return nil.
11036 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11038         * wl-refile.el
11039         (wl-refile-expand-newtext): New function imported from Gnus.
11040         (wl-refile-evaluate-rule): Use it.
11042 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11044         * wl-summary.el (wl-summary-print-destination):
11045         Duplicate folder string to avoid putting text-property on
11046         original string.
11048         * wl-refile.el (wl-refile-get-field-value): New function.
11049         (wl-refile-evaluate-rule): New function;
11050         Evaluate refile rule recursively.
11051         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11052         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11053         New function; Check existence of a target folder recursively.
11054         (wl-summary-auto-refile-check-refile-rule-alist):
11055         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11057 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11059         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11061         * wl-folder.el (wl-create-folder-entity-from-buffer):
11062         Fixed problem when '}' character is contained in folder name.
11064         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11066 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11068         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11069         (wl-fldmgr-add-completion-all-completions):
11070         Use wl-fldmgr-add-completion-hashtb.
11072 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11074         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11075         wl-fldmgr-add-completion-subr): New functions.
11076         * wl-folder.el (wl-folder-completion-func): New variable.
11077         * wl-summary.el (wl-summary-read-folder):
11078         Use wl-folder-completion-func.
11080         * wl-refile.el: Eliminate throw & catch.
11082         * wl.el (wl-plugged-sending-queue-status): Fixed.
11084 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11086         * wl-draft.el (wl-draft): Put category property on
11087         mail-header-separator.