aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 6ea05fb9e9a..d4a05722a3c 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
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 (egetenv): New wrapper for getenv.
7 (get_current_dir_name, decode_options, get_server_config)
8 (set_local_socket, set_socket, main): Use egetenv, not getenv.
9 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
10
12007-10-09 Juanma Barranquero <lekktu@gmail.com> 112007-10-09 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * emacsclient.c (print_help_and_exit): Fix space to improve 13 * emacsclient.c (print_help_and_exit): Fix space to improve
@@ -60,7 +70,7 @@
60 option. 70 option.
61 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals. 71 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
62 72
632007-08-29 Karoly Lorentey <lorentey@elte.hu> 732007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
64 74
65 * emacsclient.c (signal.h): New include. 75 * emacsclient.c (signal.h): New include.
66 (sys/stat.h, errno.h): Always include, even on WINDOWSNT. 76 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.