diff src/ChangeLog @ 99235:eccf5258acaf

* w32fns.c (x_create_tip_frame): Prevent default foreground color for new frames overriding foreground for tooltips. Based on similar patch from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 30 Oct 2008 01:27:06 +0000
parents 46e24ff038dd
children 4bcd60d09e1c
line wrap: on
line diff
--- a/src/ChangeLog	Wed Oct 29 21:42:37 2008 +0000
+++ b/src/ChangeLog	Thu Oct 30 01:27:06 2008 +0000
@@ -1,3 +1,9 @@
+2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* w32fns.c (x_create_tip_frame): Prevent default foreground color for
+	new frames overriding foreground for tooltips.  Based on similar patch
+	from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
+
 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
 
 	* emacs.c (Fdaemon_initialized): Initialize nfd.
@@ -37,7 +43,7 @@
 	(main): Don't set is_daemon.
 	(IS_DAEMON): New macro.
 	(Fdaemonp, Fdaemon_initialized): Use it.
-	(Fdaemon_initialized): Wrtie a char into the pipe to make sure the
+	(Fdaemon_initialized): Write a char into the pipe to make sure the
 	parent exits.
 	(syms_of_emacs): Explicitly initialize daemon_pipe[1].