aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-08-02 09:03:12 +0200
committerJan Djärv2010-08-02 09:03:12 +0200
commit9a747ba6507e64e26f87c5173d25428c99b70adb (patch)
tree669a1a2e141c2593e69efe01cda7c36f668b3df5 /src/ChangeLog
parent7b0815ba49c91b047bc04744884a5c699183b8a8 (diff)
downloademacs-9a747ba6507e64e26f87c5173d25428c99b70adb.tar.gz
emacs-9a747ba6507e64e26f87c5173d25428c99b70adb.zip
Enable ICANON (Bug#6771). Any long line problem must be solved differently.
There is AFAIK no bug report or test case for the long line problem. * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF to Control-D (Bug#6771).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0309fe1641f..60b881b3784 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-08-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
4 to Control-D (Bug#6771).
5
12010-08-02 Juanma Barranquero <lekktu@gmail.com> 62010-08-02 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493). 8 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).