From 79fb38c035098e11ef7784b32a5576acd9834090 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 2 Feb 2001 15:28:28 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 2 ++ src/ChangeLog | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54e2ee9bff..bcff096af9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 4efbe4c8b2..1d669e1c0e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.20.1