diff options
| author | Juanma Barranquero | 2006-11-06 12:41:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 12:41:49 +0000 |
| commit | b03d27bdc16d871cd12e612818a5b1bfab6be13d (patch) | |
| tree | b1cae5499e54474580e4ea470dbff9799763a546 /lib-src/ChangeLog | |
| parent | 0b8f64bca94a25f0cf559e83fe281c5fe70f2e92 (diff) | |
| download | emacs-b03d27bdc16d871cd12e612818a5b1bfab6be13d.tar.gz emacs-b03d27bdc16d871cd12e612818a5b1bfab6be13d.zip | |
(longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.
(decode_options): Don't get EMACS_SERVER_FILE here, it could override command
line options.
(decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
(fail): Don't check for missing arguments, it is now done in set_socket.
(file_name_absolute_p): New function (loosely based on the one in fileio.c).
(initialize_sockets): Don't check for duplicate loading of Winsock.
(get_server_config): Only try relative paths in the default directory locations.
(set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to a remote
server.
(set_socket): Call INITIALIZE(). Search explicit command-line arguments, then
environment variable EMACS_SERVER_FILE, then implicit socket paths, before
trying the alternate editor.
(main): Use file_name_absolute_p.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d25c4710ccc..c240cfb956b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 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 |