Mercurial > emacs
diff lib-src/ChangeLog @ 100312:6da82f7dfa67
* 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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 10 Dec 2008 07:56:51 +0000 |
parents | a2ea34e75036 |
children | 9c9346f62ad8 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Wed Dec 10 06:05:52 2008 +0000 +++ b/lib-src/ChangeLog Wed Dec 10 07:56:51 2008 +0000 @@ -1,3 +1,12 @@ +2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> + + * 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 <dann@ics.uci.edu> * emacsclient.c: Include <arpa/inet.h>.