diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-09 04:14:11 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-09 04:14:11 +0000 |
commit | 259bd0cf3dab3bbd24d10ea19979281ec458ab2e (patch) | |
tree | ac167eb5df95498d48ba48cd98f8a8c282b84d91 | |
parent | bd73c7684b2b5c20e199cb31d7d45c89da2b9bc6 (diff) | |
download | emacs-259bd0cf3dab3bbd24d10ea19979281ec458ab2e.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/gnus/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7b05747276a..f4aee5ffcee 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -3,8 +3,8 @@ * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring. * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el: - * message.el, mm-view.el, smime.el: Add declare-function compatibility - definition. + * message.el, mm-view.el, sieve-manage, smime.el: + Add declare-function compatibility definition. * gnus-art.el (w3-region, w3m-region, Info-menu): * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups): @@ -13,6 +13,8 @@ * message.el (mail-abbrev-in-expansion-header-p): * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer) (w3m-detect-meta-charset, w3m-region): + * sieve-manage.el (password-read, password-cache-add) + (password-cache-remove): * smime.el (password-read-and-add): Declare as functions. 2007-12-08 David Kastrup <dak@gnu.org> |