1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'.

This commit is contained in:
Eli Zaretskii 2016-01-10 20:15:10 +02:00
parent 303141ae6e
commit c6a5314302

View File

@ -1183,12 +1183,11 @@ file and still expect it to be run after startup should set
`package-enable-at-startup' to t after the call to
`package-initialize'.
---
** `:global' minor mode use `setq-default' rather than `setq'.
This means that you can't use `make-local-variable' and expect them to
"magically" become buffer-local.
** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
+++
** `track-mouse' no longer freezes the shape of the mouse pointer.
The `track-mouse' form no longer refrains from changing the shape of
@ -1336,6 +1335,8 @@ Replaced by properties `cursor-intangible' and `cursor-sensor-functions',
implemented by the new `cursor-intangible-mode' and
`cursor-sensor-mode' minor modes.
** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
+++
** New process type `pipe', which can be used in combination with the
`:stderr' keyword of make-process to handle standard error output