]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.3 - patch 20220910
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 521b8c7a6a3628da73e4ed04186723ab03113909..5fdefda4fad8af3fca2d535057e054cb6d064bb3 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.3848 2022/08/20 18:30:07 tom Exp $
+-- $Id: NEWS,v 1.3856 2022/09/10 22:31:34 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,23 @@ 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.
 
+20220910
+       + amend verbose-option change to make this affect level 3, e.g., using
+         "tic -cv3 terminfo".
+       + work around musl's nonstandard use of feature test macros by adding
+         a definition for NCURSES_WIDECHAR to the generated ".pc" and *-config
+         files (report by Sam James).
+
+20220903
+       + modify verbose-option of infocmp, tic, toe to enable debug-tracing
+         if that is configured.
+
+20220827
+       + modify configure scripts to use overlooked cases for LD and
+         PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
+       + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
+       + modify putty to use xterm+alt1049 -TD
+
 20220820
        + fix some cppcheck warnings, mostly style, in ncurses and c++
          libraries and progs directory.