]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20150530
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 9ff78cf5186e00839f917d0fd0872eec12857bc4..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.2417 2015/05/09 18:19:39 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,37 @@ 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
+         by comment on Stack Overflow forum):
+       + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
+       + add several screen.XXX entries to support the respective variations
+         for 256 colors -TD
+       + add putty+fnkeys* building-block entries -TD
+       + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
+
+20150516
+       + amend change to ".pc" files to only use the extra loader flags which
+         may have rpath options (report by Sven Joachim, cf: 20150502).
+       + change versioning for dpkg's in test-packages for Ada95 and
+         ncurses-examples for consistency with Debian, to work with package
+         updates.
+       + regenerate html manpages.
+       + clarify handling of carriage return in waddch manual page; it was
+         discussed only in the portability section (prompted by comment on
+         Stack Overflow forum):
+
 20150509
        + add test-packages for cross-compiling ncurses-examples using the
          MinGW test-packages.  These are only the Debian packages; RPM later.