From: Gerd Moellmann Date: Mon, 3 Sep 2001 08:21:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.106~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3b225170df0afedb14d7352837edcec6c2b1aca;p=emacs.git *** empty log message *** --- 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 5584bdb475f..c76f6f373ac 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 + + * progmodes/glasses.el (glasses-convert-to-unreadable): Consider + underscores as in `glasses-make-readable'. + 2001-09-02 Eli Zaretskii * 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 + + * buffer.c (syms_of_buffer) : Doc fix. + 2001-09-01 Eli Zaretskii * fns.c (Fmd5): Doc fix.