* wl-summary.el: Delete trailing whitespace.
[elisp/wanderlust.git] / wl / ChangeLog
index a586c7c..d9703a4 100644 (file)
@@ -1,3 +1,86 @@
+2010-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el: Delete trailing whitespace.
+
+2010-08-27  Kenichi Okada  <okada@opaopa.org>
+
+       * wl-summary.el (wl-summary-prefetch-msg): Make the confirmation
+       message human-readable.
+
+2010-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * 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  <dmaus@ictsoc.de>
+
+       * wl-summary.el (wl-summary-mode-menu-spec): Add menu option to
+       edit draft message when in draft folder.
+
+2010-07-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <okazaki@be.to>
+
+       * 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  <v.mayatskih@gmail.com>
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <okazaki@be.to>
+
+       * 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  <okazaki@be.to>
+
+       * 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  <v.mayatskih@gmail.com>
+
+       * wl-draft.el (wl-draft-send-confirm-with-preview): Inhibit pgp
+       autodecryption for draft preview.
+
+2010-01-19  Vitaly Mayatskikh  <v.mayatskih@gmail.com>
+       * 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  <v.mayatskih@gmail.com>
+
+       * Version number is increased to 2.15.9.
+
 2010-01-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * wl-score.el (wl-score-followup): Remove verbose comment (same as