[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102740: Update NEWS for xml.c name c
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102740: Update NEWS for xml.c name changes. |
Date: |
Sun, 02 Jan 2011 17:18:33 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102740
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2011-01-02 17:18:33 -0800
message:
Update NEWS for xml.c name changes.
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2010-12-26 23:17:09 +0000
+++ b/etc/NEWS 2011-01-03 01:18:33 +0000
@@ -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 address@hidden
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102740: Update NEWS for xml.c name changes.,
Glenn Morris <=