X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=585aa61be00c5ed988bb3072ec5755037fd72c83;hp=68dfa623c8783e0c10613f82316b065a3d1f5cd4;hb=173dd870810c8b85baa31f9a272d15f96a8f9ff4;hpb=26001c55f3e698f2467ee6e4a6c376bed9be6439 diff --git a/NEWS b/NEWS index 68dfa623..585aa61b 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.1927 2012/07/14 23:02:40 tom Exp $ +-- $Id: NEWS,v 1.1931 2012/07/21 23:24:40 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,14 @@ 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. +20120721 + + improved form_request_by_name() and menu_request_by_name(). + + eliminate two fixed-size buffers in toe.c + + extend use_tioctl() to have expected behavior when use_env(FALSE) and + use_tioctl(TRUE) are called. + + modify ncurses test-program, adding -E and -T options to demonstrate + use_env() versus use_tioctl(). + 20120714 + add use_tioctl() function (adapted from patch by Werner Fink, Novell #769788):