From b648413bf54b09928cf99e7db5d4e9595153d6ee Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 20 Sep 2003 23:36:00 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 2 ++ 2 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17c6f8cfb4b..83104e753c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-09-21 Kim F. Storm + + * 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 * pcvs.el (cvs-do-removal): Change the prompt depending on diff --git a/src/ChangeLog b/src/ChangeLog index 0e79605f144..927c9941cc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. -- 2.39.2