aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-12-10 07:56:51 +0000
committerDan Nicolaescu <[email protected]>2008-12-10 07:56:51 +0000
commit636b507bcc99120c6e9479541aa99fb737855de0 (patch)
tree9969e6e2ecc3b9392378139d2f11442ad6f09dee /lib-src/ChangeLog
parente54be9a0323e16b3074983b9c28fb55452e196e3 (diff)
* misc.texi (emacsclient Options): Describe what an empty string
argument does for --alternate-editor. * emacsclient.1: Describe what an empty string argument does for --alternate-editor. * emacsclient.c (print_help_and_exit): Describe what an empty string argument does for --alternate-editor. (set_socket): Make it possible to not exit in case of an error. (start_daemon_and_retry_set_socket): New function. (main): Use it. Restore the NULL value for socket_name and server_file after the set_socket call.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index acd9ef9f3c..7cb4cda201 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-10 Dan Nicolaescu <[email protected]>
+
+ * emacsclient.c (print_help_and_exit): Describe what an empty
+ string argument does for --alternate-editor.
+ (set_socket): Make it possible to not exit in case of an error.
+ (start_daemon_and_retry_set_socket): New function.
+ (main): Use it. Restore the NULL value for socket_name and
+ server_file after the set_socket call.
+
2008-12-03 Dan Nicolaescu <[email protected]>
* emacsclient.c: Include <arpa/inet.h>.