]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130302
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 4694622398bc2904899e31343e4105d600575b29..8dcf7203295ad5ce1dc493055c9b01e3fd207f61 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.2024 2013/02/18 09:26:30 tom Exp $
+-- $Id: NEWS,v 1.2026 2013/03/02 23:55:06 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20130302
+       + add section to terminfo manpage discussing user-defined capabilities.
+       + update manpage description of NCURSES_NO_SETBUF, explaining why it
+         is obsolete.
+       + add a check in waddch_nosync() to ensure that tab characters are
+         treated as control characters; some broken locales claim they are
+         printable.
+       + add some traces to the Windows console driver.
+       + initialize a temporary array in _nc_mbtowc, needed for some cases
+         of raw input in MinGW port.
+
 20130218
        + correct ifdef on change to lib_twait.c (report by  Werner Fink).
        + update config.guess, config.sub