dbus ChangeLog,1.530,1.531

Seth Nickell seth at pdx.freedesktop.org
Sun Jul 11 23:29:02 PDT 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv15886

Modified Files:
	ChangeLog 
Log Message:
2004-07-12  Seth Nickell  <seth at gnome.org>

	* python/dbus.py:

	Add message argument to the default object_method_handler
	function.
	
	* python/dbus_bindings.pyx.in:

	Automatically return NIL when passed an empty list
	(we can't pass back a list since lists are typed
	and we don't have any idea what type the the client
	intended the list to be... :-( )


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -d -r1.530 -r1.531
--- ChangeLog	11 Jul 2004 03:09:03 -0000	1.530
+++ ChangeLog	12 Jul 2004 06:28:59 -0000	1.531
@@ -1,3 +1,17 @@
+2004-07-12  Seth Nickell  <seth at gnome.org>
+
+	* python/dbus.py:
+
+	Add message argument to the default object_method_handler
+	function.
+	
+	* python/dbus_bindings.pyx.in:
+
+	Automatically return NIL when passed an empty list
+	(we can't pass back a list since lists are typed
+	and we don't have any idea what type the the client
+	intended the list to be... :-( )
+	
 2004-07-10  Seth Nickell  <seth at gnome.org>
 
 	* python/examples/Makefile.am:




More information about the dbus-commit mailing list