]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20090803
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 8de8c2c82bf55cfced508de6859833c4eade78b2..f2ac7a86a8d99591695c53787c5d139032880926 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1411 2009/07/28 22:22:43 tom Exp $
+-- $Id: NEWS,v 1.1416 2009/08/04 00:45:58 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,19 @@ 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.
 
+20090803
+       + add tabs.1 to man/man_db.renames
+       + modify lib_addch.c to compensate for removal of wide-character test
+         from unctrl() in 20090704 (Debian #539735).
+
+20090801
+       + improve discussion in INSTALL for use of system's tic/infocmp for
+         cross-compiling and building fallbacks.
+       + modify test/demo_termcap.c to correspond better to options in
+         test/demo_terminfo.c
+       + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
+       + fix logic for 'V' in test/ncurses.c tests f/F.
+
 20090728
        + correct logic in tigetnum(), which caused tput program to treat all
          string capabilities as numeric (report by Rajeev V Pillai,