]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200314
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b32e49ccf01d00032f5586f075ca859b5ff65d99..353d1582ae6a1ad4a953d6eb969fda737dadd01e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3455 2020/02/29 23:15:52 tom Exp $
+-- $Id: NEWS,v 1.3463 2020/03/15 00:15:32 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,23 @@ 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.
 
+20200314
+       + add history note to curs_scanw.3x for <stdarg.h> and <varargs.h>
+       + add history note to curs_printw.3x for <stdarg.h> and <varargs.h>
+       + add portability note to ncurses.3x regarding <stdarg.h>
+
+20200308
+       + update copyright notices in test-packages.
+       + modify tracemunch to guard against errors in its known_p1 table.
+       + add several --with-xxx-libname options, to help with pkgsrc (prompted
+         by discussion with Thomas Klausner).
+
+20200301
+       + modify wbkgd() and wbkgrnd() to avoid storing a null in the
+         background character, because it may be used in cases where the
+         corresponding 0x80 is not treated as a null (report by Marc Rechte,
+         cf: 20181208).
+
 20200229
        + modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
          which conflicts with conventional use for passing linker options.