dbus ChangeLog,1.842,1.843

John Palmieri johnp at freedesktop.org
Fri Jul 15 12:15:10 EST 2005


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

Modified Files:
	ChangeLog 
Log Message:
* python/_dbus.py (Bus::remove_signal_receiver):
  don't add a callback to the match if none has been passed in
	
* python/matchrules.py (SignalMatchTree::remove): if the rule
  being matched does not have a callback treat it as a wildcard
  fix matching logic

* doc/dbus-tutorial.xml: Add Python tutorial


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.842
retrieving revision 1.843
diff -u -d -r1.842 -r1.843
--- ChangeLog	14 Jul 2005 21:45:42 -0000	1.842
+++ ChangeLog	15 Jul 2005 02:15:07 -0000	1.843
@@ -1,3 +1,14 @@
+2005-07-14  John (J5) Palmieri  <johnp at redhat.com>
+
+	* python/_dbus.py (Bus::remove_signal_receiver):
+	don't add a callback to the match if none has been passed in
+	
+	* python/matchrules.py (SignalMatchTree::remove): if the rule
+	being matched does not have a callback treat it as a wildcard
+	fix matching logic
+
+	* doc/dbus-tutorial.xml: Add Python tutorial
+
 2005-07-14  Colin Walters  <walters at verbum.org>
 
 	* bus/driver.c



More information about the dbus-commit mailing list