aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-10 20:15:10 +0200
committerEli Zaretskii2016-01-10 20:15:10 +0200
commitc6a5314302fabc0031630e15cde2c40dc07dc5fa (patch)
tree5c74e603b1dd1ec98f4ec5909e99b3cb38e038d8 /etc
parent303141ae6eddf690a851f917e285a40a2356021a (diff)
downloademacs-c6a5314302fabc0031630e15cde2c40dc07dc5fa.tar.gz
emacs-c6a5314302fabc0031630e15cde2c40dc07dc5fa.zip
; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f5f3d86d98e..e6a31506bc1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1183,12 +1183,11 @@ file and still expect it to be run after startup should set
1183`package-enable-at-startup' to t after the call to 1183`package-enable-at-startup' to t after the call to
1184`package-initialize'. 1184`package-initialize'.
1185 1185
1186---
1186** `:global' minor mode use `setq-default' rather than `setq'. 1187** `:global' minor mode use `setq-default' rather than `setq'.
1187This means that you can't use `make-local-variable' and expect them to 1188This means that you can't use `make-local-variable' and expect them to
1188"magically" become buffer-local. 1189"magically" become buffer-local.
1189 1190
1190** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
1191
1192+++ 1191+++
1193** `track-mouse' no longer freezes the shape of the mouse pointer. 1192** `track-mouse' no longer freezes the shape of the mouse pointer.
1194The `track-mouse' form no longer refrains from changing the shape of 1193The `track-mouse' form no longer refrains from changing the shape of
@@ -1336,6 +1335,8 @@ Replaced by properties `cursor-intangible' and `cursor-sensor-functions',
1336implemented by the new `cursor-intangible-mode' and 1335implemented by the new `cursor-intangible-mode' and
1337`cursor-sensor-mode' minor modes. 1336`cursor-sensor-mode' minor modes.
1338 1337
1338** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
1339
1339+++ 1340+++
1340** New process type `pipe', which can be used in combination with the 1341** New process type `pipe', which can be used in combination with the
1341`:stderr' keyword of make-process to handle standard error output 1342`:stderr' keyword of make-process to handle standard error output