comparison lib-src/ChangeLog @ 85681:68a4daa7867a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 26 Oct 2007 15:46:57 +0000
parents 5825529bdc98
children b210bba3f477
comparison
equal deleted inserted replaced
85680:a927843fe12d 85681:68a4daa7867a
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
4 alignment in output messages. 14 alignment in output messages.
5 15
58 (main): Expand removed macros inline. 68 (main): Expand removed macros inline.
59 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend 69 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
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.
67 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): 77 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
68 Copy definitions here from src/lisp.h. 78 Copy definitions here from src/lisp.h.