diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24aa8a1c4d1..2b693a567e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,16 @@ | |||
| 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. |