Update.
[elisp/wanderlust.git] / wl / ChangeLog
index e720a35..2feb797 100644 (file)
@@ -1,3 +1,37 @@
+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):