diff options
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 4751475b3..efde99ee6 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-04-04 Corinna Vinschen <corinna@vinschen.de> + + * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging. + 2014-03-31 Christopher Faylor <me.cygwin2014@cgf.cx> * new-features.xml: (ov-new1.7.29): Add new section. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index c3fa510b3..ff7ed232d 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -12,9 +12,13 @@ Allow quoting of arguments to the CYGWIN environment variable, i.e., set CYGWIN=error_start="c:\bin\someprogram -T" </para></listitem> + <listitem><para> Console screen clearing works more like xterm or mintty. </para></listitem> + +</itemizedlist> + </sect2> <sect2 id="ov-new1.7.28"><title>What's new and what changed from 1.7.27 to 1.7.28</title> |