diff src/ChangeLog @ 111835:05fc128a856f

Return CDATA sections (like <style>foo</style>) as text nodes. Also ignore blank HTML nodes.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Mon, 06 Dec 2010 17:59:52 +0100
parents f0dfec5bd26b
children 20e12bebbbb5
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 06 11:51:37 2010 -0500
+++ b/src/ChangeLog	Mon Dec 06 17:59:52 2010 +0100
@@ -1,3 +1,9 @@
+2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* xml.c (parse_region): Ignore blank HTML nodes.
+	(make_dom): Return CDATA sections (like <style>foo</style>) as
+	text nodes.
+
 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* lread.c (read1): Allow newstyle unquote outside of backquote.