aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mh-e/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 75b728d29d..08fbe25832 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-10 Andreas Schwab <[email protected]>
+
+ * calendar/cal-dst.el (calendar-dst-check-each-year-flag): Avoid
+ starting sentence with "nil".
+
2006-11-10 Juanma Barranquero <[email protected]>
* server.el (server-raise-frame): New option.
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 4b1917beca..bbf770c04c 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-10 Andreas Schwab <[email protected]>
+
+ * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil".
+
2006-11-10 Glenn Morris <[email protected]>
* mh-e.el (mh-draft-folder): Doc fix (Nil -> nil).