X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=6f5977409a14b188b818c5cb6c960854a55b3271;hb=574a94bc3d70682bde48f7f10d3c12a58e581e27;hp=4d4a20e430cf4369e781a7a21bc70011f5129fc7;hpb=a1aff38c9421e79f92cd4e8ab0587fdf3806cc28;p=ncurses.git diff --git a/NEWS b/NEWS index 4d4a20e4..6f597740 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.1134 2007/06/09 22:47:59 tom Exp $ +-- $Id: NEWS,v 1.1138 2007/06/23 21:28:00 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,16 @@ 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. +20070623 + + add test/demo_panels.c + + implement opaque version of setsyx() and getsyx(). + +20070612 + + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm + #226 -TD + + split-out key_name() from MKkeyname.awk since it now depends upon + wunctrl() which is not in libtinfo (report by Rong-En Fan). + 20070609 + add test/key_name.c + add stdscr cases to test/inchs.c and test_inch_wide.c