aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorUlf Jasper2014-11-21 16:31:30 +0100
committerUlf Jasper2014-11-21 16:31:30 +0100
commitc39443c1d651bab2eb023f4c38db418c3dc04160 (patch)
tree6266035bf6e6f261440caa4bf5a6d3aafcc43b10 /src/ChangeLog
parente14c4354cf29fab12fb414c7ebc94bf1a9920dd0 (diff)
downloademacs-c39443c1d651bab2eb023f4c38db418c3dc04160.tar.gz
emacs-c39443c1d651bab2eb023f4c38db418c3dc04160.zip
'libxml-parse(html|xml)-region': new optional param 'discard-comments'.
* doc/lispref/text.texi (Parsing HTML/XML): Document new optional parameter 'discard-comments' of 'libxml-parse(html|xml)-region'. * src/xml.c (parse_region): Take care of new optional parameter 'discard-comments' of 'libxml-parse(html|xml)-region'. (Flibxml_parse_html_region, Flibxml_parse_xml_region): New optional parameter 'discard-comments'. * test/automated/libxml-tests.el (libxml-tests--data-comments-preserved): Renamed from 'libxml-tests--data'. (libxml-tests--data-comments-discarded): New. (libxml-tests): Check whether 'libxml-parse-xml-region' is discarding comments correctly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b169479a274..f8c9c5afd69 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-11-21 Ulf Jasper <ulf.jasper@web.de>
2
3 * xml.c (parse_region): Take care of new optional parameter
4 'discard-comments' of 'libxml-parse(html|xml)-region'.
5 (Flibxml_parse_html_region, Flibxml_parse_xml_region): New
6 optional parameter 'discard-comments'.
7
12014-11-17 Paul Eggert <eggert@cs.ucla.edu> 82014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Improve time stamp handling, and be more consistent about it. 10 Improve time stamp handling, and be more consistent about it.