]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20231125
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 4c04caf1683083a203020348ad7f026a0e3ff6ad..2f9c9e3a06b5ae631a84095bf51fee1f4bc4f60a 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.4022 2023/10/28 18:20:39 tom Exp $
+-- $Id: NEWS,v 1.4039 2023/11/25 19:45:00 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,45 @@ 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.
 
+20231125
+       + add information about "ttycap", termcap's forerunner, to tset.1
+         (patch by Branden Robinson).
+       + improve formatting/style of manpages, including section reordering
+         (patches by Branden Robinson).
+       + modify usage messages in configure script, bracketing optional values
+         (report by Branden Robinson).
+
+20231121
+       + amend fix for Debian #1055882, correcting nul terminator check in
+         waddnstr (Debian #1056340).
+
+20231118
+       + improve description of length-parameter and error-returns in several
+         manpages:  curs_addchstr.3x, curs_addstr.3x, curs_addwstr.3x,
+         curs_in_wch.3x, curs_in_wchstr.3x, curs_inchstr.3x, curs_ins_wstr.3x,
+         curs_insstr.3x, curs_instr.3x, curs_inwstr.3x
+       + amend parameter check for entire string versus specific length in
+         winsnstr() and wins_nwstr() to match Solaris.
+       + make similar correction to wins_nwstr().
+       + correct loop termination condition in waddnstr() and waddnwstr()
+         (Debian #1055882, cf: 20201205).
+
+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,
+         OpenSUSE #1201384, Debian #60377).
+       + build-fixes for --with-caps variations.
+       + correct a couple of section-references in INSTALL.
+
 20231028
        + move xterm focus mode 1004 from xterm+sm+1006 into xterm+focus as
          fe/fd capabilities, like vim (vim-pr #13440).