comparison etc/NEWS @ 112102:ff459bc4b620

Update NEWS for xml.c name changes.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Jan 2011 17:18:33 -0800
parents db006527425b
children f423bf015fa8
comparison
equal deleted inserted replaced
112101:f17e96101723 112102:ff459bc4b620
1 GNU Emacs NEWS -- history of user-visible changes. 1 GNU Emacs NEWS -- history of user-visible changes.
2 2
3 Copyright (C) 2010 Free Software Foundation, Inc. 3 Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 See the end of the file for license conditions. 4 See the end of the file for license conditions.
5 5
6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
7 If possible, use M-x report-emacs-bug. 7 If possible, use M-x report-emacs-bug.
8 8
711 711
712 ** XML and HTML parsing 712 ** XML and HTML parsing
713 713
714 *** If Emacs is compiled with libxml2 support (which is the default), 714 *** If Emacs is compiled with libxml2 support (which is the default),
715 two new Emacs Lisp-level functions are defined: 715 two new Emacs Lisp-level functions are defined:
716 `xml-parse-html-string-internal' (which will parse "real world" HTML) 716 `libxml-parse-html-region' (which will parse "real world" HTML)
717 and `xml-parse-string-internal' (which parses XML). Both return an 717 and `libxml-parse-xml-region' (which parses XML). Both return an
718 Emacs Lisp parse tree. 718 Emacs Lisp parse tree.
719 719
720 FIXME: These should be front-ended by xml.el. 720 FIXME: These should be front-ended by xml.el.
721 721
722 ** FIXME GnuTLS 722 ** FIXME GnuTLS