# HG changeset patch # User Glenn Morris # Date 1294017513 28800 # Node ID ff459bc4b620aaa47b688046bd20db039dc5c002 # Parent f17e96101723da869416f03494531ad350a36313 Update NEWS for xml.c name changes. diff -r f17e96101723 -r ff459bc4b620 etc/NEWS --- a/etc/NEWS Sun Jan 02 23:17:32 2011 +0000 +++ b/etc/NEWS Sun Jan 02 17:18:33 2011 -0800 @@ -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 @@ *** 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.