X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2FChangeLog;h=d9a11733279de4c5d51cc1f7852201d9a8c904f0;hb=1b3b6efcc09e014e2fb7f56806b4365454af17c0;hp=ae3cc654600106ed59fef76210778dea8b581f74;hpb=acd82f4cf41e83cb2aab45ece9ff29842c6574b1;p=elisp%2Fwanderlust.git diff --git a/wl/ChangeLog b/wl/ChangeLog index ae3cc65..d9a1173 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,45 @@ +2009-01-01 TAKAHASHI Kaoru + + * wl-demo.el (wl-demo-copyright-notice): Add 2009. + +2008-09-05 Kenichi Okada + + * wl-summary.el (wl-summary-buffer-folder-name) + (wl-draft-config-body-goto-header): Use backquote instead of quote. + * wl-draft.el (wl-draft-body-goto-top) + (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto. + +2008-03-30 Tetsurou Okazaki + + * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message. + (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found. + +2008-03-07 TAKAHASHI Kaoru + + * wl-expire.el: Fix Comentary section. + +2008-02-25 TAKAHASHI Kaoru + + * wl-mime.el: Add (eval-when-compile (require 'mmbuffer)). + Require mime-parse, elmo-mime, and wl-util. + + * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)). + + * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)). + +2008-02-20 TAKAHASHI Kaoru + + * wl-template.el: Require elmo-util and wl-vars. + + * wl-mime.el (wl-mime-display-header): Revert last change. + Remove `delete-matching-lines "^$"'. + 2008-02-19 TAKAHASHI Kaoru + * wl-mime.el (wl-define-dummy-functions): Split + `eval-when-compile' form for avoid error; when `make + compile-strict. + * wl-util.el: Move (eval-when-compile (require 'static)). * wl-dnd.el: Add (eval-when-compile (require 'static)). * wl-message.el: Ditto.