]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100529
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 8192200e72c2f2be767e203a53f06796363dd755..3522a4077e1b5c450f8d177aab382c6af3fdc065 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.1546 2010/05/22 18:46:54 tom Exp $
+-- $Id: NEWS,v 1.1550 2010/05/29 21:57:41 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,15 @@ 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.
 
+20100529
+       + regenerated html documentation.
+       + modify test/configure to support pkg-config for checking X libraries
+         used by PDCurses.
+       + add/use configure macro CF_ADD_LIB to force consistency of
+         assignments to $LIBS, etc.
+       + fix configure script for combining --with-pthread
+         and --enable-weak-symbols options.
+
 20100522
        + correct cross-compiling configure check for CF_MKSTEMP macro, by
          adding a check cache variable set by AC_CHECK_FUNC (report by
@@ -763,7 +772,7 @@ it is not possible to add this information.
          overlooked til now.
 
 20081011
-       + update html documentation.
+       + regenerated html documentation.
        + add -m and -s options to test/keynames.c and test/key_names.c to test
          the meta() function with keyname() or key_name(), respectively.
        + correct return value of key_name() on error; it is null.