aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-09-19 15:50:17 +0000
committerChong Yidong <[email protected]>2008-09-19 15:50:17 +0000
commit997ec9575c306d8665475497aa79446db7a74477 (patch)
treede03d332d6e34811b51c80c4066f167f05690715 /lib-src/ChangeLog
parent3e7600a697749d3bc50c844e153647e0407ae503 (diff)
* emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).
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 5d577b32be..b91569d4eb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-19 Dan Nicolaescu <[email protected]>
+
+ * emacsclient.c (main): Use stdout rather than stdin to obtain the
+ terminal (bug#427).
+
2008-08-25 Francesco Potortì <[email protected]>
* etags.c (main): Do not use static space for the tagfile string.