diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-04-24 14:42:51 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-04-24 14:42:51 +0000 |
commit | bd8839bbced85ad3899552093a8a53cf1cd25d72 (patch) | |
tree | c93a3fdc52532e35ba91475e05409df32721fcff /winsup | |
parent | d581bbfa8e8ac82c11e9bf771e77e5dac0334464 (diff) | |
download | newlib-bd8839bbced85ad3899552093a8a53cf1cd25d72.zip newlib-bd8839bbced85ad3899552093a8a53cf1cd25d72.tar.gz newlib-bd8839bbced85ad3899552093a8a53cf1cd25d72.tar.bz2 |
* new-features.sgml (ov-new1.7.14): New section. Add new console mouse
reporting modes.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 5417443..3021635 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-24 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.14): New section. Add new console mouse + reporting modes. + 2012-04-24 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * configure: Regenerate. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 947bd1f..2c202a1 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -1,5 +1,17 @@ <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title> +<sect2 id="ov-new1.7.14"><title>What's new and what changed from 1.7.13 to 1.7.14</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +Add mouse reporting modes 1006 and 1015 to console window. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new1.7.13"><title>What's new and what changed from 1.7.12 to 1.7.13</title> <itemizedlist mark="bullet"> |