diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d1203b2ff96..46e851faada 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * emacsclient.c (main): Avoid dangling 'if'. | 3 | * emacsclient.c (main): Avoid dangling 'if'. |
| 4 | (xstrdup): Remove; no longer needed. | ||
| 5 | (get_current_dir_name, w32_getenv, get_server_config, find_tty): | ||
| 6 | (set_local_socket, main): | ||
| 7 | Use const char *, not char *, for pointers that are not assigned | ||
| 8 | through. | ||
| 4 | 9 | ||
| 5 | * emacsclient.c: Redo local variables to avoid shadowing problems. | 10 | * emacsclient.c: Redo local variables to avoid shadowing problems. |
| 6 | (message, socket_status, start_daemon_and_retry_set_socket): | 11 | (message, socket_status, start_daemon_and_retry_set_socket): |