aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-07-22 12:02:16 +0300
committerEli Zaretskii2017-07-22 12:02:16 +0300
commit47932ca9262f4f6fc29d95a4d08ad84608714e0e (patch)
treecd5eff0096bcab5692fd82c81a43888e81884022
parent9c9e8bd660a5beb0d8dd3e85e1183babbf184cd1 (diff)
downloademacs-47932ca9262f4f6fc29d95a4d08ad84608714e0e.tar.gz
emacs-47932ca9262f4f6fc29d95a4d08ad84608714e0e.zip
Document the support for "scrollBar" X resource
* doc/emacs/xresources.texi (Table of Resources): Document the new 'scrollBar' setting. * etc/NEWS: Document the new 'scrollBar' setting.
-rw-r--r--doc/emacs/xresources.texi5
-rw-r--r--etc/NEWS4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 7e27ddd1d9a..eaefcee21c3 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -250,6 +250,11 @@ specified if @samp{off}.
250Gamma correction for colors, equivalent to the frame parameter 250Gamma correction for colors, equivalent to the frame parameter
251@code{screen-gamma}. 251@code{screen-gamma}.
252 252
253@item @code{scrollBar} (class @code{ScrollBar})
254@cindex tool bar
255If the value of this resource is @samp{off} or @samp{false} or
256@samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}).
257
253@item @code{scrollBarWidth} (class @code{ScrollBarWidth}) 258@item @code{scrollBarWidth} (class @code{ScrollBarWidth})
254@cindex scrollbar width 259@cindex scrollbar width
255The scroll bar width in pixels, equivalent to the frame parameter 260The scroll bar width in pixels, equivalent to the frame parameter
diff --git a/etc/NEWS b/etc/NEWS
index 460b40d2660..04971544d36 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -97,6 +97,10 @@ Terminal is automatically initialized to use 24-bit colors if the
97required capabilities are found in terminfo. See the FAQ node 97required capabilities are found in terminfo. See the FAQ node
98"Colors on a TTY" for more information. 98"Colors on a TTY" for more information.
99 99
100+++
101** Emacs now obeys the X resource "scrollBar" at startup.
102The effect is similar to that of "toolBar" resource on the tool bar.
103
100 104
101* Changes in Emacs 26.1 105* Changes in Emacs 26.1
102 106