Update.
[elisp/wanderlust.git] / wl / ChangeLog
index a5c701a..2feb797 100644 (file)
@@ -1,3 +1,79 @@
+2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-search-by-subject): Remove unused local
+       variable.
+
+2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
+       Use ignore-errors instead of unwind-protect.
+
+2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
+       for updating `wl-thread-entity-list'.
+
+2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-thread.el (wl-thread-delete-message): Omit redundant nil
+       parameter from calling `wl-thread-entity-get-older-brothers' and
+       `wl-thread-entity-get-younger-brothers'.
+       Replace nested `append' with a single one.
+
+2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-mode): Don't use the return value of
+       `make-local-hook'.
+
+2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
+       instead of `let*'.
+       (wl-thread-delete-message): Likewise.  Split and narrow the scope
+       of local variables.
+
+2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-buffer-window-scroll-functions):
+       Renamed from wl-summary-window-scroll-functions.
+       (wl-summary-window-scroll-functions): Don't set to variable.
+       (wl-summary-display-top): Use run-hooks.
+       (wl-summary-display-bottom): Ditto.
+       (wl-summary-toggle-disp-msg): Ditto.
+       (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
+       Use it instead of wl-summary-window-scroll-functions.
+       (wl-summary-goto-folder-subr): Don't call
+       wl-summary-window-scroll-functions, use
+       wl-summary-buffer-window-scroll-functions instead.
+
+2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
+       make-local-variable.
+
+2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
+
+       * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
+       set-buffer-modified-p.
+       (wl-summary-display-top): Call wl-summary-window-scroll-functions.
+       (wl-summary-display-bottom): Ditto.
+       (wl-summary-toggle-disp-msg): Ditto.
+
+2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-score.el (wl-score-ov-entity-get): Treat extra field.
+
+       * wl-summary.el (wl-summary-prefetch-msg): Fixed.
+       (wl-summary-forward): Use elmo-message-entity-field instead of
+       elmo-message-field.
+
+       * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
+
+2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-window-scroll-functions): No use
+       `append'.
+
 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-update-mark-and-highlight-window): New