| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (C_entries): DEFUN names were longer by one: corrected. | Francesco Potortì | 2006-12-20 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2006-12-20 | 1 | -0/+4 |
| | | |||||
| * | Bump version number to 22.0.92 | Chong Yidong | 2006-12-19 | 1 | -1/+1 |
| | | |||||
| * | [WINDOWSNT] (set_fg, get_wc): New variables. | Juanma Barranquero | 2006-12-18 | 2 | -33/+74 |
| | | | | | | | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. (main) [WINDOWSNT]: Remove code to release the focus; call w32_give_focus instead. | ||||
| * | Comment and whitespace changes. | Richard M. Stallman | 2006-12-15 | 1 | -5/+5 |
| | | |||||
| * | Rework a few comments. | Juanma Barranquero | 2006-12-15 | 1 | -3/+3 |
| | | |||||
| * | (w32_execvp): New function; wrapper for `execvp'. | Juanma Barranquero | 2006-12-15 | 2 | -7/+48 |
| | | | | | | (execvp) [WINDOWSNT]: Redefine to `w32_execvp'. (fail): Remove Windows-specific fix (subsumed in w32_execvp). | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-12-06 | 1 | -1/+1 |
| | | |||||
| * | ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe): Use $(USER32) | Juanma Barranquero | 2006-12-06 | 2 | -2/+7 |
| | | | | | for compatibility with Visual Studio .NET 2003. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-30 | 1 | -0/+16 |
| | | |||||
| * | (emacs_pid): New variable. | Juanma Barranquero | 2006-11-30 | 1 | -35/+30 |
| | | | | | | | | | (message): Remove leftover code. (get_server_config): Set emacs_pid. Don't allow Emacs to grab the focus yet; emacsclient can still display an informational message before sending requests to Emacs. (main): Allow Emacs to grab the focus. Simplify message() call. | ||||
| * | (message): Make sure the message is properly written even if it contains printf | Juanma Barranquero | 2006-11-30 | 1 | -2/+7 |
| | | | | | | | escapes, and flush the result. (set_tcp_socket): Make the message for non-local connections informational rather than an error. | ||||
| * | *** empty log message *** | Francesco Potortì | 2006-11-28 | 1 | -0/+14 |
| | | |||||
| * | Previous changes checked in by jhd checked and cleaned up: | Francesco Potortì | 2006-11-28 | 1 | -9/+8 |
| | | | | | | | | | | (readline): Check for double quote after #line. (readline): sscanf could in principle return 2. (TeX_commands): Use p++ (rather than *p++) to increment p. (Lua_functions): Explicitely discard LOOKING_AT's return value. (TEX_mode): Check getc retruns EOF. File ended without newline causes infinite loop. | ||||
| * | (TRES): New macro (copied from nt/makefile.w32-in). | Juanma Barranquero | 2006-11-27 | 2 | -2/+12 |
| | | | | | | ($(TRES)): New rule (copied from nt/makefile.w32-in). ($(BLD)/emacsclientw.exe): Add dependency. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-11-27 | 1 | -0/+5 |
| | | |||||
| * | ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in. | Eli Zaretskii | 2006-11-27 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-25 | 1 | -0/+5 |
| | | |||||
| * | (VERSION): New macro. | Juanma Barranquero | 2006-11-25 | 1 | -2/+4 |
| | | | | | (ECLIENT_CFLAGS): Add -DVERSION. | ||||
| * | (file_name_absolute_p) [WINDOWSNT]: Use isalpha(). | Jason Rumney | 2006-11-25 | 1 | -1/+1 |
| | | |||||
| * | Fix email address | Jason Rumney | 2006-11-25 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-11-25 | 1 | -0/+4 |
| | | |||||
| * | (file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forward | Eli Zaretskii | 2006-11-24 | 2 | -1/+6 |
| | | | | | slashes. | ||||
| * | Space/tab mixup. | Juanma Barranquero | 2006-11-24 | 1 | -1/+1 |
| | | |||||
| * | (print_help_and_exit): Tweak message contents and tabs/spaces | Juanma Barranquero | 2006-11-23 | 2 | -8/+14 |
| | | | | | to improve alignment in message boxes. | ||||
| * | Include <stdarg.h>. | Juanma Barranquero | 2006-11-22 | 2 | -30/+87 |
| | | | | | | | | | | [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(). | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-20 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-16 | 1 | -0/+1 |
| | | |||||
| * | Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS. | Jason Rumney | 2006-11-13 | 2 | -5/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-13 | 1 | -0/+10 |
| | | |||||
| * | (emacsclient): Depend also on emacsclientw.exe. | Juanma Barranquero | 2006-11-13 | 1 | -28/+12 |
| | | | | | | | | ($(BLD)/emacsclientw.exe): New target. (install): Install emacsclientw.exe. ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets. (ECLIENT_CFLAGS): Remove redundant flags. | ||||
| * | [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H. | Juanma Barranquero | 2006-11-13 | 1 | -1/+8 |
| | | |||||
| * | ($(BLD)/emacsclient.$(O)): Use CFLAGS. | Jason Rumney | 2006-11-13 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-11-13 | 1 | -0/+4 |
| | | |||||
| * | Fix braino. | Juanma Barranquero | 2006-11-11 | 1 | -3/+3 |
| | | |||||
| * | [!WINDOWSNT]: Include <sys/types.h>. | Juanma Barranquero | 2006-11-10 | 2 | -2/+8 |
| | | |||||
| * | Add "add-log-time-zone-rule: t" to Local Variables section. | Juanma Barranquero | 2006-11-10 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-08 | 1 | -0/+5 |
| | | |||||
| * | (get_server_config): Declare set_fg as FARPROC to avoid a compiler warning. | Juanma Barranquero | 2006-11-08 | 1 | -1/+1 |
| | | |||||
| * | (get_server_config) [WINDOWSNT]: Search the server file on APPDATA | Juanma Barranquero | 2006-11-07 | 2 | -4/+12 |
| | | | | | if it doesn't exist on HOME, even if HOME is defined. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-07 | 1 | -0/+6 |
| | | |||||
| * | (get_server_config): Extract also the Emacs pid from the server file. | Juanma Barranquero | 2006-11-07 | 1 | -2/+29 |
| | | | | | On Windows, try to force the Emacs frame to the foreground. | ||||
| * | (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name. | Juanma Barranquero | 2006-11-06 | 2 | -44/+127 |
| | | | | | | | | | | | | | | | | | (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. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-11-04 | 1 | -0/+5 |
| | | |||||
| * | (../src/$(BLD)/temacs.exe): Create as temporary file if it doesn't already | Eli Zaretskii | 2006-11-04 | 1 | -0/+9 |
| | | | | | exist. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-03 | 1 | -0/+5 |
| | | |||||
| * | (initialize_sockets): Don't initialize Winsock more than once. | Juanma Barranquero | 2006-11-03 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-03 | 1 | -0/+5 |
| | | |||||
| * | Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch | Ramprasad B | 2006-11-03 | 1 | -2/+3 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-02 | 1 | -0/+6 |
| | | |||||