X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=7e7e1379e29cf50cf733fabcf05f915abcc121ed;hp=6c441675b3b198443ba456be62d0593701ede4f3;hb=f7340994c9dc299dd54a1b4cde949027436f1599;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/NEWS b/NEWS index 6c441675..7e7e1379 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.1597 2010/10/02 23:50:33 tom Exp $ +-- $Id: NEWS,v 1.1599 2010/10/09 20:20:06 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. +20101009 + + correct comparison used for setting 16-colors in linux-16color + entry (Novell #644831) -TD + + improve linux-16color entry, using "dim" for color-8 which makes it + gray rather than black like color-0 -TD + + drop misc/ncu-indent and misc/jpf-indent; they are provided by an + external package "cindent". + 20101002 + improve linkages in html manpages, adding references to the newer pages, e.g., *_variables, curs_sp_funcs, curs_threads.