]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 6.0 - patch 20171118
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 16890bade192361d4520bcd08e13a282c9fd9c17..683354ab26808048c6a88a8d1bf975ea0534a2f4 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.2995 2017/10/30 22:20:57 tom Exp $
+-- $Id: NEWS,v 1.3004 2017/11/19 01:32:47 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,33 @@ 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.
 
+20171118
+       + add a note to curs_addch.3x on portability.
+       + add a note to curs_pad.3x on the origin and portability of pads.
+       + improve manpage description of getattrs (report by Midolikawa H).
+       + improve manpage macros (prompted by discussion in Debian #880551.
+       + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
+       + add a "-d" option to picsmap for default-colors.
+       + modify old terminology entry and a few other terminal emulators to
+         account for xon -TD
+       + correct sgr string for tmux, which used screen's "standout" code
+         rather than the standard code (patch by Roman Kagan)
+       + correct sgr/sgr0 strings in a few other cases reported by tic, making
+         those correspond to the non-sgr settings where they differ, but
+         otherwise use ECMA-48 consistently:
+         jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
+         dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
+         st-0.7, vi603, vwmterm -TD
+       + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
+         of gcc which did not recognize the diagnostic "push" pragma (patch by
+         Vassili Courzakis).
+
+20171111
+       + add "op" to xterm+256setaf -TD
+       + reviewed terminology 1.0.0 -TD
+       + reviewed st 0.7 -TD
+       + suppress debug-package for ncurses-examples rpm build.
+
 20171104
        + check for interrupt in color-pair initialization of dots_curses.c,
          dots_xcurses.c