]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20090927
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 749e0a0195fd1511c81dd2cd34aa606000b82d0a..1d720a4937e8f01860dd5f5e0a45c5538b069481 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.1437 2009/09/19 21:13:13 tom Exp $
+-- $Id: NEWS,v 1.1443 2009/09/27 14:48:04 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20090927
+       + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
+         that module since 20090711 is in libtinfo.
+       + add configure option --enable-term-driver, to allow compiling with
+         terminal-driver.  That is used in mingw port, and (being somewhat
+         more complicated) is an experimental alternative to the conventional
+         termlib internals.  Currently, it requires the sp-funcs feature to
+         be enabled.
+       + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
+         library (some work remains for forms library).
+
 20090919
        + document return code from define_key (report by Mike Gran).
        + make some symbolic links in the terminfo directory-tree shorter