aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-10-28 01:02:44 +0000
committerStefan Monnier2008-10-28 01:02:44 +0000
commitfc0127715c4cea8bc2fc26ebe69592d412555a07 (patch)
tree8a1f9b379bb6aaacc7f2686886fbbb2cc829aa1a /src/ChangeLog
parent468750667c3d91e8e57955875ab62baad5ce354c (diff)
downloademacs-fc0127715c4cea8bc2fc26ebe69592d412555a07.tar.gz
emacs-fc0127715c4cea8bc2fc26ebe69592d412555a07.zip
* xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
(message2_nolog): Check FRAME_INITIAL_P instead of noninteractively. * emacs.c (is_daemon): Remove. (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 parent exits. (syms_of_emacs): Explicitly initialize daemon_pipe[1].
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6562ef022d7..ba79e504b53 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
4 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
5
6 * emacs.c (is_daemon): Remove.
7 (main): Don't set is_daemon.
8 (IS_DAEMON): New macro.
9 (Fdaemonp, Fdaemon_initialized): Use it.
10 (Fdaemon_initialized): Wrtie a char into the pipe to make sure the
11 parent exits.
12 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
13
12008-10-27 Chong Yidong <cyd@stupidchicken.com> 142008-10-27 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on 16 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on