diff options
| author | Dan Nicolaescu | 2008-12-10 07:56:51 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-10 07:56:51 +0000 |
| commit | 636b507bcc99120c6e9479541aa99fb737855de0 (patch) | |
| tree | 9969e6e2ecc3b9392378139d2f11442ad6f09dee /lib-src/ChangeLog | |
| parent | e54be9a0323e16b3074983b9c28fb55452e196e3 (diff) | |
| download | emacs-636b507bcc99120c6e9479541aa99fb737855de0.tar.gz emacs-636b507bcc99120c6e9479541aa99fb737855de0.zip | |
* 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/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index acd9ef9f3cf..7cb4cda2013 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * emacsclient.c (print_help_and_exit): Describe what an empty | ||
| 4 | string argument does for --alternate-editor. | ||
| 5 | (set_socket): Make it possible to not exit in case of an error. | ||
| 6 | (start_daemon_and_retry_set_socket): New function. | ||
| 7 | (main): Use it. Restore the NULL value for socket_name and | ||
| 8 | server_file after the set_socket call. | ||
| 9 | |||
| 1 | 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu> | 10 | 2008-12-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 11 | ||
| 3 | * emacsclient.c: Include <arpa/inet.h>. | 12 | * emacsclient.c: Include <arpa/inet.h>. |