| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --parent-id argument to emacsclient. | Chong Yidong | 2010-05-29 | 1 | -14/+24 |
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing. | Chong Yidong | 2010-05-27 | 1 | -1/+1 |
* | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 1 | -2/+1 |
* | Avoid using trash for certain temp files (Bug#6070). | Chong Yidong | 2010-04-30 | 1 | -3/+7 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | This fixes bug#4197 (merged to bug#865, though not identical). | Juanma Barranquero | 2009-09-19 | 1 | -5/+30 |
* | * server.el (server-ensure-safe-dir): Pass 'integer | Juanma Barranquero | 2009-09-18 | 1 | -2/+2 |
* | Use default-value rather than default-enable-multibyte-characters. | Glenn Morris | 2009-09-03 | 1 | -1/+1 |
* | Use forward-line rather than goto-line. | Glenn Morris | 2009-08-22 | 1 | -2/+4 |
* | * server.el (server-buffer-done): Prevent kill-buffer from | Chong Yidong | 2009-06-29 | 1 | -0/+5 |
* | * server.el (server-process-filter): Use expand-file-name rather than | Stefan Monnier | 2009-03-10 | 1 | -1/+1 |
* | Rename `system-process-attributes' to `process-attributes' | Miles Bader | 2009-02-23 | 1 | -1/+1 |
* | (server-start): Make the warning more verbose (Bug#2395). | Chong Yidong | 2009-02-20 | 1 | -3/+8 |
* | * server.el (server-with-environment): Don't fail for negative entries in ENV. | Juanma Barranquero | 2009-02-11 | 1 | -3/+3 |
* | Add comment. | Chong Yidong | 2009-02-07 | 1 | -0/+2 |
* | (server-execute): Enable quit. | Stefan Monnier | 2009-02-07 | 1 | -33/+41 |
* | (server-name): Make it a defcustom. | Chong Yidong | 2009-01-23 | 1 | -1/+7 |
* | * frame.el (make-frame-on-tty): Remove function, inline contents | Dan Nicolaescu | 2009-01-22 | 1 | -15/+21 |
* | (server-start): Allow server to shut down when no frames are available | Chong Yidong | 2009-01-21 | 1 | -5/+11 |
* | (server-save-buffers-kill-terminal): Args changed. Handle nowait | Chong Yidong | 2009-01-11 | 1 | -13/+21 |
* | Delete incorrect comment. | Chong Yidong | 2009-01-11 | 1 | -2/+0 |
* | Revert previous change (commit mistake). | Chong Yidong | 2009-01-10 | 1 | -20/+16 |
* | * gs.el: File removed. | Chong Yidong | 2009-01-10 | 1 | -16/+20 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (server-running-p): Remove interactive spec. Fix | Andreas Schwab | 2008-12-30 | 1 | -4/+1 |
* | * server.el (server-start): If unable to start the server, | Juanma Barranquero | 2008-12-16 | 1 | -2/+5 |
* | * server.el (server-sentinel): Uncomment code to delete connection file. | Juanma Barranquero | 2008-12-12 | 1 | -28/+67 |
* | * server.el (server-temp-file-p): Use `string-match-p'. | Juanma Barranquero | 2008-11-18 | 1 | -15/+18 |
* | * server.el (server-process-filter): Fix typos and reflow docstring. | Juanma Barranquero | 2008-11-11 | 1 | -7/+7 |
* | (server-process-filter): Only default to emacsclient's terminal in | Chong Yidong | 2008-11-05 | 1 | -2/+3 |
* | (server-process-filter): Don't call server-create-tty-frame when no | Chong Yidong | 2008-11-04 | 1 | -6/+8 |
* | (server-process-filter): In daemon mode, default to emacsclient's tty | Chong Yidong | 2008-10-30 | 1 | -8/+20 |
* | * server.el, emacsclient.c: Use TMPDIR (default /tmp) instead of hardcoded /tmp. | Juanma Barranquero | 2008-10-29 | 1 | -1/+2 |
* | New function `locate-user-emacs-file'. | Juanma Barranquero | 2008-10-24 | 1 | -1/+1 |
* | (server-buffer-done): Avoid changing the buffer when deleting the | Chong Yidong | 2008-09-24 | 1 | -1/+7 |
* | (server-switch-buffer): New arg. | Chong Yidong | 2008-09-06 | 1 | -5/+13 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (server-start): Also don't get confused by CRs since we | Stefan Monnier | 2008-04-23 | 1 | -2/+3 |
* | (server-switch-buffer): Also consider clients in the | Andreas Schwab | 2008-04-20 | 1 | -2/+4 |
* | Undo part of the multi-tty change, which is only needed if server.el is | Stefan Monnier | 2008-04-05 | 1 | -6/+2 |
* | (server-log-time-function): Doc fix. | Juanma Barranquero | 2008-01-27 | 1 | -4/+4 |
* | * server.el (server-process-filter): Check for non-nil before calling | Dan Nicolaescu | 2008-01-27 | 1 | -1/+2 |
* | (server-buffer): New const. | Stefan Monnier | 2008-01-26 | 1 | -15/+31 |
* | (server-process-filter): Don't force the authentication | Juanma Barranquero | 2008-01-25 | 1 | -1/+1 |
* | (server-log-time-function): New function. | Juanma Barranquero | 2008-01-21 | 1 | -4/+7 |
* | (server-process-filter): Replace lineno and columnnno | Stefan Monnier | 2008-01-16 | 1 | -37/+34 |
* | (server-create-window-system-frame): Remove workaround for | Stefan Monnier | 2008-01-03 | 1 | -5/+1 |
* | (server-save-buffers-kill-terminal): Check the `proc' is indeed a process. | Stefan Monnier | 2007-12-23 | 1 | -9/+13 |
* | (server-select-display): Fix important typo. | Stefan Monnier | 2007-12-10 | 1 | -4/+4 |
* | * server.el (server-process-filter): Use `command-line-args-left' | David Kastrup | 2007-11-23 | 1 | -38/+32 |