]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20200404
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index b2b4b3f90533692081e48593f3771dd79ca12131..0af90c5bd0f751d9bdfcb98328837b06ef1f7aa1 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.3461 2020/03/08 14:28:23 tom Exp $
+-- $Id: NEWS,v 1.3471 2020/04/04 21:07:47 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,33 @@ 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.
 
+20200404
+       + modify -fvisibility check to work with g++
+       > fixes for building with Visual Studio C++ and msys2 (patches by
+         "Maarten Anonymous"):
+       + add configure option and check for gcc -fvisibility=hidden feature
+       + define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
+         C++ preprocessor limitations.
+       + modify some of the configure-macros, as well as mk-1st.awk to work
+         with Visual Studio C++ default filenaming.
+
+20200328
+       + correct length of buffer copied in dup_field().
+       + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
+         builds of Ada95 (patch by Adam Van Ymeren).
+
+20200321
+       + improve configure-checks to reduce warnings about unused variables.
+       + improve description of error-returns in waddch and waddnstr manual
+         pages (prompted by patch by Benno Schulenberg).
+       + add test/move_field.c to demonstrate move_field(), and a stub for
+         a corresponding demo of dup_field().
+
+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.