index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
dom.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-09-02
(macroexp--obsolete-warning): Prefer `%s`
Stefan Monnier
2025-07-26
; Fix compilation warning in dom.el.
Sean Whitton
2025-07-25
Add new function 'dom-inner-text'
Jim Porter
2025-02-23
Prefer decf to cl-decf
Stefan Kangas
2025-02-15
Fix DOM printing
David Ponce
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-01-20
; Use HTML entities for reserved characters in 'dom-print'
Eshel Yaron
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-30
dom-print: Fix missing entities quoting
Stefan Monnier
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-08-31
Add a new function dom-print
Lars Ingebrigtsen
2020-04-30
Add new function dom-remove-attribute
Lars Ingebrigtsen
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-27
Add a new `dom-search' function
Lars Ingebrigtsen
2019-07-06
* lisp/dom.el (dom-texts): Simplify (Bug#36441).
Xu Chunyang
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-04-13
(dom-texts): Don't return contents of <script> as text
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-09-12
Update uses of if-let and when-let
Mark Oteiza
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-06-27
Add new function dom-remove-node
Lars Magne Ingebrigtsen
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-04-30
* lisp/dom.el: Load subr-x when compiling, for when-let.
Glenn Morris
2015-02-22
* lisp/dom.el (dom-previous-sibling): New function.
Lars Magne Ingebrigtsen
2015-01-16
* lisp/dom.el (dom-strings): New function.
Lars Magne Ingebrigtsen
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-11-27
Add a DOM pretty-printing function
Lars Magne Ingebrigtsen
2014-11-26
Further eww dom.el cleanups
Lars Magne Ingebrigtsen
2014-11-26
* dom.el: New file.
Lars Magne Ingebrigtsen