diff options
| author | Juanma Barranquero | 2007-10-26 15:46:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-26 15:46:57 +0000 |
| commit | 7ce8671d69767c4e31f76c2e0f1aad5702f8d374 (patch) | |
| tree | 78be54a8920ac5167a6a3658bf296ba08b4dea9c /lib-src/ChangeLog | |
| parent | 6daab4eda7662e373f902108d553b6364982a75d (diff) | |
| download | emacs-7ce8671d69767c4e31f76c2e0f1aad5702f8d374.tar.gz emacs-7ce8671d69767c4e31f76c2e0f1aad5702f8d374.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).
(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/ChangeLog | 12 |
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 @@ | |||
| 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 | (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 | |||
| 1 | 2007-10-09 Juanma Barranquero <lekktu@gmail.com> | 11 | 2007-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 | ||
| 63 | 2007-08-29 Karoly Lorentey <lorentey@elte.hu> | 73 | 2007-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. |