]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20171111
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fdc81b1d34d6722a04fb0266462af115e99127ac..401484d69041ea682e9b7357b71a4cb59a0665c9 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.2998 2017/11/11 20:35:53 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.
 
+20171111
+       + add "op" to xterm+256setaf -TD
+       + reviewed terminology 1.0.0 -TD
+       + reviewed st 0.7 -TD
+       + suppress debug-package for ncurses-examples rpm build.
+
+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).