Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
100311:5633805bcd3d | 100312:6da82f7dfa67 |
---|---|
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>. |
4 | 13 |
5 2008-12-01 Dan Nicolaescu <dann@ics.uci.edu> | 14 2008-12-01 Dan Nicolaescu <dann@ics.uci.edu> |