summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-0823-23/+23
|
* (Copyright): Update copyright for 2009.Glenn Morris2009-01-052-2/+9
|
* (print_version): Update copyright for 2009.Glenn Morris2009-01-051-2/+2
|
* (version): Update copyright for 2009.Glenn Morris2009-01-051-2/+2
|
* (main): Fatal if hard links cannot be created.Chong Yidong2009-01-011-0/+7
|
* * movemail.c (main): Fatal if hard links cannot be created.Chong Yidong2009-01-011-0/+4
|
* File name fix, for AUTHORS.Glenn Morris2008-12-191-1/+1
|
* Fix typos and author's names.Juanma Barranquero2008-12-191-8/+8
|
* * emacs.c (main): Print and error and exit when no data is readDan Nicolaescu2008-12-182-7/+20
| | | | | | | | | | from the pipe. * startup.el (command-line): Do not mention the server name in case the user has not mentioned it, print a more explicit message. * emacsclient.c (start_daemon_and_retry_set_socket): Improve error checking.
* Fix typos.Juanma Barranquero2008-12-171-2/+3
|
* Include syswait.h instead of sys/types.h.Dan Nicolaescu2008-12-142-1/+5
|
* Fix comment typo.Glenn Morris2008-12-131-1/+1
|
* (WCONTINUED): New compatibility define for older systems.Dan Nicolaescu2008-12-112-0/+8
|
* (main): Fix previous change.Dan Nicolaescu2008-12-102-4/+4
|
* * emacsclient.c (main): Fix mindless breakage where emacsclientJuanma Barranquero2008-12-102-0/+7
| | | | does not work *at all* on Windows, even if it *can* connect.
* (main): Fail in case of not being able to connect.Dan Nicolaescu2008-12-102-0/+3
|
* (decode_options): Fix typo.Dan Nicolaescu2008-12-101-1/+1
|
* (EMACS_DAEMON): Remove definition.Dan Nicolaescu2008-12-102-9/+22
| | | | | | | (decode_options): Do not allow an empty alternate_editor on WINDOWSNT. (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT. (start_daemon_and_retry_set_socket): Likewise.
* * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.Juanma Barranquero2008-12-102-7/+21
| | | | | | | Changes when EMACS_DAEMON is not defined: (print_help_and_exit): Don't add daemon information to help. (start_daemon_and_retry_set_socket): Make a no-op. (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
* * misc.texi (emacsclient Options): Describe what an empty stringDan Nicolaescu2008-12-102-6/+89
| | | | | | | | | | | | | | argument does for --alternate-editor. * emacsclient.1: Describe what an empty string argument does for --alternate-editor. * emacsclient.c (print_help_and_exit): Describe what an empty string argument does for --alternate-editor. (set_socket): Make it possible to not exit in case of an error. (start_daemon_and_retry_set_socket): New function. (main): Use it. Restore the NULL value for socket_name and server_file after the set_socket call.
* *** empty log message ***Dan Nicolaescu2008-12-031-1/+1
|
* Fix typo in include.Dan Nicolaescu2008-12-031-1/+1
|
* Include <darpa/inet.h>.Dan Nicolaescu2008-12-032-0/+6
|
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-012-1/+5
|
* Derek Peschel <dpeschel at eskimo.com> (tiny change)Glenn Morris2008-11-222-1/+5
| | | | (add_regex): Pass correct length to re_compile_pattern.
* Fix last change.Chong Yidong2008-11-021-52/+51
|
* (window_system): Delete redundant variable.Chong Yidong2008-11-021-79/+85
| | | | | | (decode_options): Don't use it. (find_tty): New function. (main): Use find_tty, and don't use window_system.
* * emacsclient.c (window_system): Delete redundant variable.Chong Yidong2008-11-021-0/+7
| | | | | | (decode_options): Don't use it. (find_tty): New function. (main): Use find_tty, and don't use window_system.
* (main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.Eli Zaretskii2008-11-012-6/+23
| | | | | | (w32_getenv): Treat $TERM specially: if not found in the environment and in the Registry, return "w32console". (ttyname) [WINDOWSNT]: New function.
* (main): Don't force sending tty when in eval mode.Andreas Schwab2008-10-312-1/+5
|
* (main): If using the current frame, send tty information to Emacs inChong Yidong2008-10-301-1/+4
| | | | case daemon mode needs to occupy this tty.
* * emacsclient.c (main): If using the current frame, send ttyChong Yidong2008-10-301-0/+5
| | | | information to Emacs in case daemon mode needs to occupy this tty.
* * emacsclient.c (EXTRA_SPACE): New macro.Juanma Barranquero2008-10-292-7/+17
| | | | (get_server_config, set_local_socket): Use it.
* * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.Juanma Barranquero2008-10-292-1/+6
| | | | Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
* * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp.Juanma Barranquero2008-10-292-6/+16
|
* (longopts, print_help_and_exit): Add -nw.Dan Nicolaescu2008-10-132-2/+8
| | | | (decode_options): Use getopt_long_only.
* (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and codepage.elc.Eli Zaretskii2008-09-302-2/+5
|
* Fix typos.Juanma Barranquero2008-09-241-21/+21
|
* (main): Fix a typo in a comment.Eli Zaretskii2008-09-191-1/+1
|
* (main): Use stdout rather than stdin to obtain the terminal (bug#427).Chong Yidong2008-09-191-1/+1
|
* * emacsclient.c (main): Use stdout rather than stdin to obtain theChong Yidong2008-09-191-0/+5
| | | | terminal (bug#427).
* 2008-08-25 Francesco Potort�<pot@gnu.org>Francesco Potortì2008-08-251-0/+4
| | | | * etags.c (main): Do not use static space for the tagfile string.
* (main): Do not use static space for the tagfile string.Francesco Potortì2008-08-251-5/+6
|
* etags.c: improve collapsing multiple slashes in file names.Francesco Potortì2008-08-161-0/+7
|
* (main): Use canonicalize_filename on tags file name.Francesco Potortì2008-08-161-31/+38
| | | | | | (relative_filename): Revert 3.85: do not collapse slashes here. (absolute_dirname): Remove useless call to canonicalize_filename. (canonicalize_filename): Collapse multiple slashes here.
* * s/darwin.h (OTHER_FILES): Do not define here, defined inDan Nicolaescu2008-08-072-6/+6
| | | | | | | | | | | | | | | | | | | config.in. * Makefile.in (ALL_OBJC_CFLAGS): New variable. (.m.o): Use it. * config.in: Regenerate. * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do not special case for NS_IMPL_COCOA. * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable. AC_SUBST it. (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define. AC_SUBST it. (OTHER_FILES): Always define for HAVE_NS. (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA. * configure: Regenerate.
* * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. (.m.o): ↵Adrian Robert2008-08-062-6/+5
| | | | Dispense with GNUstep-specific flags.
* (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT andChong Yidong2008-08-051-7/+13
| | | | | HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and Heimdal, respectively.
* * pop.c (socket_connection): Add conditionals forChong Yidong2008-08-051-0/+6
| | | | | HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support compilation with MIT Kerberos and Heimdal, respectively.
* Fix typos.Juanma Barranquero2008-08-041-3/+3
|