diff src/ChangeLog @ 109118:254d81c0e750

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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jul 2010 17:36:18 +0300
parents 240177dc47d7
children aec1143e8d85
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jul 03 14:54:21 2010 +0300
+++ b/src/ChangeLog	Sat Jul 03 17:36:18 2010 +0300
@@ -1,5 +1,18 @@
 2010-07-03  Eli Zaretskii  <eliz@gnu.org>
 
+	* 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.
+
 	* msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
 	to menu-bar-mode, if not set in the frame parameters or in
 	default-frame-alist.