From 90ca9dac132dc396e0f064ff01556740ca09e2b0 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Tue, 27 Jan 2009 16:21:13 +0000 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 87fc720..c3f6f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-27 Daniel Elstner + + * 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 Bug 566571 – gtk.Buildable interface method override is not -- cgit