aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-24 23:25:47 +0000
committerRichard M. Stallman2002-04-24 23:25:47 +0000
commit63bfbe6f7098acf267a64f5b5a9376fe52eb29ec (patch)
tree0b819b67397da594186c7a8f38955cd492e29133 /etc
parent9ef2bee6d0fcd133971b9d124550208a6736a966 (diff)
downloademacs-63bfbe6f7098acf267a64f5b5a9376fe52eb29ec.tar.gz
emacs-63bfbe6f7098acf267a64f5b5a9376fe52eb29ec.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 06276066659..ce2f6838b89 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -99,6 +99,11 @@ window so as to center point. If its value is an integer, it says how
99many columns to scroll. If the value is a floating-point number, it 99many columns to scroll. If the value is a floating-point number, it
100gives the fraction of the window's width to scroll the window. 100gives the fraction of the window's width to scroll the window.
101 101
102** The user option `tex-start-options-string' has been replaced
103by two new user options: `tex-start-options', which should hold
104command-line options to feed to TeX, and `tex-start-commands' which should hold
105TeX commands to use at startup.
106
102+++ 107+++
103** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'. 108** The variable `automatic-hscrolling' was renamed to `auto-hscroll-mode'.
104The old name is still available as an alias. 109The old name is still available as an alias.