diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-04-05 15:04:24 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-04-05 15:04:24 +0000 |
commit | 93bb67edb20ee2fd9aa844daa1611c9ed2b13c9d (patch) | |
tree | 752ba9472eb3fdeef5cdb36916d2ba5bdfa1e73b | |
parent | 82405d444885a8d0536127ed8fa177e66c827dd6 (diff) | |
download | cygnal-93bb67edb20ee2fd9aa844daa1611c9ed2b13c9d.tar.gz cygnal-93bb67edb20ee2fd9aa844daa1611c9ed2b13c9d.tar.bz2 cygnal-93bb67edb20ee2fd9aa844daa1611c9ed2b13c9d.zip |
* new-features.sgml (ov-new1.7.13): Add typeahead description.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 456ed9d7d..5b028ba9a 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 2012-04-05 Corinna Vinschen <corinna@vinschen.de> + * new-features.sgml (ov-new1.7.13): Add typeahead description. + +2012-04-05 Corinna Vinschen <corinna@vinschen.de> + * new-features.sgml (ov-new1.7.13): New section. Add entry for mkpasswd/mkgroup change to print TrustedInstaller account. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 58417451a..947bd1f99 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -9,6 +9,11 @@ mkpasswd and mkgroup now try to print an entry for the TrustedInstaller account existing since Windows Vista/Server 2008. </para></listitem> +<listitem><para> +Terminal typeahead when switching from canonical to non-canonical mode +is now properly flushed. +</para></listitem> + </itemizedlist> </sect2> |