From: Glenn Morris Date: Mon, 3 Jan 2011 01:18:33 +0000 (-0800) Subject: Update NEWS for xml.c name changes. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d368a3408f480f10de6aba919b85ff711e3cfca3;p=emacs.git Update NEWS for xml.c name changes. --- diff --git a/etc/NEWS b/etc/NEWS index f21028adc8c..b944c2f1bf1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2010, 2011 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to bug-gnu-emacs@gnu.org. @@ -713,8 +713,8 @@ by the Graphic Control Extension of the image. *** 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.