]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20191221
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2a0aace5e0d0eb1ad3ea8a48123a9a4cc7d9dd8d..8650eabec07f346742493128cec123a5df832aea 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.3410 2019/11/24 01:55:57 tom Exp $
+-- $Id: NEWS,v 1.3420 2019/12/21 22:43:54 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,31 @@ 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.
 
+20191221
+       + correct pathname used in Ada95 sample programs for explain.txt, to
+         work with test-packages.
+       + improve tracemunch:
+         + keep track of TERMINAL* values
+         + if tracing was first turned on after initialization, attempt to
+           show distinct screen, window and terminal names anyway.
+       + ensure that GCC_NORETURN is defined in term.h, because the prototype
+         for exit_terminfo() uses it (report by Werner Fink).
+
+20191214
+       + add exit_curses() and exit_terminfo() to replace internal symbols for
+         leak-checking.
+
+20191207
+       + fix a few warnings for test-package builds
+       + add curses_trace(), to replace trace().
+
+20191130
+       + add portability section to curs_getcchar manpage (prompted by
+         discussion with Nick Black).
+       + improve portability discussion of ACS characters in curs_addch
+         manpage.
+       + improve typography for double-quotes in manpages.
+
 20191123
        + fix typo for MinGW rpm test-package.
        + workaround in rpm specs for NFS problems in Fedora 31.