]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20080412
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index dda1f6c3c3e15fea6d65600b228cd43d9097ed28..a80efd0cf2581fc685b26f1f64db9163e0898fae 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.1223 2008/04/05 21:46:58 tom Exp $
+-- $Id: NEWS,v 1.1225 2008/04/12 19:41:26 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,14 @@ 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.
 
+20080412
+       + change test/ditto.c to use openpty() and xterm.
+       + add locks for copywin(), dupwin(), overlap(), overlay() on their
+         window parameters.
+       + add locks for initscr() and newterm() on updates to the SCREEN
+         pointer.
+       + finish table in curs_thread.3x manpage.
+
 20080405
        + begin table in curs_thread.3x manpage describing the scope of data
          used by each function (or symbol) for threading analysis.