diff options
author | Yuri D'Elia <wavexx@thregr.org> | 2021-10-06 10:43:47 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-06 10:43:47 +0200 |
commit | 8b67eef5a1ce761230feb804d0ec17bf5f214730 (patch) | |
tree | 00d113bc8b21e9e2e4da6087267b2581686fd485 | |
parent | dc5bb729589ce10734a1a03536026ded8745eba0 (diff) | |
download | emacs-8b67eef5a1ce761230feb804d0ec17bf5f214730.tar.gz emacs-8b67eef5a1ce761230feb804d0ec17bf5f214730.tar.bz2 emacs-8b67eef5a1ce761230feb804d0ec17bf5f214730.zip |
Document the improved scroll-margin behavior
* etc/NEWS: document the improved `scroll-margin' behavior.
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -61,6 +61,13 @@ case keys. This command increases (or decreases) the number of empty lines before point. +--- +*** Improved mouse behavior with auto-scrolling modes. +When clicking inside the `scroll-margin' or `hscroll-margin' region +the point is now moved only when releasing the mouse button. This no +longer results in a bogus selection, unless the mouse has been +effectively dragged. + * Changes in Specialized Modes and Packages in Emacs 29.1 |