comparison etc/NEWS @ 43353:10f59509c416

Document automatic-hscroll-margin and automatic-hscroll-step.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Feb 2002 12:59:22 +0000
parents 1230529aa3ae
children ba0eac6c2e94
comparison
equal deleted inserted replaced
43352:1d0fea9f9515 43353:10f59509c416
29 --- 29 ---
30 ** Support for BSD/OS 5.0 was added. 30 ** Support for BSD/OS 5.0 was added.
31 31
32 32
33 * Changes in Emacs 21.3 33 * Changes in Emacs 21.3
34
35 ** The amount of automatic hscrolling can now be customized.
36 The variable `automatic-hscroll-margin' determines how many columns
37 away from the window edge point is allowed to get before automatic
38 hscrolling will horizontally scroll the window. The default value is 5.
39
40 The variable `automatic-hscroll-step' determines how many many
41 columns will automatic hscrolling scroll the window when point gets
42 too close to the window edge. If its value is zero, the default, the
43 window will be scrolled so as to center point. If its value is an
44 integer, it says how many columns to scroll. If the value is a
45 floating-point number, it gives the fraction of the window's width to
46 scroll the window.
34 47
35 ** New display feature: focus follows mouse. 48 ** New display feature: focus follows mouse.
36 By setting the variable x-autoselect-window to non-nil value, mouse will 49 By setting the variable x-autoselect-window to non-nil value, mouse will
37 autoselect the window it is in. It is turned off by default. 50 autoselect the window it is in. It is turned off by default.
38 51