From 736f76ba97647ac78d59b2484ddf0e176bc075cd Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Tue, 1 Jun 2004 06:13:31 +0000 Subject: 2004-06-01 Seth Nickell * python/dbus_bindings.pyx.in: * python/tests/test-client.py: Round off basic type support. Add dicts (yay!), and remaining array types. Make MessageIter more general so it works for dicts too. Mark all loop variables as C integers. --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7989651..5c336b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-06-01 Seth Nickell + + * python/dbus_bindings.pyx.in: + * python/tests/test-client.py: + + Round off basic type support. Add dicts (yay!), and + remaining array types. + + Make MessageIter more general so it works for dicts too. + + Mark all loop variables as C integers. + 2004-05-31 Havoc Pennington * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with @@ -25,7 +37,7 @@ Test Suite: 1 Python Bindings: 0 - (fix string array memory trashing bug... oops) + Fix string array memory trashing bug... oops... 2004-05-30 Seth Nickell -- cgit