summaryrefslogtreecommitdiff
path: root/lisp/dom.el
AgeCommit 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-25Add new function 'dom-inner-text'Jim Porter
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-02-15Fix DOM printingDavid Ponce
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-01-20; Use HTML entities for reserved characters in 'dom-print'Eshel Yaron
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-30dom-print: Fix missing entities quotingStefan Monnier
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-31Add a new function dom-printLars Ingebrigtsen
2020-04-30Add new function dom-remove-attributeLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-27Add a new `dom-search' functionLars Ingebrigtsen
2019-07-06* lisp/dom.el (dom-texts): Simplify (Bug#36441).Xu Chunyang
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-13(dom-texts): Don't return contents of <script> as textLars Ingebrigtsen
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-12Update uses of if-let and when-letMark Oteiza
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-06-27Add new function dom-remove-nodeLars Magne Ingebrigtsen
2016-01-01Update copyright year to 2016Paul 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-01Update copyright year to 2015Paul Eggert
2014-11-27Add a DOM pretty-printing functionLars Magne Ingebrigtsen
2014-11-26Further eww dom.el cleanupsLars Magne Ingebrigtsen
2014-11-26* dom.el: New file.Lars Magne Ingebrigtsen