]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20171104
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fdc81b1d34d6722a04fb0266462af115e99127ac..16890bade192361d4520bcd08e13a282c9fd9c17 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.2991 2017/10/28 23:46:30 tom Exp $
+-- $Id: NEWS,v 1.2995 2017/10/30 22:20:57 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,13 @@ 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.
 
+20171104
+       + check for interrupt in color-pair initialization of dots_curses.c,
+         dots_xcurses.c
+       + add z/Z zoom feature to test/ncurses.c C/c screens.
+       + add '<' and '>' commands to test/ncurses.c S/s screens, to better
+         test off-by-ones in the overlap/copywin functions.
+
 20171028
        + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
          (report by Midolikawa H).