]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20231111
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index f953ea86092c04d36f7cd7cd97abcc8772822947..012df958d3a15bfca53824923ab563733e76f34d 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.4025 2023/11/04 21:45:02 tom Exp $
+-- $Id: NEWS,v 1.4031 2023/11/11 23:13:58 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,15 @@ 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.
 
+20231111
+       + used "infocmp -u" to help trim redundant capabilities -TD
+       + add limit checks in infocmp needed when processing extended
+         capabilities with the "-u" option.
+       + fix inconsistent sort-order in see-also sections of manpages.
+       + fix a few compiler warnings for Solaris 10.
+       + modify endwin() to return an error if it is called again without an
+         intervening screen update (report by Rajeev Pillai, NetBSD #57592).
+
 20231104
        + modify reset command to avoid altering clocal if the terminal uses a
          modem (prompted by discussion with Werner Fink, Michal Suchanek,