aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2025-09-27 10:07:14 +0200
committerMartin Rudalics2025-09-27 10:07:14 +0200
commitb60e0f42941cf7db2dd396029437a1cbeec74d69 (patch)
tree646125263fe27c3a112824674b420ea43f1a65ac /etc
parent6eaa1d279bab8b8c8bf0f16096dc22954a16a7fb (diff)
downloademacs-b60e0f42941cf7db2dd396029437a1cbeec74d69.tar.gz
emacs-b60e0f42941cf7db2dd396029437a1cbeec74d69.zip
Restore mouse line dragging in character increments (Bug#79351)
* lisp/mouse.el (mouse-drag-line): Restore dragging in character increments and make it the default (Bug#79351). * etc/NEWS: Mention restored behavior of mouse line dragging.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a6f897c602f..a402811f473 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -288,6 +288,16 @@ to extend the boundaries of the active region by dragging the mouse pointer.
288The menu item enables sending current file(s) or region text to external 288The menu item enables sending current file(s) or region text to external
289(non-Emacs) applications or services. See send-to.el for customisations. 289(non-Emacs) applications or services. See send-to.el for customisations.
290 290
291---
292*** The mouse now drags lines in character increments again.
293Dragging a horizontal or vertical line like the mode line or the lines
294dividing side-by-side windows now by default happens in increments of
295the corresponding frame's character size again. This is the behavior
296described in the manual and was the default behavior before
297'window-resize-pixelwise' was added for Emacs 24.1. To drag in pixel
298increments as with Emcas 24 through Emacs 30 you now have to set
299'window-resize-pixelwise' to t.
300
291** Windows 301** Windows
292 302
293+++ 303+++