aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-03 17:41:19 +0000
committerEli Zaretskii2002-03-03 17:41:19 +0000
commit63a7fdcf324566d9d11d62be3568106c390ec22e (patch)
tree9ff6ddc3959bc12c0647428678136dfc0e8a13d4
parent0594fc7f6acfe8702e70b49976ab2b419878bac2 (diff)
downloademacs-63a7fdcf324566d9d11d62be3568106c390ec22e.tar.gz
emacs-63a7fdcf324566d9d11d62be3568106c390ec22e.zip
Rename the variables related to automatic horizontal scrolling.
-rw-r--r--etc/NEWS24
1 files changed, 14 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 369f60c395d..e07f44d3fe7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,16 +49,20 @@ want this support, set `selection-coding-system' to `compound-text'.
49 49
50+++ 50+++
51** The parameters of automatic hscrolling can now be customized. 51** The parameters of automatic hscrolling can now be customized.
52The variable `automatic-hscroll-margin' determines how many columns 52The variable `hscroll-margin' determines how many columns away from
53away from the window edge point is allowed to get before automatic 53the window edge point is allowed to get before automatic hscrolling
54hscrolling will horizontally scroll the window. The default value is 5. 54will horizontally scroll the window. The default value is 5.
55 55
56The variable `automatic-hscroll-step' determines how many columns 56The variable `hscroll-step' determines how many columns automatic
57automatic hscrolling will scroll the window when point gets too close 57hscrolling will scroll the window when point gets too close to the
58to the window edge. If its value is zero, the default, Emacs scrolls 58window edge. If its value is zero, the default, Emacs scrolls the
59the window so as to center point. If its value is an integer, it says 59window so as to center point. If its value is an integer, it says how
60how many columns to scroll. If the value is a floating-point number, 60many columns to scroll. If the value is a floating-point number, it
61it gives the fraction of the window's width to scroll the window. 61gives the fraction of the window's width to scroll the window.
62
63+++
64** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
65The old name is still available as an alias.
62 66
63** New display feature: focus follows mouse. If you set the variable 67** New display feature: focus follows mouse. If you set the variable
64x-autoselect-window to non-nil value, moving the mouse to a different 68x-autoselect-window to non-nil value, moving the mouse to a different