comparison lib-src/ChangeLog @ 73766:3fb3be372fa8

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 12:41:49 +0000
parents 26aaeb68df76
children e02dbec6d19c
comparison
equal deleted inserted replaced
73765:bcb5c0f9a466 73766:3fb3be372fa8
1 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
4 option --socket-name.
5 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
6 command line options.
7 (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
8 (fail): Don't check for missing arguments, it is now done in set_socket.
9 (file_name_absolute_p): New function (loosely based on the one in
10 fileio.c).
11 (initialize_sockets): Don't check for duplicate loading of Winsock.
12 (get_server_config): Only try relative paths in the default
13 directory locations.
14 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
15 a remote server.
16 (set_socket): Call INITIALIZE(). Search explicit command-line
17 arguments, then environment variable EMACS_SERVER_FILE, then implicit
18 socket paths, before trying the alternate editor.
19 (main): Use file_name_absolute_p.
20
1 2006-11-04 Eli Zaretskii <eliz@gnu.org> 21 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2 22
3 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary 23 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
4 file if it doesn't already exist. 24 file if it doesn't already exist.
5 25