; * etc/NEWS: Move some Lisp items to better place.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 12:11:20 +0000 (14:11 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 29 Jun 2024 12:30:58 +0000 (14:30 +0200)
etc/NEWS

index 731c4d8e7ea74fabacc7aeff3fb1ed9005e88fbf..a49dc1e710024b65f4f5fa748ee43be245dba986 100644 (file)
--- 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
 \f
 * 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