Mercurial > emacs
comparison src/ChangeLog @ 109612:b7ff82b433d8
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).
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Mon, 02 Aug 2010 09:03:12 +0200 |
parents | 85cbdb81d0e0 |
children | 9760620de530 |
comparison
equal
deleted
inserted
replaced
109611:85cbdb81d0e0 | 109612:b7ff82b433d8 |
---|---|
1 2010-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 | |
1 2010-08-02 Juanma Barranquero <lekktu@gmail.com> | 6 2010-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). |
4 Wording by Drew Adams <drew.adams@oracle.com>. | 9 Wording by Drew Adams <drew.adams@oracle.com>. |
5 | 10 |