aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-10-26 19:05:47 +0000
committerDan Nicolaescu <[email protected]>2008-10-26 19:05:47 +0000
commit5790ef40bae85dc23ae404098198879106057697 (patch)
treeb479642da69b4f0531ed8efefc739e31cbcaa8e1 /src/ChangeLog
parent91c491e0518186d86e66413736025f2f585daf60 (diff)
* 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 3dd47c8484..f86b94ed7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-26 Romain Francoise <[email protected]>
+
+ * 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.
+
2008-10-26 Stefan Monnier <[email protected]>
* chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to