aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-15 16:49:24 +0800
committerChong Yidong2012-04-15 16:49:24 +0800
commit9a864fa27d1bdc85c3542d34e6a2fc02fe03c718 (patch)
treedae3f52efe9b0d03a5ccf974b4bd5c22f075ba4a /lib-src/ChangeLog
parent467a33d09f0e6d445fb020013ac65b12adffc35e (diff)
downloademacs-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/ChangeLog5
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 @@
12012-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
12012-04-12 Juanma Barranquero <lekktu@gmail.com> 62012-04-12 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * emacsclient.c (decode_options) [WINDOWSNT]: 8 * emacsclient.c (decode_options) [WINDOWSNT]: