# HG changeset patch # User Gerd Moellmann # Date 984580854 0 # Node ID a7747c7ba0145f07a4c49eba117fb73eeacf3e29 # Parent e4331ae9636d453c5b43d8857b622bcda4aa1d94 *** empty log message *** diff -r e4331ae9636d -r a7747c7ba014 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 14 14:40:22 2001 +0000 +++ b/lisp/ChangeLog Wed Mar 14 14:40:54 2001 +0000 @@ -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 -r e4331ae9636d -r a7747c7ba014 src/ChangeLog --- a/src/ChangeLog Wed Mar 14 14:40:22 2001 +0000 +++ b/src/ChangeLog Wed Mar 14 14:40:54 2001 +0000 @@ -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.