]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200808
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 00eacd1112844099d91eeb806c63cbd3f0d8d1ce..539d5520c634e35cb8f0225e9605f74d32e4c1cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3523 2020/07/18 22:43:57 tom Exp $
+-- $Id: NEWS,v 1.3532 2020/08/08 23:43:32 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,34 @@ 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.
 
+20200808
+       + improve discussion of the system's tic utility when used as part
+         of cross-compiling (discussion with Keith Marshall).
+       + modify configuration checks for build-time tic/infocmp to use
+         AC_CHECK_TOOL. That can still be overridden by --with-tic-path and
+         --with-infocmp-path when fallbacks are used, but even if not using
+         fallbacks, the improved check may help with cross-compiling
+         (discussion with Keith Marshall).
+       + other build-fixes for Ada95 with MinGW.
+       + modify Ada95 source-generation utility to write to a file given as
+         parameter rather than to the standard output, allowing builds with
+         MinGW.
+
+20200801
+       + remove remaining parts of checks for ISC Unix (cf: 20121006).
+       + add user32.lib to LDFLAGS for Visual Studio C++ configuration
+         (discussion with "Maarten Anonymous").
+       + modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to
+         reduce Visual Studio C++ redefinition warnings.
+       + improve/update checks for external functions in test/configure
+
+20200725
+       + set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by
+         "Maarten Anonymous")
+       + improved workaround for redefinition-warnings for KEY_EVENT.
+       + improve man/term.5 section on legacy storage format (report by
+         Florian Weimer).
+
 20200718
        + reduce redefinition-warnings for KEY_EVENT when building with Visual
          Studio C++.