diff options
| author | Eli Zaretskii | 2014-07-11 16:58:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-11 16:58:02 +0300 |
| commit | e8963bd757bce1a58d5c5b081f53a873857d25df (patch) | |
| tree | 47d62ff10f9d4ff0be4b8ce7234b4b8669493e82 /src/ChangeLog | |
| parent | ca849522fe8484b111d6f3a244ff7ef4fa97fa99 (diff) | |
| download | emacs-e8963bd757bce1a58d5c5b081f53a873857d25df.tar.gz emacs-e8963bd757bce1a58d5c5b081f53a873857d25df.zip | |
Implement echo suppression in non-interactive mode for MS-Windows.
src/minibuf.c (read_minibuf_noninteractive): Finish reading on '\r',
not only on '\n'.
src/sysdep.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty)
[DOS_NT]: Implement for WINDOWSNT.
src/systty.h (struct emacs_tty) [DOS_NT]: The struct member is now
unsigned.
Fixes: debbugs:17839
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. |