From: Gerd Moellmann Date: Fri, 2 Feb 2001 15:28:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.98~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79fb38c035098e11ef7784b32a5576acd9834090;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54e2ee9bff9..bcff096af9d 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 4efbe4c8b24..1d669e1c0ea 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.