]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200801
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 835902c5e3fdf515382c904dfe95c4477e3ddd26..c82620d0a8fbc54dcf0901a75e4c092f00819f7f 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.3530 2020/08/01 21:09:01 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,14 @@ 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.
 
+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")