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 /lib-src/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 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c76303d8fa2..fc6d905cfb2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * emacsclient.c (decode_options): Move -t -n corner case handling | 3 | * emacsclient.c (decode_options): Move -t -n corner case handling |
| 4 | into server.el (Bug#11102). | 4 | into server.el (Bug#11102). |
| 5 | (main): Send -tty to Emacs under more circumstanced (Bug#8314). | ||
| 5 | 6 | ||
| 6 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 8 | ||