diff options
| author | Glenn Morris | 2011-01-02 17:18:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-02 17:18:33 -0800 |
| commit | d368a3408f480f10de6aba919b85ff711e3cfca3 (patch) | |
| tree | 39acc04700608d823b338c3d942f2963b06d0708 | |
| parent | 84d89edee634f27b7d635393f762bd520f9f4b78 (diff) | |
| download | emacs-d368a3408f480f10de6aba919b85ff711e3cfca3.tar.gz emacs-d368a3408f480f10de6aba919b85ff711e3cfca3.zip | |
Update NEWS for xml.c name changes.
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 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. |
| @@ -713,8 +713,8 @@ by the Graphic Control Extension of the image. | |||
| 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. |