From: Dave Love Date: Thu, 30 Nov 2000 11:23:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4dd4cc14645dc8ca89b76295bf85a4fa09862d9d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 7626907f5a7..e0d40ba6a8b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1988,13 +1988,16 @@ which uses both `local-map' and `keymap' properties (for portability) may, for instance, give rise to duplicate menus when the keymaps from these properties are active. -** The change in the treatment of non_ASCII characters in search +** The change in the treatment of non-ASCII characters in search ranges may affect some code. ** A non-nil value for the LOCAL arg of add-hook makes the hook buffer-local even if `make-local-hook' hasn't been called, which might make a difference to some code. +** The new treatment of the minibuffer prompt might affect code which +operates on the minibuffer. + * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) diff --git a/etc/TODO b/etc/TODO index 1347c94e947..6c11331994b 100644 --- a/etc/TODO +++ b/etc/TODO @@ -136,3 +136,4 @@ * Implement, in C, a ``focus follows mouse'' mode that selects a window when the mouse enters it. +* Check what hooks would help Emacspeak -- see the defadvising in W3.