]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
update CHANGES
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 14 Feb 2014 17:01:45 +0000 (18:01 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Feb 2014 16:49:56 +0000 (17:49 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index bfd9c6646cb0d6c27ef9496c9bbb44b7d9484770..1326808bbbf62e981cae4dde70b468d8298c048a 100644 (file)
--- 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