]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230909
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 96d51f9ddef34f60ad66ea670b6f9d233867654b..81fabef584934f0c03f48b3aef283f5e324bbf9a 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.3995 2023/09/09 16:45:37 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,46 @@ 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.
 
+20230909
+       + improve formatting of manpages (patches by Branden Robinson).
+       > patches by Nicholas Marriott:
+         + use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c,
+           overlooked due to compiler changes in recent OpenBSD releases.
+         + add "-6" option to ncu2openbsd script.
+
+20230902
+       + improve description of search rules for terminal descriptions in
+         terminfo manpage (report by Sven Joachim).
+
+20230826
+       + fixes for compiler-warnings.
+       + update config.guess, config.sub
+
+20230819
+       + various manpage-formatting fixes.
+       + correct formatting of table header in curs_inopts.3x (Branden
+         Robinson).
+       + correct manpage description of panel_hidden (report by Benjamin
+         Mordaunt).
+
+20230812
+       + add/use putty+cursor to reflect amending of modified cursor-keys in
+         2021 -TD
+       + add ecma+strikeout to putty -TD
+       + add functions to query tty-flags in SCREEN (request by Bill Gray).
+
+20230805
+       + fix a few manpages needing tbl marker, seen by lintian warning.
+       + fixes for compiler-warnings.
+       + minor grammatical fix for manpages (Branden Robinson).
+
+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.