summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <paulp@src.gnome.org>2008-12-06 19:31:37 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-12-06 19:31:37 +0000
commit3a49a1db0e61a31b217ef89119681aa4040e7965 (patch)
tree57c9ec7e1ff4eef6d98b476d9a36b1504c06cadc /ChangeLog
parent95886775af564a05aaaf5708f0b37279f82d0d76 (diff)
Revert 2008-10-31 changes by John Finlay: should only go to 2.17 development.
svn path=/branches/pygobject-2-16/; revision=978
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 0 insertions, 20 deletions
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 <finlay@moeraki.com>
-
- * 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 <gianmt@gnome.org>
* gio/goutputstream.override