diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/mh-e/ChangeLog | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 1e647d89ea8..eca1fc26ce9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -2,7 +2,8 @@ * gnus-art.el (gnus-article-encrypt-body): * gnus-cus.el (gnus-score-customize): - Don't use `format' on `error' arguments. + * mm-extern.el (mm-extern-local-file, mm-inline-external-body): + * pop3.el (pop3-user): Don't use `format' on `error' arguments. 2005-06-16 Miles Bader <miles@gnu.org> diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index f37202a159d..c81ded2ae10 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,10 @@ +2005-06-16 Juanma Barranquero <lekktu@gmail.com> + + * mh-comp.el (mh-send-sub): + * mh-identity.el (mh-identity-field-handler): + * mh-mime.el (mh-secure-message): + Don't use `format' on `error' arguments. + 2005-06-14 Juanma Barranquero <lekktu@gmail.com> * mh-mime.el (mh-secure-message): Follow error conventions. |