Mercurial > emacs
changeset 35860:6ca400aa87d9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 02 Feb 2001 15:28:28 +0000 |
parents | c9edddbb8dbf |
children | 9cc9788cc61b |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.
--- 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 <gerd@gnu.org> + * 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.