]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20140913
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ae56f1f03c49824fb42b3693d4b3ea9fb2e9f42a..c44f52343ce93562b526d6350ec2d5cec93b92b1 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.2246 2014/07/26 22:50:27 tom Exp $
+-- $Id: NEWS,v 1.2270 2014/09/13 23:18:55 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,58 @@ 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.
 
+20140913
+       + add a configure check to ignore some of the plethora of non-working
+         C++ cross-compilers.
+       + build-fixes for Ada95 with gnat 4.9
+
+20140906
+       + build-fix and other improvements for port of ncurses-examples to
+         NetBSD.
+       + minor compiler-warning fixes.
+
+20140831
+       + modify test/demo_termcap.c and test/demo_terminfo.c to make their
+         options more directly comparable, and add "-i" option to specify
+         a terminal description filename to parse for names to lookup.
+
+20140823
+       + fix special case where double-width character overwrites a single-
+         width character in the first column (report by Egmont Koblinger,
+         cf: 20050813).
+
+20140816
+       + fix colors in ncurses 'b' test which did not work after changing
+         it to put the test-strings in subwindows (cf: 20140705).
+       + merge redundant SEE-ALSO sections in form and menu manpages.
+
+20140809
+       + modify declarations for user-data pointers in C++ binding to use
+         reinterpret_cast to facilitate converting typed pointers to void*
+         in user's application (patch by Adam Jiang).
+       + regenerated html manpages.
+       + add note regarding cause and effect for TERM in ncurses manpage,
+         having noted clueless verbiage in Terminal.app's "help" file
+         which reverses cause/effect.
+       + remove special fallback definition for NCURSES_ATTR_T, since macros
+         have resolved type-mismatches using casts (cf: 970412).
+       + fixes for win_driver.c:
+         + handle repainting on endwin/refresh combination.
+         + implement beep().
+         + minor cleanup.
+
+20140802
+       + minor portability fixes for MinGW:
+         + ensure WINVER is defined in makefiles rather than using headers
+         + add check for gnatprep "-T" option
+         + work around bug introduced by gcc 4.8.1 in MinGW which breaks
+           "trace" feature:
+           http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
+       + fix most compiler warnings for Cygwin ncurses-examples.
+       + restore "redundant" -I options in test/Makefile.in, since they are
+         typically needed when building the derived ncurses-examples package
+         (cf: 20140726).
+
 20140726
        + eliminate some redundant -I options used for building libraries, and
          ensure that ${srcdir} is added to the include-options (prompted by