comparison src/ChangeLog @ 99178:8af0a96bf7da

* 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].
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 28 Oct 2008 01:02:44 +0000
parents 36b0ab070ac3
children c1511154e8c2
comparison
equal deleted inserted replaced
99177:a70ba38c4731 99178:8af0a96bf7da
1 2008-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
1 2008-10-27 Chong Yidong <cyd@stupidchicken.com> 14 2008-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
4 over-sized glyph, draw it with the default glyph width. 17 over-sized glyph, draw it with the default glyph width.
5 18