* wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
[elisp/wanderlust.git] / wl / ChangeLog
index f0820dc..62feb08 100644 (file)
@@ -1,3 +1,53 @@
+2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
+
+       * wl-thread.el (wl-thread-get-parent-list): Don't check
+       disconnected ancestors, neglecting needless work in
+       `wl-thread-update-indent-string-thread'.
+
+       * wl.el (wl-save): Take prefix argument to execute remaining marks.
+       * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
+       argument, add argument default-keep to keep marks by default.
+
+       * Version number is increased to 2.11.30.
+
+       * wl-vars.el (wl-draft-reply-with-argument-list): Fix
+       customization type and docstring.
+       (wl-draft-reply-without-argument-list): Ditto.
+
+2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
+
+       * wl-spam.el (wl-spam-mark-action-list): Ditto.
+
+2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
+
+2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-config-exec): Narrow the range of
+       save-excursion so as not to include run-hooks.
+
+2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
+       Clarify that marks are going to be cleared.
+
+2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
+       according to 3rd element of wl-summary-flag-mark.
+
+       * wl-vars.el (wl-summary-flag-alist): Add description for mark.
+
+2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-action.el (wl-summary-target-mark-all): Don't set
+       wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
+
 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-vars.el (wl-reply-subject-prefix): The value can be function.