diff options
| author | Chong Yidong | 2012-04-20 18:37:57 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-20 18:37:57 +0800 |
| commit | 2d0e8e614a6744a6a33c6b519f20359802e75c2b (patch) | |
| tree | 1dfade2f2a21b73ee7f195c6e7e1e2f0a4c43543 /lisp/ChangeLog | |
| parent | de6ff46dce80a715d46c34ff46f01a28afb63db9 (diff) | |
| download | emacs-2d0e8e614a6744a6a33c6b519f20359802e75c2b.tar.gz emacs-2d0e8e614a6744a6a33c6b519f20359802e75c2b.zip | |
Fix emacsclient/server behavior under --without-x.
* lib-src/emacsclient.c (main): Send -tty to Emacs under more circumstanced (Bug#8314).
* lisp/server.el (server-process-filter): Only try to open a window
system frame if compiled with graphical support (Bug#8314).
Fixes: debbugs:11102
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 947ae6f17f6..58f646251d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | is a string and there are no files to open (Bug#2825). | 4 | is a string and there are no files to open (Bug#2825). |
| 5 | (server-create-window-system-frame, server-create-tty-frame): | 5 | (server-create-window-system-frame, server-create-tty-frame): |
| 6 | Don't switch buffers here. | 6 | Don't switch buffers here. |
| 7 | (server-process-filter): Only try to open a window system frame if | ||
| 8 | compiled with graphical support (Bug#8314). | ||
| 7 | 9 | ||
| 8 | 2012-04-20 Dan Nicolaescu <dann@gnu.org> | 10 | 2012-04-20 Dan Nicolaescu <dann@gnu.org> |
| 9 | 11 | ||