]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20140726
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 945dca0680b855b47c0a41fe9eb7c11c11154bac..ae56f1f03c49824fb42b3693d4b3ea9fb2e9f42a 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.2242 2014/07/19 23:04:08 tom Exp $
+-- $Id: NEWS,v 1.2246 2014/07/26 22:50:27 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20140726
+       + eliminate some redundant -I options used for building libraries, and
+         ensure that ${srcdir} is added to the include-options (prompted by
+         discussion with Paul Gilmartin).
+       + modify configure script to work with Minix3.2
+       + add form library extension O_DYNAMIC_JUSTIFY option which can be
+         used to override the different treatment of justification for static
+         versus dynamic fields (adapted from patch by Leon Winter).
+       + add a null pointer check in test/edit_field.c (report/analysis by
+         Leon Winter, cf: 20130608).
+
 20140719
        + make workarounds for compiling test-programs with NetBSD curses.
        + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L