]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve mwheel entry.
authorPo Lu <luangruo@yahoo.com>
Sun, 21 Jan 2024 04:49:41 +0000 (12:49 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:57 +0000 (08:31 +0100)
(cherry picked from commit cc8d4b0c9110c1384f5a9c214cf4069b3e99ae9b)

etc/NEWS

index 758d5f094395361276793174ce293c00f45a61bd..7c175cd876ba857680cba12df3f97f83b4a6cca2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -411,9 +411,10 @@ 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 generated by
-legacy setup, such as 'xterm-mouse-mode' or X11 without XInput2.
+and the 'mouse-wheel-up/down/left/right-event' variables are thus used
+only to specify the 'mouse-4/5/6/7' events generated by older
+configurations such as X11 when the X server does not support at least
+version 2.1 of the X Input Extension, and 'xterm-mouse-mode'.
 
 +++
 ** New command 'lldb'.