Mercurial > emacs
changeset 33083:1cbb720d4c77
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Oct 2000 20:46:02 +0000 |
parents | 5ab6f3e1f5c8 |
children | 31fae82503f7 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Oct 30 20:45:18 2000 +0000 +++ b/src/ChangeLog Mon Oct 30 20:46:02 2000 +0000 @@ -1,5 +1,11 @@ 2000-10-30 Gerd Moellmann <gerd@gnu.org> + * xfaces.c (menu_face_change_count): New variable. + (Finternal_set_lisp_face_attribute): Increment it for changes + of the `menu' face. + (realize_basic_faces): Reflect changes in the `menu' faces + in menu bars. + * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the dy obtained from the iterator's y-position after moving from scroll_margin_pos to PT; see comment there.