diff options
| author | Gerd Moellmann | 2000-09-07 11:41:18 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-07 11:41:18 +0000 |
| commit | ab0ee409fd5155acc99c1e86043a031c3665f68e (patch) | |
| tree | 4b1bf86b2bdb4a874f6a2f4dcd67c3f74330be41 /src/ChangeLog | |
| parent | 75429768654c30193fe77251aa75565a59cd2b84 (diff) | |
| download | emacs-ab0ee409fd5155acc99c1e86043a031c3665f68e.tar.gz emacs-ab0ee409fd5155acc99c1e86043a031c3665f68e.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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. |