summaryrefslogtreecommitdiff
path: root/lisp/nxml
Commit message (Expand)AuthorAgeFilesLines
* (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-0122-22/+22
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0122-22/+22
* | Remove no-op calls to decode-char with 'ucs' argStefan Kangas2021-12-053-12/+6
* | Remove two functions obsolete since Emacs 23Stefan Kangas2021-12-031-3/+0
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-223-6/+6
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-168-36/+37
* Don't remove `fontified' in nxml--buffer-substring-filterLars Ingebrigtsen2021-08-161-3/+1
* * lisp/nxml/nxml-mode.el (nxml-mode): Use add-functionStefan Monnier2021-08-151-13/+12
* Filter out rng-state elements in nxml-mode buffers from the kill ringLars Ingebrigtsen2021-08-151-0/+14
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-093-5/+5
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-082-2/+2
* Add :company-kind support to nxml-mode completionDmitry Gutov2021-05-151-5/+10
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* * lisp/nxml/xmltok.el (xmltok-defregexp): Don't quote lambdaStefan Monnier2021-04-131-22/+23
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-054-23/+11
* Convert many more links to use HTTPSStefan Kangas2021-03-242-4/+4
* Remove redundant requires of easymenuStefan Kangas2021-02-261-1/+0
* Fix typosMattias Engdegård2021-02-181-1/+1
* Prefer defvar-local in nxml/*.elStefan Kangas2021-01-313-28/+14
* Use lexical-binding in lisp/{term,nxml,language}Stefan Monnier2021-01-281-1/+1
* Mark the various nxml flags as safaLucas Werkmeister2021-01-191-10/+20
* Update copyright year to 2021Paul Eggert2021-01-0122-22/+22
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-2/+4
* Fix xsdre-range-list-to-char-alternative problem with {P}Lars Ingebrigtsen2020-12-021-1/+7
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-2/+2
* Make nxml-newline-and-indent argument optionalStefan Kangas2020-10-181-1/+1
* Update copyright year to 2020Paul Eggert2020-01-0122-22/+22
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-3/+3
* * lisp/nxml/rng-valid.el: Use define-minor-modeStefan Monnier2019-09-291-41/+31
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-1/+1
* Only insert XML declarations in nxml-mode when the buffer is emptyLars Ingebrigtsen2019-07-271-6/+3
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-066-12/+12
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-262-12/+7
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-262-7/+12
* Keep nxml prolog updated via syntax-propertizeNoam Postavsky2019-06-052-26/+3
* Keep nxml-prolog-end up to date (Bug#18871)Noam Postavsky2019-06-042-0/+7
* Don't sgml-syntax-propertize-inside XML prolog (Bug#32823)Noam Postavsky2019-06-041-1/+25
* Don't fontify text outside of SGML/XML tags (Bug#33887)Noam Postavsky2019-06-041-1/+3
* Merge from origin/emacs-26Glenn Morris2019-05-142-23/+23
|\
| * Disable extra display of 
 in nxml-mode (Bug#32897)Noam Postavsky2019-05-091-1/+3
| * Fix nxml-get-inside (Bug#32003)Noam Postavsky2019-05-091-22/+20
* | Fix more regular expression typosPaul Eggert2019-03-181-3/+3
* | More regexp corrections and tweaksPaul Eggert2019-03-081-3/+4
* | Fix regular-expression glitches and typosPaul Eggert2019-03-043-4/+4
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-2/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-3122-22/+22
|\|
| * Update copyright year to 2019Paul Eggert2019-01-0122-22/+22
* | file-attributes cleanupPaul Eggert2018-09-231-1/+1