* wl-draft.el (wl-draft): Set buffer-undo-list as nil.
[elisp/wanderlust.git] / wl / ChangeLog
index 6673f78..703a4c8 100644 (file)
@@ -1,3 +1,74 @@
+2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
+
+2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
+       (wl-summary-prefetch-region-no-mark): Change accordingly.
+       * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
+
+2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-address.el (wl-complete-field-to): Abolished.
+       (wl-complete-address): Completion function for completing-read.
+       * wl-action.el (wl-summary-get-resend-address): Use it.
+
+       * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
+       wl-summary-update-mark and abolish unused argument.
+       (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
+       (wl-summary-delete-cache, wl-summary-resume-cache-status)
+       (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
+       (wl-summary-mark-as-important, wl-summary-redisplay-internal)
+       (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
+       * wl-draft.el (wl-draft-kill): Ditto.
+
+       * wl-summary.el: Remove unused binding of case-fold-search.
+       (wl-summary-replace-status-marks): Abolished.
+
+2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-action.el (wl-summary-set-mark): Cause an error when no message
+       is specified or folder length is zero.
+
+2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
+       (wl-folder-archive-current-entity): Ditto.
+
+2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-update-mark): Ignore errors while
+       retrieving message mark.
+       (wl-summary-redisplay-internal): Ditto.
+
+       * wl-message.el (wl-message-buffer-display): Ignore errors while
+       retrieving message-id field.
+
+       * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
+       (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
+       (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
+       order of the arguments for `wl-expire-message-p'.
+       (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
+
+       * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
+       Check return value of wl-summary-reply.
+       (wl-summary-reply): Recover window configuration when an error occured.
+
+2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-resend-message): Abolished, the
+       feature is inherited by wl-summary-resend (put resend mark).
+
+2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-toggle-disp-msg): Set
+       wl-message-buffer to nil when the message is hide.
+
+2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * .cvsignore: New file.
+
 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-action.el (wl-summary-action-docstring): Add more info.