]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20231104
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 01e0761cb718db975eb237ff47b5e8105aa1cdbf..f953ea86092c04d36f7cd7cd97abcc8772822947 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.4012 2023/10/07 23:07:35 tom Exp $
+-- $Id: NEWS,v 1.4025 2023/11/04 21:45:02 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,36 @@ 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.
 
+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).
+       + modify --with-pkg-config-libdir option to make "libdir" the default,
+         as documented, rather than "auto" (report by Branden Robinson).
+       + improve messages from configure script (patches by Branden Robinson).
+
+20231021
+       + use oldxterm+sm+1006 in vte-2014 (report by Benno Schulenberg) -TD
+       + add ansi+apparrows -TD
+       + change defaults for configure opaque and widec options (prompted by
+         discussion with Branden Robinson).
+       + minor cleanup of compiler- and manpage-warnings.
+
+20231016
+       + make the recent change to setupterm optional "--enable-check-size"
+         (Debian #1054022).
+
+20231014
+       + improve formatting/style of manpages (patches by Branden Robinson).
+       + updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
+       + update config.guess, config.sub
+
 20231007
        + improve loop-limit for get_position().
        + improve manual description of immedok (Debian #1053603).
@@ -5561,7 +5591,7 @@ it is not possible to add this information.
          function pointer passed to tputs().
        + modify init_pair() to accept -1's for color value after
          assume_default_colors() has been called (Debian #337095).
-       + modify test/background.c, adding commmand-line options to demonstrate
+       + modify test/background.c, adding command-line options to demonstrate
          assume_default_colors() and use_default_colors().
 
 20110416