summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-08-15 17:22:38 +0000
committerMurray Cumming <murrayc@src.gnome.org>2006-08-15 17:22:38 +0000
commita181cb3b4d53f35e9cb131232f7bc5c596257cf4 (patch)
treedee0b8134eab6c7a653699f032439c39378ce50e /ChangeLog
parent321f8f841c397059746177777c964c893921120e (diff)
downloadpygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.tar.gz
pygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.tar.xz
pygobject-a181cb3b4d53f35e9cb131232f7bc5c596257cf4.zip
Replace uses of typename with type_name, because that is a reserved C++
2006-08-15 Murray Cumming <murrayc@murrayc.com> * gobject/pygobject-private.h: * gobject/pygobject.h: Replace uses of typename with type_name, because that is a reserved C++ keyword. This was breaking compilation of Glom due its use in the new type_register_custom function pointer in pygobject.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d98be0..65e8fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-15 Murray Cumming <murrayc@murrayc.com>
+
+ * gobject/pygobject-private.h:
+ * gobject/pygobject.h:
+ Replace uses of typename with type_name, because that is a
+ reserved C++ keyword. This was breaking compilation of Glom
+ due its use in the new type_register_custom function pointer in
+ pygobject.h.
+
2006-08-12 John Finlay <finlay@moeraki.com>
* pygobject-2.0.pc.in: Add reference to installed pygobject docs