* wl-summary.el (wl-summary-set-flags): Allow flag operation even
[elisp/wanderlust.git] / wl / ChangeLog
index 0d678eb..1905757 100644 (file)
@@ -1,3 +1,543 @@
+2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-set-flags): Allow flag operation even
+       if folder type is `'flag'.
+       (wl-summary-mark-as-important): Ditto.
+
+2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-address.el (wl-address-minibuffer-history): New variable.
+       (wl-address-minibuffer-local-map): New keymap.
+       (wl-address-read-from-minibuffer): New function.
+
+       * wl-action.el (wl-summary-get-resend-address): Use
+       `wl-address-read-from-minibuffer' instead of `completing-read'.
+
+2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * Version number is increased to 2.11.32.
+
+2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-mime-charset): Change default value for XEmacs
+       without mule to iso-8859-1.
+       (wl-draft-add-in-reply-to): Add note in description.
+       (wl-draft-add-references): Ditto.
+
+2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
+       definition for `m'.
+       (wl-summary-mode-line-format): Add '[%m]'.
+       (wl-message-mode-line-format-spec-alist): Ditto.
+       (wl-summary-display-mime-mode-list): New variable.
+
+       * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
+       from wl-summary-buffer-display-as-is.
+       (wl-summary-buffer-display-all-header): New buffer local variable.
+       (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
+       (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
+       instead of wl-summary-buffer-display-as-is.
+       (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
+       (wl-summary-set-persistent-mark): Ditto.
+       (wl-summary-set-message-buffer-or-redisplay): Just call
+       `wl-summary-redisplay-internal' without optional arguments.
+       (wl-summary-toggle-mime): Rewrite.
+       (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
+       (wl-summary-toggle-all-header): New function.
+       (wl-summary-redisplay-internal): Treat mime mode.
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
+       to wl-mime-preview-follow-no-mime.
+       (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
+       accodring to the display-mode.
+
+       * wl-message.el (wl-message-buffer-display-type): Rewrite.
+       (wl-message-buffer-display): Changed argument name from `as-is' to
+       `mode'.
+       (wl-message-display-internal): Ditto;
+       Bind elmo-mime-display-header-analysis according to the mode.
+       (wl-message-display-internal): Put wl-message-display-mime-mode
+       property on entire buffer.
+
+2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-draft.el (wl-draft-do-fcc): Undo last change.
+
+2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
+       Don't extract mail address.
+       (wl-summary-mark-as-read-all): Dont' treat `read' flag.
+
+       * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
+
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
+
+2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-fldmgr.el (wl-fldmgr-exit): Display length of
+       wl-fldmgr-cut-entity-list on confirmation.
+
+2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
+       (wl-mime-quit-preview): Check existence of
+       mime-edit-temp-message-buffer here.
+
+2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
+       after deletion.
+
+       * wl-draft.el (wl-draft-send-confirm): Check major-mode
+       before calling wl-mime-quit-preview.
+
+2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-pick): If call it with prefix
+       argument, set `delete-marks' as non-nil. Pick from only visible
+       messages.
+       (wl-summary-check-target-mark): New function.
+       (wl-summary-target-mark-mark-as-read): Use it.
+       (wl-summary-target-mark-mark-as-unread): Ditto.
+       (wl-summary-target-mark-operation): Ditto.
+       (wl-summary-target-mark-set-flags): Ditto.
+       (wl-summary-target-mark-save): Ditto.
+       (wl-summary-target-mark-pick): Ditto.
+       (wl-summary-target-mark-forward): Ditto.
+       (wl-summary-target-mark-reply-with-citation): Ditto.
+       (wl-summary-target-mark-print): Ditto.
+       (wl-summary-target-mark-uudecode): Ditto.
+
+       * wl-summary.el (wl-summary-toggle-mime): Added optional argument
+       `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
+       with `ask-coding' is non-nil.
+
+2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-thread.el (wl-thread-set-parent): If parent is a message
+       which is identified by references, set linked as nil.
+
+2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
+       (wl-message-mode-line-format-spec-alist): Ditto.
+       (wl-message-mode-line-format): Ditto.
+       (wl-summary-mode-line-format): Ditto for docstring.
+       (wl-summary-no-mime-folder-list): Fix typo.
+
+       * wl-util.el (wl-current-message-buffer): Call
+       `wl-message-buffer-display' with `as-is' and `all-header' as nil.
+
+       * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
+       variable.
+       (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
+       of `wl-summary-redisplay-no-mime'.
+       (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
+       (wl-summary-toggle-mime): New function.
+       (wl-summary-redisplay-all-header): Rewrite.
+       (wl-summary-redisplay-no-mime): Ditto.
+       (wl-summary-redisplay-internal): Added argument `as-is' and
+       `all-header'.
+
+       * wl-refile.el (wl-refile-default-from-folder-path-separator):
+       New variable.
+       (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
+       bottom.
+       (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
+       (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
+       "/" unconditionally.
+
+       * wl-mime.el (wl-draft-yank-current-message-entity): Use
+       wl-mime-preview-follow-no-mime for as-is content.
+       (wl-mime-preview-follow-no-mime): New function.
+       (wl-mime-preview-follow-current-region): Fixed parenthesis.
+
+       * wl-message.el (wl-message-redisplay): Removed argument `display-type'
+       and added `as-is', `all-header'.
+       (wl-message-buffer-display): Ditto.
+       (wl-message-buffer-display-type): New function.
+
+2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-message-header-button-alist): Change default
+       value.
+       (wl-message-body-button-alist): Ditto.
+
+2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl.el (wl-exit): Run elmo-passwd-alist-clear.
+
+2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-get-available-flags): Rewrite.
+
+2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-sync-marks): Remove condition which
+       is always true.
+
+2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
+       on null entity.
+
+2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-draft-reply-default-position): Fix range.
+
+2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-resend-hook): New hook.
+
+       * wl-action.el (wl-summary-exec-action-resend-subr): Run
+       `wl-summary-resend-hook'.
+
+2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
+       (wl-summary-persistent-mark-priority-list): Add `forwarded'.
+       (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
+       (wl-summary-new-cached-mark): Changed default value to 'n'.
+       (wl-summary-unread-cached-mark): Changed default value to 'u'.
+       (wl-summary-answered-cached-mark): Changed default value to 'a'.
+       (wl-folder-sync-range-alist): Remove spec for 'flag.
+       (wl-summary-force-prefetch-folder-list): New user option.
+
+       * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
+       `wl-summary-toggle-persistent-mark'.
+       (wl-summary-update-mark-and-highlight-window): Don't highlight when
+       number is nil.
+       (wl-summary-mark-as-answered-region): Set interactive argument of
+       `wl-summary-set-persistent-mark-internal'.
+       (wl-summary-mark-as-important-region): Ditto.
+       (wl-summary-unset-persistent-mark): Ditto.
+       (wl-summary-set-persistent-mark): Ditto.
+       (wl-summary-mark-as-answered): Ditto.
+       (wl-summary-mark-as-important): Ditto.
+       (wl-summary-set-persistent-mark-internal): Do nothing
+       when `elmo-message-flag-available-p' is nil.
+       (wl-summary-toggle-persistent-mark): New function.
+       (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
+       when the folder matches `wl-summary-force-prefetch-folder-list'.
+
+
+       * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
+       when number is nil.
+       (wl-highlight-summary-forwarded-face): New face.
+
+2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * Version number is increased to 2.11.31.
+
+2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
+       (wl-biff-check-folder-async): Ditto.
+       * wl-vars.el (wl-biff-check-folder-list): Fix tag.
+
+2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
+       Add an argument `reverse'.  All callers are updated.
+       (wl-summary-sort): Add a prefix argument `reverse' to specify
+       reverse sorting.
+       (wl-summary-sort-by-date, wl-summary-sort-by-number) 
+       (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
+       (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
+
+2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-message.el (wl-message-redisplay): Does not narrow header if
+       disply-type is all-header or as-is.
+
+       * wl-summary.el (wl-summary-enter-handler): Use
+       `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
+
+2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
+       after adding wl-draft-parent-variables.
+       (wl-draft-forward): Ditto.
+
+2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-sync-marks): Call
+       `wl-summary-set-persistent-mark' and
+       `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
+       (wl-summary-set-persistent-mark-internal): Add 4th argument
+       `no-server'.
+       (wl-summary-unset-persistent-mark): Ditto.
+       (wl-summary-set-persistent-mark): Ditto.
+       (wl-summary-add-flags-internal): Abolish.
+       (wl-summary-remove-flags-internal): Ditto.
+       (wl-summary-mark-as-important-internal): Ditto.
+       (wl-summary-mark-as-important): Use
+       `wl-summary-set-persistent-mark' instead of
+       `wl-summary-add-flags-internal'.
+       (wl-summary-mark-as-important-region): Ditto.
+
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
+
+       * wl-summary.el (wl-summary-get-available-flags): New function.
+       (wl-summary-sync-marks): Use it and simplified.
+       (wl-summary-unset-persistent-mark): Use
+       `wl-summary-get-available-flags'.
+       (wl-summary-set-persistent-mark): Ditto.
+
+2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
+       id.
+
+2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-enter-handler): If argument is not a
+       number, call `wl-summary-prev-line-content'. Show message when the
+       message is not found.
+
+2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mode-map): Bind enter key to the
+       wl-summary-enter-handler.
+       (wl-summary-enter-handler): New command.
+
+       * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
+       docstring and custom spec.
+
+       * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
+       flags too; Don't treat Cached and New.
+       (wl-summary-set-persistent-mark): Ditto.
+
+       * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
+       `wl-folder-set-flag'.
+
+       * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
+       instead of `wl-folder-set-flag'.
+
+       * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
+       for completion.
+       (wl-summary-set-persistent-mark): Ditto.
+
+       * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
+       instead of `wl-draft-quit-preview'.
+
+       * wl-mime.el (toplevel): Avoid compile warning.
+       (wl-mime-quit-preview): New function
+       (formarly defined as `wl-draft-quit-preview').
+       (wl-draft-preview-message): Use `wl-mime-quit-preview' for
+       quitting method.
+
+       * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
+
+       * wl-folder.el (wl-folder-set-flag): Renamed from
+       `wl-draft-set-flag-on-parent'.
+
+       * wl-draft.el (wl-draft-quit-preview): New function.
+       (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
+       (wl-draft-send): Call `wl-folder-set-flag' instead of
+       `wl-draft-set-flag-on-parent'.
+       (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
+
+2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-draft.el (wl-draft-forward): Fixed parenthesis.
+       (wl-draft-send): Ditto.
+
+2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-reply-hook): Changed default value.
+       (wl-draft-kill-pre-hook): Set default value as nil.
+       (wl-summary-reply-hook): Ditto.
+       (wl-draft-kill-flags): Abolish.
+
+       * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
+       (wl-draft-parent-variables): Renamed from
+       wl-draft-reply-saved-variables and added wl-draft-parent-flag.
+       (wl-draft-forward): Call wl-draft-config-info-operation with 'save
+       argument; Add wl-draft-parent-variables to
+       wl-draft-config-variables.
+       (wl-draft-reply): Likewise.
+       (wl-draft-kill-flags): Abolish.
+       (wl-draft-send): Call wl-draft-set-flag-on-parent.
+       (wl-draft-set-flag-on-parent): New function.
+       (wl-draft-setup-parent-flag): Ditto.
+
+2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-draft.el (wl-draft-kill-flags): Avoid error when
+       `wl-draft-parent-folder' is "".
+
+2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
+       (wl-summary-digit-jump): New function.
+       (Adviced by John Owens and Hiroya Murata)
+
+       * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
+       (Adviced by John Owens)
+
+       * wl-xmas.el (wl-message-define-keymap): Ditto.
+
+       * wl-mule.el (wl-message-define-keymap): Ditto.
+
+2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
+       change of return value of elmo-folder-count-flags.
+
+       * wl-summary.el (wl-summary-prefetch-msg): Ditto.
+       (wl-summary-mark-as-read-internal): Ditto.
+       (wl-summary-set-persistent-mark-internal): Ditto.
+       (wl-summary-folder-info-update): Ditto.
+       (wl-summary-sync-update): Fixed the last change.
+
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
+
+2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-draft-kill-pre-hook): New hook.
+       (wl-draft-kill-flags): Fixed docstring.
+
+       * wl-draft.el (wl-draft-kill-flags): New function.
+       (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
+
+2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el (wl-reply-hook): Abolish.
+       (wl-draft-reply-hook): New hook.
+       (wl-summary-reply-hook): Ditto.
+       (wl-draft-forward-hook): Ditto.
+       (wl-summary-forward-hook): Ditto.
+       (wl-draft-kill-flags): New variable.
+
+       * wl-summary.el (wl-summary-mark-as-answered-region): Use
+       wl-summary-set-persistent-mark-internal.
+       (wl-summary-sync-marks): Use elmo-preserved-flags.
+       (wl-summary-update-persistent-mark): Make it interactive.
+       (wl-summary-set-persistent-mark-internal): New inline function.
+       (wl-summary-mark-as-answered): Use it.
+       (wl-summary-mark-as-unanswered): Ditto.
+       (wl-summary-unset-persistent-mark): New function.
+       (wl-summary-set-persistent-mark): Ditto.
+       (wl-summary-reply): Don't set answered flag;
+       Run wl-summary-reply-hook instead.
+       (wl-summary-forward): Call wl-draft-forward with number.
+       Run wl-summary-forward-hook.
+
+       * wl-highlight.el (wl-summary-persistent-mark-face): New face.
+       (wl-highlight-summary-line-face-spec): Use it as a default
+       persistent mark face.
+
+       * wl-draft.el (wl-draft-forward): Added optional argument number;
+       Set wl-draft-parent-number; Run wl-draft-forward-hook.
+       (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
+       (wl-draft-kill): Use wl-draft-kill-flags.
+
+       * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
+
+       * wl-folder.el (wl-folder-check-one-entity): Follow the change
+       of return value of elmo-folder-count-flags.
+
+       * wl-score.el (wl-summary-score-update-all-lines): Ditto.
+
+       * wl-summary.el (wl-summary-count-unread): Ditto.
+       (wl-summary-sync-update): Follow the change above.
+       (wl-summary-force-prefetch): New function.
+
+2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
+       variable `buf' with `let' instead of `setq'.
+
+2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-mime.el (wl-message-delete-current-part): If filename exists,
+       add Content-Disposition heaeder on the deleted part.
+
+2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-draft.el (wl-draft-save): Encode address list under edit by
+       `eword-encode-unstructured-field-body'.
+
+       * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
+
+2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
+       wl-current-summary-buffer.
+
+2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
+       `numbers' is ignored.
+
+2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-folder.el (wl-folder-open-folder): Avoid error.
+       Reported by John Owens, [wl-en:815]
+
+       * wl.el (wl): Set timer for biff process even if prefix argument
+       is given or auto-checking is quitted.
+
+       * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
+       immediately.
+       * wl.el (wl): Call `wl-biff-check-folders' explicitly.
+       (wl-toggle-plugged): Ditto.
+
+       * wl-vars.el (wl-biff-use-idle-timer): New variable.
+       * wl-util.el (wl-biff-start): Use idle timer if
+       `wl-biff-use-idle-timer' is non-nil.
+
+2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-highlight.el (wl-highlight-message): Fix description.
+
+2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
+       tty.
+
+2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-action.el (wl-summary-exec): Print failure count.
+
+2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
+       to `defun', remove interactive form.
+       Set elmo-message-fetch-confirm when force-reload is non-nil.
+
+2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (toplevel): Removed unnecessary autoload.
+
+2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
+       the buffer is generated from another message buffer.
+
+2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
+       extracted from `wl-fldmgr-save-folders'.
+       (wl-fldmgr-delete): Call it after deletion.
+
+2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
+       multi-tty support.
+
+2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
+
+2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
+
+       * wl-summary.el (wl-summary-rescan): Remove unused variables.
+       (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
+
 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
        (wl-user-agent-compose): Bind wl-draft-buffer-style with
        switch-function.
 
-2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
-
-       * wl-draft.el (wl-user-agent-compose): Delete special case for
-       switch-to-buffer-other-window.
-
-       * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
-       (wl-summary-forward): Ditto.
-
-       * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
-       function.
-       (wl-draft-buffer-style): New use option.
-
-       * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
-       (wl-draft): Follow the change above.
-       (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
-       wl-draft-buffer-style.
-       (wl-user-agent-compose): Bind wl-draft-buffer-style with
-       switch-function.
-
 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
 
        * wl-address.el (wl-address-make-completion-entry): Extracted from