]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230722
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 6b10b50cab0d2d9e56f96019c181841ad575b94f..96d51f9ddef34f60ad66ea670b6f9d233867654b 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.3973 2023/07/01 17:55:50 tom Exp $
+-- $Id: NEWS,v 1.3979 2023/07/22 17:26:24 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,24 @@ 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.
 
+20230722
+       + add "auto" default for --with-xterm-kbs configure option.
+
+20230715
+       + correct wadd_wch_literal() when adding a non-spacing character to a
+         double-width character.
+       + improve manual page for curs_util.
+       + improve manual page for wadd_wch().
+
+20230708
+       + add linux+kbs for terminals which imitate xterm's behavior with
+         Linux -TD
+       + modify MinGW driver to return KEY_BACKSPACE when an unmodified
+         VK_BACK virtual key is entered (prompted by patch by Pavel Fedin,
+         Savannah #64292).
+       + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
+         used (report by Sven Joachim, Debian #1040048).
+
 20230701
        + fix mandoc warnings about unnecessary markup.
        + improve parameter check in tparm_setup()