; * etc/NEWS: Move some Lisp items to better place.

This commit is contained in:
Stefan Kangas 2024-06-29 14:11:20 +02:00
parent bf7db88ce1
commit c95066bf18

View file

@ -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