aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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.