From: Gerd Moellmann Date: Wed, 14 Mar 2001 14:40:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.100~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=819dce0f9a81f9d8c9065e9b763241865473006c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea359f9de8c..3294a11c2af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-03-14 Gerd Moellmann + + * 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 * progmodes/hideshow.el: Update copyright. diff --git a/src/ChangeLog b/src/ChangeLog index 10059497ecc..1a02e996064 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-03-14 Gerd Moellmann + * 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.