diff options
| author | Gerd Moellmann | 2000-10-30 20:46:02 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-30 20:46:02 +0000 |
| commit | 563f68f11b4d75804e6500f86896bdb34b6d703c (patch) | |
| tree | c6d70f5abbed294f06de8249d957f1df0675ef7c /src/ChangeLog | |
| parent | 234be340d871b2e5d069bc53ec04fbe276f3e8f8 (diff) | |
| download | emacs-563f68f11b4d75804e6500f86896bdb34b6d703c.tar.gz emacs-563f68f11b4d75804e6500f86896bdb34b6d703c.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a12115d442..93a5ae1ad42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2000-10-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (menu_face_change_count): New variable. | ||
| 4 | (Finternal_set_lisp_face_attribute): Increment it for changes | ||
| 5 | of the `menu' face. | ||
| 6 | (realize_basic_faces): Reflect changes in the `menu' faces | ||
| 7 | in menu bars. | ||
| 8 | |||
| 3 | * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the | 9 | * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the |
| 4 | dy obtained from the iterator's y-position after moving from | 10 | dy obtained from the iterator's y-position after moving from |
| 5 | scroll_margin_pos to PT; see comment there. | 11 | scroll_margin_pos to PT; see comment there. |