diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1988,13 +1988,16 @@ which uses both `local-map' and `keymap' properties (for portability) | |||
| 1988 | may, for instance, give rise to duplicate menus when the keymaps from | 1988 | may, for instance, give rise to duplicate menus when the keymaps from |
| 1989 | these properties are active. | 1989 | these properties are active. |
| 1990 | 1990 | ||
| 1991 | ** The change in the treatment of non_ASCII characters in search | 1991 | ** The change in the treatment of non-ASCII characters in search |
| 1992 | ranges may affect some code. | 1992 | ranges may affect some code. |
| 1993 | 1993 | ||
| 1994 | ** A non-nil value for the LOCAL arg of add-hook makes the hook | 1994 | ** A non-nil value for the LOCAL arg of add-hook makes the hook |
| 1995 | buffer-local even if `make-local-hook' hasn't been called, which might | 1995 | buffer-local even if `make-local-hook' hasn't been called, which might |
| 1996 | make a difference to some code. | 1996 | make a difference to some code. |
| 1997 | 1997 | ||
| 1998 | ** The new treatment of the minibuffer prompt might affect code which | ||
| 1999 | operates on the minibuffer. | ||
| 2000 | |||
| 1998 | 2001 | ||
| 1999 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2002 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 2000 | (Display-related features are described in a page of their own below.) | 2003 | (Display-related features are described in a page of their own below.) |