X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=72d730eb05b7686226d8d8a88322d8102c27ed6b;hb=16e3e58a50e1a7546238d85cbee2117feb175a75;hp=f89cbee1658397dda3bf95056d9c1aa318af7936;hpb=83e9a85c4205c920cc9992bfc96f6546cd4fff22;p=ncurses.git diff --git a/NEWS b/NEWS index f89cbee1..72d730eb 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.2287 2014/10/11 17:49:17 tom Exp $ +-- $Id: NEWS,v 1.2293 2014/10/25 00:20:09 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,20 @@ 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. +20141025 + + in-progress changes to integrate the win32 console driver with the + msys2 configuration. + +20141018 + + reviewed terminology 0.6.1, add function key definitions. None of + the vt100-compatibility issues were improved -TD + + improve infocmp conversion of extended capabilities to termcap by + correcting the limit check against parametrized[], as well as filling + in a check if the string happens to have parameters, e.g., "xm" + in recent changes. + + add check for zero/negative dimensions for resizeterm and resize_term + (report by Mike Gran). + 20141011 + add experimental support for xterm's 1005 mouse mode, to use in a demonstration of its limitations.