diff options
author | Havoc Pennington <hp@redhat.com> | 2004-06-01 03:02:26 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-06-01 03:02:26 +0000 |
commit | e12863aae85dc131fcdd552edd6b32bd15702e12 (patch) | |
tree | ed7c53b2388c7136069043f3fa72f64927c95b6f /ChangeLog | |
parent | 23e9d3d5040f51870f212ea70a94c9913c90e66b (diff) |
2004-05-31 Havoc Pennington <hp@redhat.com>
* glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
"in" before "out"
* glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
* glib/dbus-glib-tool.c (main): set up to have a --self-test
option that runs the tests, and start filling in some code
including for starters just dumping the interfaces to stdout
* glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
* test/data/valid-introspection-files/lots-of-types.xml: test of
an example introspection file
* glib/dbus-gparser.c (parser_check_doctype): doctype should be
"node" (I think...)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2004-05-31 Havoc Pennington <hp@redhat.com> + + * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with + "in" before "out" + + * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c + + * glib/dbus-glib-tool.c (main): set up to have a --self-test + option that runs the tests, and start filling in some code + including for starters just dumping the interfaces to stdout + + * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR + + * test/data/valid-introspection-files/lots-of-types.xml: test of + an example introspection file + + * glib/dbus-gparser.c (parser_check_doctype): doctype should be + "node" (I think...) + 2004-05-31 Seth Nickell <seth@gnome.org> * python/dbus_bindings.pyx.in: |