diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5d616129ad0..a23524af11f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * NEWS: Mention dom.el. + 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> * NEWS: Mention NSM. @@ -187,6 +187,11 @@ pages visited) is now preserved in the desktop file. *** `eww-after-render-hook' is now called after eww has rendered the data in the buffer. +*** The DOM shr and eww uses has been changed to the general Emacs +xml.el/libxml2 DOM, and a new package dom.el has been added to +interact with this DOM. See the Emacs Lisp manual for interface +details. + ** Message mode *** text/html messages that contain inline image parts will be |
