X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=227cee9cdacf3d80da568c83dfef1591f0d18509;hb=efda6cc8bb46cb99a9ff1feb5c294a3bfba52575;hp=c2de1a8c9629e5288d85cfcd7adeca0b5c1e390a;hpb=4e359c1798c1cb6e355283a1e36a3f1346d5667b;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index c2de1a8..227cee9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,167 @@ +2008-02-17 TAKAHASHI Kaoru + + * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style. + (wl-fldmgr-assign-id): Ditto. + (wl-fldmgr-delete-line): Use quote instead of backquote. + (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '. + + * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p) + (wl-draft-set-sent-message): New backquote style. + (wl-draft-body-goto-top, wl-draft-body-goto-bottom) + (wl-draft-config-body-goto-header): Use quote instead of backquote. + +2008-02-16 TAKAHASHI Kaoru + + * wl-address.el (wl-address-concat-token): Fix typo. + +2008-02-15 TAKAHASHI Kaoru + + * wl-score.el (wl-score-put-alike): Use quote instead of backquote. + (wl-score-get-alike): Ditto. + + * wl-vars.el: New backquote style. + (wl-message-header-button-alist): Use quote instead of backquote. + + * wl.el (wl-plugged-string): New backquote style. + + * wl-address.el (wl-address-concat-token): New backquote style. + + * wl-expire.el (wl-expire-make-sortable-date): New backquote style. + +2008-02-13 Tetsurou Okazaki + + * wl-highlight.el (wl-highlight-folder-opened-regexp) + (wl-highlight-folder-closed-regexp): Include the beginning of a line. + + * wl-folder.el (wl-folder-group-regexp): Remove a redundant character + in the character alternative. + +2008-02-11 TAKAHASHI Kaoru + + * Version number is increased to 2.15.6. + +2008-02-10 Daiki Ueno + + * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use + optional 3rd argument of epg-context-set-progress-callback; it was + temporarily removed in the Emacs trunk due to copyright problem. + (wl-mime-pgp-verify-region-with-epg): Ditto. + +2008-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2008. + +2007-12-15 Yoichi NAKAYAMA + + * wl-util.el (wl-biff-check-folders): Set biff flag. + (from Naoto Morishima [wl:14031]) + +2007-11-09 TAKAHASHI Kaoru + + * wl.el (wl-plugged-server-indent): Use quote instead of + backquote. + +2007-08-05 TAKAHASHI Kaoru + + * wl-score.el (wl-score-insert-header): Add guard for + `std11-unfold-string'. + (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with + TYPE artgument when TO or CC field. + +2007-04-06 Hiroya Murata + + * wl-summary.el (wl-summary-goto-folder-subr): Call + `elmo-folder-close' instead of `elmo-folder-commit' if discard + current summary. + +2007-03-08 Hiroya Murata + + * wl-util.el (wl-read-shell-commande): New function or alias. + + * wl-summary.el (wl-summary-pipe-message): Use + `wl-read-shell-command' instead of `read-string'. + (wl-summary-target-mark-pipe): Ditto. + +2007-02-13 Yoichi NAKAYAMA + + * wl-summary.el (wl-summary-reply): Fix docstring. + * wl-draft.el (wl-draft-reply): Ditto. + +2007-02-05 Hiroya Murata + + * wl-mime.el (wl-summary-extract-attachments): New command. + (wl-summary-extract-attachments-1): New internal function. + +2007-01-14 Hiroya Murata + + * wl-expire.el (wl-expire-folder): New function (split from + wl-summary-expire). + (wl-summary-expire): Use it. Add argument `all' instead of remove + `nolist'. Cause an error only if this function is calling + interactively. + +2007-01-09 Hiroya Murata + + * wl-expire.el (wl-expire-refile): Display progress message. + (wl-summary-expire): Simplify. + + * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove + unused argument `deleting-info'. + +2007-01-07 Hiroya Murata + + * wl-vars.el (wl-message-popup-buffers): New user option. + + * wl-mime.el (wl-message-delete-mime-out-buf): Abolish. + (wl-message-delete-popup-windows): New function that substitues + above one. + (wl-mime-setup): Follow the above change. + +2007-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2007. + +2006-12-08 Tetsurou Okazaki + + * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and + "tkm" to wl-thread-spam. + +2006-12-02 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-entity-insert-as-children): Use + wl-thread-entity-set-children. + (wl-thread-insert-message, wl-thread-insert-entity-sub, + wl-thread-insert-entity, wl-thread-close, wl-thread-open): + Use wl-thread-entity-get-*. + +2006-11-23 Hiroya Murata + + * wl-mime.el (wl-epg-progress-callback): New function. + (wl-mime-pgp-decrypt-region-with-epg): Display progress message + with `elmo-with-progress-display'. Set a progress callback + function to epg-context. + (wl-mime-pgp-verify-region-with-epg): Ditto. + +2006-11-22 Hiroya Murata + + * wl-util.el (wl-completing-read-multiple): Define as an alias of + `completing-read-multiple' if emacs-version is not less than 22. + +2006-11-12 Hiroya Murata + + * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API + change. + +2006-11-09 Hiroya Murata + + * wl-summary.el (wl-summary-sync-update): Move + `wl-thread-update-indent-string-thread' to outside of + `elmo-with-progress-display'. + +2006-11-05 Yoichi NAKAYAMA + + * wl-message.el (wl-message-exit): Check buffer existence. + 2006-10-31 Hiroya Murata * wl-util.el (wl-simple-display-progress): New function. @@ -5841,7 +6005,7 @@ message is not displayed yet. (wl-summary-prev-page): Ditto. -2002-03-11 J.ANirNtme Marant +2002-03-11 J,Ai(Br,At(Bme Marant * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.