X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=554128d1a698549d9a6b3fd60b602353dfd431dc;hb=a9071c3907f253e3683eaa8a52be18184f23fef5;hp=62aabd59ce95d2641046b025fffa4724b20ec75f;hpb=1d107a7b0e5b7f1b97a9764b3d35a369da2216d3;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 62aabd5..554128d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,142 @@ +2001-09-26 Yoichi NAKAYAMA + + * wl-vars.el (wl-biff-notify-hook): Set default to beep. + (toplevel): Require elmo-util. + +2001-09-24 Katsumi Yamaoka + + * wl-vars.el: (wl-biff-state-indicator-off): Changed default value + for xemacs with non-mule environment. + +2001-09-21 TAKAHASHI Kaoru + + * wl-vars.el (wl-interactive-send): Set default value as t. + +2001-09-20 Yuuichi Teranishi + + * wl.el (wl-check-environment): Undo last change. + + * wl-vars.el (wl-from): Changed default value. + + * wl-draft.el (wl-draft): Don't set mark on mail body. + (wl-draft-reedit): Ditto. + + * wl-address.el (wl-address-quote-specials): Define as an alias for + elmo-address-quote-specials. + +2001-09-18 Yuuichi Teranishi + + * wl.el (wl-check-environment): If `wl-from' is nil, use default value. + + * wl-vars.el (wl-from): Set default value as nil. + (wl-organization): Set default value as ORGANIZATION environment + variable. + + * wl-draft.el (wl-smtp-extension-bind): Check value of + wl-smtp-connection-type. + + * wl-address.el (wl-address-specials-regexp): Eliminated. + (wl-address-quote-specials): Rewrite. + +2001-09-17 Reuben Thomas + + * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring. + +2001-09-17 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-width): Fix type to accept nil. + (wl-fcc): Fix to accept function. + (Reported by Reuben Thomas ). + +2001-09-11 Katsumi Yamaoka + + * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*' + when Mule 2 is running. + +2001-09-03 TAKAHASHI Kaoru + + * wl-e21.el (make-mode-line-mouse-map): Import from Emacs + 21.0.105. For Emacs 21.0.104 or earlier. + +2001-09-03 Takuo KITAME + + * wl-e21.el (wl-plugged-init-icons): Use + `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'. + (wl-biff-init-icons): Ditto. + +2001-08-06 SAITO Atsunori + + * wl-vars.el (wl-ldap-objectclass): New user option. + + * wl-address.el (wl-ldap-make-filter): Use it. + +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 )