comparison src/ChangeLog @ 31452:aafc28756ab2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Sep 2000 11:41:18 +0000
parents 57e48ae83dc8
children 4dd84bbe2c6c
comparison
equal deleted inserted replaced
31451:0f9e55c33cc5 31452:aafc28756ab2
1 2000-09-07 Gerd Moellmann <gerd@gnu.org> 1 2000-09-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.c (Fframe_parameter): Handle `name' specially. 3 * xfaces.c (Vparam_value_alist): New variable.
4 (syms_of_xfaces): Initialize it.
5 (Finternal_set_lisp_face_attribute): Avoid more consing.
6
7 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
8 specially.
9 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
10 (Qbackground_mode): New variable.
11 (syms_of_frame_1): Initialize Qbackground_mode.
12
13 * lisp.h (Qdisplay): Declare extern.
4 14
5 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0, 15 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
6 change face on all frames, and change the default for new frames. 16 change face on all frames, and change the default for new frames.
7 17
8 2000-09-07 Dave Love <fx@gnu.org> 18 2000-09-07 Dave Love <fx@gnu.org>