X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=39446b73407ecae6922edde9adccf3a5385b60fb;hb=3ab4db240283db0682a66a8587f2174508348bc6;hp=bae5f746ee155d084dbd7ec5ebdc293b4e473707;hpb=9435f97aa77afd52592028bde9dbd3f60a823fc6;p=ncurses.git diff --git a/NEWS b/NEWS index bae5f746..39446b73 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3359 2019/08/03 22:31:47 tom Exp $ +-- $Id: NEWS,v 1.3371 2019/09/07 22:41:16 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,30 @@ 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. +20190907 + + add --with-ada-libname option and modify Ada95 configuration to + allow renaming the "AdaCurses" library (prompted by proposed changes + by Pascal Pignard). + + modify configure script to distinguish gcc from icc and clang when + the --enable-warnings option is not used, to avoid unnecessary + warnings about unrecognized inline options (report by Sven Joachim). + +20190831 + + build-fixes for configuration using --program-suffix with Ada95, + noticed with MacOS but applicable to other platforms without + libpanelw, etc. + +20190824 + + fix some cppcheck warnings, mostly style, in ncurses test-programs. + +20190817 + + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few + details where it still differed from SVr4. + + fix some cppcheck warnings, mostly style, in ncurses test-programs. + +20190810 + + fix a few more coverity warnings. + 20190803 + improve loop limits in _nc_scroll_window() to handle a case where the scrolled data is a pad which is taller than the window (patch