aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-10Fix indentation of XML commentsEli Zaretskii1-0/+2
2025-05-07Don't ignore errors in diff-syntax-fontify-hunk.Juri Linkov1-1/+2
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton1-2/+0
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez1-0/+2
2025-01-05Fix bug in 'rng-valid' that unnecessarily marks buffer as modifiedviliaapro1-1/+2
2025-01-02Update copyright year to 2025Stefan Kangas22-22/+22
2025-01-01Update copyright year to 2025Paul Eggert22-22/+22
2024-07-25Don't produce invalid XML with multi-line commenting styleKonstantin Kharlamov1-0/+1
2024-06-10(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`Stefan Monnier1-6/+3
2024-01-02; Add 2024 to copyright yearsPo Lu22-22/+22
2023-12-30; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas22-22/+22
2023-11-26Unbind 'C-M-i' in Text modeEshel Yaron1-1/+0
2023-08-05Simplify rng-substq with cl-substituteStefan Kangas1-20/+3
2023-08-02; Prefer HTTPS to HTTP in more linksStefan Kangas1-1/+1
2023-07-20Fix defface's with no customization dataEli Zaretskii1-7/+7
2023-06-12* lisp/subr.el (with-restriction): Tweak indent ruleStefan Monnier1-1/+1
2023-05-03(rng-complete-tag): Add the (ignored) argument to the :company-kind functionDmitry Gutov1-1/+1
2023-03-18; * lisp/nxml/xmltok.el (xmltok-scan-attributes): Fix last changeGregory Heytings1-1/+1
2023-03-18Avoid slowdowns in xmltok-scan-attributesGregory Heytings1-2/+7
2023-01-01; Add 2023 to copyright years.Eli Zaretskii22-22/+22
2022-11-18; Fix typosStefan Kangas1-1/+1
2022-11-04Normalize some syntax table definitionsStefan Kangas1-12/+10
2022-10-24Repair nXML handling of URIs with hex escapes (bug#58718)Martin Jerabek1-4/+4
2022-10-07(nxml-with-invisible-motion): Delete macro.Stefan Monnier4-68/+58
2022-08-09Make rng-collapse-space obsoleteStefan Kangas3-8/+5
2022-08-09* lisp/nxml/rng-util.el (rng-collapse-space): Simplify.Stefan Kangas1-7/+2
2022-08-09Make rng-blank-p obsolete in favor of string-blank-pStefan Kangas4-8/+5
2022-08-01Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert1-1/+1
2022-07-06Make some additional defcustom types more restrictiveStefan Kangas1-2/+2
2022-07-02Prefer defvar-keymap in nxml/*.elStefan Kangas2-56/+46
2022-07-02; Fix typos.Mattias Engdegård1-1/+1
2022-02-04(with-demoted-errors): Warn on missing `format` argStefan Monnier1-1/+2
2022-01-01; Add 2022 to copyright years.Eli Zaretskii22-22/+22
2021-12-05Remove no-op calls to decode-char with 'ucs' argStefan Kangas3-12/+6
2021-12-03Remove two functions obsolete since Emacs 23Stefan Kangas1-3/+0
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas3-6/+6
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas8-36/+37
2021-08-16Don't remove `fontified' in nxml--buffer-substring-filterLars Ingebrigtsen1-3/+1
2021-08-15* lisp/nxml/nxml-mode.el (nxml-mode): Use add-functionStefan Monnier1-13/+12
2021-08-15Filter out rng-state elements in nxml-mode buffers from the kill ringLars Ingebrigtsen1-0/+14
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård3-5/+5
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård2-2/+2
2021-05-15Add :company-kind support to nxml-mode completionDmitry Gutov1-5/+10
2021-04-19; Normalize and add missing first and last linesStefan Kangas1-1/+1
2021-04-13* lisp/nxml/xmltok.el (xmltok-defregexp): Don't quote lambdaStefan Monnier1-22/+23
2021-04-05Remove local uniquify functions in favour of seq-uniqStefan Kangas4-23/+11
2021-03-24Convert many more links to use HTTPSStefan Kangas2-4/+4
2021-02-26Remove redundant requires of easymenuStefan Kangas1-1/+0
2021-02-18Fix typosMattias Engdegård1-1/+1
2021-01-31Prefer defvar-local in nxml/*.elStefan Kangas3-28/+14