]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.7 - patch 20090912
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index bc68b6720fd14904a5ee4fbec4650cbc114886ff..53274b72a474e8109f5c378ce78382f1c245801f 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.1430 2009/09/06 16:03:13 tom Exp $
+-- $Id: NEWS,v 1.1434 2009/09/12 23:38:28 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,17 @@ 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.
 
+20090912
+       + add some test programs (and make these use the same special keys
+         by sharing linedata.h functions):
+         test/test_addstr.c
+         test/test_addwstr.c
+         test/test_addchstr.c
+         test/test_add_wchstr.c
+       + correct internal _nc_insert_ch() to use _nc_insert_wch() when
+         inserting wide characters, since the wins_wch() function that it used
+         did not update the cursor position (report by Ciprian Craciun).
+
 20090906
        + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
          work.