| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -9/+19 |
|\ |
|
| * | Prevent server-mode from issuing a prompt in kill-emacs-hook. | Chong Yidong | 2010-10-31 | 1 | -9/+19 |
* | | * server.el (server-host, server-port, server-auth-dir): Autoload risky. | Glenn Morris | 2010-10-26 | 1 | -2/+4 |
* | | Add server-port option. (Bug#854) | Peter Oliver | 2010-10-26 | 1 | -1/+10 |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lisp/server.el (server-process-filter): Doc fix. | Juanma Barranquero | 2010-09-29 | 1 | -1/+1 |
* | | * lisp/server.el (server-process-filter, server-return-error): Give | Chong Yidong | 2010-10-02 | 1 | -0/+6 |
* | | lisp/server.el (server-start): For compatibility, revert part of 2010-09-30T0... | Juanma Barranquero | 2010-10-01 | 1 | -0/+1 |
* | | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient. | Juanma Barranquero | 2010-09-30 | 1 | -4/+3 |
* | | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost". | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
* | | server.el (server-visit-files): Run pre-command-hook and | David Reitter | 2010-08-26 | 1 | -5/+10 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | * server.el (server-start): Force IPv4 and use literal 127.0.0.1. | Juanma Barranquero | 2010-08-03 | 1 | -2/+2 |
* | | * server.el (server-start): Simplify loop. | Leo Liu | 2010-08-03 | 1 | -1/+1 |
* | | 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 |