]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210905
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index c7e80d8df209fa7ceebfa76acf14cf956ba1e4d9..01b53f33387a2c253cc9d0852db7507e98f0b71c 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.3698 2021/08/21 23:25:57 tom Exp $
+-- $Id: NEWS,v 1.3706 2021/09/05 17:01:19 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.
 
+20210905
+       + correct logic in filtering of redefinitions (report by Sven Joachim,
+         cf: 20210828).
+
+20210904
+       + modify linux3.0 entry to reflect default mapping of shift-tab by
+         kbd 1.14 (report by Jan Engelhardt) -TD
+       + add historical note to tput, curses-terminfo and curses-color
+         manpages based on source-code for SVr2, SVr3 and SVr4.
+       + minor grammatical fixes for "it's" vs "its" (report by Nick Black).
+       + amend fix for --disable-root-environ (report by Arnav Singh).
+       + build-fix for compiling link_test
+       + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
+         use (Debian #993179).
+
+20210828
+       + correct reversed check for --disable-root-environ (report/analysis
+         by Arnav Singh, cf: 20210626).
+       + apply gcc format attribute to prototypes which use a va_list
+         parameter rather than a "..." variable-length parameter list
+         (prompted by discussion in a tmux pull-request).
+       + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
+         e.g., for NetBSD which generally supports 500, but 600 is needed for
+         ncursesw.
+       + improve documentation for tparm and static/dynamic variables.
+       + improve typography in terminfo.5 (patch by Branden Robinson).
+
 20210821
        + improve tparm implementation of %P and %g, more closely matching
          SVr4 terminfo.