summaryrefslogtreecommitdiff
path: root/lisp/nxml
AgeCommit message (Expand)Author
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
2018-04-01* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.Glenn Morris
2018-04-01Followup to last changeEli Zaretskii
2018-04-01Change the default value of nxml-sexp-element-flag.Jostein Kjønigsen
2018-02-27* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.Glenn Morris
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-10-20Prefer nil to (current-time) when either worksPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-07Fix all unescaped character literalsPhilipp Stephani