summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2008-10-31 09:41:51 +0000
committerJohn Finlay <finlay@src.gnome.org>2008-10-31 09:41:51 +0000
commit0c7e6367356e47a82844a375581f2fa296bdefcb (patch)
tree3abe7bd2793e5837007b72dc61285019939c30fd /ChangeLog
parent73b03de5d0c24e556e485c4cd370d5815f82e311 (diff)
downloadpygobject-0c7e6367356e47a82844a375581f2fa296bdefcb.tar.gz
pygobject-0c7e6367356e47a82844a375581f2fa296bdefcb.tar.xz
pygobject-0c7e6367356e47a82844a375581f2fa296bdefcb.zip
Use the passed in prefix as a hint when creating a typecode.
* codegen/defsgen.py (typecode): Use the passed in prefix as a hint when creating a typecode. (split_prefix,write_enum_defs,_write_obj_helper): Add function to use passed in prefix as a hint when splitting an object name into module and name. * codegen/h2def.py (DefsWriter.write_enum_defs): Make sure the prefix ends with a _ i.e. really handle the GDK_FONT_FONT, GDK_FONT_FONTSET case. svn path=/trunk/; revision=972
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d3231..32ad338 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-10-31 John Finlay <finlay@moeraki.com>
+
+ * codegen/defsgen.py (typecode): Use the passed in prefix as a
+ hint when creating a typecode.
+ (split_prefix,write_enum_defs,_write_obj_helper): Add function to
+ use passed in prefix as a hint when splitting an object name into
+ module and name.
+
+ * codegen/h2def.py (DefsWriter.write_enum_defs): Make sure the
+ prefix ends with a _ i.e. really handle the GDK_FONT_FONT,
+ GDK_FONT_FONTSET case.
+
2008-09-12 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/goutputstream.override