| Age | Commit message (Expand) | Author |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-10 | * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi... | Lars Magne Ingebrigtsen |
| 2011-09-03 | Fix up xmlCleanupParser sequence. | Lars Magne Ingebrigtsen |
| 2011-07-24 | * src/xml.c: Fix Lisp_Object/int mixup. | Stefan Monnier |
| 2011-07-23 | * xml.c (parse_region): Remove unused local | Paul Eggert |
| 2011-07-20 | * xml.c (parse_region): Make sure we always return a tree. | Lars Magne Ingebrigtsen |
| 2011-07-20 | * xml.c (parse_region): If a document contains only comments, return that, too. | HAMANO Kiyoto |
| 2011-07-20 | * xml.c (make_dom): Return comments, too. | Lars Magne Ingebrigtsen |
| 2011-04-08 | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. | T.V. Raman |
| 2011-03-18 | * xml.c (make_dom): Now static. | Paul Eggert |
| 2011-02-06 | * xml.c: conform to C89 pointer rules | Paul Eggert |
| 2011-01-30 | Use SSDATA when the context wants char *. | Paul Eggert |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-15 | Add 2011 to remaining FSF/AIST copyright years. | Glenn Morris |
| 2010-12-06 | Return CDATA sections (like <style>foo</style>) as text nodes. | Lars Magne Ingebrigtsen |
| 2010-10-02 | Clean up trailing whitespace. | Lars Magne Ingebrigtsen |
| 2010-10-02 | xml.c: Rework the functions to take regions instead of strings, | Lars Magne Ingebrigtsen |
| 2010-09-30 | * src/xml.c (parse_string): Use const. | Dan Nicolaescu |
| 2010-09-21 | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong |
| 2010-09-14 | * xml.c (parse_string): Renamed to parse_string(), since that's | Lars Magne Ingebrigtsen |
| 2010-09-14 | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last | Andreas Schwab |
| 2010-09-14 | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters | Lars Magne Ingebrigtsen |
| 2010-09-12 | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. | Lars Magne Ingebrigtsen |
| 2010-09-10 | Remove some trailing white space. | Lars Magne Ingebrigtsen |
| 2010-09-10 | Add support for the libxml2 library. | Lars Magne Ingebrigtsen |