]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.3 - patch 20220827
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 9b1a9040415ceb783522cdffeebfb56875209752..0d85c72d35725ad0588b47e95ddd5a1c0b0b6e66 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.3841 2022/08/06 19:13:14 tom Exp $
+-- $Id: NEWS,v 1.3851 2022/08/27 19:29:31 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,28 @@ 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.
 
+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.
+       + add curses_trace to ifdef's for START_TRACE in test/test.priv.h
+       + update config.guess
+
+20220813
+       + modify delscreen to more effectively delete all windows on the given
+         screen.
+       + amend portability note for delwin in manual page.
+       + adapt test/test_delwin.c from example by Bill Gray.
+       + account for prescreen data if freeing leaks in pthread-configuration
+       + split-out _nc_set_read_thread(), to reduce compiler warnings about
+         pthread_self(), which may/may not be a weak symbol.
+       + improve pthread-configuration for test/worm.c
+
 20220806
        + amend end_of_stream() to allow for input files without a final
          newline.