aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-04-12 22:19:17 -0400
committerStefan Monnier2010-04-12 22:19:17 -0400
commit84164a0dc12bacef378a267e7f2b18dd371be16f (patch)
treed85210358273b9f59cdc54b26c5a70d7a2e89b16 /src/ChangeLog
parent2b0a91e78f83fb446cc38efb99399e83ad2cded3 (diff)
downloademacs-84164a0dc12bacef378a267e7f2b18dd371be16f.tar.gz
emacs-84164a0dc12bacef378a267e7f2b18dd371be16f.zip
(init_tty): Move common text outside of #ifdef TERMINFO.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f9567b1308e..94e8a20fb8b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-04-13 Stefan Monnier <monnier@iro.umontreal.ca> 12010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
4
3 Try to solve the problem of spurious EOF chars in long lines of text 5 Try to solve the problem of spurious EOF chars in long lines of text
4 sent to interactive subprocesses. 6 sent to interactive subprocesses.
5 * sysdep.c (child_setup_tty): Do not enable ICANON any more. 7 * sysdep.c (child_setup_tty): Do not enable ICANON any more.