# HG changeset patch # User Juanma Barranquero # Date 1193413617 0 # Node ID 68a4daa7867af96af6078691fcb22d3675c0a4d1 # Parent a927843fe12d7e44da7a6f6685e3037a81f16f5f *** empty log message *** diff -r a927843fe12d -r 68a4daa7867a lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Oct 26 15:46:22 2007 +0000 +++ b/lib-src/ChangeLog Fri Oct 26 15:46:57 2007 +0000 @@ -1,3 +1,13 @@ +2007-10-26 Juanma Barranquero + + * emacsclient.c: Add a wrapper for getenv so it also checks the + registry on Windows. Suggestion and algorithm by Eli Zaretskii. + Code partially based on w32_get_resource and init_environment (w32.c). + (egetenv): New wrapper for getenv. + (get_current_dir_name, decode_options, get_server_config) + (set_local_socket, set_socket, main): Use egetenv, not getenv. + (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions. + 2007-10-09 Juanma Barranquero * emacsclient.c (print_help_and_exit): Fix space to improve @@ -60,7 +70,7 @@ option. (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. -2007-08-29 Karoly Lorentey +2007-08-29 K,Aa(Broly L$,1 q(Brentey * emacsclient.c (signal.h): New include. (sys/stat.h, errno.h): Always include, even on WINDOWSNT.