]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20170722
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index feeb7e9c4efe684cd5a104da51144f0c5dbbcb72..d237b6fab62ad0ba8e320844597129981ca1508e 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.2888 2017/07/15 22:29:41 tom Exp $
+-- $Id: NEWS,v 1.2893 2017/07/22 23:56:31 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,19 @@ 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.
 
+20170722
+       + improve test-packages for ncurses-examples and AdaCurses for lintian
+       + modify logic for endwin-state to be able to detect the case where
+         the screen was never initialized, using that to trigger a flush of
+         ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
+         term-driver configuration.
+       + add dependency upon ncurses_cfg.h to a few other internal header
+         files to allow each to be compiled separately.
+       + add dependency upon ncurses_cfg.h to tic's header-files; any program
+         using tic-library will have to supply this file.  Legacy tack
+         versions supply this file; ongoing tack development has dropped the
+         dependency upon tic-library and new releases will not be affected.
+
 20170715
        + modify command-line parameters for "convert" used in picsmap to work
          with ImageMagick 6.8 and newer.