]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230520
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index c4d2ccac82f50154035a295fd92bad71886ccbf7..9eeeb5727b7495090cf99dad22cbe750591c75e2 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.3945 2023/04/24 22:48:50 tom Exp $
+-- $Id: NEWS,v 1.3955 2023/05/20 18:39:29 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,31 @@ 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.
 
+20230520
+       + fixes for compiler warnings in MinGW environments.
+
+20230514
+       + modify test-package "ncurses6-doc" to use manpage-aliases, which in
+         turn required a change to the configure script to factor in the
+         extra-suffix option when deriving alias names.
+       + add mode 1004 to xterm+sm+1006 from xterm #380 -TD
+
+20230506
+       > build-fixes related to configure-options and/or platform:
+         + fix for --enable-fvisibility
+         + fix for unusual values of --with-rel-version
+         + fix for unusual values of --with-abi-version
+         + fix for --disable-tcap-names
+         + fix for termcap in nc_access.h (report by Werner Fink).
+
+20230429
+       + revise recent change to _nc_write_entry to isolate it to a Cygwin bug
+         (cf: 20230311)
+       + amend fix for wgetnstr, wgetn_wstr to use cbreak mode unless raw
+         mode was set (cf: 20210522).
+       + fix a few warnings from cppcheck, etc.
+       + correct copy/paste error in nc_access.h (report by Werner Fink).
+
 20230424
        + check return value of _nc_save_str(), in special case for tic where
          extended capabilities are processed but the terminal description was