X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=ad2572e84c34012a41f4db8add03d44319c4346a;hp=ff9b6def227a2e60c2c5be7639479dd771501170;hb=af4c589f0c605e1a1dd3825678a0b1a97df02d37;hpb=22fd3b236834311f1682b09d16eacec0d17f8683 diff --git a/NEWS b/NEWS index ff9b6def..ad2572e8 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.1788 2011/09/24 20:18:22 tom Exp $ +-- $Id: NEWS,v 1.1795 2011/09/26 23:48:17 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,23 @@ 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. +20111001 + + modify tic "-K" option to only set the strict-flag rather than force + source-output. That allows the same flag to control the parser for + input and output of termcap source. + + modify _nc_getent() to ignore backslash at the end of a comment line, + making it consistent with ncurses' parser. + + restore a special-case check for directory needed to make termcap + text files load as if they were databases (cf: 20110924). + + modify tic's resolution/collision checking to attempt to remove the + conflicting alias from the second entry in the pair, which is + normally following in the source file. Also improved the warning + message to make it simpler to see which alias is the problem. + + improve performance of the database iterator by caching search-list. + +20110925 + + add a missing "else" in changes to _nc_read_tic_entry(). + 20110924 + modify _nc_read_tic_entry() so that hashed-database is checked before filesystem.