]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20181124
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2c0b87eb9c1316879a2ee3d0787071043b93e372..89c7a6ecb3d3a5572aa2abe7e55fbb82300e3fb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3211 2018/11/11 01:36:45 tom Exp $
+-- $Id: NEWS,v 1.3219 2018/11/24 22:39:15 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,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.
 
+20181124
+       + check --with-fallbacks option to ensure there is a value, and add
+         the fallback information to top-level Makefile summary.
+       + add some traces in initialization to show whether a fallback entry is
+         used.
+       + build-fix for test/movewindow with ncurses-examples on Solaris.
+       + add "-l" option to test/background, to dump screen contents in a form
+         that lets different curses implementations be compared.
+       + modify the initialization checks for mouse so that the xterm+sm+1006
+         block will work with terminal descriptions not mentioning xterm
+         (report by Tomas Janousek).
+
+20181117
+       + ignore the hex/b64 $TERMINFO in toe's listing.
+       + correct a status-check in _nc_read_tic_entry() so that if reading
+         a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
+         the compiled-in search list.
+
 20181110
        + several workarounds to ensure proper C compiler used in parts of
          Ada95 tree.