diff options
| author | Chong Yidong | 2012-04-15 16:49:24 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-15 16:49:24 +0800 |
| commit | 9a864fa27d1bdc85c3542d34e6a2fc02fe03c718 (patch) | |
| tree | dae3f52efe9b0d03a5ccf974b4bd5c22f075ba4a /lib-src/ChangeLog | |
| parent | 467a33d09f0e6d445fb020013ac65b12adffc35e (diff) | |
| download | emacs-9a864fa27d1bdc85c3542d34e6a2fc02fe03c718.tar.gz emacs-9a864fa27d1bdc85c3542d34e6a2fc02fe03c718.zip | |
Move "emacsclient -t -n" handling from emacsclient.c to server.el.
Fix its buggy logic for the Windows case (regression from 23.4).
* lib-src/emacsclient.c (decode_options): Move -t -n corner case handling
into server.el.
* lisp/server.el (server-process-filter): Handle corner case where both
tty and nowait options are present.
Fixes: debbugs:11102
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index dd10026447f..e58b291ec89 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-15 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c (decode_options): Move -t -n corner case handling | ||
| 4 | into server.el (Bug#11102). | ||
| 5 | |||
| 1 | 2012-04-12 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-04-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * emacsclient.c (decode_options) [WINDOWSNT]: | 8 | * emacsclient.c (decode_options) [WINDOWSNT]: |