comparison lib-src/ChangeLog @ 91073:4bc33ffdda1a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:12:07 +0000
parents bdb3fe0ba9fa b210bba3f477
children 880960b70474
comparison
equal deleted inserted replaced
91072:74ab3ea909f9 91073:4bc33ffdda1a
1 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c: Add a wrapper for getenv so it also checks the
4 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
5 Code partially based on w32_get_resource and init_environment (w32.c).
6 (egetenv): New wrapper for getenv.
7 (get_current_dir_name, decode_options, get_server_config)
8 (set_local_socket, set_socket, main): Use egetenv, not getenv.
9 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
10
11 2007-10-25 Jason Rumney <jasonr@gnu.org>
12
13 * emacsclient.c (sock_err_message): New function.
14 (set_tcp_socket): Use it.
15
1 2007-10-09 Juanma Barranquero <lekktu@gmail.com> 16 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2 17
3 * emacsclient.c (print_help_and_exit): Fix space to improve 18 * emacsclient.c (print_help_and_exit): Fix space to improve
4 alignment in output messages. 19 alignment in output messages.
5 20
58 (main): Expand removed macros inline. 73 (main): Expand removed macros inline.
59 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend 74 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
60 option. 75 option.
61 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. 76 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
62 77
63 2007-08-29 Karoly Lorentey <lorentey@elte.hu> 78 2007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
64 79
65 * emacsclient.c (signal.h): New include. 80 * emacsclient.c (signal.h): New include.
66 (sys/stat.h, errno.h): Always include, even on WINDOWSNT. 81 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
67 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): 82 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
68 Copy definitions here from src/lisp.h. 83 Copy definitions here from src/lisp.h.