X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=ab79acb6367ae659fdc22b5d923fd33cce92b672;hp=0d7b26fd040a6146255db6f5ba04fb1481b75f0a;hb=17d9459c7aecedecbfc59b8ba5d29279a01e9003;hpb=0948e2c7ac34642a1f8a3a85000933bcbb258cff diff --git a/NEWS b/NEWS index 0d7b26fd..ab79acb6 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.2260 2014/08/16 23:28:26 tom Exp $ +-- $Id: NEWS,v 1.2262 2014/08/23 19:28:39 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,11 @@ 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. +20140823 + + fix special case where double-width character overwrites a single- + width character in the first column (report by Egmont Koblinger, + cf: 20050813). + 20140816 + fix colors in ncurses 'b' test which did not work after changing it to put the test-strings in subwindows (cf: 20140705).