X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=e945c7fa5e366e7afd773012ab6c2b9c051355f1;hp=5a3bc49c911e89eee45c3a9c7c08e3e5b43e00be;hb=1385381954c39dc95558adc87fad457046959cc1;hpb=2403eaecbe5b488358485a3deb351ab552af8791 diff --git a/NEWS b/NEWS index 5a3bc49c..e945c7fa 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.2018 2013/01/27 01:52:49 tom Exp $ +-- $Id: NEWS,v 1.2021 2013/02/09 22:39:26 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,19 @@ 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. +20130209 + + modify test/configure script to make it simpler to override names + of curses-related libraries, to help with linking with pdcurses in + mingw environment. + + if the --with-terminfo-dirs configure option is not used, there is + no corresponding compiled-in value for that. Fill in "no default + value" for that part of the manpage substitution. + +20130202 + + correct initialization in knight.c which let it occasionally make + an incorrect move (cf: 20001028). + + improve documentation of the terminfo/termcap search path. + 20130126 + further fixes to mvcur to pass callback function (cf: 20130112), needed to make test/dots_mvcur work.