# HG changeset patch # User Gerd Moellmann # Date 981127708 0 # Node ID 6ca400aa87d95d62b75fe9551039639b173117f5 # Parent c9edddbb8dbf9c557e2880e95a5f4a195d1199aa *** empty log message *** diff -r c9edddbb8dbf -r 6ca400aa87d9 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 02 15:27:55 2001 +0000 +++ b/lisp/ChangeLog Fri Feb 02 15:28:28 2001 +0000 @@ -1,5 +1,7 @@ 2001-02-02 Gerd Moellmann + * wid-edit.el (widget-button-click): Fix last change. + * frame.el (frame-notice-user-settings): When resizing the initial frame because the tool bar is off, also change the frame's top position if a negative top position was specified. diff -r c9edddbb8dbf -r 6ca400aa87d9 src/ChangeLog --- a/src/ChangeLog Fri Feb 02 15:27:55 2001 +0000 +++ b/src/ChangeLog Fri Feb 02 15:28:28 2001 +0000 @@ -1,5 +1,8 @@ 2001-02-02 Gerd Moellmann + * xfns.c (x_set_font): If font hasn't changed, avoid recomputing + faces and other things. + * xdisp.c (get_next_display_element): Fix case of empty display table entry.