diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -396,6 +396,10 @@ It is layered as: | |||
| 396 | 396 | ||
| 397 | * Incompatible Lisp Changes in Emacs 24.4 | 397 | * Incompatible Lisp Changes in Emacs 24.4 |
| 398 | 398 | ||
| 399 | ** overriding-terminal-local-map does not replace the local keymaps any more. | ||
| 400 | It used to disable the minor mode, major mode, and text-property keymaps, | ||
| 401 | whereas now it simply has higher precedence. | ||
| 402 | |||
| 399 | ** Default process filers and sentinels are not nil any more. | 403 | ** Default process filers and sentinels are not nil any more. |
| 400 | Instead they default to a function which does what the nil value used to do. | 404 | Instead they default to a function which does what the nil value used to do. |
| 401 | 405 | ||