]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20150905
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index ade009b1e87d6fc76050faeae8aff6a8b57da31e..bb5e3ceda94f5d604bc564d0cb6472343029a82e 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.2481 2015/08/15 22:33:55 tom Exp $
+-- $Id: NEWS,v 1.2490 2015/09/05 21:14:36 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,26 @@ 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.
 
+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.
+       + update usage message for tic, adding "-0" option.
+       + 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
+         Joshua Root).
+
 20150815
        + disallow "no" as a possible value for "--with-shlib-version" option,
          overlooked in cleanup-changes for 20000708 (report by Tommy Alex).