X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=91ba1efbced5e90f392b9b38e4e3785cb3dbc77b;hp=a2c32ca60a10ad3d89fb8480b49cf4a8bb04ee43;hb=1051e5f924808ea27fcf8f5b624e63d07788b86e;hpb=3ec8f79f3ceda990461c80de2f96d66b886e00d5 diff --git a/NEWS b/NEWS index a2c32ca6..91ba1efb 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.1124 2007/05/05 21:31:43 tom Exp $ +-- $Id: NEWS,v 1.1127 2007/05/12 22:31:49 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,15 @@ 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. +20070512 + + add 'O' (wide-character panel test) in ncurses.c to demonstrate a + problem reported by Sadrul H Chowdhury with repainting parts of + a fullwidth cell. + + modify slk_init() so that if there are preceding calls to + ripoffline(), those affect the available lines for soft-keys (adapted + from patch by Clive Nicolson). + + document some portability issues in man/curs_getyx.3x + 20070505 + fix a bug in Ada95/samples/ncurses which caused a variable to become uninitialized in the "b" test.