diff options
| author | Chong Yidong | 2010-09-21 23:10:16 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-09-21 23:10:16 -0400 |
| commit | 4b9832a6f2031a95f72e06040c8860dca49bd2dd (patch) | |
| tree | c7be90e44ea819dbc847754df19f71b423224c57 /ChangeLog | |
| parent | 1114abdb3d5a0f4f86d7a28f8c523c6f07790208 (diff) | |
| download | emacs-4b9832a6f2031a95f72e06040c8860dca49bd2dd.tar.gz emacs-4b9832a6f2031a95f72e06040c8860dca49bd2dd.zip | |
Rename libxml2 functions, and make parse tree format consistent with xml.el.
* xml.c: Switch to GNU indentation.
(make_dom): Change parse tree format to match xml.el.
(Fxml_parse_html_string_internal): Rename from html-parse-string.
(Fxml_parse_string_internal): Rename from xml-parse-string.
* configure.in: Announce whether libxml2 is linked to.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * configure.in: Announce whether libxml2 is linked to. | ||
| 4 | |||
| 1 | 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC). | 7 | * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC). |