summaryrefslogtreecommitdiff
path: root/lisp/nxml
AgeCommit message (Expand)Author
2026-04-27Fix defining a few faces as emptyJonas Bernoulli
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-27(nxml-compute-indent-in-token): Use `noindent` in CDATAStefan Monnier
2025-11-22Fix XML indentation for CDATA section contentRadioNoiseE
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-05-10Merge from origin/emacs-30Eli Zaretskii
2025-05-10Fix indentation of XML commentsEli Zaretskii
2025-05-07Don't ignore errors in diff-syntax-fontify-hunk.Juri Linkov
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-01-05Fix bug in 'rng-valid' that unnecessarily marks buffer as modifiedviliaapro
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-25Don't produce invalid XML with multi-line commenting styleKonstantin Kharlamov
2024-06-10(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas
2023-11-26Unbind 'C-M-i' in Text modeEshel Yaron
2023-08-05Simplify rng-substq with cl-substituteStefan Kangas
2023-08-02; Prefer HTTPS to HTTP in more linksStefan Kangas
2023-07-20Fix defface's with no customization dataEli Zaretskii
2023-06-12* lisp/subr.el (with-restriction): Tweak indent ruleStefan Monnier
2023-05-03(rng-complete-tag): Add the (ignored) argument to the :company-kind functionDmitry Gutov
2023-03-18; * lisp/nxml/xmltok.el (xmltok-scan-attributes): Fix last changeGregory Heytings
2023-03-18Avoid slowdowns in xmltok-scan-attributesGregory Heytings
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-18; Fix typosStefan Kangas
2022-11-04Normalize some syntax table definitionsStefan Kangas
2022-10-24Repair nXML handling of URIs with hex escapes (bug#58718)Martin Jerabek
2022-10-07(nxml-with-invisible-motion): Delete macro.Stefan Monnier
2022-08-09Make rng-collapse-space obsoleteStefan Kangas
2022-08-09* lisp/nxml/rng-util.el (rng-collapse-space): Simplify.Stefan Kangas
2022-08-09Make rng-blank-p obsolete in favor of string-blank-pStefan Kangas
2022-08-01Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert
2022-07-06Make some additional defcustom types more restrictiveStefan Kangas
2022-07-02Prefer defvar-keymap in nxml/*.elStefan Kangas
2022-07-02; Fix typos.Mattias Engdegård
2022-02-04(with-demoted-errors): Warn on missing `format` argStefan Monnier
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-12-03Remove two functions obsolete since Emacs 23Stefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-16Don't remove `fontified' in nxml--buffer-substring-filterLars Ingebrigtsen
2021-08-15* lisp/nxml/nxml-mode.el (nxml-mode): Use add-functionStefan Monnier
2021-08-15Filter out rng-state elements in nxml-mode buffers from the kill ringLars Ingebrigtsen
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård