[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 47932ca 1/2: Document the support for "scrollBar" X
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 47932ca 1/2: Document the support for "scrollBar" X resource |
Date: |
Sat, 22 Jul 2017 05:09:06 -0400 (EDT) |
branch: master
commit 47932ca9262f4f6fc29d95a4d08ad84608714e0e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
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.
---
doc/emacs/xresources.texi | 5 +++++
etc/NEWS | 4 ++++
2 files changed, 9 insertions(+)
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 7e27ddd..eaefcee 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -250,6 +250,11 @@ specified if @samp{off}.
Gamma correction for colors, equivalent to the frame parameter
@code{screen-gamma}.
address@hidden @code{scrollBar} (class @code{ScrollBar})
address@hidden tool bar
+If the value of this resource is @samp{off} or @samp{false} or
address@hidden, 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
diff --git a/etc/NEWS b/etc/NEWS
index 460b40d..0497154 100644
--- 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.
+
* Changes in Emacs 26.1