aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-12-06 17:59:52 +0100
committerLars Magne Ingebrigtsen2010-12-06 17:59:52 +0100
commit3c2317e89100833812a7194c0d9d39ae0f52cb33 (patch)
treeedaeb216298a16f6c66631e0848d32f430787e63 /src/ChangeLog
parentce327e48a158a1b59c6ccf54c26763c3460ca268 (diff)
downloademacs-3c2317e89100833812a7194c0d9d39ae0f52cb33.tar.gz
emacs-3c2317e89100833812a7194c0d9d39ae0f52cb33.zip
Return CDATA sections (like <style>foo</style>) as text nodes.
Also ignore blank HTML nodes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e05855a4abf..47dd5c650c3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * xml.c (parse_region): Ignore blank HTML nodes.
4 (make_dom): Return CDATA sections (like <style>foo</style>) as
5 text nodes.
6
12010-12-06 Stefan Monnier <monnier@iro.umontreal.ca> 72010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * lread.c (read1): Allow newstyle unquote outside of backquote. 9 * lread.c (read1): Allow newstyle unquote outside of backquote.