]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20160312
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index e8cbde59f01c10e112bbf8c2f34dfcf7382932bf..fd6dde3c2790e9834e5e856fbf2484ca0f2223ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2575 2016/02/21 00:29:51 tom Exp $
+-- $Id: NEWS,v 1.2580 2016/03/12 18:59:41 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,15 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20160312
+       + modified test/filter.c to illustrate an alternative to getnstr, that
+         polls for input while updating a clock on the right margin as well
+         as responding to window size-changes.
+
+20160305
+       + omit a redefinition of "inline" when traces are enabled, since this
+         does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
+
 20160220
        + modify test/configure script to check for pthread dependency of
          ncursest or ncursestw library when building ncurses examples, e.g.,