X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=d240ab00830e638c5f677c7386410de09295efdb;hp=848b45f960f2199887c1e6a0b9852417897c21a7;hb=d49a800c7f54c8d9e77f745423c821a8535ada59;hpb=677412a37f53a465b9b127843d4aa070077659e8 diff --git a/NEWS b/NEWS index 848b45f9..d240ab00 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.1507 2010/02/27 21:51:12 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,12 @@ 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