X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=55186c76b4f4a4dd309d824a8b28355175b4782b;hb=f44733b760290aa8f51c6c9e1e463254833bffcd;hp=b2b4b3f90533692081e48593f3771dd79ca12131;hpb=3ef920d65fb2d4046096131d868ae8d4bba79d46;p=ncurses.git diff --git a/NEWS b/NEWS index b2b4b3f9..55186c76 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3461 2020/03/08 14:28:23 tom Exp $ +-- $Id: NEWS,v 1.3469 2020/03/28 23:33:04 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,23 @@ 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. +20200328 + + correct length of buffer copied in dup_field(). + + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree + builds of Ada95 (patch by Adam Van Ymeren). + +20200321 + + improve configure-checks to reduce warnings about unused variables. + + improve description of error-returns in waddch and waddnstr manual + pages (prompted by patch by Benno Schulenberg). + + add test/move_field.c to demonstrate move_field(), and a stub for + a corresponding demo of dup_field(). + +20200314 + + add history note to curs_scanw.3x for and + + add history note to curs_printw.3x for and + + add portability note to ncurses.3x regarding + 20200308 + update copyright notices in test-packages. + modify tracemunch to guard against errors in its known_p1 table.