aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2018-03-02 11:59:46 -0800
committerGlenn Morris2018-03-02 11:59:46 -0800
commit762ea10d7ff483d3528c2c85b42596178ccc2a34 (patch)
tree00154b726c2bd73c85d47f89a2912bd2ff389b92 /etc
parente943b9b514fcc82a47364a35e4af9f46e30e7346 (diff)
parent0213c8bf472b196d995d92a52b44458ac8226e42 (diff)
downloademacs-762ea10d7ff483d3528c2c85b42596178ccc2a34.tar.gz
emacs-762ea10d7ff483d3528c2c85b42596178ccc2a34.zip
Merge from origin/emacs-26
0213c8b (origin/emacs-26) mwheel minor consistency fix 82f12b2 * src/window.c (Frecenter): Improve commentary. 04da8f4 Fix downloading non-text files in EWW 832b9ec ; Spelling fixes dd88499 ; Spelling fixes 3968f72 Rename some mwheel options, for consistency d6e78de * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete... 5fe0387 Improve the Emacs manual 56ab8e3 * lisp/dired-aux.el (dired-do-create-files): Doc fix. (Bug#3... Conflicts: etc/NEWS lisp/mwheel.el
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.264
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index cb4048dee4a..eded00e6554 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -431,9 +431,9 @@ always restricting the margin to a quarter of the window.
431 431
432+++ 432+++
433** Emacs can scroll horizontally using mouse, touchpad, and trackbar. 433** Emacs can scroll horizontally using mouse, touchpad, and trackbar.
434You can enable this by customizing 'mwheel-tilt-scroll-p'. If you 434You can enable this by customizing 'mouse-wheel-tilt-scroll'. If you
435want to reverse the direction of the scroll, customize 435want to reverse the direction of the scroll, customize
436'mwheel-flip-direction'. 436'mouse-wheel-flip-direction'.
437 437
438+++ 438+++
439** The default GnuTLS priority string now includes %DUMBFW. 439** The default GnuTLS priority string now includes %DUMBFW.