summaryrefslogtreecommitdiff
path: root/lisp/nxml
AgeCommit message (Expand)Author
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
2020-10-18Make nxml-newline-and-indent argument optionalStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero
2019-09-29* lisp/nxml/rng-valid.el: Use define-minor-modeStefan Monnier
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-08-01Fix usage of remove-text-propertiesBasil L. Contovounesios
2019-07-27Only insert XML declarations in nxml-mode when the buffer is emptyLars Ingebrigtsen
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier
2019-06-05Keep nxml prolog updated via syntax-propertizeNoam Postavsky
2019-06-04Keep nxml-prolog-end up to date (Bug#18871)Noam Postavsky
2019-06-04Don't sgml-syntax-propertize-inside XML prolog (Bug#32823)Noam Postavsky
2019-06-04Don't fontify text outside of SGML/XML tags (Bug#33887)Noam Postavsky
2019-05-14Merge from origin/emacs-26Glenn Morris
2019-05-09Disable extra display of 
 in nxml-mode (Bug#32897)Noam Postavsky
2019-05-09Fix nxml-get-inside (Bug#32003)Noam Postavsky
2019-03-18Fix more regular expression typosPaul Eggert
2019-03-08More regexp corrections and tweaksPaul Eggert
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-23file-attributes cleanupPaul Eggert