]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230211
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b3e6219cd8fd3bb49b4048455343735b0fcfb64a..1549de7967db3117af3a1ab11fd4f15b4cb37a0b 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.3904 2023/01/21 21:31:13 tom Exp $
+-- $Id: NEWS,v 1.3909 2023/02/11 23:24:11 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,20 @@ 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.
 
+20230211
+       + set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
+         Hannes Domani).
+       + use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
+         obtain a handle on the actual console, avoiding redirection in the
+         MinGW/Win32 configurations (adapted from patch by LIU Hao).
+
+20230128
+       + document XF, kxIN and kxOUT -TD
+       + add note on sun/wscons/cmdtool/shelltool -TD
+       + modify configure script check for pkg-config library directory to
+         take into account an older version 0.15.0 which used PKG_CONFIG_PATH
+         but not PKG_CONFIG_LIBDIR
+
 20230121
        + correct limit-check when dumping tc/use clause via tic -I (report by
          Gabriel Ravier).