]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20110115
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2842dafb01c3eebd34504e173fbe3efb6fe7969d..c5d5b3d769804ad942487318d5d99a30ba489543 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.1624 2010/12/25 23:56:36 tom Exp $
+-- $Id: NEWS,v 1.1634 2011/01/15 21:50:45 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,28 @@ 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.
 
+20110115
+       + modify Ada95/configure script to make the --with-curses-dir option
+         work without requiring the --with-ncurses option.
+       + modify test programs to allow them to be built with NetBSD curses.
+       + document thick- and double-line symbols in curs_add_wch.3x manpage.
+       + document WACS_xxx constants in curs_add_wch.3x manpage.
+       + fix some warnings for clang 2.6 "--analyze"
+       + modify Ada95 makefiles to make html-documentation with the project
+         file configuration if that is used.
+       + update config.guess, config.sub
+
+20110108
+       + regenerated html manpages.
+       + minor fixes to enable lint when trace is not enabled, e.g., with
+         clang --analyze.
+       + fix typo in man/default_colors.3x (patch by Tim van der Molen).
+       + update ncurses/llib-lncurses*
+
+20110101
+       + fix remaining strict compiler warnings in ncurses library ABI=5,
+         except those dealing with function pointers, etc.
+
 20101225
        + modify nc_tparm.h, adding guards against repeated inclusion, and
          allowing TPARM_ARG to be overridden.