]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20191005
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 39446b73407ecae6922edde9adccf3a5385b60fb..ea31648af340e463a5c81080a9d4cad02dc5675b 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.3371 2019/09/07 22:41:16 tom Exp $
+-- $Id: NEWS,v 1.3382 2019/10/05 22:53:18 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,27 @@ 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.
 
+20191005
+       + modify the ncurse*-config and pc-files to more closely match for the
+         -I and -l options.
+
+20190928
+       + amend the ncurse*-config and pc-files to take into account the rpath
+         hack which differed between those files.
+       + improve -L option filtering in ncurses*-config
+       + improve recovery from error when reading command-character in
+         test/ncurses.c, showing the relevant error message and not exiting on
+         EINTR (cf: 20180922)
+
+20190921
+       + add a note in resizeterm manpage about top-level windows which touch
+         the screen's borders.
+       + modify configure-checks for gnat to identify each of the tools path
+         and version.
+
+20190914
+       + build-fixes for Ada95 configure-script and corresponding test package
+
 20190907
        + add --with-ada-libname option and modify Ada95 configuration to 
          allow renaming the "AdaCurses" library (prompted by proposed changes