comparison src/ChangeLog @ 38906:95a646d04de5

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 22 Aug 2001 09:44:33 +0000
parents 7c02e0051bda
children 34b96e612f4d
comparison
equal deleted inserted replaced
38905:70ef1eb656a6 38906:95a646d04de5
1 2001-08-22 Gerd Moellmann <gerd@gnu.org> 1 2001-08-22 Gerd Moellmann <gerd@gnu.org>
2
3 * dispextern.h (struct face_cache): Add member
4 menu_face_changed_p.
5
6 * xfaces.c (menu_face_changed_default): New variable.
7 (menu_face_changed_count): Variable removed.
8 (Finternal_set_lisp_face_attribute): Doc fix. If FRAME is t, set
9 the menu_face_changed_default flag, otherwise set the FRAME's
10 menu_face_changed_p flag if the `menu' face has been changed.
11 Prevent calling set_font_frame_param if FRAME is t.
12 (make_face_cache): Initialize cache's menu_face_changed_p
13 from menu_face_changed_default.
14 (realize_basic_faces): Look into the frame's face cache to
15 determine if the menu appearance needs updating.
2 16
3 * keymap.c (access_keymap): Fix last change to not consider 17 * keymap.c (access_keymap): Fix last change to not consider
4 IDX when it has modifiers. 18 IDX when it has modifiers.
5 19
6 2001-08-21 Gerd Moellmann <gerd@gnu.org> 20 2001-08-21 Gerd Moellmann <gerd@gnu.org>