diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-04-04 16:17:13 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-04-04 16:17:13 +0000 |
commit | 2c4cbf8e7b48819fdd9cb4afaf4479d0f3bace55 (patch) | |
tree | 3efe9a99889e7fe920c5e0799ade1902716beb9f | |
parent | bf5252bbb790bfe41fd99d45e91f171bbc24e7c4 (diff) | |
download | cygnal-2c4cbf8e7b48819fdd9cb4afaf4479d0f3bace55.tar.gz cygnal-2c4cbf8e7b48819fdd9cb4afaf4479d0f3bace55.tar.bz2 cygnal-2c4cbf8e7b48819fdd9cb4afaf4479d0f3bace55.zip |
* new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.
-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> |