aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglineMiles Bader2009-03-041-0/+2
|
* (main) [MAIL_USE_POP]: Add -r to usage message.Glenn Morris2009-03-042-1/+5
|
* Add .gitignore rules for in-place builds.Juanma Barranquero2009-03-031-26/+4
|
* Bump version to 23.0.91.Chong Yidong2009-02-261-1/+1
|
* Include time.h unconditionally.Chong Yidong2009-02-131-2/+2
| | | | (main): Use time_t for time variables.
* * movemail.c: Include time.h unconditionally.Chong Yidong2009-02-131-0/+5
| | | | (main): Use time_t for time variables.
* (mbx_delimit_begin): Also write the current time.Glenn Morris2009-02-112-1/+16
|
* (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than BabylGlenn Morris2009-02-102-2/+7
| | | | format. (Bug#2196)
* Bump version to 23.0.90.Chong Yidong2009-02-011-1/+1
|
* * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.Adrian Robert2009-01-232-1/+14
|
* (matching_regexp): Fix OB1 error.Chong Yidong2009-01-141-1/+1
|
* * ebrowse.c (matching_regexp): Fix OB1 error.Chong Yidong2009-01-141-0/+4
|
* Add missing entry.Glenn Morris2009-01-101-0/+5
|
* Comment (add Author:, based on authors.el).Glenn Morris2009-01-102-4/+10
|
* Comment (add Author: header).Glenn Morris2009-01-101-0/+2
|
* Comment (add an author based on ack.texi).Glenn Morris2009-01-101-0/+3
|
* Comments (minor fixes of some header conventions).Glenn Morris2009-01-101-17/+20
|
* 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.