]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.4 - patch 20230715
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b8147e206aae2d2de529c05dc95eebf59baa546e..28c678fe9bcffa18b120d0c72c87854a918f78b3 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.3967 2023/06/17 17:17:42 tom Exp $
+-- $Id: NEWS,v 1.3977 2023/07/15 17:58:51 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,32 @@ 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.
 
+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()
+
+20230625
+       + adjust man/make_sed.sh to work with dates as the third field of TH.
+       + fixes for out-of-memory condition (report by "eaglegai").
+
+20230624
+       + fixes for out-of-memory condition (report by "eaglegai").
+
 20230617
        + markup manpages with revision information (prompted by discussion
          with Bjarni Ingi Gislason).