summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-08-22 13:21:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-08-22 13:25:15 +0200
commit61fc4bf286da9081b822e9280e351ce7045868dc (patch)
tree773e24dfd26f7f321bcb4c29e3a8ab83148b591f /etc
parent36bf4fa0b3ceef56a89ca657ce82bdc7ea10203f (diff)
downloademacs-61fc4bf286da9081b822e9280e351ce7045868dc.tar.gz
Bind mwheel-scroll on more parts of frame's display
* lisp/mwheel.el (mouse-wheel-mode): Bind unmodified 'mwheel-scroll' on scroll bars, fringes, margins, header and mode line. (Bug#5557) (mouse-wheel--create-scroll-keys): New helper function for 'mouse-wheel-mode'. * test/lisp/mwheel-tests.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a6a7dec5cd..79b3aa37320 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -102,6 +102,13 @@ deprecated. Errors in the Inscript method were corrected.
** Rudimentary support for the 'st' terminal emulator.
Emacs now supports 256 color display on the 'st' terminal emulator.
+---
+** Mouse wheel scrolling now works on more parts of frame's display.
+When using 'mwheel-mode', the mouse wheel will now scroll also when
+the mouse cursor is on the scroll bars, fringes, margins, header line,
+and mode line. ('mwheel-mode' is enabled by default on most graphical
+displays.)
+
* Editing Changes in Emacs 28.1