* wl-score.el (wl-score-get-score-alist): Abolish `temp' key in
[elisp/wanderlust.git] / wl / ChangeLog
index b369378..c49c0cb 100644 (file)
@@ -1,3 +1,95 @@
+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.