X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=d294883e723bd243829c3b1631fa53afb510eb49;hb=97b22f9cff6c6cc87a3ba1ee24e892bceae6f5a1;hp=603deee671c48844f4a64bc7413b356d13ece71a;hpb=daa3ae08ff7892dd44f435678dd615f02d16157e;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 603deee..d294883 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,205 @@ +2001-07-14 Yuuichi Teranishi + + * wl-draft.el (wl-message-mail-p): Test resent-to: field. + (Fix by Peter Møller Neergaard ) + +2001-07-05 Yuuichi Teranishi + + * wl-vars.el: Changed file coding system to ISO-2022-JP. + Removed redundant require of elmo-vars. + (wl-biff-state-indicator-on): Changed default value for + xemacs with non-mule environment. + +2001-07-04 Yuuichi Teranishi + + * 2.6.0 is released. + + * wl-vars.el: Changed file coding system to euc-japan. + Added -*-coding:-*- magic to the first line. + +2001-06-27 Yuuichi Teranishi + + * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil; + Fixed docstring. + +2001-06-25 Yuuichi Teranishi + + * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame + as nil. + (wl-folder-mark-as-read-all-entity): Ditto. + (wl-folder-prefetch-entity): Ditto. + (wl-folder-drop-unsync-entity): Ditto. + + * wl-summary.el (wl-summary-collect-unread): Eliminated. + (wl-summary-mark-as-read-all): Call elmo-list-folder-unread instead + of wl-summary-collect-unread. + +2001-06-21 Yuuichi Teranishi + + * wl-vars.el (wl): Set custom-manual link as "wl-ja" + only if current language environment is japanese, + + * wl-folder.el (wl-folder-jump-to-current-entity): Call + wl-folder-select-buffer when wl-summary-use-frame is non-nil. + (wl-folder-goto-folder-subr): Ditto. + +2001-06-20 Yuuichi Teranishi + + * wl-summary.el (wl-summary-buffer-next-message-function): New + variable. + (wl-summary-next-message): Call wl-summary-buffer-next-message-function + if it is bound. + (wl-summary-cursor-move): If return value of + wl-summary-next-message is not number, don't jump. + +2001-06-18 Yuuichi Teranishi + + * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff + process. + (wl-biff-check-folder-async): Enclose wl-biff-check-folder + with unwind-protect. + +2001-06-15 Yuuichi Teranishi + + * Version number is increased to 2.6.0. + + * wl-version.el (wl-version): Changed codename. + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Workaround for net folders. + (According to the patch from ABE Yasushi ) + +2001-06-06 Peter Møller Neergaard + + * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp + for postfix. + +2001-06-13 Yuuichi Teranishi + + * wl-draft.el (wl-draft-edit-string): Fetch From: field value and + Call wl-draft with `from' argument if its address is included in + `wl-user-mail-address-list'. + (wl-draft): Added `from' argument. + + * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is + non-nil. + + * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to + wl-summary-use-frame. + + * wl-vars.el (wl-summary-use-frame): New user option. + (wl-folder-use-frame): Changed docstring. + + * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is + non-nil. + (wl-folder-select-buffer): Renamed wl-folder-use-frame to + wl-summary-use-frame. + + * wl-vars.el (wl-folder-use-frame): New user option. + + * wl-summary.el (wl-summary-exit): Back to folder frame if + wl-folder-use-frame is non-nil. + (wl-summary-redisplay-internal): Ignore cache + if current folder is draft folder. + (wl-summary-redisplay-no-mime): Ditto. + (wl-summary-redisplay-all-header): Ditto. + + * wl-folder.el (wl-folder-select-buffer): Switch to other frame + if wl-folder-use-frame is non-nil. + +2001-06-03 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Fixed probrem when hostname/port/auth included folder name makes + misguess. + +2001-05-23 Kenichi OKADA + + * wl-draft.el (wl-draft): use `wl-summary-write-current-folder' + instead of `wl-summary-write-current-newsgroup'. + +2001-05-19 Masahiro MURATA + + * wl-summary.el (wl-summary-auto-select-msg-p): New function. + (wl-summary-goto-folder-subr): If `wl-auto-select-first' is + non-nil and selected message is important, do not display. + +2001-05-01 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-write-current-folder): Set cursor + position on Subject: field. + (Advised by Mito ) + +2001-04-12 Yoichi NAKAYAMA + + * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to + call the command `wl-biff-check-folders' in `mode-line-mouse2-map'. + +2001-04-02 Yuuichi Teranishi + + * wl-vars.el (wl-biff-unnotify-hook): New variable. + + * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when + biff notification is removed. + +2001-03-20 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-write-current-folder): Support petname. + +2001-03-14 Yuuichi Teranishi + + * wl-message.el (wl-normal-message-redisplay): + Set `wl-message-cache-used'. + +2001-03-13 OKAZAKI Tetsurou + + * wl-summary.el (wl-summary-mode): Use `make-local-hook' instead + of `make-local-variable' for setting up `window-scroll-functions'. + +2001-03-12 OKAZAKI Tetsurou + + * wl-highlight.el (wl-highlight-summary): Use `save-match-data'. + +2001-03-12 Yuuichi Teranishi + + * wl-summary.el (wl-summary-move-spec-plugged-alist, + wl-summary-move-spec-unplugged-alist): Define without backquote. + +2000-03-11 Kenichi OKADA + + * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache' + +2001-03-08 TAKAHASHI Kaoru + + * wl-score.el (wl-score-get-score-alist): Abolish `temp' key in + score file. Use `target' instead. + +2001-03-07 TAKAHASHI Kaoru + + * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): + Fixed probrem guess by top level folder. + + * wl-draft.el (wl-draft-random-alphabet): Removed. + (wl-draft-confirm): Don't use conditonal statement + in `format' argument; Use gettext style. + (wl-draft-insert-x-face-field): Refactoring; Use guard statement + for error case. + +2001-03-05 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to + the default value. + +2001-03-03 Masahiro MURATA + + * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that + last unread message is skipped. + +2001-03-01 Yuuichi Teranishi + + * wl-summary.el (wl-summary-next-message): + Return next message number when wl-summary-move-order is nil. + 2001-02-28 Akihiro MOTOKI * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from