diff options
| author | Lars Magne Ingebrigtsen | 2010-09-10 18:44:35 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2010-09-10 18:44:35 +0200 |
| commit | 381408e2192b8fd606babaa8c9a103186589d708 (patch) | |
| tree | 488a49b786d5cffcd0b068a527ec1ebe8339114a /src/ChangeLog | |
| parent | 36f7d3666905e1447a2e80957735a1ade23c894c (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * xml.c (Fxml_parse_buffer): New function to parse XML files. | ||
| 4 | |||
| 5 | 2010-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 | |||
| 1 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> | 11 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * biditype.h: Regenerate. | 13 | * biditype.h: Regenerate. |