aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-10-30 01:27:06 +0000
committerJuanma Barranquero <[email protected]>2008-10-30 01:27:06 +0000
commit601a9cf1e3376caefba7bfe4e60402ac1ec219dd (patch)
tree10d0784087c53e25197f28fff8a07e1237744149 /src/ChangeLog
parent48238d1d4509e9cbd26beccc34abc76f37610771 (diff)
* w32fns.c (x_create_tip_frame): Prevent default foreground color for
new frames overriding foreground for tooltips. Based on similar patch from Martin Rudalics <[email protected]>. (Bug#1032)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a690efe2c9..f64c77b8e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-30 Juanma Barranquero <[email protected]>
+
+ * w32fns.c (x_create_tip_frame): Prevent default foreground color for
+ new frames overriding foreground for tooltips. Based on similar patch
+ from Martin Rudalics <[email protected]>. (Bug#1032)
+
2008-10-29 Chong Yidong <[email protected]>
* 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].