]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20161015
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 92a00a4af8bebfbf0298f9b780bc74969c07b324..a53b691a9cd3e88fdb6fdc300f4365a58647284d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2677 2016/10/09 01:52:39 tom Exp $
+-- $Id: NEWS,v 1.2682 2016/10/15 23:26:53 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,16 @@ 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.
 
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20161015
+       + amend internal use of tputs to consistently use the number of lines
+         affected, e.g., for insert/delete character operations.  While
+         merging terminfo source early in 1995, several descriptions used the
+         "*" proportional delay for these operations, prompting a change in
+         doupdate.
+       + regenerate llib-* files.
+       + regenerate HTML manpages.
+       + fix several formatting issues with manual pages.
+
 20161008
        + adjust size in infocmp/tic to work with strlcpy.
        + fix configure script to record when strlcat is found on OpenBSD.
 20161008
        + adjust size in infocmp/tic to work with strlcpy.
        + fix configure script to record when strlcat is found on OpenBSD.
@@ -11094,7 +11104,7 @@ it is not possible to add this information.
          (SVr4) curses, which doesn't use 'const' in its prototypes.
        + modify ifdef's in test/hashtest.c and test/view.c to compile with
          Solaris curses.
          (SVr4) curses, which doesn't use 'const' in its prototypes.
        + modify ifdef's in test/hashtest.c and test/view.c to compile with
          Solaris curses.
-       + modify _tracedump() to pad pad colors & attrs lines to match change
+       + modify _tracedump() to pad colors & attrs lines to match change
          in 970101 showing first/last changes.
        + corrected location of terminating null on dynamically allocated forms
          fields (patch by Per Foreby).
          in 970101 showing first/last changes.
        + corrected location of terminating null on dynamically allocated forms
          fields (patch by Per Foreby).