X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=NEWS;h=442fe3fc71e8bab0f311d1d60aac172d238797ea;hp=c81d27e82eca2230fbd97ef41fa1798e0149cf8a;hb=286b1e1135a99a4dd5844e5d45af42098155fab5;hpb=8554ac8f8bb70116fbc962f529168d273e950e2b;ds=sidebyside diff --git a/NEWS b/NEWS index c81d27e8..442fe3fc 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.1976 2012/11/24 20:02:52 tom Exp $ +-- $Id: NEWS,v 1.1979 2012/12/02 01:51:32 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,12 @@ 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. +20121201 + + also replace MinGW's wctomb(), fixing a problem with setcchar(). + + modify test/view.c to load UTF-8 when built with MinGW by using + regular win32 API because the MinGW functions mblen() and mbtowc() + do not work. + 20121124 + correct order of color initialization versus display in some of the test-programs, e.g., test_addstr.c