aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-12-18 08:48:26 +0000
committerDan Nicolaescu <[email protected]>2008-12-18 08:48:26 +0000
commitfd95644b937fb3e6e1285b21c2fc1ab901199e87 (patch)
treed505389ad56d77f9b1abaabd4dca23e69d8951b3 /lib-src/ChangeLog
parent059f0a612aea0c4f485b6d316f6bf51375cf52d0 (diff)
* emacs.c (main): Print and error and exit when no data is read
from the pipe. * startup.el (command-line): Do not mention the server name in case the user has not mentioned it, print a more explicit message. * emacsclient.c (start_daemon_and_retry_set_socket): Improve error checking.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 16d70d4297..b72487d22d 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-18 Dan Nicolaescu <[email protected]>
+
+ * emacsclient.c (start_daemon_and_retry_set_socket): Improve error
+ checking.
+
2008-12-14 Dan Nicolaescu <[email protected]>
* emacsclient.c: Include syswait.h instead of sys/types.h.