]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100306
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 0de83e992c3eede61fbb7ccedf48297849419a62..d240ab00830e638c5f677c7386410de09295efdb 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.1506 2010/02/20 22:57:37 tom Exp $
+-- $Id: NEWS,v 1.1509 2010/03/06 21:03:02 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,19 @@ 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.
 
+20100306
+       + generate manpages for the *-config scripts, adapted from help2man
+         (suggested by Sven Joachim).
+       + use va_copy() in _nc_printf_string() to avoid conflicting use of
+         va_list value in _nc_printf_length() (report by Wim Lewis).
+
+20100227
+       + add Ada95/configure script, to use in tar-file created by
+         Ada95/make-tar.sh
+       + fix typo in wresize.3x (patch by Tim van der Molen).
+       + modify screen-bce.XXX entries to exclude ech, since screen's color
+         model does not clear with color for that feature -TD
+
 20100220
        + add make-tar.sh scripts to Ada95 and test subdirectories to help with
          making those separately distributable.