]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20170520
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index cfb6a914c31bfe9975d7a34460e5ddfe01d346fd..64e1886e303422322e3288eeffc0cc62f16d4aef 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.2836 2017/05/06 18:50:43 tom Exp $
+-- $Id: NEWS,v 1.2844 2017/05/21 00:24:14 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.
 
+20170520
+       + modify test/picsmap.c to read xpm files.
+       + modify package/debian/* to create documentation packages, so the
+         related files can be checked with lintian.
+       + fix some typos in manpages (report/patch by Sven Joachim).
+
+20170513
+       + add test/picsmap.c to fill in some testing issues not met by dots.
+         The initial version reads X bitmap (".xbm") files.
+       + repair logic which forces a repaint where a color-pair's content is
+         changed (cf: 20170311).
+       + improve tracemunch, showing screenXX pointers as names.
+
 20170506
        + modify tic/infocmp display of numeric values to use hexadecimal when
          they are "close" to a power of two, making the result more readable.