]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130706
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 53f7763b1e6043e99459041494649a63df747d84..cf1da26ae49c9731e127f552be6a1bbbb3eb59c3 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.2075 2013/06/22 22:23:47 tom Exp $
+-- $Id: NEWS,v 1.2078 2013/07/06 20:51:48 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,15 @@ 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.
 
+20130706
+       + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
+       + add check for size of wchar_t, use that to suppress a chunk of
+         wcwidth.h in MinGW port.
+       + quiet linker warnings for MinGW cross-compile with dll's using the
+         --enable-auto-import flag.
+       + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
+         table issues.
+
 20130622
        + modify the clear program to take into account the E3 extended
          capability to clear the terminal's scrollback buffer (patch by
@@ -224,7 +233,7 @@ it is not possible to add this information.
 20130209
        + modify test/configure script to make it simpler to override names
          of curses-related libraries, to help with linking with pdcurses in
-         mingw environment.
+         MinGW environment.
        + if the --with-terminfo-dirs configure option is not used, there is
          no corresponding compiled-in value for that.  Fill in "no default
          value" for that part of the manpage substitution.