From e370df75fb2cfdd780188af1e81416a5443cb6e9 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 11 Jan 2006 16:09:18 +0000 Subject: signal accumulators --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64821e6..cdd7e2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2006-01-11 Gustavo J. A. M. Carneiro + * gobject/gobjectmodule.c (_pyg_signal_accumulator), + (create_signal, pyg_signal_accumulator_true_handled), + (initgobject): Bug 155380 -- Add support for signal accumulators. + + * tests/runtests.py: Add 'test_enum', 'test_conversion' to + SKIP_FILES, since they depend on pygtk modules so don't work + anymore. This should be eventually fixed, though. + + * tests/test_signal.py: Test signal accumulators. + * gobject/pygtype.c (object_doc_descr_get): Reorder properties/signals documentation more nicely: signals + properties from each type are presented, with types ranging from the leaf -- cgit