]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.1 - patch 20190330
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 3ea3d12c5437584c3436e4d27ebd1b615853e780..cb74bfc741d03da7b491c431af5fc2053e973a46 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.3297 2019/03/23 23:06:12 tom Exp $
+-- $Id: NEWS,v 1.3300 2019/03/30 23:12:31 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20190330
+       + add "screen5", to mention italics (report by Stefan Assmann)
+       + modify description of xterm+x11hilite to eliminate unused p5 -TD
+       + add configure script checks to help with a port to Ultrix 3.1
+         (report by Dennis Grevenstein).
+         + check if "b" binary feature of fopen works
+         + check for missing feature of locale.h
+         + add fallback for strstr() in test-programs
+         + add fallback for STDOUT_FILENO in test-programs
+       + update config.guess, config.sub
+
 20190323
        + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
        + corrected prototypes in several manpages using script to extract