diff options
| author | Eli Zaretskii | 2000-10-09 16:05:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-09 16:05:35 +0000 |
| commit | 1e21fe48c0731afa2b0416d0d61a59ded1e373bd (patch) | |
| tree | d46f95ec05e271308d1a03864d1c5df70bd2e62d /src/ChangeLog | |
| parent | 126cbb422adc756d37ddf9eeac9df71537c75b39 (diff) | |
| download | emacs-1e21fe48c0731afa2b0416d0d61a59ded1e373bd.tar.gz emacs-1e21fe48c0731afa2b0416d0d61a59ded1e373bd.zip | |
(IT_set_frame_parameters): Don't initialize Lisp_Object
variables. If ALIST includes foreground-color or
background-color, change also the colors of the default face for
this frame.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75c54578531..65b8e4f988b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object | ||
| 4 | variables. If ALISt includes foreground-color or | ||
| 5 | background-color, change also the colors of the default face for | ||
| 6 | this frame. | ||
| 7 | |||
| 1 | 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 9 | ||
| 3 | * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make | 10 | * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make |