From: Stefan Kangas Date: Sat, 29 Jun 2024 12:11:20 +0000 (+0200) Subject: ; * etc/NEWS: Move some Lisp items to better place. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~831 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c95066bf188680d11701aae238280f9f723c1a03;p=emacs.git ; * etc/NEWS: Move some Lisp items to better place. --- diff --git a/etc/NEWS b/etc/NEWS index 731c4d8e7ea..a49dc1e7100 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -738,16 +738,6 @@ This can now be entered using 'C-x 8 E' in addition to the existing * Changes in Specialized Modes and Packages in Emacs 30.1 ---- -** Trace -In batch mode, tracing now sends the trace to stdout. - -** Xterm Mouse mode -This mode now emits 'wheel-up/down/right/left' events instead of -'mouse-4/5/6/7' events for the mouse wheel. -It uses the new variable 'mouse-wheel-buttons' to decide which button -maps to which wheel event (if any). - ** Outline mode *** New commands to show/hide outlines by regexp. @@ -2264,6 +2254,14 @@ to specify the 'mouse-4/5/6/7' events that might still happen to be generated by some old packages (or if 'mouse-wheel-buttons' has been set to nil). +** Xterm Mouse mode now emits 'wheel-up/down/right/left' events. +This is instead of 'mouse-4/5/6/7' events for the mouse wheel. It uses +the new variable 'mouse-wheel-buttons' to decide which button maps to +which wheel event (if any). + +--- +** In batch mode, tracing now sends the trace to stdout. + +++ ** New hook 'hack-dir-local-get-variables-functions'. This can be used to provide support for other directory-local settings