X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=8e27f5af4a54c12d427bb2dac628079121f006b8;hb=58ea56910493583fd17ca2803acbd9ff9f76b558;hp=a264200a499c33c1c6e5048dbdcdec68b5115c11;hpb=1fdb6358739828d3bcd1ca771bf600bca019f5d3;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index a264200..8e27f5a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,201 @@ +2000-11-19 Kenichi OKADA + + * Version number is increased to 2.5.2. + +2000-11-17 Yuuichi Teranishi + + * wl-util.el (toplevel): Don't define wl-biff if `timer-activate' + does not exist. + (wl-biff-stop): Call `cancel-timer' if timer already exists. + (wl-biff-start): Call `timer-activate' if timer already exists. + + * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent' + only when it is bound as function. + +2000-11-15 Yuuichi Teranishi + + * Version number is increased to 2.5.1. + +2000-11-14 Yuuichi Teranishi + + * wl-thread.el (wl-thread-update-line-on-buffer-sub): + Print refile/copy destination. + +2000-11-13 Yuuichi Teranishi + + * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if + queue-flush-only is non-nil. + + * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis. + + * wl-summary.el (wl-summary-refile-subr): Use folder realname while + checking cache folder. + +2000-11-09 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use + `regexp-quote'. + +2000-11-08 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New + function. + * wl-summary.el (wl-summary-write-current-folder-functions): + Change default value. Use it. + +2000-11-08 Yuuichi Teranishi + + * Version number is increased to 2.5.0. + + * wl-version.el (wl-version): Changed codename. + +2000-11-06 Kenichi OKADA + + * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups. + (wl-summary-supersedes-message): Ditto. + +2000-11-05 TAKAHASHI Kaoru + + * wl-refile.el (wl-refile-guess-functions): Renamed from + `wl-refile-guess-func-list'. + +2000-11-02 Yuuichi Teranishi + + * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): + Fixed problem when no rule was matched. + +2000-11-01 Akihiro MOTOKI + + * wl-summary.el (wl-summary-get-mark): Fixed + `wl-summary-buffer-target-mark' check logic. + +2000-11-01 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-write-current-folder): Added group + folder check. + + * wl-summary.el (wl-summary-write-current-folder): Renamed from + `wl-summary-write-current-newsgroup'. + (wl-summary-write-current-folder-functions): New variable. + * wl-folder.el (wl-folder-get-newsgroups): New function. + (wl-folder-guess-mailing-list-by-refile-rule): New function. + (wl-folder-write-current-folder): Renamed from + `wl-folder-write-current-newsgroup'. + +2000-11-01 TAKAHASHI Kaoru + + * Version number is increased to 2.3.93. + +2000-11-01 Yuuichi Teranishi + + * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list. + (wl-ldap-make-matched-value-list): Ditto. + (wl-ldap-alias-safe-string): Split e-mail address. + + * wl-summary.el (wl-summary-read-folder): Fixed problem when + petname folder default was selected. + (Fix by HIROSE Yuuji ) + (wl-summary-auto-refile): Use `wl-folder-get-realname'. + +2000-10-31 Yuuichi Teranishi + + * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e' + to `wl-draft-config-exec'. + + * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook' + instead of calling `wl-draft-config-exec'; + Process group-list and show recipients in minibuffer. + + * tm-wl.el (wl-draft-preview-message): Ditto. + +2000-10-31 TAKAHASHI Kaoru + + * wl.el (toplevel): Added (C) to copyright notice, and + sync Author header. + * tm-wl.el (toplevel): Ditto. + * wl-address.el (toplevel): Ditto. + * wl-demo.el (toplevel): Ditto. + * wl-dnd.el (toplevel): Ditto. + * wl-draft.el (toplevel): Ditto. + * wl-e21.el (toplevel): Ditto. + * wl-expire.el (toplevel): Ditto. + * wl-folder.el (toplevel): Ditto. + * wl-highlight.el (toplevel): Ditto. + * wl-message.el (toplevel): Ditto. + * wl-mime.el (toplevel): Ditto. + * wl-mule.el (toplevel): Ditto. + * wl-nemacs.el (toplevel): Ditto. + * wl-refile.el (toplevel): Ditto. + * wl-score.el (toplevel): Ditto. + * wl-summary.el (toplevel): Ditto. + * wl-template.el (toplevel): Ditto. + * wl-thread.el (toplevel): Ditto. + * wl-util.el (toplevel): Ditto. + * wl-vars.el (toplevel): Ditto. + * wl-xmas.el (toplevel): Ditto. + +2000-10-31 Katsumi Yamaoka + + * wl.el (wl-init): Added comment about `wl-init-hook'. + * wl-folder.el (wl-make-plugged-alist): Removed useless comment. + * wl-vars.el (wl-init-hook): Added docs. + (wl-make-plugged-hook): Removed useless docs. + * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'. + * wl-xmas.el (toplevel): Ditto. + +2000-10-31 TAKAHASHI Kaoru + + * wl-address.el (toplevel): Fixed multiple Author header format. + * wl-demo.el (toplevel): Ditto. + * wl-draft.el (toplevel): Ditto. + * wl-folder.el (toplevel): Ditto. + * wl-summary.el (toplevel): Ditto. + * wl-thread.el (toplevel): Ditto. + * wl-util.el (toplevel): Ditto. + * wl-vars.el (toplevel): Ditto. + * wl-version.el (toplevel): Ditto. + * wl-xmas.el (toplevel): Ditto. + * wl.el (toplevel): Ditto. + + * wl-version.el (toplevel): Added require `elmo-version' for + `product-version-as-string'. + +2000-10-31 Yuuichi Teranishi + + * wl-vars.el (wl-draft-send-hook): Changed default value to + '(wl-draft-config-exec). + + * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec' + explicitly. + (wl-draft): Set `wl-draft-config-exec-flag' before running + `wl-mail-setup-hook'. + + * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and + `wl-biff-init-icons' to `wl-init-hook' instead of + `wl-make-plugged-hook'. + (Because if `wl-draft' command is invoked at first, + they are not initialized) + Updated copyright notice. + + * wl-e21.el (toplevel): Ditto; + + * wl-demo.el (toplevel): Updated copyright notice. + * wl-address.el (toplevel): Ditto. + * wl-draft.el (toplevel): Ditto. + * wl-version.el (toplevel): Ditto. + * wl-folder.el (toplevel): Ditto. + * wl-summary.el (toplevel): Ditto. + * wl-thread.el (toplevel): Ditto. + * wl-util.el (toplevel): Ditto. + * wl-vars.el (toplevel): Ditto. + * wl.el (toplevel): Ditto. + 2000-10-30 Yuuichi Teranishi + * wl-highlight.el (wl-highlight-message): Fixed problem of + highlighting failure which occured when the last field contains + multiple lines in the draft buffer. + * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged, `wl-biff-start' if plugged.