Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
111834:6951f234b0c3 | 111835:05fc128a856f |
---|---|
1 2010-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 | |
1 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2010-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. |
4 Disallow old-style backquotes inside new-style backquotes. | 10 Disallow old-style backquotes inside new-style backquotes. |
5 Don't count unquotes to figure out when we're "syntactically inside | 11 Don't count unquotes to figure out when we're "syntactically inside |