aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-09-24 19:58:06 +0000
committerDan Nicolaescu2008-09-24 19:58:06 +0000
commit73fee52267dfcaf79217c0476eab4c421f5b7702 (patch)
tree1981656fbd291c7dadaea612293f8e0a2f597682 /src/ChangeLog
parent92d2ea2ce739d0d9ee5b09a39bb5efe46b8d471b (diff)
downloademacs-73fee52267dfcaf79217c0476eab4c421f5b7702.tar.gz
emacs-73fee52267dfcaf79217c0476eab4c421f5b7702.zip
* lisp.h (is_daemon): Declare.
* dispnew.c (init_display): Do not try to initialize the terminal when running as a daemon.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f2b82b231bf..b0689ee9c89 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * lisp.h (is_daemon): Declare.
4 * dispnew.c (init_display): Do not try to initialize the terminal
5 when running as a daemon.
6
12008-09-22 Chong Yidong <cyd@stupidchicken.com> 72008-09-22 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and 9 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and