]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20130525
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index e4465aafb21149a8d7d330a06108fd2a2d6c65a8..e607a6948b70749c930932a71ee055abcfa4d379 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.2058 2013/05/18 22:52:45 tom Exp $
+-- $Id: NEWS,v 1.2061 2013/05/26 00:08:21 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
 -------------------------------------------------------------------------------
 
 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.
 
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20130525
+       + modify mvcur() to distinguish between internal use by the ncurses
+         library, and external callers, preventing it from reading the content
+         of the screen which is only nonblank when curses calls have updated
+         it.  This makes test/dots_mvcur.c avoid painting colored cells in
+         the left margin of the display.
+       + minor fix to test/dots_mvcur.c
+       + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
+         NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
+         use of these symbols in term_entry.h
+
 20130518
        + corrected ifdefs in test/testcurs.c to allow comparison of mouse
          interface versus pdcurses (cf: 20130316).
 20130518
        + corrected ifdefs in test/testcurs.c to allow comparison of mouse
          interface versus pdcurses (cf: 20130316).