1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

* NEWS: Mention the new libxml2 functions.

This commit is contained in:
Lars Magne Ingebrigtsen 2010-09-10 19:51:48 +02:00
parent 8b620f1169
commit 71c17aecc3
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* NEWS: Mention the new libxml2 functions.
2010-08-25 Kenichi Handa <handa@m17n.org>
* HELLO: Change designation sequences for Arabic text.

View File

@ -493,6 +493,14 @@ by the Graphic Control Extension of the image.
*** `image-extension-data' is renamed to `image-metadata'.
** XML and HTML parsing
*** If Emacs is compiled with libxml2 support (which is the default),
two new Emacs Lisp-level functions are defined: `html-parse-string'
(which will parse "real world" HTML) and `xml-parse-string' (which
parses XML). Both return an Emacs Lisp parse tree. See the Emacs
Lisp Reference Manual for details.
** Isearch
*** New hook `isearch-update-post-hook' that runs in `isearch-update'.