X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=7bcb7b7eaeb4d950fea998576f476417c536c70c;hp=ed5026c3246e35bcac7efef74dad7a43d5ede72e;hb=cb9a015f6669e86dd5db0fcdf1a6d74c7ea5df55;hpb=49e6baa94900e73cfc440dcb54c4f2eeda462ad8 diff --git a/NEWS b/NEWS index ed5026c3..7bcb7b7e 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.1468 2009/11/28 22:51:06 tom Exp $ +-- $Id: NEWS,v 1.1470 2009/12/05 22:07:39 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,16 @@ 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. +20091205 + + correct layout of working window used to extract data in + wide-character configured by set_field_buffer (patch by Rafael + Garrido Fernandez) + + improve some limit-checks related to filename length in reading and + writing terminfo entries. + + ensure that filename is always filled in when attempting to read + a terminfo entry, so that infocmp can report the filename (patch + by Nicholas Marriott). + 20091128 + modify mk-1st.awk to allow tinfo library to be built when term-driver is enabled.