]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20150530
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 5b7594b442d08a97fb5121899d1a6f148fcd10a5..5af1990d5a8dab45cd1d44bc7489a4c74f7e3ce6 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.2425 2015/05/23 21:56:15 tom Exp $
+-- $Id: NEWS,v 1.2431 2015/05/31 00:14:53 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,16 @@ 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.
 
+20150530
+       + change private type for Event_Mask in Ada95 binding to work when
+         mmask_t is set to 32-bits.
+       + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
+       + add vte-2014, update vte to use that -TD
+       + modify tic and infocmp to "move" a diagnostic for tparm strings that
+         have a syntax error to tic's "-c" option (report by Daniel Pitts).
+       + fix two problems with configure script macros (Debian #786436,
+         cf: 20150425, cf: 20100529).
+
 20150523
        + add 'P' menu item to test/ncurses.c, to show pad in color.
        + improve discussion in curs_color.3x about color rendering (prompted