# HG changeset patch # User Juanma Barranquero # Date 1193413189 0 # Node ID 5adc774ee71c7d76471d95062288b38f683d6d20 # Parent 7970215aa6e577f06fdcfa9c983186ddf1df379e *** empty log message *** diff -r 7970215aa6e5 -r 5adc774ee71c lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Oct 26 15:39:06 2007 +0000 +++ b/lib-src/ChangeLog Fri Oct 26 15:39:49 2007 +0000 @@ -1,3 +1,15 @@ +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). + (xmalloc): New function by K,Aa(Broly L$,1 q(Brentey (backported from the trunk). + (quote_file_name): Use it. + (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-25 Jason Rumney * emacsclient.c (sock_err_message): New function.