]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 14:40:54 +0000 (14:40 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Mar 2001 14:40:54 +0000 (14:40 +0000)
lisp/ChangeLog
src/ChangeLog

index ea359f9de8caf8747c485e1819e72fb3bdfe86c6..3294a11c2af1c95f21bfea8dfdcfbb58ddd2e682 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
+       bound before using it.  It's not bound when configured without X,
+       for instance.
+
 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * progmodes/hideshow.el: Update copyright.
index 10059497eccd6a86fec8781b4ef50de18f65dba7..1a02e9960647efc83dd735c5fd72b29d1be03319 100644 (file)
@@ -1,5 +1,9 @@
 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
 
+       * frame.c (Fframe_parameters): In the `buffer-list' frame
+       parameter, store the buffer list of FRAME, not the list of the
+       selected frame.
+
        * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
        box just because the glyph row's full_width_p flag is set.