dbus ChangeLog,1.511,1.512
Havoc Pennington
hp at pdx.freedesktop.org
Mon May 31 20:02:28 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv13989
Modified Files:
ChangeLog
Log Message:
2004-05-31 Havoc Pennington <hp at 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...)
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -d -r1.511 -r1.512
--- a/ChangeLog 1 Jun 2004 01:20:59 -0000 1.511
+++ b/ChangeLog 1 Jun 2004 03:02:26 -0000 1.512
@@ -1,3 +1,22 @@
+2004-05-31 Havoc Pennington <hp at 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 at gnome.org>
* python/dbus_bindings.pyx.in:
More information about the dbus-commit
mailing list