diff options
| author | Juanma Barranquero | 2006-11-22 14:19:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-22 14:19:35 +0000 |
| commit | 42073bfb9e0c7136dd2e5d0feb6ffb6ed3b9d1ca (patch) | |
| tree | d3acde3af846efd88078b31e5cd7a073c4f7c531 /lib-src/ChangeLog | |
| parent | fef1f0f2a53aefd5c3e44fc48c02aabb891232ba (diff) | |
| download | emacs-42073bfb9e0c7136dd2e5d0feb6ffb6ed3b9d1ca.tar.gz emacs-42073bfb9e0c7136dd2e5d0feb6ffb6ed3b9d1ca.zip | |
Include <stdarg.h>.
[WINDOWSNT]: Include <windows.h>.
(w32_check_console_app): New function.
(message): New function.
(decode_options, print_help_and_exit, fail, main, initialize_sockets,
get_server_config, set_tcp_socket, set_local_socket, set_socket):
Use message().
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 70bd5bb6ed7..5c6629f79d0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se> | ||
| 2 | |||
| 3 | * emacsclient.c: Include <stdarg.h>. | ||
| 4 | [WINDOWSNT]: Include <windows.h>. | ||
| 5 | (w32_check_console_app): New function. | ||
| 6 | (message): New function. | ||
| 7 | (decode_options, print_help_and_exit, fail, main) | ||
| 8 | (initialize_sockets, get_server_config, set_tcp_socket) | ||
| 9 | (set_local_socket, set_socket): Use message(). | ||
| 10 | |||
| 1 | 2006-11-13 Jason Rumney <jasonr@gnu.org> | 11 | 2006-11-13 Jason Rumney <jasonr@gnu.org> |
| 2 | 12 | ||
| 3 | * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and | 13 | * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and |