]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100227
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 5e536d2109d0e49ee2761db237e8cde0b75990c1..848b45f960f2199887c1e6a0b9852417897c21a7 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.1503 2010/02/06 22:16:30 tom Exp $
+-- $Id: NEWS,v 1.1507 2010/02/27 21:51:12 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,23 @@ 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.
 
+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.
+       + build-fix for static libraries without dlsym (Debian #556378).
+       + fix a syntax error in man/form_field_opts.3x (patch by Ingo
+         Schwarze).
+
+20100213
+       + add several screen-bce.XXX entries -TD
+
 20100206
        + update mrxvt terminfo entry -TD
        + modify win_driver.c to support mouse single-clicks.