]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20140503
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index fc20dc0ee80fe180d418728c31adb33959ab12fb..eaafe6f2811f628c11c29684c48326f637009324 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.2193 2014/04/19 18:33:37 tom Exp $
+-- $Id: NEWS,v 1.2199 2014/05/03 23:22:01 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,24 @@ 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.
 
+20140503
+       + add vt520ansi terminfo entry (patch by Mike Gran)
+       + further improve MinGW support for the scenario where there is an
+         ANSI-escapes handler such as ansicon running in the console window
+         (patch by Juergen Pfeifer).
+
+20140426
+       + add --disable-lib-suffixes option (adapted from patch by Juergen
+         Pfeifer).
+       + merge some changes from Juergen Pfeifer's work with MSYS2, to
+         simplify later merging:
+         + use NC_ISATTY() macro for isatty() in library
+         + add _nc_mingw_isatty() and related functions to windows-driver
+         + rename terminal driver entrypoints to simplify grep's
+       + remove a check in the sp-funcs flavor of newterm() which allowed only
+         the first call to newterm() to succeed (report by Thomas Beierlein,
+         cf: 20090927).
+
 20140419
        + update config.guess, config.sub from
                http://git.savannah.gnu.org/cgit/config.git