summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-04-01 18:07:23 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-04-01 18:07:23 +0000
commitf3f6e39e8cab7000dd8291e1355890f2b11f7026 (patch)
tree52b06fa18cd9d9e4b9507f03bb4b814f0e56fb69 /ChangeLog
parent2e8a3136d5c1cf333b1d4bce69eef76cb5e34e71 (diff)
downloadpygtk-f3f6e39e8cab7000dd8291e1355890f2b11f7026.tar.gz
Bug 334986 – Make it possible to re-implement interfaces and chain to parent impl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53df305d..37b6808f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-01 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * examples/Makefile.am (EXTRA_DIST): Ship new editable interface example.
+
+ * examples/gobject/editable-interface.py: Add small example of
+ overriding GtkEditable interface method and chaining to parent.
+
+ * codegen/codegen.py: Bug 334986: "Make it possible to
+ re-implement interfaces and chain to parent impl."
+
2006-04-01 Johan Dahlin <johan@gnome.org>
* codegen/h2def.py (proto_pat): Allow whitespace before
@@ -16,7 +26,7 @@
Add support for int* and double* (and basic infrastructure to
support other types in the future) parameters for "reverse
wrappers". To use this feature one needs to help the
- codegenerator by adding (direction "in") or (direction "inout") to
+ codegenerator by adding (direction "out") or (direction "inout") to
the parameter definitions as appropriate. Fixes #335964.
2006-04-01 John Finlay <finlay@moerari.com>