X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=848b45f960f2199887c1e6a0b9852417897c21a7;hp=5e536d2109d0e49ee2761db237e8cde0b75990c1;hb=677412a37f53a465b9b127843d4aa070077659e8;hpb=626c294438b51427d6dd6dd99d5d3eb8d3aaa2f9 diff --git a/NEWS b/NEWS index 5e536d21..848b45f9 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.1503 2010/02/06 22:16:30 tom Exp $ +-- $Id: NEWS,v 1.1507 2010/02/27 21:51:12 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,23 @@ 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. +20100227 + + add Ada95/configure script, to use in tar-file created by + Ada95/make-tar.sh + + fix typo in wresize.3x (patch by Tim van der Molen). + + modify screen-bce.XXX entries to exclude ech, since screen's color + model does not clear with color for that feature -TD + +20100220 + + add make-tar.sh scripts to Ada95 and test subdirectories to help with + making those separately distributable. + + build-fix for static libraries without dlsym (Debian #556378). + + fix a syntax error in man/form_field_opts.3x (patch by Ingo + Schwarze). + +20100213 + + add several screen-bce.XXX entries -TD + 20100206 + update mrxvt terminfo entry -TD + modify win_driver.c to support mouse single-clicks.