diff options
| author | Lars Magne Ingebrigtsen | 2010-09-10 19:51:48 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-10 19:51:48 +0200 |
| commit | 71c17aecc32c876247062fd480304b147b266130 (patch) | |
| tree | bbff3f4eb90eca8c76b43ac61ed8abb5cb305b93 | |
| parent | 8b620f1169f1da4dd624a9f94c17cce897382682 (diff) | |
| download | emacs-71c17aecc32c876247062fd480304b147b266130.tar.gz emacs-71c17aecc32c876247062fd480304b147b266130.zip | |
* NEWS: Mention the new libxml2 functions.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 8 |
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 @@ | |||
| 1 | 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * NEWS: Mention the new libxml2 functions. | ||
| 4 | |||
| 1 | 2010-08-25 Kenichi Handa <handa@m17n.org> | 5 | 2010-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. |
| @@ -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), | ||
| 499 | two new Emacs Lisp-level functions are defined: `html-parse-string' | ||
| 500 | (which will parse "real world" HTML) and `xml-parse-string' (which | ||
| 501 | parses XML). Both return an Emacs Lisp parse tree. See the Emacs | ||
| 502 | Lisp 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'. |