X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=89c7a6ecb3d3a5572aa2abe7e55fbb82300e3fb2;hp=2c0b87eb9c1316879a2ee3d0787071043b93e372;hb=44963481f15221316cbf9f7289a710f54cab2c84;hpb=4bbfbf869d8c913cb0f5f30708b0bcb5d1724b96 diff --git a/NEWS b/NEWS index 2c0b87eb..89c7a6ec 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.3211 2018/11/11 01:36:45 tom Exp $ +-- $Id: NEWS,v 1.3219 2018/11/24 22:39:15 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,24 @@ 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. +20181124 + + check --with-fallbacks option to ensure there is a value, and add + the fallback information to top-level Makefile summary. + + add some traces in initialization to show whether a fallback entry is + used. + + build-fix for test/movewindow with ncurses-examples on Solaris. + + add "-l" option to test/background, to dump screen contents in a form + that lets different curses implementations be compared. + + modify the initialization checks for mouse so that the xterm+sm+1006 + block will work with terminal descriptions not mentioning xterm + (report by Tomas Janousek). + +20181117 + + ignore the hex/b64 $TERMINFO in toe's listing. + + correct a status-check in _nc_read_tic_entry() so that if reading + a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to + the compiled-in search list. + 20181110 + several workarounds to ensure proper C compiler used in parts of Ada95 tree.