summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-27 09:03:06 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-27 09:03:06 +0000
commit826e4b1a42873c8fadb3a7f98abf244c666a413b (patch)
tree4513a6c8308e449409ee947af891bbd1706f46c6 /ChangeLog
parent28cc14391b52dcbef2e148dcc985b2803623234d (diff)
downloadpygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.tar.gz
pygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.tar.xz
pygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.zip
Use glib macros to define the module, update export regexp.
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (PYGLIB_MODULE_START): * gobject/pygobject-private.h: Use glib macros to define the module, update export regexp. svn path=/trunk/; revision=881
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1028f8f..eab9028 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2008-07-27 Johan Dahlin <johan@gnome.org>
* gobject/Makefile.am:
+ * gobject/gobjectmodule.c (PYGLIB_MODULE_START):
+ * gobject/pygobject-private.h:
+ Use glib macros to define the module, update export regexp.
+
+2008-07-27 Johan Dahlin <johan@gnome.org>
+
+ * gobject/Makefile.am:
* gobject/gobjectmodule.c (init_gobject):
* gobject/pygboxed.c (pygobject_boxed_register_types):
* gobject/pygboxed.h: