# HG changeset patch # User Dave Love # Date 975583435 0 # Node ID d80bd382fa99e4c2dd58c36e74029a60beeeeaad # Parent 9966d279316566ce04d3d07fe6527ea3301fa535 *** empty log message *** diff -r 9966d2793165 -r d80bd382fa99 etc/NEWS --- a/etc/NEWS Thu Nov 30 06:49:03 2000 +0000 +++ b/etc/NEWS Thu Nov 30 11:23:55 2000 +0000 @@ -1988,13 +1988,16 @@ 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 -r 9966d2793165 -r d80bd382fa99 etc/TODO --- a/etc/TODO Thu Nov 30 06:49:03 2000 +0000 +++ b/etc/TODO Thu Nov 30 11:23:55 2000 +0000 @@ -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.