]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20091114
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 5170eadd04f0b940ac862b5dd8c1dae7707b6ca0..47cc5ee2b88f725084990adf75f6073ab5a6b823 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.1456 2009/10/31 20:50:24 tom Exp $
+-- $Id: NEWS,v 1.1462 2009/11/14 22:32:45 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,21 @@ 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.
 
+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.
+       + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
+         library which help make it compatible with interop applications
+         (patch by Juergen Pfeifer).
+       + add configure option --enable-interop, for integrating changes
+         for generic/interop support to form-library by Juergen Pfeifer
+
 20091031
        + modify use of $CC environment variable which is defined by X/Open
          as a curses feature, to ignore it if it is not a single character