]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130720
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 93d1e873aea52f7b04c19372eebb3f37db719476..6359f5d6918f3006e351a4da7ab6d74d2d62ac4b 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.2072 2013/06/15 21:16:04 tom Exp $
+-- $Id: NEWS,v 1.2080 2013/07/20 19:13:11 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,34 @@ 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.
 
+20130720
+       + further improvements for setupterm manpage, clarifying the
+         initialization of cur_term.
+
+20130713
+       + improve manpages for initscr and setupterm.
+       + minor compiler-warning fixes
+
+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
+         Miroslav Lichvar, Redhat #815790).
+       + clarify in resizeterm manpage that LINES and COLS are updated.
+       + updated ansi example in terminfo.tail, correct misordered example
+         of sgr.
+       + fix other doclifter warnings for manpages
+       + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
+         (patch by Eric Raymond).
+
 20130615
        + minor changes to some configure macros to make them more reusable.
        + fixes for tabs program (prompted by report by Nick Andrik):
@@ -213,7 +241,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.