aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-10 19:51:48 +0200
committerLars Magne Ingebrigtsen2010-09-10 19:51:48 +0200
commit71c17aecc32c876247062fd480304b147b266130 (patch)
treebbff3f4eb90eca8c76b43ac61ed8abb5cb305b93
parent8b620f1169f1da4dd624a9f94c17cce897382682 (diff)
downloademacs-71c17aecc32c876247062fd480304b147b266130.tar.gz
emacs-71c17aecc32c876247062fd480304b147b266130.zip
* NEWS: Mention the new libxml2 functions.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 70e002f0f9e..05c8556620d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Mention the new libxml2 functions.
4
12010-08-25 Kenichi Handa <handa@m17n.org> 52010-08-25 Kenichi Handa <handa@m17n.org>
2 6
3 * HELLO: Change designation sequences for Arabic text. 7 * HELLO: Change designation sequences for Arabic text.
diff --git a/etc/NEWS b/etc/NEWS
index cb246a54adb..1ce4c9c09ad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -493,6 +493,14 @@ by the Graphic Control Extension of the image.
493 493
494*** `image-extension-data' is renamed to `image-metadata'. 494*** `image-extension-data' is renamed to `image-metadata'.
495 495
496** XML and HTML parsing
497
498*** If Emacs is compiled with libxml2 support (which is the default),
499two new Emacs Lisp-level functions are defined: `html-parse-string'
500(which will parse "real world" HTML) and `xml-parse-string' (which
501parses XML). Both return an Emacs Lisp parse tree. See the Emacs
502Lisp Reference Manual for details.
503
496** Isearch 504** Isearch
497 505
498*** New hook `isearch-update-post-hook' that runs in `isearch-update'. 506*** New hook `isearch-update-post-hook' that runs in `isearch-update'.