aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-20 15:37:23 +0000
committerGerd Moellmann2000-12-20 15:37:23 +0000
commit03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49 (patch)
treee109d4e9ba2cf1262799a21037e157c9bc3aeccb /etc
parent3172f70b5186d88bd4bb12da05dcf15a172c631a (diff)
downloademacs-03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49.tar.gz
emacs-03ff8aabc3abe5d64bfec53cdb82cebc45cc8e49.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
-rw-r--r--etc/TODO2
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f1da038cb8b..393c352ae42 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -667,6 +667,12 @@ Horizontal scrolling now happens automatically if
667`automatic-hscrolling' is set (the default). This setting can be 667`automatic-hscrolling' is set (the default). This setting can be
668customized. 668customized.
669 669
670If a window is scrolled horizontally with set-window-hscroll, or
671scroll-left/scroll-right (C-x <, C-x >), this serves as a lower bound
672for automatic horizontal scrolling. Automatic scrolling will scroll
673the text more to the left if necessary, but won't scroll the text more
674to the right than the column set with set-window-hscroll etc.
675
670+++ 676+++
671** Tool bar support. 677** Tool bar support.
672 678
diff --git a/etc/TODO b/etc/TODO
index ce15a579bd2..12eb39595f2 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -143,3 +143,5 @@
143 143
144* Remove the limitation that window and frame widths and heights can 144* Remove the limitation that window and frame widths and heights can
145 be only full columns/lines. 145 be only full columns/lines.
146
147* Add horizontal scroll bars.