* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
[elisp/wanderlust.git] / wl / ChangeLog
index fbe8512..c49c0cb 100644 (file)
@@ -1,3 +1,275 @@
+2001-03-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
+       score file.  Use `target' instead.
+
+2001-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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    <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
+       the default value.
+
+2001-03-03  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that
+       last unread message is skipped.
+
+2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-next-message):
+       Return next message number when wl-summary-move-order is nil.
+
+2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
+
+       * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
+       `wl-summary-move-spec-alist'.
+       (wl-summary-move-spec-unplugged-alist): New variable
+       (Move spec for unplugged status).
+       (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
+       if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
+
+2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
+       * wl-mule.el (wl-draft-overload-menubar): Ditto.
+
+2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-mime.el (wl-draft-preview-message): Use `function' instead of
+       simple quotation to quote the anonymous function.
+       * tm-wl.el (wl-draft-preview-message): Ditto.
+
+2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
+
+       * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
+       the number of mails in the folder buffer is not updated by wl-biff.
+
+2000-02-26  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
+       * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
+
+2001-02-25  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
+
+       * wl-folder.el (wl-folder-sync-entity): Fixed change value of
+       `wl-message-buf-name' and `wl-summary-buffer-name'.
+       (wl-folder-mark-as-read-all-entity) : Ditto.
+       (wl-folder-prefetch-entity): Ditto.
+       (wl-folder-drop-unsync-entity): Ditto.
+
+2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
+       Eliminate redundant `save-excursion'.
+       (wl-highlight-summary-current-line): Ditto.
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Avoid
+       accessing match data when `looking-at' failed.
+
+       * wl-draft.el (wl-draft-delete): Use `match-string' instead of
+       `elmo-match-string' where users don't care about the speed.
+       (wl-draft-save): Ditto.
+
+2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-regexp-opt): New function.
+
+       * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
+       number from `wl-summary-buffer-number-list'.
+       (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
+       Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
+       (wl-summary-move-spec-alist): Changed default setting.
+
+2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-vars.el (wl-biff-notify-hook): New hook.
+       * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
+       the arrival of new mail.
+       (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
+       and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
+
+2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
+
+2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-get-next-msg): Fix.
+
+       * Version number is increased to 2.5.8.
+
+       * wl-thread.el (toplevel): require 'cl.
+       (wl-thread-resume-entity): Call wl-thread-make-number-list.
+       (wl-thread-make-number-list): New function.
+       (wl-thread-entity-make-number-list-from-children): Ditt.
+       (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
+       (wl-thread-entity-insert-as-children): Likewise.
+       (wl-thread-delete-message): Likewise.
+       (wl-meaning-of-mark): Eliminated.
+       (wl-thread-next-failure-mark-p): Ditto.
+       (wl-thread-entity-get-mark): Ditto.
+       (wl-thread-meaning-alist-get-result): Ditto.
+       (wl-thread-entity-check-prev-mark): Ditto.
+       (wl-thread-entity-check-next-mark): Ditto.
+       (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
+       (wl-thread-entity-get-prev-marked-entity): Ditto.
+       (wl-thread-get-prev-unread): Ditto.
+       (wl-thread-jump-to-prev-unread): Ditto.
+       (wl-thread-get-next-unread): Ditto.
+       (wl-thread-jump-to-next-unread): Ditto.
+       (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
+       (wl-thread-entity-get-next-marked-entity): Ditto.
+
+       * wl-summary.el (wl-summary-buffer-number-list):
+       New bufer-local variable.
+       (wl-summary-switch-to-clone-buffer): Clone
+       `wl-summary-buffer-number-list'.
+       (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
+       (wl-summary-cursor-move-regex): Eliminated.
+       (wl-summary-cursor-up): Rewrite.
+       (wl-summary-cursor-down): Ditto.
+       (wl-summary-mode-spec-alist): New variable.
+       (wl-summary-next-message): New inline function.
+       (wl-summary-cursor-move): New function.
+       (wl-summary-default-get-next-msg): Rewrite.
+       (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
+       (wl-summary-rescan): Ditto.
+       (wl-summary-sync-all-init): Ditto.
+       (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
+       summary is not thread view.
+       (wl-summary-sync-update3): Ditto.
+       (wl-summary-rescan): Ditto.
+       (wl-summary-make-number-list): New function.
+
+       * wl-draft.el: "FCC" -> "Fcc".
+
+2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-highlight.el (wl-highlight-summary-window):
+       Call `set-buffer-modified-p'.
+
+       * wl-vars.el (wl-summary-lazy-highlight): New variable.
+
+       * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
+       when `wl-summary-lazy-highlight' is non-nil.
+       (wl-summary-goto-folder-subr): Highlight only when
+       `wl-summary-lazy-highlight' is non-nil.
+
+       * wl-highlight.el (wl-highlight-summary): Fixed docstring;
+       Don't display progress and highlight temp-mark when
+       `wl-summary-lazy-highlight' is non-nil.
+       (wl-highlight-summary-window): New function.
+       (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
+       `wl-use-toolbar' nor `display-graphic-p'.
+       (wl-e21-setup-message-toolbar): Ditto.
+       (wl-e21-setup-summary-toolbar): Ditto.
+       (wl-e21-setup-folder-toolbar): Ditto.
+
+       (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
+       (wl-plugged-init-icons): Ditto.
+
+       (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
+       `display-graphic-p'.
+       (wl-plugged-set-folder-icon): Ditto.
+       (wl-highlight-plugged-current-line): Ditto.
+       (wl-highlight-folder-current-line): Ditto.
+       (wl-e21-highlight-folder-group-line): Ditto.
+       (wl-e21-setup-toolbar): Ditto.
+       (wl-e21-display-image-p): New macro.
+
+       * wl-demo.el (wl-demo): Simplified.
+       (wl-demo-image-type-alist): Use `image-type-available-p' for
+       checking whether the image type `xbm' is available.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync): Change `all-visible'
+       from `all-shown'
+       (wl-summary-input-range): Ditto.
+
+2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-highlight-folder-current-line): Call
+       `wl-folder-init-icons' when folder icons have not been initialized.
+
+       * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
+
+       * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
+       (wl-demo-image-type-alist): New macro.
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync): Added `all-shown'
+
+2000-02-20  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-input-range): Added `all-shown'
+
+2000-02-19  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
+
+2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
+       display does not support graphics.
+       (wl-plugged-init-icons): Ditto.
+       (wl-folder-init-icons): Ditto.
+
+       * wl-demo.el (wl-demo): Chech closely whether the display
+       supports graphics.
+
+2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
+
+       * wl-highlight.el (wl-highlight-summary-line-string): Use
+       `zerop' instead of `= 0'.
+       (wl-highlight-summary): Use `zerop' instead of `eq 0'.
+
+       * wl-template.el (wl-template-next): Use `=' instead of `eq'
+       for comparing numbers.
+       (wl-template-prev): Use `zerop' instead of `eq 0'.
+
+       * wl-draft.el (wl-draft-insert-current-message): Use
+       `with-current-buffer' instead of `save-excursion'.
+       Use `zerop' instead of `eq 0'.
+
+2001-02-17  Kenichi OKADA  <okada@opaopa.org>
+
+       * wl-draft.el (wl-draft-insert-ccs): New function.
+       (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
+       * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
+
+2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
+
+2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-message):
+       Call `elmo-buffer-cache-message' with `unread' argument.
+
+2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
+
 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-mime.el (wl-draft-preview-message):