]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20100717
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b4e22a729faa949174870dd311acecc72568e6ef..37d825a8bbb97714b60122bf2048b6224901da4d 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.1558 2010/06/12 18:52:13 tom Exp $
+-- $Id: NEWS,v 1.1566 2010/07/17 23:00:18 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.
 
+20100717
+       * add hard-reset for rs2 to wsvt25 to help ensure that reset ends
+         the alternate character set (patch by Nicholas Marriott)
+       + remove tar-copy.sh and related configure/Makefile chunks, since the
+         Ada95 binding is now installed using rules in Ada95/src.
+
+20100703
+       + continue integrating changes to use gnatmake project files in Ada95
+         + add/use configure check to turn on project rules for Ada95/src.
+       + revert the vfork change from 20100130, since it does not work.
+
+20100626
+       + continue integrating changes to use gnatmake project files in Ada95
+         + old gnatmake (3.15) does not produce libraries using project-file;
+           work around by adding script to generate alternate makefile.
+
+20100619
+       + continue integrating changes to use gnatmake project files in Ada95
+         + add configure --with-ada-sharedlib option, for the test_make rule.
+         + move Ada95-related logic into aclocal.m4, since additional checks
+           will be needed to distinguish old/new implementations of gnat.
+
 20100612
        + start integrating changes to use gnatmake project files in Ada95 tree
          + add test_make / test_clean / test_install rules in Ada95/src