From: Miroslav Lichvar Date: Fri, 14 Feb 2014 17:01:45 +0000 (+0100) Subject: update CHANGES X-Git-Tag: r0-52-17~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d66482d950362bab9c306ec37e786fff59b6993c;p=thirdparty%2Fnewt.git update CHANGES --- diff --git a/CHANGES b/CHANGES index bfd9c66..1326808 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,17 @@ +0.52.17 +- add python3 support (Matthias Klose) (#963839) +- implement newtComponentAddCallback() for forms as a focus-change + callback (Dan Winship) +- add newtEntryGet/SetCursorPosition and newtFormGet/SetScrollPosition + (Dan Winship) +- restore cursor position after changing help line (Dan Winship) +- rename snackmodule to snack (#963839) +- update CHANGES from spec changelog +- add AUTHORS and README + 0.52.16 -- add newtComponentGetSize and newtComponentGetPosition (#987596) +- add newtComponentGetSize and newtComponentGetPosition + (Dan Winship) (#987596) - modify Makefile to use SOEXT (#971168) - free gpm socket name and unlink gpm socket on form exit - fix memory leaks in whiptail