aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-01 13:49:23 +0000
committerEli Zaretskii2008-11-01 13:49:23 +0000
commitd41784eef44d7c34becb4c35f29ac1215dfb15ab (patch)
tree4a0e1e823a8de16ac217f00e2b619a9720d875fe /lib-src/ChangeLog
parent662bea29a515ab931be56f725d29303a48d681b0 (diff)
downloademacs-d41784eef44d7c34becb4c35f29ac1215dfb15ab.tar.gz
emacs-d41784eef44d7c34becb4c35f29ac1215dfb15ab.zip
(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 228a579c651..2a702b8b719 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12008-11-01 Eli Zaretskii <eliz@gnu.org>
2
3 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
4 `ttyname'.
5 (w32_getenv): Treat $TERM specially: if not found in the
6 environment and in the Registry, return "w32console".
7 (ttyname) [WINDOWSNT]: New function.
8
12008-10-31 Andreas Schwab <schwab@suse.de> 92008-10-31 Andreas Schwab <schwab@suse.de>
2 10
3 * emacsclient.c (main): Don't force sending tty when in eval mode. 11 * emacsclient.c (main): Don't force sending tty when in eval mode.