dbus ChangeLog,1.775,1.776

John Palmieri johnp at freedesktop.org
Mon May 23 17:21:09 PDT 2005


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

Modified Files:
	ChangeLog 
Log Message:
* python/decorators.py: import dbus_bindings

* python/matchrules.py (SignalMatchRule, SignalMatchTree,
  SignalMatchNode): new classes that implement wildcard signal
  callback matching using a tree lookup. Heavily modified from a
  patch sent by Celso Pinto (fd.o bug #3241)

* _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
  use new match classes to handle signals.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.775
retrieving revision 1.776
diff -u -d -r1.775 -r1.776
--- ChangeLog	19 May 2005 20:27:19 -0000	1.775
+++ ChangeLog	24 May 2005 00:21:07 -0000	1.776
@@ -1,3 +1,15 @@
+2005-05-23  John (J5) Palmieri  <johnp at redhat.com>
+
+	* python/decorators.py: import dbus_bindings
+
+	* python/matchrules.py (SignalMatchRule, SignalMatchTree, 
+	SignalMatchNode): new classes that implement wildcard signal
+	callback matching using a tree lookup. Heavily modified from a
+	patch sent by Celso Pinto (fd.o bug #3241)
+
+	* _dbus.py (add_signal_receiver, remove_signal_receiver, _signal_func):
+	use new match classes to handle signals.
+
 2005-05-19  John (J5) Palmieri  <johnp at redhat.com>
 	
 	* python/dbus_bindings.pyx.in: s/TYPE_PATH/TYPE_OBJECT_PATH



More information about the dbus-commit mailing list