diff options
| author | Eli Zaretskii | 2010-07-03 17:36:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-07-03 17:36:18 +0300 |
| commit | 76ea4cc96bbf9db3ed9c0f6785c85f1880c61c08 (patch) | |
| tree | b7f8eae2b189a6335f0b0c0b6b307d9d8b65c112 /src/ChangeLog | |
| parent | 1e6255ae888ffbee3a713c7d7fb41b8d6480ddb4 (diff) | |
| download | emacs-76ea4cc96bbf9db3ed9c0f6785c85f1880c61c08.tar.gz emacs-76ea4cc96bbf9db3ed9c0f6785c85f1880c61c08.zip | |
Fix setting colors on MS-DOS frames.
msdos.c (IT_set_frame_parameters): Fix setting of colors in
frames other than the initial one. Fix reversal of colors when
`reverse' is specified in the frame parameters. Call
update_face_from_frame_parameter instead of
internal-set-lisp-face-attribute. Initialize screen colors from
initial_screen_colors[] when f->default_face_done_p is zero,
instead of depending on being called with default-frame-alist as
the alist argument.
xfaces.c (update_face_from_frame_parameter): Move out of
HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
with HAVE_WINDOW_SYSTEM.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c79c40e3b09..63bd31f5c83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2010-07-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-07-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * msdos.c (IT_set_frame_parameters): Fix setting of colors in | ||
| 4 | frames other than the initial one. Fix reversal of colors when | ||
| 5 | `reverse' is specified in the frame parameters. Call | ||
| 6 | update_face_from_frame_parameter instead of | ||
| 7 | internal-set-lisp-face-attribute. Initialize screen colors from | ||
| 8 | initial_screen_colors[] when f->default_face_done_p is zero, | ||
| 9 | instead of depending on being called with default-frame-alist as | ||
| 10 | the alist argument. | ||
| 11 | |||
| 12 | * xfaces.c (update_face_from_frame_parameter): Move out of | ||
| 13 | HAVE_WINDOW_SYSTEM portion. Condition window-system only parts | ||
| 14 | with HAVE_WINDOW_SYSTEM. | ||
| 15 | |||
| 3 | * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according | 16 | * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according |
| 4 | to menu-bar-mode, if not set in the frame parameters or in | 17 | to menu-bar-mode, if not set in the frame parameters or in |
| 5 | default-frame-alist. | 18 | default-frame-alist. |