]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20191102
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index d9addf5bdce02fbdb50b7c27c4445c85a173e77b..6f74231d8ac4548d1da2b3a37f176ac1a91b6a44 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.3399 2019/10/27 00:10:51 tom Exp $
+-- $Id: NEWS,v 1.3401 2019/11/03 00:12:08 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,13 @@ 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.
 
+20191102
+       + check parameter of set_escdelay, return ERR if negative.
+       + check parameter of set_tabsize, return ERR if not greater than zero
+         (report/patch by Anthony Sottile).
+       + revise CF_ADD_LIBS macro to prepend rather than append libraries.
+       + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
+
 20191026
        + add a note in man/curs_add_wch.3x about Unicode terminology for the
          line-drawing characters (report by Nick Black).