]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20150328
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 7ede0a206e3b7049f5342053b8df95370770d85c..a2deff1fc41c10b40bcd9b4f77d763981ac6277b 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.2357 2015/03/07 23:38:25 tom Exp $
+-- $Id: NEWS,v 1.2363 2015/03/28 21:50:39 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,21 @@ 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.
 
+20150328
+       + add "-f" option to test/savescreen.c to help with testing/debugging
+         the extended putwin/getwin.
+       + add logic for writing/reading combining characters in the extended
+         putwin/getwin.
+       + add "--enable-ext-putwin" configure option to turn on the extended
+         putwin/getwin.
+
+20150321
+       + in-progress changes to provide an extended version of putwin and
+         getwin which will be capable of reading screen-dumps between the
+         wide/normal ncurses configurations.  These are text files, except
+         for a magic code at the beginning:
+         0       string          \210\210        Screen-dump (ncurses)
+
 20150307
        + document limitations of getwin in manual page (prompted by discussion
          with John S Urban).