]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20091226
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index e002ce0aa005d5da80d19b2159cfc057a2f6a515..a283351cbbfe133b18d4704257434df78cc8c230 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.1473 2009/12/12 23:23:46 tom Exp $
+-- $Id: NEWS,v 1.1482 2009/12/26 22:19:54 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,19 @@ 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.
 
+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
+         (report by Katarina Machalkova).
+       + improve test/ncurses.c to put mouse droppings in the proper window.
+       + update minix terminfo entry -TD
+       + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
+
 20091212
        + correct transfer of multicolumn characters in multirow
          field_buffer(), which stopped at the end of the first row due to