changeset 52559:f773f7b8fa3f

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sat, 20 Sep 2003 23:36:00 +0000
parents 3fb606ea8bf6
children 9a8ad8b87f32
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 20 23:33:37 2003 +0000
+++ b/lisp/ChangeLog	Sat Sep 20 23:36:00 2003 +0000
@@ -1,3 +1,12 @@
+2003-09-21  Kim F. Storm  <storm@cua.dk>
+
+	* scroll-bar.el (set-scroll-bar-mode): Initialize to
+	new built-in variable default-frame-scroll-bars.
+	(scroll-bar-mode): Use default-frame-scroll-bars when enabling
+	scroll-bar-mode; notably, use it instead of t when we toggle
+	scroll-bars on.
+	(toggle-scroll-bar): Use default-frame-scroll-bars.
+
 2003-09-19  Masatake YAMATO  <jet@gyve.org>
 
 	* pcvs.el (cvs-do-removal): Change the prompt depending on
--- a/src/ChangeLog	Sat Sep 20 23:33:37 2003 +0000
+++ b/src/ChangeLog	Sat Sep 20 23:36:00 2003 +0000
@@ -5,6 +5,8 @@
 	(syms_of_frame): DEFVAR_LISP it, and initialize according to
 	window-system default scroll bar position.
 
+	* window.c (Fwindow_scroll_bars): Doc fix.
+
 2003-09-19  Dave Love  <fx@gnu.org>
 
 	* alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.