* wl-draft.el (wl-message-mail-p): Test resent-to: field.
[elisp/wanderlust.git] / wl / ChangeLog
index 62aabd5..d294883 100644 (file)
@@ -1,5 +1,70 @@
+2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-message-mail-p): Test resent-to: field.
+       (Fix by Peter Møller Neergaard <turtle@bu.edu>)
+
+2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
+       Fixed docstring.
+
+2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
+
+       * 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  <teranisi@gohome.org>
 
+       * 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 <yasushi@stbbs.net>)