# HG changeset patch # User Michael Albinus # Date 1294146011 -3600 # Node ID ac330440ab0d68a144806c2a43077c41777bee77 # Parent f423bf015fa8eb30e15a14ce7d0512ec8e000d34 * NEWS: Revert change in libxml-* functions, which was applied by previous patch accidently. diff -r f423bf015fa8 -r ac330440ab0d etc/NEWS --- a/etc/NEWS Tue Jan 04 13:44:17 2011 +0100 +++ b/etc/NEWS Tue Jan 04 14:00:11 2011 +0100 @@ -715,8 +715,8 @@ *** If Emacs is compiled with libxml2 support (which is the default), two new Emacs Lisp-level functions are defined: -`xml-parse-html-string-internal' (which will parse "real world" HTML) -and `xml-parse-string-internal' (which parses XML). Both return an +`libxml-parse-html-region' (which will parse "real world" HTML) +and `libxml-parse-xml-region' (which parses XML). Both return an Emacs Lisp parse tree. FIXME: These should be front-ended by xml.el.