comparison etc/NEWS @ 110304:9e6d02d51b19

* NEWS: Mention the new libxml2 functions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 10 Sep 2010 19:51:48 +0200 (2010-09-10)
parents 1021c96a663e
children b10051866f51
comparison
equal deleted inserted replaced
110303:fdcc2e819a9b 110304:9e6d02d51b19
491 `image-animate-max-time' and the delay between sub-images defined 491 `image-animate-max-time' and the delay between sub-images defined
492 by the Graphic Control Extension of the image. 492 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'.
499 507
500 ** Progress reporters can now "spin". 508 ** Progress reporters can now "spin".