]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20131116
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index db781edb6ceb321d0bbdee898745616128c7adf8..491d6e748536d0604ab9fdd3777ec4281af6b77e 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.2134 2013/11/11 02:07:02 tom Exp $
+-- $Id: NEWS,v 1.2141 2013/11/16 23:27:52 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,27 @@ 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.
 
+20131116
+       + add special case to configure script to move _XOPEN_SOURCE_EXTENDED 
+         definition from CPPFLAGS to CFLAGS if it happens to be needed for
+         Solaris, because g++ errors with that definition (report by
+         Jean-Pierre Flori, Sage #15268).
+       + correct logic in infocmp's -i option which was intended to ignore
+         strings which correspond to function-keys as candidates for piecing
+         together initialization- or reset-strings.  The problem dates to
+         1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
+         gcc 4.8 (report by David Binderman).
+       + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
+         checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
+       + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
+         checks for -Wextra and -Wdeclaration-after-statement into the macro,
+         and adding checks for -Wignored-qualifiers, -Wlogical-op and
+         -Wvarargs
+       + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
+         work on cdk.
+       + update config.sub from
+               http://git.savannah.gnu.org/cgit/config.git
+
 20131110
        + minor cleanup of terminfo.tail