Glenn Morris
4e6835dbc4
Add 2007 to copyright years.
2007-01-21 04:57:37 +00:00
Francesco Potortì
56c0d8662f
*** empty log message ***
2007-01-02 11:28:50 +00:00
Francesco Potortì
ed8bbc0e02
(longopts): New undocumented option --no-duplicates.
...
(no_duplicates): Static variables for the above option.
(print_help): Do not print help for --no-warn, now undocumented.
(add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
2007-01-02 11:00:40 +00:00
Francesco Potortì
17d5f8a676
*** empty log message ***
2006-12-28 00:05:16 +00:00
Francesco Potortì
18f9bf2531
*** empty log message ***
2006-12-27 23:58:29 +00:00
Juanma Barranquero
8c57275b06
Remove spurious "(tiny change)".
2006-12-26 00:10:43 +00:00
Eli Zaretskii
6808dce14b
*** empty log message ***
2006-12-22 21:04:40 +00:00
Eli Zaretskii
5e059fc1d7
*** empty log message ***
2006-12-22 19:28:37 +00:00
Francesco Potortì
bd3b41c6ee
*** empty log message ***
2006-12-20 10:41:07 +00:00
Juanma Barranquero
0e0dced58b
[WINDOWSNT] (set_fg, get_wc): New variables.
...
[WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
(main) [WINDOWSNT]: Remove code to release the focus; call
w32_give_focus instead.
2006-12-18 16:47:28 +00:00
Juanma Barranquero
4472aef4c3
(w32_execvp): New function; wrapper for `execvp'.
...
(execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
(fail): Remove Windows-specific fix (subsumed in w32_execvp).
2006-12-15 14:53:44 +00:00
Kim F. Storm
12f7728e93
*** empty log message ***
2006-12-06 16:00:01 +00:00
Juanma Barranquero
c388769ece
($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): Use $(USER32)
...
for compatibility with Visual Studio .NET 2003.
2006-12-06 15:31:34 +00:00
Juanma Barranquero
310afa177a
*** empty log message ***
2006-11-30 23:34:05 +00:00
Francesco Potortì
9b492fad8b
*** empty log message ***
2006-11-28 13:43:27 +00:00
Juanma Barranquero
4d91c8f904
(TRES): New macro (copied from nt/makefile.w32-in).
...
($(TRES)): New rule (copied from nt/makefile.w32-in).
($(BLD)/emacsclientw.exe): Add dependency.
2006-11-27 16:00:37 +00:00
Eli Zaretskii
340d34a59b
*** empty log message ***
2006-11-27 07:28:40 +00:00
Juanma Barranquero
7dce1990fc
*** empty log message ***
2006-11-25 15:47:10 +00:00
Jason Rumney
410797a511
Fix email address
2006-11-25 00:30:51 +00:00
Jason Rumney
402767e41a
*** empty log message ***
2006-11-25 00:30:01 +00:00
Eli Zaretskii
cb0297bb1a
(file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forward
...
slashes.
2006-11-24 20:59:01 +00:00
Juanma Barranquero
30aa95cea6
(print_help_and_exit): Tweak message contents and tabs/spaces
...
to improve alignment in message boxes.
2006-11-23 01:51:38 +00:00
Juanma Barranquero
42073bfb9e
Include <stdarg.h>.
...
[WINDOWSNT]: Include <windows.h>.
(w32_check_console_app): New function.
(message): New function.
(decode_options, print_help_and_exit, fail, main, initialize_sockets,
get_server_config, set_tcp_socket, set_local_socket, set_socket):
Use message().
2006-11-22 14:19:35 +00:00
Juanma Barranquero
d57727c978
*** empty log message ***
2006-11-20 00:35:02 +00:00
Juanma Barranquero
1ac3c9101d
*** empty log message ***
2006-11-16 00:58:47 +00:00
Jason Rumney
32dd92836c
Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
2006-11-13 11:32:11 +00:00
Juanma Barranquero
1bbea9fca7
*** empty log message ***
2006-11-13 11:08:25 +00:00
Jason Rumney
a48db42775
*** empty log message ***
2006-11-13 00:04:54 +00:00
Juanma Barranquero
21f89bb7ae
Fix braino.
2006-11-11 14:24:28 +00:00
Juanma Barranquero
ed4a37304a
[!WINDOWSNT]: Include <sys/types.h>.
2006-11-10 15:44:40 +00:00
Juanma Barranquero
33462dfacd
Add "add-log-time-zone-rule: t" to Local Variables section.
2006-11-10 00:21:57 +00:00
Juanma Barranquero
d5abc12cc2
*** empty log message ***
2006-11-08 01:15:08 +00:00
Juanma Barranquero
88b46d8431
(get_server_config) [WINDOWSNT]: Search the server file on APPDATA
...
if it doesn't exist on HOME, even if HOME is defined.
2006-11-07 11:23:12 +00:00
Juanma Barranquero
18b8c421dc
*** empty log message ***
2006-11-07 10:47:51 +00:00
Juanma Barranquero
b03d27bdc1
(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.
2006-11-06 12:41:49 +00:00
Eli Zaretskii
b20d6154e7
*** empty log message ***
2006-11-04 12:23:03 +00:00
Juanma Barranquero
9c92edca93
*** empty log message ***
2006-11-03 16:31:08 +00:00
Juanma Barranquero
b6ce9c466c
*** empty log message ***
2006-11-03 15:50:42 +00:00
Juanma Barranquero
4418616bf3
*** empty log message ***
2006-11-02 13:04:47 +00:00
Juanma Barranquero
1e7823d061
[WINDOWSNT]: Define HAVE_INET_SOCKETS.
...
[!WINDOWSNT]: Include <netinet/in.h> if available.
[HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
(IOCTL, IOCTL_BOOL_ARG): Remove.
(set_tcp_socket): Don't set the socket in blocking mode. Remove c_arg.
2006-11-02 09:55:33 +00:00
Juanma Barranquero
ebc20ca09c
*** empty log message ***
2006-11-01 20:25:51 +00:00
Juanma Barranquero
411b80a566
[WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
...
(close_winsock): Declare as __cdecl.
2006-10-31 16:40:11 +00:00
Juanma Barranquero
95d0feaa4a
[!WINDOWSNT]: Include <fcntl.h> if available.
...
(set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO to set the
socket in non-blocking mode.
2006-10-31 13:52:32 +00:00
Kim F. Storm
d4fa60c883
*** empty log message ***
2006-10-31 11:07:10 +00:00
Juanma Barranquero
e35fc9628c
Fixes to emacsclient.c for GNU/Linux.
...
[!WINDOWSNT] <top level>: Include <netinet/in.h> and <sys/ioctl.h>.
(INVALID_SOCKET): Define.
(initialize_sockets): Put #endif at the right place.
(set_local_socket): Use progname, not argv[0].
2006-10-31 09:08:24 +00:00
Juanma Barranquero
ecc5405763
*** empty log message ***
2006-10-31 01:08:02 +00:00
Andreas Schwab
9984b9d5d9
Typo.
2006-10-11 09:49:15 +00:00
Eli Zaretskii
70846e2ad8
(../src/config.h): Fix error message.
2006-10-09 19:58:14 +00:00
Eli Zaretskii
e2247cd00d
*** empty log message ***
2006-09-30 10:03:11 +00:00
Jay Belanger
45a2056c56
*** empty log message ***
2006-09-15 17:47:12 +00:00