* wl-news.el.in: Set file variable `no-byte-compile'.
[elisp/wanderlust.git] / wl / ChangeLog
index bc0415d..b796cd4 100644 (file)
@@ -1,3 +1,92 @@
+2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-news.el.in: Set file variable `no-byte-compile'.
+
+2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (elmo-event-handler-flag-changed): Does not check
+       whether a target message is within displaying area.
+       (elmo-event-handler-cache-changed): Ditto.
+
+2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
+       to `defun'.  Use `nconc' instead of `append' to collect descendant
+       message numbers.
+
+2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-thread.el (wl-thread-save-top-list)
+       (wl-thread-save-entities): Use `with-temp-buffer'.
+       * wl-news.el.in (wl-news-previous-version-load):
+       (wl-news-previous-version-save): Ditto.
+       * wl-summary.el (wl-summary-load-file-object)
+       (wl-summary-save-view-cache): Ditto.
+
+2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-util.el (toplevel): Require 'elmo-flag'.
+       (wl-read-search-condition): New function (Renamed from
+       `elmo-read-search-condition').
+       (wl-read-search-condition-internal): Likewise.
+
+       * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
+       invalid.
+       (wl-summary-pick): Use `wl-read-search-condition' instead of
+       `elmo-read-search-condition'.
+       (wl-summary-virtual): Ditto.
+
+       * wl-folder.el (wl-folder-virtual): Ditto.
+       (wl-folder-pick): Ditto.
+
+       * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
+
+2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-reedit): Call
+       `wl-summary-message-string' with argument `use-cache' as `'maybe'.
+
+2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (toplevel): Require wl-vars.
+
+       * wl-message.el (toplevel): Require cl at compile.
+
+       * wl-draft.el (toplevel): Require elmo.
+
+2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-message.el (wl-message-buffer-prefetch): Count is a number
+       and do nothing when it is not positive.
+       (wl-message-buffer-prefetch-next): Ditto.
+
+2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
+       `wl-message-buffer-prefetch-depth' is nil though it is illegal.
+       (wl-summary-redisplay-internal): Ditto.
+
+       * wl-summary.el (wl-summary-goto-folder-subr): Protect current
+       message (the condition is borrowed from `wl-check-variables-2').
+       (wl-summary-redisplay-internal): Ditto.
+
+2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-draft-nntp-attribute): New function.
+       (wl-draft-attribute-nntp-posting-server): Use it.
+       (wl-draft-attribute-nntp-posting-port): Ditto.
+
+       * wl-mime.el (wl-draft-preview-attributes-list): New function.
+       (wl-draft-show-attributes-buffer): Ditto.
+       (wl-draft-hide-attributes-buffer): Ditto.
+       (wl-draft-attribute-newsgroups): Ditto.
+       (wl-draft-attribute-nntp-posting-server): Ditto.
+       (wl-draft-attribute-nntp-posting-port): Ditto.
+       (wl-draft-preview-message): Use there functions.
+
+       * wl-vars.el (wl-draft-preview-attributes-list): Change default
+       value.
+
 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-draft.el (wl-draft-insert-get-message): Follow the API change.