]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20101204
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 311ed8bb32e315199d3665a74d5df6db57ec4274..6955d2f7479afbb7beaf6ed015d31673bfefa564 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.1614 2010/11/28 00:32:32 tom Exp $
+-- $Id: NEWS,v 1.1617 2010/12/04 20:21:40 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,20 @@ 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.
 
+20101204
+       + add special case to _nc_infotocap() to recognize the setaf/setab
+         strings from xterm+256color and xterm+88color, and provide a reduced
+         version which works with termcap.
+       + remove obsolete emacs "Local Variables" section from documentation
+         (request by Sven Joachim).
+       + update doc/html/index.html to include NCURSES-Programming-HOWTO.html 
+         (report by Sven Joachim).
+
+20101128
+       + modify test/configure and test/Makefile.in to handle this special
+         case of building within a build-tree (Debian #34182):
+               mkdir -p build && cd build && ../test/configure && make
+
 20101127
        + miscellaneous build-fixes for Ada95 and test-directories when built
          out-of-tree.