summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 22:37:39 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 22:37:39 +0000
commitc907856672c1f14acd5e161a51cfc6cff890f592 (patch)
tree66525fc341868f106265d3dc7a2d5ddf6cc599db /ChangeLog
parent6b93ae8cb09fec1c95b42f791858b93f0ca10a53 (diff)
Move paramspec registration to a separate file, add a header for the
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (init_gobject): * gobject/pygobject-private.h: * gobject/pygobject.c: * gobject/pygparamspec.c (pygobject_paramspec_register_types): * gobject/pygparamspec.h: * gobject/pygtype.c: Move paramspec registration to a separate file, add a header for the internal API. svn path=/trunk/; revision=878
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a476e72..5857fbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-07-27 Johan Dahlin <johan@gnome.org>
+
+ * gobject/Makefile.am:
+ * gobject/gobjectmodule.c (init_gobject):
+ * gobject/pygobject-private.h:
+ * gobject/pygobject.c:
+ * gobject/pygparamspec.c (pygobject_paramspec_register_types):
+ * gobject/pygparamspec.h:
+ * gobject/pygtype.c:
+ Move paramspec registration to a separate file, add a header
+ for the internal API.
+
2008-07-27 Paul Pogonyshev <pogonyshev@gmx.net>
* gobject/pygtype.c (pyg_enum_get_value): Issue warning if 'obj'