]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20121222
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 0d840d404be1dbe0e50ed771081bec62df5c7edd..a8d43aa13154260984f55666f8c408e30176b58a 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.1992 2012/12/09 00:24:36 tom Exp $
+-- $Id: NEWS,v 1.2002 2012/12/23 01:15:35 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,29 @@ 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.
 
+20121222
+       + add *.dSYM directories to clean-rule in ncurses directory makefile,
+         for Mac OS builds.
+       + add a configure check for gcc option -no-cpp-precomp, which is not
+         available in all Mac OS X configurations (report by Andras Salamon,
+         cf: 20011208).
+       + improve 20021221 workaround for broken acs, handling a case where
+         that ACS_xxx character is not in the acsc string but there is a known
+         wide-character which can be used.
+
+20121215
+       + fix several warnings from clang 3.1 --analyze, includes correcting
+         a null-pointer check in _nc_mvcur_resume.
+       + correct display of double-width characters with MinGW port (report
+         by Erwin Waterlander).
+       + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf 
+       > fixes based on Coverity report:
+       + correct coloring in test/bs.c
+       + correct check for 8-bit value in _nc_insert_ch().
+       + remove dead code in progs/tset.c, test/linedata.h
+       + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
+         test-programs.
+
 20121208
        + modify test/knight.c to show the number of choices possible for
          each position in automove option, e.g., to allow user to follow