diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5debc00acf..a016f3cadc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.c (read_minibuf_noninteractive): Finish reading on '\r', | ||
| 4 | not only on '\n'. | ||
| 5 | |||
| 6 | * sysdep.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty) | ||
| 7 | [DOS_NT]: Implement for WINDOWSNT. | ||
| 8 | |||
| 9 | * systty.h (struct emacs_tty) [DOS_NT]: The struct member is now | ||
| 10 | unsigned. | ||
| 11 | |||
| 1 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> | 12 | 2014-07-11 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * sysdep.c (suppress_echo_on_tty): New function. | 14 | * sysdep.c (suppress_echo_on_tty): New function. |