summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 06e4cde8d7c..6e445fc8108 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2001-07-05 Gerd Moellmann <gerd@gnu.org>
+ * calendar/todo-mode.el (todo-top-priorities): Use delete-region
+ instead of kill-line.
+
* play/pong.el: Fix first line. From Pavel Jan,Bm(Bk
<Pavel@Janik.cz>.
diff --git a/src/ChangeLog b/src/ChangeLog
index ea5463c5f0e..bb5de3c8be6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2001-07-05 Gerd Moellmann <gerd@gnu.org>
+ * sound.c: Include Emacs' header files with #include "...".
+
* eval.c (specbind): Additionally record the buffer that was
current when a buffer-local or frame-local variable was bound.