aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-26 15:39:49 +0000
committerJuanma Barranquero2007-10-26 15:39:49 +0000
commit70cd9104ca2f1f7443cda004d9ab576d49503aca (patch)
treee8c5ba95394da3d681b902acb4be929a80d770f9 /lib-src/ChangeLog
parentb1ac90c50af8342f341b22d532aa3304c99147cf (diff)
downloademacs-70cd9104ca2f1f7443cda004d9ab576d49503aca.tar.gz
emacs-70cd9104ca2f1f7443cda004d9ab576d49503aca.zip
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ároly Lőrentey (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.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c9599fee81d..a4e519e8954 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12007-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
12007-10-25 Jason Rumney <jasonr@gnu.org> 132007-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.