summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSeth Nickell <seth@gnome.org>2004-06-01 06:13:31 +0000
committerSeth Nickell <seth@gnome.org>2004-06-01 06:13:31 +0000
commit736f76ba97647ac78d59b2484ddf0e176bc075cd (patch)
treeac879e8a85b6c6bf63045875490a7fa0e48213e9 /ChangeLog
parente12863aae85dc131fcdd552edd6b32bd15702e12 (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--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7989651..5c336b38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>