summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e063015ef82..e16e570d3cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-05 Edward M. Reingold <reingold@iit.edu>
+
+ * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
+ of file in header of menu.
+
2001-09-04 Gerd Moellmann <gerd@gnu.org>
* env.el (setenv): Interactively, if VARIABLE has a current value,
diff --git a/src/ChangeLog b/src/ChangeLog
index daf3bfef279..68a11d96400 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-05 Gerd Moellmann <gerd@gnu.org>
+
+ * xdisp.c (string_buffer_position): Use *single_char_property*
+ functions instead of the *single_property* functions.
+
2001-09-04 Andrew Innes <andrewi@gnu.org>
* w32term.c (w32_read_socket): Add more information to debugging output.