summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2007-09-06 22:43:10 +0000
committerJohn Finlay <finlay@src.gnome.org>2007-09-06 22:43:10 +0000
commit2f24816a0ecae3623600db4350b8352a6178b2b5 (patch)
tree400e690470dd7fb6a954da5b9cf78e5fc76de225 /ChangeLog
parent755b322cd9f823422aeded2c56a3256c9f1e029c (diff)
downloadpygobject-2f24816a0ecae3623600db4350b8352a6178b2b5.tar.gz
pygobject-2f24816a0ecae3623600db4350b8352a6178b2b5.tar.xz
pygobject-2f24816a0ecae3623600db4350b8352a6178b2b5.zip
Remove DATADIR substitution since it now gets substituted as
* docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now gets substituted as ${prefix}/share which doesn't work in a Python script. svn path=/trunk/; revision=705
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39037d7..c0aa149 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-06 John Finlay <finlay@moeraki.com>
+
+ * docs/xsl/fixxref.py.in: Remove DATADIR substitution since it now
+ gets substituted as ${prefix}/share which doesn't work in a Python
+ script.
+
2007-08-27 Johan Dahlin <jdahlin@async.com.br>
* gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid