]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:36:00 +0000 (23:36 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:36:00 +0000 (23:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 17c6f8cfb4b0c1126cb11c7c49574f5ce78d4abd..83104e753c9e3c7e848974a0ca57eef6ee8ff6e0 100644 (file)
@@ -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
index 0e79605f144a40bd22d0d63f515f6d40a1858f77..927c9941cc062f17127ad5622cff47ae77ba8c8c 100644 (file)
@@ -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.