* wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
[elisp/wanderlust.git] / wl / ChangeLog
index 02de4cc..5f4d0de 100644 (file)
@@ -1,3 +1,136 @@
+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-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.
+
+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.
+
+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-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>
+
+       * tm-wl.el (wl-draft-preview-message): Same as last change.
+
+2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-mime.el (wl-draft-preview-message): Fixed problem that
+       wrong receipients are displayed when forwarded message.
+
+2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-version.el (wl-version): Changed codename to "Stand By Me".
+
+2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-cache-prefetch-next): Revert the logic
+       for checking `elmo-use-buffer-cache'.
+       (wl-summary-mark-as-important): Fixed typo in comment.
+
+2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-message.el (wl-message-next-page): Bind
+       `window-pixel-scroll-increment' to nil while scrolling up.
+
+2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
+       Argument WITH-ARG instead of NO-ARG (negative mean).
+       (wl-draft-reply): WITH-ARG instead of NO-ARG.
+       * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
+       * wl-message.el (wl-message-follow-current-entity): Likewise.
+
+2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
+       FROM was optional argument.
+       (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
+
+2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-version.el (wl-version-show): Removed.
+       (wl-version): Add `interactive'.
+
+2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
+       field in the original message.
+       (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
+
+2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
+
+       * wl-expire.el (wl-expire-hide):
+       Call `wl-expire-delete-reserve-marked-msgs-from-list'.
+
+2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
+       find decoder for To, Cc, and Subject.
+
+2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.4.1.
+       * wl-version.el (wl-version): Changed codename to "Stand By Me-pre".
+
+       * wl-address.el (wl-address-specials-regexp): New constant.
+       (wl-address-quote-specials): Use it.
+
 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-rescan):