aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-26 19:05:47 +0000
committerDan Nicolaescu2008-10-26 19:05:47 +0000
commit5790ef40bae85dc23ae404098198879106057697 (patch)
treeb479642da69b4f0531ed8efefc739e31cbcaa8e1 /src/ChangeLog
parent91c491e0518186d86e66413736025f2f585daf60 (diff)
downloademacs-5790ef40bae85dc23ae404098198879106057697.tar.gz
emacs-5790ef40bae85dc23ae404098198879106057697.zip
* startup.el (command-line): Call daemon-initialized after
starting the server. * emacs.c (daemon_pipe): New variable (main): Create a pipe before forking, make the parent exit only after the child has closed its end of the pipe. Move closing the descriptors ... (Fdaemon_initialized): ... here. New function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dd47c8484b..f86b94ed7d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12008-10-26 Romain Francoise <romain@orebokech.com>
2
3 * emacs.c (daemon_pipe): New variable
4 (main): Create a pipe before forking, make the parent exit only after
5 the child has closed its end of the pipe. Move closing the
6 descriptors ...
7 (Fdaemon_initialized): ... here. New function.
8
12008-10-26 Stefan Monnier <monnier@iro.umontreal.ca> 92008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to 11 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to