X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=72270337eaa812641f13ea5fb155a62c94076c4f;hp=f78544e1f24fbd793384763dd7923ae5514ce949;hb=772f879d17117c5b766022f28099e341ebea825b;hpb=c13e57306ae5c4431fddd0fe856c3bcae6aeeb2c diff --git a/NEWS b/NEWS index f78544e1..72270337 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.1143 2007/07/14 23:19:06 tom Exp $ +-- $Id: NEWS,v 1.1147 2007/07/21 22:28:54 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. +20070721 + + change winnstr() to stop at the end of the line (cf: 970315). + + add test/test_get_wstr.c + + add test/test_getstr.c + + add test/test_inwstr.c + + add test/test_instr.c + +20070716 + + restore a call to obtain screen-size in _nc_setupterm(), which + is used in tput and other non-screen applications via setupterm() + (Debian #433357, reported by Florent Bayle, Christian Ohm, + cf: 20070310). + 20070714 + add test/savescreen.c test-program + add check to trace-file open, if the given name is a directory, add