From 0c7e6367356e47a82844a375581f2fa296bdefcb Mon Sep 17 00:00:00 2001 From: John Finlay Date: Fri, 31 Oct 2008 09:41:51 +0000 Subject: 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68d3231..32ad338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-10-31 John Finlay + + * 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 * gio/goutputstream.override -- cgit