]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20081129
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index caf4acfb4f3054d7c684fb3879a41ea94e9df34a..abb90aac8b7ebc40775ffcad1be6d85c48897f9f 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.1325 2008/11/23 00:20:04 tom Exp $
+-- $Id: NEWS,v 1.1330 2008/11/29 21:08:00 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,19 @@ 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.
 
+20081129
+       + improve a workaround in adding wide-characters, when a control
+         character is found.  The library (cf: 20040207) uses unctrl() to
+         obtain a printable version of the control character, but was not
+         passing color or video attributes.
+       + improve test/ncurses.c 'a' test, using unctrl() more consistently to
+         display meta-characters.
+       + turn on _XOPEN_CURSES definition in curses.h
+       + add eterm-color entry (report by Vincent Lefevre) -TD
+       + correct use of key_name() in test/ncurses.c 'A' test, which only
+         displays wide-characters, not key-codes since 20070612 (report by
+         Ricardo Cantu).
+
 20081122
        + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
          Ada95 (patch by Juergen Pfeifer).