summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-11 16:09:18 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-01-11 16:09:18 +0000
commite370df75fb2cfdd780188af1e81416a5443cb6e9 (patch)
tree0e54a2fdc133bc24d05caa5782eb8021efd1d737 /ChangeLog
parenta4834ddbe8dfe5b0f131ba3c1331de0b05f67a0f (diff)
downloadpygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.tar.gz
pygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.tar.xz
pygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.zip
signal accumulators
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <gjc@inescporto.pt>
+ * 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