diff options
author | Seth Nickell <seth@gnome.org> | 2004-06-01 06:13:31 +0000 |
---|---|---|
committer | Seth Nickell <seth@gnome.org> | 2004-06-01 06:13:31 +0000 |
commit | 736f76ba97647ac78d59b2484ddf0e176bc075cd (patch) | |
tree | ac879e8a85b6c6bf63045875490a7fa0e48213e9 /ChangeLog | |
parent | e12863aae85dc131fcdd552edd6b32bd15702e12 (diff) |
2004-06-01 Seth Nickell <seth@gnome.org>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2004-06-01 Seth Nickell <seth@gnome.org> + + * 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 <hp@redhat.com> * 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 <seth@gnome.org> |