aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12000-10-30 Gerd Moellmann <gerd@gnu.org> 12000-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.