Mercurial > emacs
diff lib-src/ChangeLog @ 79233:5adc774ee71c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 26 Oct 2007 15:39:49 +0000 |
parents | 8cd7ba6ee31f |
children | d4b0de1c65bc b210bba3f477 |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * 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 <jasonr@gnu.org> * emacsclient.c (sock_err_message): New function.