(wl-summary-previous-message-number): New function.
[elisp/wanderlust.git] / wl / ChangeLog
index ae3cc65..d9a1173 100644 (file)
@@ -1,5 +1,45 @@
+2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-demo.el (wl-demo-copyright-notice): Add 2009.
+
+2008-09-05  Kenichi Okada  <okada@opaopa.org>
+
+       * 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  <okazaki@be.to>
+
+       * 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  <kaoru@kaisei.org>
+
+       * wl-expire.el: Fix Comentary section.
+
+2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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  <kaoru@kaisei.org>
+
+       * 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  <kaoru@kaisei.org>
 
+       * 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.