X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=41b7e571fc605a2d82905d15a937a2179b1d3c4c;hb=a46303b5bc3670f50949efb82223d86712089a23;hp=81a571570b1fd26159ffa0caaee1f752e962f0a7;hpb=77fd7cb0a2615169f6ecfbcdb6a767c11d94abea;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 81a5715..41b7e57 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,319 @@ +2001-11-30 Tatsuya Kinoshita + + * wl-vars.el (wl-draft-add-references): Set default value as nil. + (wl-draft-add-in-reply-to): New variable. + * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to): + Divided from `wl-draft-add-references'; add support `In-Reply-To'. + (wl-draft-yank-from-mail-reply-buffer): Use + `wl-draft-add-in-reply-to'. + (wl-draft-insert-current-message): Ditto. + +2001-12-01 Hiroya Murata + + * wl-vars.el (wl-folder-process-duplicates-alist): Fixed + typo (kill->hide). + (wl-message-buffer-prefetch-folder-type-list): Added elements + `mark' and `cache' instead of `internal'. + +2001-11-30 Yuuichi Teranishi + + * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted, + resume msgdb directory. + +2001-11-28 Yuuichi Teranishi + + * wl.el (wl-exit): Call `wl-acap-exit'. + + * wl-summary.el (wl-summary-message-string): New function. + (wl-summary-reedit): Use it. + (wl-summary-resend-bounced-mail): Remove needless let. + (wl-summary-supersedes-message): Ditto. + (wl-summary-save): Ditto. + + * wl-acap.el (wl-acap-original-msgdb-dir): New variable. + (wl-acap-init): Set it. + (wl-acap-exit): New function. + +2001-11-26 TAKAHASHI Kaoru + + * wl.el (wl-init): Revert (require 'mime-setup). move from + toplevel. + +2001-11-24 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-write-current-folder): Remove unused + local variables. Add error when guess function return invalid + value. + +2001-11-23 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): + Change local variable name. + (wl-folder-guess-mailing-list-by-folder-name): Ditto. + (wl-folder-get-newsgroups): Return nil when non-news folder. + * wl-summary.el (wl-summary-write-current-folder): State through + when guess-list return nil. + (wl-summary-write-current-folder-functions): Fixed docstring. + + * wl.el (wl-exit): Changed confirm message. + + * wl.el (wl-init): (require 'mime-setup) move to toplevel. + * wl-draft.el (wl-draft): Remove verbose `featurep'. + + * wl-e21.el: Removed kludge for Emacs 21 prerelease versions. + +2001-11-23 Hiroya Murata + + * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New + user option (Renamed from wl-cache-prefetch-folder-type-list). + (wl-message-buffer-prefetch-folder-list): New user option (Renamed + from wl-cache-prefetch-folder-list). + + * wl-message.el (wl-message-buffer-prefetch-folder-type-list): + Move to wl-vars.el. + (wl-message-buffer-prefetch-p): Changed to enable + `wl-message-buffer-prefetch-folder-list'. + + * wl-summary.el (wl-summary-target-mark-prefetch): Added argument + `ignore-cache'. + +2001-11-23 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-func-alist): Added + `part-top' and `part-bottom'. + (wl-draft-config-sub-part-top): New function. + (wl-draft-config-sub-part-bottom): New function. + +2001-11-20 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder. + +2001-11-19 Kenichi OKADA + + * wl-folder.el (wl-folder-get-newsgroups): Fix. + +2001-11-19 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft): Added 14th argument `parent-folder'. + + * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument. + (wl-summary-write-current-folder): Ditto. + +2001-11-19 Yuuichi Teranishi + + * wl-folder.el (wl-folder-get-newsgroups): Use + `elmo-folder-newsgroups'. + +2001-11-18 Kenichi OKADA + + * wl-draft.el (wl-draft-config-sub-header-top): New fucntion. + (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'. + `wl-draft-config-sub-header-bottom'. + +2001-11-14 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when + localnews folder. + +2001-11-12 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Undo last change. + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-mode): Locally set + truncate-partial-window-width to nil. + (for XEmacs) + + * wl-folder.el (wl-folder-mode): Ditto. + +2001-11-09 Yuuichi Teranishi + + * wl-util.el (wl-set-string-width) [Emacs]: New implementation. + +2001-11-08 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread + number. + + * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff. + + * wl-util.el (wl-biff-check-folder-async-callback): Ditto. + + * Version number is increased to 2.7.6. + +2001-11-05 Yuuichi Teranishi + + * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument. + +2001-11-01 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-update): Enclose network + related portion with `unwind-protect'. + +2001-10-31 Hiroya Murata + + * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list. + +2001-10-29 Yuuichi Teranishi + + * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th + element. + * wl-vars.el (wl-message-body-button-alist): Ditto. + + * wl-vars.el (wl-message-body-button-alist): Set 4th element as the + max match length. + (Pointed out by Akihiro MOTOKI .) + + * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value + for the max match length; + Use 4th element value for the button string regexp group. + + * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server + candidate exists, prompt to select. + +2001-10-15 NAKAJIMA Mikio + + * wl-summary.el (wl-summary-jump-to-msg): Search before + calibration point by `beginning-of-line'. + +2001-10-11 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only + for access group. + +2001-10-11 Yuuichi Teranishi + + * wl-message.el (wl-message-display-internal): Bind + `default-mime-charset'. + + * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error. + + * wl-draft.el (wl-draft-reply): Decode newsgroup field. + + * Version number is increased to 2.7.5. + +2001-10-10 Hiroya Murata + + * wl-expire.el (wl-summary-archive): Fixed; + Use `elmo-folder-name-internal'. + +2001-10-08 Hiroya Murata + + * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments + from `elmo-folder-move-messages' caller. + (wl-expire-refile-with-copy-reserve-msg): Ditto. + + * wl-summary.el (wl-summary-exec-subr): Likewise (All other + related portions are changed). + +2001-10-06 Hiroya Murata + + * wl-summary.el (wl-summary-exec-subr): Setup and clear progress + counter. + +2001-10-05 Yoichi NAKAYAMA + + * wl-draft.el (wl-draft): Make truncate-partial-width-windows + buffer local and set it to nil. + + * wl-message.el (wl-message-redisplay): Ditto. + +2001-10-03 Yuuichi Teranishi + + * wl-summary.el (wl-summary-mark-as-important): If message is + already cached, set messag as read, otherwise encache and mark as read. + +2001-10-02 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-jump-to-current-message): Don't go to + point-min. + +2001-10-02 Katsumi Yamaoka + + * wl-xmas.el (wl-message-define-keymap): Return a keymap. + * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return + a keymap. + +2001-10-02 Yuuichi Teranishi + + * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as + parent. + + * wl-mule.el (wl-message-define-keymap): Ditto. + + * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis. + + * wl-xmas.el (wl-message-display-internal-hook): Define. + (wl-xmas-setup-message-toolbar): Define as function. + (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar. + (wl-message-overload-functions): Abolished. + (wl-message-define-keymap): New function. + + * wl-vars.el (wl-message-display-internal-hook): New variable. + (wl-message-header-button-alist): New variable (Renamed from + wl-highlight-message-header-button-alist). + (wl-message-body-button-alist): Ditto. + + * wl-mule.el (wl-message-define-keymap): New function. + (wl-message-overload-functions): Abolished. + + * wl-message.el (wl-message-add-buttons-to-body): New function. + (wl-message-redisplay): Don't call wl-message-overload-functions; + Call wl-message-add-buttons-to-header and + wl-message-add-buttons-to-body. + (wl-message-display-internal): Set keymap argument for + elmo-mime-display-as-is, elmo-mime-message-display; + Run wl-message-display-internal-hook. + (wl-message-refer-article-or-url): Abolished. + + * wl-highlight.el (wl-highlight-headers): Don't call + wl-highlight-message-add-buttons-to-header. + (wl-highlight-message-add-buttons-to-header): Abolished. + + + * wl-e21.el (wl-message-display-internal-hook): Define. + (wl-e21-setup-toolbar): Deleted duplicated binding. + (wl-e21-setup-message-toolbar): Define as function. + (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar. + (wl-message-define-keymap): New function. + (wl-message-overload-functions): Abolished. + +2001-10-01 Yuuichi Teranishi + + * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal + and elmo-folder-close. + + * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'. + +2001-09-28 TAKAHASHI Kaoru + + * wl.el (wl-toggle-plugged): Use `not' instead of `null' for + boolean value. + * wl-draft.el (wl-draft-do-fcc): Ditto. + +2001-09-26 Kenichi OKADA + + * wl-vars.el (wl-fcc-force-as-read): New variable. + * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil, + mark copied message as read. + +2001-09-26 Kenichi OKADA + + * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed. + +2001-09-26 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-switch-to-clone-buffer): Use + `wl-summary-target-above' instead of obsolete variable + `wl-summary-temp-above'. + + * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable' + instead of `make-obsolete-variable'. + * wl-refile.el (toplevel): Ditto. + 2001-09-26 Yuuichi Teranishi * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark @@ -430,7 +746,7 @@ before call `get-buffer'. Fixed parenthesis. (wl-score-get-header-entry): Clear message and help window when keyboard quit. - (wl-score-edit-insert-header): Ditto. + (wl-score-edit-insert-header): Ditto. 2001-07-14 Yuuichi Teranishi