X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=7ef680e7030e013f49f5df34b00884abfecdd92d;hb=b9724bfc05343c10aab7ead4372340fcbaade981;hp=9573ae10d9f909305bfb29dba5da021c267eb11c;hpb=1cd6daae4121662708bfc26b57ae78f6ff773975;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index 9573ae1..7ef680e 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,6 +1,110 @@ +2004-01-28 Yuuichi Teranishi + + * wl-action.el (wl-summary-target-mark-all): List messages which are + not in the killed-list. + + * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error + only when the folder is 'flag/important. + + * wl-address.el (wl-complete-field-body): Complete if the last + character is a space. + +2004-01-28 Hiroya Murata + + * wl-folder.el (wl-folder-clear-entity-info): Use + elmo-clear-hash-val. + + * wl-fldmgr.el (wl-fldmgr-rename): Set + wl-folder-info-alist-modified as t. + +2004-01-25 Yoichi NAKAYAMA + + * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning. + +2004-01-21 Yoichi NAKAYAMA + + * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix. + (wl-folder-buffer-last-visited-entity-id): New buffer local + variable. + (wl-folder-revisit-last-visited-folder): New function. + (wl-folder-mode-map): Bind it to "C-i". + (wl-folder-set-current-entity-id): Set last visited folder. + * wl-summary.el (wl-summary-exit): Ditto. + +2004-01-15 Katsumi Yamaoka + + * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just + before calling `recenter' in order to cope with an XEmacs bug. + +2004-01-12 Yoichi NAKAYAMA + + * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$" + to the default value. + +2004-01-11 Hiroya Murata + + * wl-summary.el (wl-summary-mark-as-read-all): Follow the API + change. + (wl-summary-sync-marks): Ditto. + (wl-summary-mark-as-read-internal): Ditto. + (wl-summary-mark-as-answered-internal): Ditto. + (wl-summary-mark-as-important-internal): Ditto. + (wl-summary-reply): Ditto. + + * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag' + instead of `elmo-folder-unflag-answered'. + + * Version number is increased to 2.11.23. + + * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed + the last change. + +2004-01-11 Kenichi Okada + + * wl-spam.el (wl-summary-exec-action-refile-with-register): + Specify "spam" or "good". + +2004-01-11 Yuuichi Teranishi + + * wl-spam.el (wl-summary-exec-action-spam): Call + wl-folder-confirm-existence for spam folder. + (wl-spam-setup): Bind "mk". + +2004-01-07 Hiroya Murata + + * wl-action.el (wl-summary-refile-prev-destination): Avoid warning. + +2004-01-07 Yoichi NAKAYAMA + + * wl-action.el (wl-summary-set-action-refile): Don't proceed if + destination folder is empty. + +2004-01-07 Yuuichi Teranishi + + * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish. + (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o". + + * wl-action.el (wl-summary-refile-prev-destination): Rewrite. + (wl-summary-refile-prev-destination-region): New function. + (wl-thread-refile-prev-destination): Ditto. + (wl-summary-target-mark-refile-prev-destination): Ditto. + +2004-01-05 Yuuichi Teranishi + + * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil. + (wl-demo-background-color): Changed default value. + + * wl-highlight.el (wl-highlight-demo-face): Changed default foreground + color. + + * wl-demo.el (wl-demo-set-background-color): New function. + (wl-demo): Call it. + 2004-01-03 Yoichi NAKAYAMA * wl-address.el (wl-address-delete): Avoid mis-deleting. + * wl-address.el (wl-address-add-or-change): Don't add empty + address. 2004-01-01 TAKAHASHI Kaoru