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