]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20070210
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 028fde8d5d5e87e238992edfcf0bc5ea04d27f36..5c3d9d7b34403dba6c0c82cd7f503af32141e906 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.1074 2007/01/28 16:55:02 tom Exp $
+-- $Id: NEWS,v 1.1084 2007/02/11 01:17:49 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,32 @@ 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.
 
+20070210
+       + add test/inchs.c, test_inch_wide.c, to test win_wchnstr().
+       + remove libdl from library list for termlib (report by Miroslav
+         Lichvar).
+       + fix configure.in to allow --without-progs --with-termlib (patch by
+         Miroslav Lichvar).
+       + modify win_wchnstr() to ensure that only a base cell is returned
+         for each multi-column character (prompted by report by Wei Kong
+         regarding change in mvwin_wch() cf: 20041023).
+
+20070203
+       + modify fix_wchnstr() in form library to strip attributes (and color)
+         from the cchar_t array (field cells) read from a field's window. 
+         Otherwise, when copying the field cells back to the window, the
+         associated color overrides the field's background color (report by
+         Ricardo Cantu).
+       + improve tracing for form library, showing created forms, fields, etc.
+       + ignore --enable-rpath configure option if --with-shared was omitted.
+       + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
+         to allow leak-checking when both tic- and tinfo-libraries are built.
+       + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
+         no longer relies on it.
+       + disallow combining configure script options --with-ticlib and
+         --enable-termcap (report by Rong-En Fan).
+       + remove tack from ncurses tree.  
+
 20070128
        + fix typo in configure script that broke --with-termlib option
          (report by Rong-En Fan).