diff options
| author | Lars Magne Ingebrigtsen | 2014-11-26 22:08:44 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-26 22:08:52 +0100 |
| commit | 7520f8919ae4030b5b2c3fbcc4141c85bb65aad1 (patch) | |
| tree | 0e672a0fe7097a140e4960e962713be79e144043 /lisp/ChangeLog | |
| parent | c9cb3d535b2daf19b53dcaeedc2f2ae923bca2a1 (diff) | |
| download | emacs-7520f8919ae4030b5b2c3fbcc4141c85bb65aad1.tar.gz emacs-7520f8919ae4030b5b2c3fbcc4141c85bb65aad1.zip | |
Further eww dom.el cleanups
* net/eww.el (eww-tag-title): Use `dom-text'.
* dom.el (dom-by-tag): Use `equal' for comparisons so that tags
can be strings.
(dom-elements): Protect against non-text nodes.
(dom-non-text-children): New function.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1698eb7631e..4884d5ca9c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * dom.el (dom-by-tag): Use `equal' for comparisons so that tags | ||
| 4 | can be strings. | ||
| 5 | (dom-elements): Protect against non-text nodes. | ||
| 6 | (dom-non-text-children): New function. | ||
| 7 | |||
| 8 | * net/eww.el (eww-tag-title): Use `dom-text'. | ||
| 9 | |||
| 1 | 2014-11-26 Sam Steingold <sds@gnu.org> | 10 | 2014-11-26 Sam Steingold <sds@gnu.org> |
| 2 | 11 | ||
| 3 | * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy. | 12 | * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy. |