Mercurial > emacs
changeset 36805:a7747c7ba014
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 14 Mar 2001 14:40:54 +0000 |
parents | e4331ae9636d |
children | 6eaf3f2390b4 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.