*** empty log message ***
This commit is contained in:
parent
b7a903441d
commit
4dd4cc1464
2 changed files with 5 additions and 1 deletions
5
etc/NEWS
5
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.)
|
||||
|
|
1
etc/TODO
1
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue