]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the support for "scrollBar" X resource
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Jul 2017 09:02:16 +0000 (12:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Jul 2017 09:02:16 +0000 (12:02 +0300)
* doc/emacs/xresources.texi (Table of Resources): Document the new
'scrollBar' setting.
* etc/NEWS: Document the new 'scrollBar' setting.

doc/emacs/xresources.texi
etc/NEWS

index 7e27ddd1d9a6fc9ede29d848f9c78d45f1d04a4c..eaefcee21c3717991ca6cf8b1da5a332f06f93a6 100644 (file)
@@ -250,6 +250,11 @@ specified if @samp{off}.
 Gamma correction for colors, equivalent to the frame parameter
 @code{screen-gamma}.
 
+@item @code{scrollBar} (class @code{ScrollBar})
+@cindex tool bar
+If the value of this resource is @samp{off} or @samp{false} or
+@samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}).
+
 @item @code{scrollBarWidth} (class @code{ScrollBarWidth})
 @cindex scrollbar width
 The scroll bar width in pixels, equivalent to the frame parameter
index 460b40d2660ed9572fee7deda275b3ac175a9edf..04971544d369d9e5a25a893a4d816285c0ca62d6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -97,6 +97,10 @@ Terminal is automatically initialized to use 24-bit colors if the
 required capabilities are found in terminfo.  See the FAQ node
 "Colors on a TTY" for more information.
 
++++
+** Emacs now obeys the X resource "scrollBar" at startup.
+The effect is similar to that of "toolBar" resource on the tool bar.
+
 \f
 * Changes in Emacs 26.1