dbus ChangeLog,1.665,1.666

Havoc Pennington hp at freedesktop.org
Sat Jan 29 11:52:21 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv20067

Modified Files:
	ChangeLog 
Log Message:
2005-01-29  Havoc Pennington  <hp at redhat.com>

	* glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
	though it uses glib, it could be extended for any binding in
	principle

	* glib/dbus-gobject.c (gobject_message_function): change to the
	new way properties work

	* dbus/dbus-protocol.h: add the new interfaces

	* doc/dbus-specification.xml: document the introspection format,
	Introspectable interface, and add an org.freedesktop.Properties
	interface.

	* glib/dbus-gparser.c: add support for a <property> element

	* glib/dbus-gidl.c: add PropertyInfo

	* glib/dbus-gobject.c (handle_introspect): put the outermost
	<node> outside the signal and property descriptions.
	(introspect_properties): export properties as <property> rather
	than as method calls



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.665
retrieving revision 1.666
diff -u -d -r1.665 -r1.666
--- ChangeLog	29 Jan 2005 04:21:32 -0000	1.665
+++ ChangeLog	29 Jan 2005 19:52:19 -0000	1.666
@@ -1,3 +1,27 @@
+2005-01-29  Havoc Pennington  <hp at redhat.com>
+
+	* glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
+	though it uses glib, it could be extended for any binding in
+	principle
+
+	* glib/dbus-gobject.c (gobject_message_function): change to the
+	new way properties work
+
+	* dbus/dbus-protocol.h: add the new interfaces
+
+	* doc/dbus-specification.xml: document the introspection format,
+	Introspectable interface, and add an org.freedesktop.Properties
+	interface.
+
+	* glib/dbus-gparser.c: add support for a <property> element
+
+	* glib/dbus-gidl.c: add PropertyInfo
+
+	* glib/dbus-gobject.c (handle_introspect): put the outermost
+	<node> outside the signal and property descriptions.
+	(introspect_properties): export properties as <property> rather
+	than as method calls
+
 2005-01-28  Havoc Pennington  <hp at redhat.com>
 
 	* doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks



More information about the dbus-commit mailing list