]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20151010
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index a2193a59ecb25be8759cee465c1cd0d11fdad3a5..9d00e97d399cd58867a1561076fb471e63b7f260 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.2487 2015/08/22 23:55:21 tom Exp $
+-- $Id: NEWS,v 1.2505 2015/10/10 20:24:26 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,52 @@ 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.
 
+20151010
+       + add configure check for openpty to test/configure script, for ditto.
+       + minor fixes to test/view.c in investigating Debian #790847.
+       + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
+       + add workaround for breakage of POSIX makefiles by recent binutils
+         change.
+       + improve check for working poll() by using posix_openpt() as a
+         fallback in case there is no valid terminal on the standard input
+         (prompted by discussion on bug-ncurses mailing list, Debian #676461).
+
+20150926
+       + change makefile rule for removing resulting.map to distclean rather
+         than clean.
+       + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
+       + add note on portability of resizeterm and wresize to manual pages.
+
+20150919
+       + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
+         stream.
+       + clarify in curs_getch.3x that the keypad mode affects ability to
+         read KEY_MOUSE codes, but does not affect KEY_RESIZE.
+       + add overlooked build-fix needed with Cygwin for separate Ada95
+         configure script, cf: 20150606 (report by Nicolas Boulenguez)
+
+20150912
+       + fixes for configure/build using clang on OSX (prompted by report by
+         William Gallafent).
+         + do not redefine "inline" in ncurses_cfg.h; this was originally to
+           solve a problem with gcc/g++, but is aggravated by clang's misuse
+           of symbols to pretend it is gcc.
+         + add braces to configure script to prevent unwanted add of
+           "-lstdc++" to the CXXLIBS symbol.
+         + improve/update test-program used for checking existence of stdc++
+           library.
+         + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
+
+20150905
+       + add note in curs_addch.3x about line-drawing when it depends upon
+         UTF-8.
+       + add tic -q option for consistency with infocmp, use it to suppress
+         all comments from the "tic -I" output.
+       + modify infocmp -q option to suppress the "Reconstructed from"
+         header.
+       + add infocmp/tic -Q option, which allows one to dump the compiled
+         form of the terminal entry, in hexadecimal or base64.
+
 20150822
        + sort options in usage message for infocmp, to make it simpler to
          see unused letters.
@@ -52,7 +98,7 @@ it is not possible to add this information.
        + documented differences in ESCDELAY versus AIX's implementation.
        + fix some compiler warnings from ports.
        + modify --with-pkg-config-libdir option to make it possible to install
-         ".pc" files even if pkg-config is not found (adapted by patch by
+         ".pc" files even if pkg-config is not found (adapted from patch by
          Joshua Root).
 
 20150815