]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move the mwheel entry to a better place.
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Jun 2024 08:12:07 +0000 (11:12 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:38:10 +0000 (09:38 +0200)
(cherry picked from commit 53dcf2b94929d3347e61a01be9ea09119a233333)

etc/NEWS.30

index 440832dc5fef307c7300a339894a0cff9ea21883..105c8f8cfe6a3c4579a1ec468f3dd58801db73f8 100644 (file)
@@ -725,14 +725,6 @@ This can now be entered using 'C-x 8 E' in addition to the existing
 ** Trace
 In batch mode, tracing now sends the trace to stdout.
 
-+++
-** Mwheel
-The 'wheel-up/down/left/right' events are now bound unconditionally,
-and the 'mouse-wheel-up/down/left/right-event' variables are thus used
-only 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
 This mode now emits 'wheel-up/down/right/left' events instead of
 'mouse-4/5/6/7' events for the mouse wheel.
@@ -2376,6 +2368,13 @@ unibyte string.
 \f
 * Lisp Changes in Emacs 30.1
 
++++
+** The 'wheel-up/down/left/right' events are now bound unconditionally.
+The 'mouse-wheel-up/down/left/right-event' variables are thus used only
+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).
+
 +++
 ** New hook 'hack-dir-local-get-variables-functions'.
 This can be used to provide support for other directory-local settings