diff options
| author | Lars Magne Ingebrigtsen | 2010-12-06 17:59:52 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-12-06 17:59:52 +0100 |
| commit | 3c2317e89100833812a7194c0d9d39ae0f52cb33 (patch) | |
| tree | edaeb216298a16f6c66631e0848d32f430787e63 /src/ChangeLog | |
| parent | ce327e48a158a1b59c6ccf54c26763c3460ca268 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 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. |