]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.2 - patch 20210731
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 5a5a92a0a889bd64e74a03b3cfeecc1cf66211f5..1daca99406fc321017493f69c3d4fa496d2b1d5d 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.3680 2021/07/03 19:02:51 tom Exp $
+-- $Id: NEWS,v 1.3690 2021/08/01 00:11:24 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,37 @@ 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.
 
+20210731
+       + add extensions in xterm+tmux and ecma+strikeout to ms-terminal,
+         but cancel the non-working Cr and Ms capabilities -TD
+       + add foot and foot-direct -TD
+
+20210724
+       + add workaround for Windows Terminal's problems with CR/LF mapping to
+         ms-terminal (patch by Juergen Pfeifer).
+       + review/update current Windows Terminal vs ms-terminal -TD
+
+20210718
+       + correct typo in "vip" comments (report by Nick Black), reviewed this
+         against Glink manual -TD
+       + fill in some missing pieces for pccons, to make it comparable to the
+         vt220 entry -TD
+       + modify mk-1st.awk to account for extra-suffix configure option
+         (report by Juergen Pfeifer).
+       + change default for --disable-wattr-macros option to help packagers
+         who reuse wide ncursesw header file with non-wide ncurses library.
+       + build-fix for test/test_opaque.c, for configurations without opaque
+         curses structs.
+
+20210710
+       + improve history section for tset manpage based on the 1BSD tarball,
+         which preceded BSD's SCCS checkins by more than three years.
+       + improve CF_XOPEN_CURSES macro used in test/configure (report by Urs
+         Jansen).
+       + further improvement of libtool configuration, adding a dependency of
+         the install.tic rule, etc., on the library in the build-tree.
+       + update config.sub
+
 20210703
        + amend libtool configuration to add dependency for install.tic, etc.,
          in ncurses/Makefile on the lower-level libraries.