X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=fd6dde3c2790e9834e5e856fbf2484ca0f2223ec;hp=e8cbde59f01c10e112bbf8c2f34dfcf7382932bf;hb=79185cda09da0a0eef36ab0daabe3b739a2757cb;hpb=bcdff1f4b369c01b695ca2b73e9aaac54f9c4526 diff --git a/NEWS b/NEWS index e8cbde59..fd6dde3c 100644 --- 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.,