From 3a49a1db0e61a31b217ef89119681aa4040e7965 Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 6 Dec 2008 19:31:37 +0000 Subject: Revert 2008-10-31 changes by John Finlay: should only go to 2.17 development. svn path=/branches/pygobject-2-16/; revision=978 --- ChangeLog | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38cd16d..13e7413 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,26 +3,6 @@ * glib/pyglib.c (pyglib_error_check): Test if `domain' is not-null before using it (avoids segfaults, see bug #561826). -2008-10-31 John Finlay - - * codegen/__init__.py (__all__): Add defsgen to __all__ list. - - * codegen/h2def.py (find_enum_defs): Strip out # directives from - enum defintions. - (clean_func): Change ' * G_CONST_RETURN * ' to '** ' - - * codegen/Makefile.am (codegen_PYTHON): Add defsgen.py - - * 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