aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-16 15:05:55 +0000
committerJuanma Barranquero <[email protected]>2005-06-16 15:05:55 +0000
commitcc398b83aab6095e8a00b94494d07ce2827f49bb (patch)
tree181de3b2f43263857cea6562ccc5c5b674d3fe6b /lisp
parentcbff7d05dd28d29bd44278f3185f19c2ba3e7efe (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog3
-rw-r--r--lisp/mh-e/ChangeLog7
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1e647d89ea..eca1fc26ce 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 <[email protected]>
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index f37202a159..c81ded2ae1 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-16 Juanma Barranquero <[email protected]>
+
+ * 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 <[email protected]>
* mh-mime.el (mh-secure-message): Follow error conventions.