diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
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 @@ | |||
| 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. |