diff options
| author | Martin Rudalics | 2025-09-27 10:07:14 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2025-09-27 10:07:14 +0200 |
| commit | b60e0f42941cf7db2dd396029437a1cbeec74d69 (patch) | |
| tree | 646125263fe27c3a112824674b420ea43f1a65ac /etc | |
| parent | 6eaa1d279bab8b8c8bf0f16096dc22954a16a7fb (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -288,6 +288,16 @@ to extend the boundaries of the active region by dragging the mouse pointer. | |||
| 288 | The menu item enables sending current file(s) or region text to external | 288 | The 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. | ||
| 293 | Dragging a horizontal or vertical line like the mode line or the lines | ||
| 294 | dividing side-by-side windows now by default happens in increments of | ||
| 295 | the corresponding frame's character size again. This is the behavior | ||
| 296 | described in the manual and was the default behavior before | ||
| 297 | 'window-resize-pixelwise' was added for Emacs 24.1. To drag in pixel | ||
| 298 | increments 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 | +++ |