diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 0677ae353..44fa54aee 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-11 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.5): New section. + 2010-04-11 Christopher Faylor <me+cygwin@cgf.cx> * cygwin-api.in.sgml: Update to DocBook SGML 4.5 DTD. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 5c1cadc4f..3a198619c 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -1,5 +1,18 @@ <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title> +<sect2 id="ov-new1.7.5"><title>What's new and what changed from 1.7.3 to 1.7.5</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +Support for DEC Backarrow Key Mode escape sequences (ESC [ ? 67 h, ESC [ ? 67 l) +in Windows console. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new1.7.3"><title>What's new and what changed from 1.7.2 to 1.7.3</title> <itemizedlist mark="bullet"> |