]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20201003
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ddba7a83602e7039ffef2b8a8c92c140a44c7a01..b2420cf4865c5729fc4b02161ff116dedb651850 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.3561 2020/09/12 22:47:53 tom Exp $
+-- $Id: NEWS,v 1.3572 2020/10/03 22:12:49 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,28 @@ 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.
 
+20201003
+       + remove output-related checks for nl/nonl (report by Leon Winter).
+       + change tmux's kbs to ^? (report by Premysl Eric Janouch)
+       + simplify mlterm initialization with DECSTR -TD
+       + fix a typo in man/curs_terminfo.3 (Reuben Thomas).
+       + add tmux-direct (tmux #2370)
+       + add user-defined capabilities from mintty to Caps-ncurses, for
+         checking consistency with tic.
+
+20200926
+       + correct configure-check for gnurx library.
+       + regenerate llib-* files.
+       + modify tracemunch and the panel library to show readable traces for
+         panel- and user-pointers.
+
+20200919
+       + update mlterm3 for 3.9.0 (report by Premysl Eric Janouch) -TD
+
+20200918
+       + corrected condition for appending curses.events to the generated
+         curses.h (report by Sven Joachim, Debian #970545).
+
 20200912
        + add configure-check for systre/tre with mingw configuration, to get
          the library-dependencies as seen in msys2 configuration for mingw64.