]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200816
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 835902c5e3fdf515382c904dfe95c4477e3ddd26..1bc806b38b55f66c5e089461d776583df5055b88 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.3527 2020/07/25 23:08:42 tom Exp $
+-- $Id: NEWS,v 1.3536 2020/08/16 18:03:39 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.
 
+20200816
+       + amend tic/infocmp check to allow for the respective tool's absence
+         (report by Steve Wills, cf: 20200808).
+       + improved some of the build-scripts with shellcheck
+       + filter out -MT/-MD/-MTd/-MDd options in script for Visual Studio C++
+         (discussion with "Maarten Anonymous").
+
+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")