emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101405: * NEWS: Mention the new libx


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101405: * NEWS: Mention the new libxml2 functions.
Date: Fri, 10 Sep 2010 19:51:48 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101405
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2010-09-10 19:51:48 +0200
message:
  * NEWS: Mention the new libxml2 functions.
modified:
  etc/ChangeLog
  etc/NEWS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-09-01 07:13:21 +0000
+++ b/etc/ChangeLog     2010-09-10 17:51:48 +0000
@@ -1,3 +1,7 @@
+2010-09-10  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * NEWS: Mention the new libxml2 functions.
+
 2010-08-25  Kenichi Handa  <address@hidden>
 
        * HELLO: Change designation sequences for Arabic text.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-09-09 02:21:12 +0000
+++ b/etc/NEWS  2010-09-10 17:51:48 +0000
@@ -493,6 +493,14 @@
 
 *** `image-extension-data' is renamed to `image-metadata'.
 
+** XML and HTML parsing
+
+*** If Emacs is compiled with libxml2 support (which is the default),
+two new Emacs Lisp-level functions are defined: `html-parse-string'
+(which will parse "real world" HTML) and `xml-parse-string' (which
+parses XML).  Both return an Emacs Lisp parse tree.  See the Emacs
+Lisp Reference Manual for details.
+
 ** Isearch
 
 *** New hook `isearch-update-post-hook' that runs in `isearch-update'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]