]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20131221
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 491d6e748536d0604ab9fdd3777ec4281af6b77e..aa48d31ed6cb7ab17f925bdc9f5d27f00155dd71 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.2141 2013/11/16 23:27:52 tom Exp $
+-- $Id: NEWS,v 1.2151 2013/12/21 22:25:52 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,31 @@ 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.
 
+20131221
+       + further improved man2html, used this to fix broken links in html
+         manpages.  See
+         ftp://invisible-island.net/ncurses/patches/man2html
+
+20131214
+       + modify configure-script/ifdef's to allow OLD_TTY feature to be
+         suppressed if the type of ospeed is configured using the option
+         --with-ospeed to not be a short.  By default, it is a short for
+         termcap-compatibility (adapted from suggestion by Christian
+         Weisgerber).
+       + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
+         cf: 20061230).
+       + fix a few -Wlogical-op warnings.
+       + updated llib-l* files.
+
+20131207
+       + add form_driver_w() entrypoint to wide-character forms library, as
+         well as test program form_driver_w (adapted from patch by Gaute
+         Hope).
+
+20131123
+       + minor fix for CF_GCC_WARNINGS to special-case options which are not
+         recognized by clang.
+
 20131116
        + add special case to configure script to move _XOPEN_SOURCE_EXTENDED 
          definition from CPPFLAGS to CFLAGS if it happens to be needed for