summaryrefslogtreecommitdiff
path: root/lisp/xml.el
AgeCommit message (Expand)Author
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-05Remove no-op calls to decode-char with 'ucs' argStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-09-13Make ERC desktop notifications lenient to invalid XML charactersDario Gjorgjevski
2020-05-25Don't bug out in xml-escape-string if invalid characters aren't presentLars Ingebrigtsen
2020-05-23Reject invalid characters in XML strings (Bug#41094).Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov
2019-05-26Update author/maintainer infoPaul Eggert
2019-04-19Fix regexp branches that subsume other branchesPaul Eggert
2019-04-07Fix more regexp odditiesPaul Eggert
2019-03-27Minor xml.el tweaksPaul Eggert
2019-03-27* lisp/xml.el (xml-name-char-re): Remove superfluous `-' in regexp.Mattias Engdegård
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-14Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsoleteLars Ingebrigtsen
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-17xml: Properly handle symbol-qnames for attribute parsingDavid Engster
2017-01-24xml: Fix parsing of default namespace with quoted namesDavid Engster
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-28Turn on more lexical-bindingMark Oteiza
2016-03-16* lisp/xml.el (xml-parse-tag-1): Replace undefined function.Glenn Morris
2016-03-02Prevent infinite loop on not-well-formed xml. (Bug#16344)Ulf Jasper
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-12lisp/xml.el (xml-parse-tag-1): Use looking-at.Juanma Barranquero
2013-08-11lisp/*.el: More lexical-binding warnings' cleanups.Juanma Barranquero
2013-02-13* xml.el (xml-parse-string): Fix typo in handling of bad character references.Chong Yidong
2013-01-23* xml.el (xml-entity-or-char-ref-re): Fix regexp.Chong Yidong
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-08-19* xml.el (xml-escape-string): Don't refer to xml-entity-alist.Chong Yidong
2012-07-28Maybe return expanded XML qnames as plain symbols (Bug#11916).David Engster
2012-07-05Clean up syntax-table usage in xml.elChong Yidong
2012-07-03* lisp/xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.Stefan Monnier
2012-07-03* xml.el: Protect parser against XML bombs.Chong Yidong
2012-07-03* lisp/xml.el: Handle entity and character reference expansion correctly.Chong Yidong
2012-07-01* xml.el (xml-parse-dtd): Use proper regexps for ELEMENT declarations.Chong Yidong
2012-07-01Improve xml parameter entity parsing, and add a new ERT test.Chong Yidong
2012-06-30Fix use of eval-and-compile in regexps in xml.el.Chong Yidong
2012-06-30xml.el: Fix last change.Chong Yidong
2012-06-30* xml.el: Implement XML parameter entities.Chong Yidong