]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20091121
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 360bc09433bf49698c0ee2daccf7b8ee8421480d..9e06d7181479ff11a003430af1a333ff8dd2cb66 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.1459 2009/11/07 22:13:22 tom Exp $
+-- $Id: NEWS,v 1.1465 2009/11/21 23:14:39 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,20 @@ 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.
 
+20091121
+       + fix case where progs/tput is used while sp-funcs is configure; this
+         requires save/restore of out-character function from _nc_prescreen
+         rather than the SCREEN structure (report by Charles Wilson).
+       + fix typo in man/curs_trace.3x which caused incorrect symbolic links
+       + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
+
+20091114
+
+       + updated man/curs_trace.3x
+       + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
+       + change a variable name in lib_newwin.c to make it clearer which
+         value is being freed on error (patch by Nicholas Marriott).
+
 20091107
        + improve test/ncurses.c color-cycling test by reusing attribute-
          and color-cycling logic from the video-attributes screen.