]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20091227
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 33794fab24b5a943d6835f7669b09248faf1857a..a2038f45a46e182040696c1f15f4347692aba401 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.1480 2009/12/20 01:32:32 tom Exp $
+-- $Id: NEWS,v 1.1484 2009/12/27 16:25:58 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,18 @@ 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.
 
+20091227
+       + change order of lookup in progs/tput.c, looking for terminfo data
+         first.  This fixes a confusion between termcap "sg" and terminfo
+         "sgr" or "sgr0", originally from 990123 changes, but exposed by
+         20091114 fixes for hashing.  With this change, only "dl" and "ed" are
+         ambiguous (Mandriva #56272).
+
+20091226
+       + add bterm terminfo entry, based on bogl 0.1.18 -TD
+       + minor fix to rxvt+pcfkeys terminfo entry -TD
+       + build-fixes for Ada95 tree for gnat 4.4 "style".
+
 20091219
        + remove old check in mvderwin() which prevented moving a derived
          window whose origin happened to coincide with its parent's origin