summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog4
3 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9054dcd47e0..a0306b70b3f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2460,6 +2460,8 @@ will not have any effect when support for this variable is removed.
* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related features are described in a page of their own below.)
+** Function assq-delete-all replaces function assoc-delete-all.
+
---
** The new function amimate-string, from lisp/play/animate.el
allows the animated display of strings.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4c38aac690c..79f8d8e4df3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,11 @@
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.
+2001-09-02 Milan Zamazal <pdm@zamazal.org>
+
+ * progmodes/glasses.el (glasses-convert-to-unreadable): Consider
+ underscores as in `glasses-make-readable'.
+
2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
* progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
diff --git a/src/ChangeLog b/src/ChangeLog
index eb0d1114bb5..8a9f85555fa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-03 Gerd Moellmann <gerd@gnu.org>
+
+ * buffer.c (syms_of_buffer) <default-directory>: Doc fix.
+
2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
* fns.c (Fmd5): Doc fix.