X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=NEWS;h=a01c05a9a8190908bcaab7c09a4f7d197f392ff0;hb=50acaeeb9b282767ffe9c6a80f120b32ce3bd966;hp=72d730eb05b7686226d8d8a88322d8102c27ed6b;hpb=16e3e58a50e1a7546238d85cbee2117feb175a75;p=ncurses.git diff --git a/NEWS b/NEWS index 72d730eb..a01c05a9 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.2293 2014/10/25 00:20:09 tom Exp $ +-- $Id: NEWS,v 1.2300 2014/11/16 00:46:19 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,21 @@ 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. +20141115 + + improve description of limits for color values and color pairs in + curs_color.3x (prompted by patch by Tim van der Molen). + + add VERSION file, using first field in that to record the ABI version + used for configure --with-libtool --disable-libtool-version + + add configure options for applying the ".map" and ".sym" files to + the ncurses, form, menu and panel libraries. + + add ".map" and ".sym" files to show exported symbols, e.g., for + symbol-versioning. + +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.