X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=d9703a4867bf6824a42d3ff9fc5e2f5284a20925;hb=5e5f1f6c7b5ddd3c49de1feb49242bc3376897db;hp=a586c7cdf787ae86afe1bdb0c23a8563f21a9ffa;hpb=edf36d8cb04fcac6f5d816097c866c22e792f102;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index a586c7c..d9703a4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,86 @@ +2010-08-31 TAKAHASHI Kaoru + + * wl-summary.el: Delete trailing whitespace. + +2010-08-27 Kenichi Okada + + * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation + message human-readable. + +2010-08-26 TAKAHASHI Kaoru + + * wl-e21.el (wl-draft-insert-signature): Fix comment style. + (wl-highlight-folder-current-line): Ditto. + * wl-xmas.el (wl-draft-insert-signature): Ditto. + (wl-highlight-folder-current-line): Ditto. + +2010-08-24 TAKAHASHI Kaoru + + * wl-address.el (wl-address-make-alist-from-alias-file): Use + `(delete-char -1)' instead of `(delete-backward-char 1)' that + deletes region in Emacs 24. + See delete-active-region described in NEWS. + * wl-draft.el (wl-draft-insert-mail-header-separator): Ditto. + * wl-summary.el (wl-summary-update-persistent-mark): Ditto. + +2010-08-14 David Maus + + * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to + edit draft message when in draft folder. + +2010-07-21 Katsumi Yamaoka + + * wl-summary.el (wl-summary-put-temp-mark): Use (delete-char -1) + instead of (delete-backward-char 1) that deletes region in Emacs 24. + See delete-active-region described in NEWS. + +2010-05-25 Tetsurou Okazaki + + * wl-spam.el (wl-summary-register-as-spam-region) + (wl-thread-register-as-spam, wl-summary-register-as-good-region) + (wl-thread-register-as-good): New functions. + (wl-spam-setup): Bind "rks", "rkn", "tks" and "tkn". + +2010-04-28 Vitaly Mayatskikh + * wl-e21.el (wl-e21-setup-toolbar): Don't define vector with + images for the icon if there is only one image. + +2010-03-17 Katsumi Yamaoka + + * wl-draft.el (wl-user-agent-insert-body): Make sure body ends with + newline. + (wl-user-agent-compose, wl-user-agent-compose-internal): Fix regexps + so as to match header tokens strictly. + +2010-02-16 Tetsurou Okazaki + + * wl-spam.el (wl-summary-test-spam): Call `wl-summary-unmark-spam' + for the message not classified as spam. + (wl-summary-test-spam-messages): New function. + (wl-summary-test-spam-region): Use `wl-summary-test-spam-messages' + instead of `wl-spam-map-spam-messages'. + +2010-02-08 Tetsurou Okazaki + + * wl-action.el (wl-summary-action-unmark-docstring): New inline function. + (wl-summary-define-mark-action): Define unmark functions. + (wl-summary-unmark): Add the second argument `mark'. + (wl-summary-delete-all-mark): Pass `mark' to `wl-summary-unmark'. + +2010-01-25 Vitaly Mayatskikh + + * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp + autodecryption for draft preview. + +2010-01-19 Vitaly Mayatskikh + * wl-summary.el (toplevel): New function + `wl-summary-toggle-mime-buttons' and keybinding to toggle + visibility of MIME buttons in message view mode. + +2010-01-15 Vitaly Mayatskikh + + * Version number is increased to 2.15.9. + 2010-01-06 TAKAHASHI Kaoru * wl-score.el (wl-score-followup): Remove verbose comment (same as