summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Elstner <daniel@src.gnome.org>2009-01-27 16:21:13 +0000
committerDaniel Elstner <daniel@src.gnome.org>2009-01-27 16:21:13 +0000
commit90ca9dac132dc396e0f064ff01556740ca09e2b0 (patch)
treec191d87721e9b3f088ea4e1381dea5aab8ab43dd /ChangeLog
parent90ddf11f06d68deeaa8c59b4d83b07808a892281 (diff)
downloadpygobject-90ca9dac132dc396e0f064ff01556740ca09e2b0.tar.gz
pygobject-90ca9dac132dc396e0f064ff01556740ca09e2b0.tar.xz
pygobject-90ca9dac132dc396e0f064ff01556740ca09e2b0.zip
Do not escape the ampersand "&" in entity references (bug #568485).
* codegen/docextract_to_xml.py (escape_text): Do not escape the ampersand "&" in entity references (bug #568485). Replace some unusual entity references in the output with their literal values. svn path=/trunk/; revision=998
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87fc720..c3f6f16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-27 Daniel Elstner <danielk@openismus.com>
+
+ * codegen/docextract_to_xml.py (escape_text): Do not escape the
+ ampersand "&" in entity references (bug #568485). Replace some
+ unusual entity references in the output with their literal values.
+
2009-01-14 Paul Pogonyshev <pogonyshev@gmx.net>
Bug 566571 – gtk.Buildable interface method override is not