From: Eli Zaretskii Date: Sun, 10 Jan 2016 18:15:10 +0000 (+0200) Subject: ; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'. X-Git-Tag: emacs-25.0.90~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6a5314;p=emacs.git ; * etc/NEWS: Move entry of 'inhibit-point-motion-hooks'. --- 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 `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