X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=00eacd1112844099d91eeb806c63cbd3f0d8d1ce;hp=13eb7aa44ff60261500d3793bcb059dbf95c2705;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=d61c3c6a831d18ef0ed6f797ac97d60fffc2f158 diff --git a/NEWS b/NEWS index 13eb7aa4..00eacd11 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.3519 2020/07/11 23:21:07 tom Exp $ +-- $Id: NEWS,v 1.3523 2020/07/18 22:43:57 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,18 @@ 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. +20200718 + + reduce redefinition-warnings for KEY_EVENT when building with Visual + Studio C++. + + define NCURSES_STATIC when compiling programs to link with static + libraries, to work with MinGW vs Visual Studio C++. + > additional changes for building with Visual Studio C++ and msys2 + (reports/patches by "Maarten Anonymous") + + modify c++/Makefile.in to set the current directory while compiling + the main program, so the linker can find related objects. + + several changes to allow the c++/demo program to compile/link. + + change an ifdef in test-directory, to use VC++ wide-character funcs. + 20200711 + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo Bruckl).