X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=d9703a4867bf6824a42d3ff9fc5e2f5284a20925;hb=5e5f1f6c7b5ddd3c49de1feb49242bc3376897db;hp=c84395dcf415087f9d97358802fe432c9101c366;hpb=c7817839728b42938c7deeb47a47eff921f89320;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index c84395d..d9703a4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,7 +1,151 @@ +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 + docstring). + + * wl-summary.el (wl-summary-update-persistent-mark-on-event): + Revert `save-excursion' for `wl-summary-jump-to-msg'. + +2010-01-05 TAKAHASHI Kaoru + + * wl.el (wl-toggle-plugged, wl-plugged-dop-queue-info) + (wl-plugged-exit, wl-exit): Fix comment-out style. Use three + semicolons, that should start at the left margin. + See. also (Info-goto-node "(elisp)Comment Tips"). + * wl-acap.el (wl-acap-store): Ditto. + * wl-action.el (wl-summary-unset-mark): Ditto. + * wl-address.el (wl-address-ldap-search): Ditto. + * wl-demo.el (wl-demo-insert-image): Ditto. + * wl-dnd.el (wl-dnd-set-drag-starter): Ditto. + * wl-draft.el (wl-draft-normal-send-func, wl-draft-send) + (wl-draft-previous-history-element): Ditto. + * wl-e21.el (wl-draft-key-setup, wl-draft-overload-functions): Ditto. + * wl-folder.el (toplevel, wl-folder-mode-menu-spec) + (wl-folder-mode-map, wl-folder-get-prev-folder) + (wl-folder-jump-to-current-entity, wl-folder-check-entity) + (wl-folder-check-entity-async) + (wl-create-folder-entity-from-buffer): Ditto. + * wl-fldmgr.el (toplevel): Ditto. + * wl-message.el (wl-message-buffer-cache-sort) + (wl-message-redisplay, wl-message-buffer-prefetch-clear-timer): + Ditto. + * wl-mule.el (wl-draft-key-setup, wl-draft-overload-functions): + Ditto. + * wl-summary.el (toplevel, wl-summary-mode) + (wl-summary-edit-addresses, wl-summary-sync-update) + (wl-summary-stick): Ditto. + * wl-thread.el (toplevel, wl-thread-insert-message) + (wl-thread-insert-entity-sub, wl-thread-open-close): Ditto. + * wl-util.el (toplevel): Ditto. + * wl-xmas.el (wl-draft-key-setup, wl-draft-overload-functions): + Ditto. + 2010-01-04 TAKAHASHI Kaoru - * wl.el (wl-plugged-sending-queue-status): Use `int-to-string' - instead of `number-to-string'. + * Version number is increased to 2.15.8. + + * wl-message.el (wl-message-uu-substring): Suppress compile + warnings; Use `with-current-buffer' instead of `save-excursion' & + `set-buffer'. + * wl-mime.el (wl-draft-yank-current-message-entity) + (wl-mime-preview-follow-no-mime) + (wl-mime-preview-follow-current-region): Ditto. + * wl-summary.el (wl-summary-update-persistent-mark-on-event) + (wl-summary-switch-to-clone-buffer) + (wl-summary-target-mark-forward) + (wl-summary-target-mark-reply-with-citation) + (wl-summary-target-mark-uudecode): Ditto. + + * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'. + * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'. + * wl-summary.el (wl-summary-narrow-to-region) + (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'. + + * wl.el (wl-plugged-sending-queue-status): Use `number-to-string' + instead of `int-to-string'. * wl-dnd.el (wl-dnd-start-drag): Ditto. * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto. * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.