comparison 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
comparison
equal deleted inserted replaced
79232:7970215aa6e5 79233:5adc774ee71c
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 (xmalloc): New function by K,Aa(Broly L$,1 q(Brentey (backported from the trunk).
7 (quote_file_name): Use it.
8 (egetenv): New wrapper for getenv.
9 (get_current_dir_name, decode_options, get_server_config)
10 (set_local_socket, set_socket, main): Use egetenv, not getenv.
11 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
12
1 2007-10-25 Jason Rumney <jasonr@gnu.org> 13 2007-10-25 Jason Rumney <jasonr@gnu.org>
2 14
3 * emacsclient.c (sock_err_message): New function. 15 * emacsclient.c (sock_err_message): New function.
4 (set_tcp_socket): Use it. 16 (set_tcp_socket): Use it.
5 17