aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-10 18:44:35 +0200
committerLars Magne Ingebrigtsen2010-09-10 18:44:35 +0200
commit381408e2192b8fd606babaa8c9a103186589d708 (patch)
tree488a49b786d5cffcd0b068a527ec1ebe8339114a /src/ChangeLog
parent36f7d3666905e1447a2e80957735a1ade23c894c (diff)
downloademacs-381408e2192b8fd606babaa8c9a103186589d708.tar.gz
emacs-381408e2192b8fd606babaa8c9a103186589d708.zip
Add support for the libxml2 library.
This adds the html-parse-string and xml-parse-string functions in the new file src/xml.c, as well as autoconf detection of the library.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b4f82aa4c8..9578130afd5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * xml.c (Fxml_parse_buffer): New function to parse XML files.
4
52010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * xml.c: New file.
8 (Fhtml_parse_buffer): New function to interface to the libxml2
9 html parsing function.
10
12010-09-05 Juanma Barranquero <lekktu@gmail.com> 112010-09-05 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * biditype.h: Regenerate. 13 * biditype.h: Regenerate.