diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a690efe2c9b..f64c77b8e9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-10-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (x_create_tip_frame): Prevent default foreground color for | ||
| 4 | new frames overriding foreground for tooltips. Based on similar patch | ||
| 5 | from Martin Rudalics <rudalics@gmx.at>. (Bug#1032) | ||
| 6 | |||
| 1 | 2008-10-29 Chong Yidong <cyd@stupidchicken.com> | 7 | 2008-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * emacs.c (Fdaemon_initialized): Initialize nfd. | 9 | * emacs.c (Fdaemon_initialized): Initialize nfd. |
| @@ -37,7 +43,7 @@ | |||
| 37 | (main): Don't set is_daemon. | 43 | (main): Don't set is_daemon. |
| 38 | (IS_DAEMON): New macro. | 44 | (IS_DAEMON): New macro. |
| 39 | (Fdaemonp, Fdaemon_initialized): Use it. | 45 | (Fdaemonp, Fdaemon_initialized): Use it. |
| 40 | (Fdaemon_initialized): Wrtie a char into the pipe to make sure the | 46 | (Fdaemon_initialized): Write a char into the pipe to make sure the |
| 41 | parent exits. | 47 | parent exits. |
| 42 | (syms_of_emacs): Explicitly initialize daemon_pipe[1]. | 48 | (syms_of_emacs): Explicitly initialize daemon_pipe[1]. |
| 43 | 49 | ||