]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.9 - patch 20141101
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 2c74afe833bdc8cddde6c974a494311008c0c101..bf9b1ae70d8c23edc8654443ff66d99292b186d3 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.2281 2014/09/27 22:15:56 tom Exp $
+-- $Id: NEWS,v 1.2295 2014/11/01 13:57:28 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,39 @@ 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.
 
+20141101
+       + improve strict compiler-warnings by adding a cast in TRACE_RETURN
+         and making a new TRACE_RETURN1 macro for cases where the cast does
+         not apply.
+
+20141025
+       + in-progress changes to integrate the win32 console driver with the
+         msys2 configuration.
+
+20141018
+       + reviewed terminology 0.6.1, add function key definitions.  None of
+         the vt100-compatibility issues were improved -TD
+       + improve infocmp conversion of extended capabilities to termcap by
+         correcting the limit check against parametrized[], as well as filling
+         in a check if the string happens to have parameters, e.g., "xm"
+         in recent changes.
+       + add check for zero/negative dimensions for resizeterm and resize_term
+         (report by Mike Gran).
+
+20141011
+       + add experimental support for xterm's 1005 mouse mode, to use in a
+         demonstration of its limitations.
+       + add experimental support for "%u" format to terminfo.
+       + modify test/ncurses.c to also show position reports in 'a' test.
+       + minor formatting fixes to _nc_trace_mmask_t, make this function
+         exported to help with debugging mouse changes.
+       + improve behavior of wheel-mice for xterm protocol, noting that there
+         are only button-presses for buttons "4" and "5", so there is no need
+         to wait to combine events into double-clicks (report/analysis by
+         Greg Field).
+       + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
+       + implement decoder for xterm SGR 1006 mouse mode.
+
 20140927
        + implement curs_set in win_driver.c
        + implement flash in win_driver.c