aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-11-01 13:49:23 +0000
committerEli Zaretskii <[email protected]>2008-11-01 13:49:23 +0000
commitd41784eef44d7c34becb4c35f29ac1215dfb15ab (patch)
tree4a0e1e823a8de16ac217f00e2b619a9720d875fe /lib-src/ChangeLog
parent662bea29a515ab931be56f725d29303a48d681b0 (diff)
(main) [WINDOWSNT]: Don't ifdef away the call to `ttyname'.
(w32_getenv): Treat $TERM specially: if not found in the environment and in the Registry, return "w32console". (ttyname) [WINDOWSNT]: New function.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 228a579c65..2a702b8b71 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-01 Eli Zaretskii <[email protected]>
+
+ * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
+ `ttyname'.
+ (w32_getenv): Treat $TERM specially: if not found in the
+ environment and in the Registry, return "w32console".
+ (ttyname) [WINDOWSNT]: New function.
+
2008-10-31 Andreas Schwab <[email protected]>
* emacsclient.c (main): Don't force sending tty when in eval mode.