diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-10 18:44:35 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-10 18:44:35 +0200 |
commit | 381408e2192b8fd606babaa8c9a103186589d708 (patch) | |
tree | 488a49b786d5cffcd0b068a527ec1ebe8339114a /ChangeLog | |
parent | 36f7d3666905e1447a2e80957735a1ade23c894c (diff) | |
download | emacs-381408e2192b8fd606babaa8c9a103186589d708.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0cd9fccee6..66fa0f859aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * configure.in: Check for libxml2. + 2010-09-09 Glenn Morris <rgm@gnu.org> * make-dist: No more TODO files under lisp/. |