]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230729
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 96d51f9ddef34f60ad66ea670b6f9d233867654b..84d5c41dc35c7cc7e6ea4d62049295c9763ce255 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.3979 2023/07/22 17:26:24 tom Exp $
+-- $Id: NEWS,v 1.3981 2023/07/29 16:35:02 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,13 @@ 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.
 
+20230729
+       + improve manpages for wgetnstr() and wget_wnstr().
+       + modify MinGW configuration to provide for running in MSYS/MSYS2
+         shells, assuming ConPTY support (patch by Pavel Fedin).
+       + add assignment in CF_MAN_PAGES to fill in value for TERMINFO_DIRS in
+         ncurses, terminfo and tic manpages (patch by Sven Joachim).
+
 20230722
        + add "auto" default for --with-xterm-kbs configure option.