summaryrefslogtreecommitdiff
path: root/lisp/nxml
AgeCommit message (Expand)Author
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
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-05-15Add :company-kind support to nxml-mode completionDmitry Gutov
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-04-13* lisp/nxml/xmltok.el (xmltok-defregexp): Don't quote lambdaStefan Monnier
2021-04-05Remove local uniquify functions in favour of seq-uniqStefan Kangas
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-02-26Remove redundant requires of easymenuStefan Kangas
2021-02-18Fix typosMattias Engdegård
2021-01-31Prefer defvar-local in nxml/*.elStefan Kangas
2021-01-28Use lexical-binding in lisp/{term,nxml,language}Stefan Monnier
2021-01-19Mark the various nxml flags as safaLucas Werkmeister
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-02Fix xsdre-range-list-to-char-alternative problem with {P}Lars Ingebrigtsen
2020-10-24; Prefer https to http in more URLsStefan Kangas