summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--man/ChangeLog2
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4ea386e686..95e0a3523eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-04 Juanma Barranquero <lekktu@gmail.com>
+
+ * files.el (find-file-noselect-1, set-visited-file-name):
+ Allow backup-enable-predicate to be nil.
+
2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
* subr.el (momentary): New face.
diff --git a/man/ChangeLog b/man/ChangeLog
index d388d6dd047..06cd4f2edaf 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,7 @@
2007-01-04 Richard Stallman <rms@gnu.org>
+ * ebrowse.texi: Change C-c b to C-c C-m.
+
* msdog.texi (Windows Keyboard): Clarify previous change.
2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>