]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20111015
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 9795fd681c2e21cc286a711d287dab2827bed9a2..b4087abb957b6f8a63a31784edaacbd579384e91 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.1798 2011/10/08 21:06:49 tom Exp $
+-- $Id: NEWS,v 1.1800 2011/10/15 23:34:06 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,14 @@ 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.
 
+20111015
+       + improve description of --disable-tic-depends option to make it
+         clear that it may be useful whether or not the --with-termlib
+         option is also given (report by Sven Joachim).
+       + amend termcap equivalent for set_pglen_inch to use the X/Open
+         "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
+       + improve manpage for tgetent differences from termcap library.
+
 20111008
        + moved static data from db_iterator.c to lib_data.c
        + modify db_iterator.c for memory-leak checking, fix one leak.