index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
xml.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-07-02
Fix a minor typo
Mark A. Hershberger
2023-05-30
xml.el: remove incorrect and botched attribute whitespace collapse
Mattias Engdegård
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-05
Remove no-op calls to decode-char with 'ucs' arg
Stefan Kangas
2021-09-16
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-08-09
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-01
; Prefer https to http in many URLs
Stefan Kangas
2020-09-13
Make ERC desktop notifications lenient to invalid XML characters
Dario Gjorgjevski
2020-05-25
Don't bug out in xml-escape-string if invalid characters aren't present
Lars Ingebrigtsen
2020-05-23
Reject invalid characters in XML strings (Bug#41094).
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-07-06
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-05-26
Update author/maintainer info
Paul Eggert
2019-04-19
Fix regexp branches that subsume other branches
Paul Eggert
2019-04-07
Fix more regexp oddities
Paul Eggert
2019-03-27
Minor xml.el tweaks
Paul Eggert
2019-03-27
* lisp/xml.el (xml-name-char-re): Remove superfluous `-' in regexp.
Mattias Engdegård
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-04-14
Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsolete
Lars Ingebrigtsen
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-04-17
xml: Properly handle symbol-qnames for attribute parsing
David Engster
2017-01-24
xml: Fix parsing of default namespace with quoted names
David Engster
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-28
Turn on more lexical-binding
Mark Oteiza
2016-03-16
* lisp/xml.el (xml-parse-tag-1): Replace undefined function.
Glenn Morris
2016-03-02
Prevent infinite loop on not-well-formed xml. (Bug#16344)
Ulf Jasper
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-17
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-08-20
Don't quote symbols 'like-this' in docstrings etc.
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-08-12
lisp/xml.el (xml-parse-tag-1): Use looking-at.
Juanma Barranquero
2013-08-11
lisp/*.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-01
Update 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-28
Maybe return expanded XML qnames as plain symbols (Bug#11916).
David Engster
2012-07-05
Clean up syntax-table usage in xml.el
Chong Yidong
2012-07-03
* lisp/xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
Stefan Monnier
[next]