aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert22-22/+22
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero1-3/+3
2019-09-29* lisp/nxml/rng-valid.el: Use define-minor-modeStefan Monnier1-41/+31
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero1-1/+1
2019-08-01Fix usage of remove-text-propertiesBasil L. Contovounesios1-1/+1
2019-07-27Only insert XML declarations in nxml-mode when the buffer is emptyLars Ingebrigtsen1-6/+3
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov6-12/+12
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2-12/+7
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2-7/+12
2019-06-05Keep nxml prolog updated via syntax-propertizeNoam Postavsky2-26/+3
2019-06-04Keep nxml-prolog-end up to date (Bug#18871)Noam Postavsky2-0/+7
2019-06-04Don't sgml-syntax-propertize-inside XML prolog (Bug#32823)Noam Postavsky1-1/+25
2019-06-04Don't fontify text outside of SGML/XML tags (Bug#33887)Noam Postavsky1-1/+3
2019-05-09Disable extra display of 
 in nxml-mode (Bug#32897)Noam Postavsky1-1/+3
2019-05-09Fix nxml-get-inside (Bug#32003)Noam Postavsky1-22/+20
2019-03-18Fix more regular expression typosPaul Eggert1-3/+3
2019-03-08More regexp corrections and tweaksPaul Eggert1-3/+4
2019-03-04Fix regular-expression glitches and typosPaul Eggert3-4/+4
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert1-2/+1
2019-01-01Update copyright year to 2019Paul Eggert22-22/+22
2018-09-23file-attributes cleanupPaul Eggert1-1/+1
2018-04-01* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Set :version.Glenn Morris1-0/+1
2018-04-01Followup to last changeEli Zaretskii1-16/+16
2018-04-01Change the default value of nxml-sexp-element-flag.Jostein Kjønigsen1-1/+1
2018-02-27* lisp/nxml/nxml-mode.el (nxml-mode): Remove warning due to #'.Glenn Morris1-1/+1
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-3/+3
2018-01-01Update copyright year to 2018Paul Eggert22-22/+22
2017-10-20Prefer nil to (current-time) when either worksPaul Eggert1-3/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert22-23/+23
2017-05-07Fix all unescaped character literalsPhilipp Stephani1-1/+1
2017-02-28* lisp/nxml/nxml-mode.el (nxml-mode): Use new sgml-syntax-propertize.Stefan Monnier1-1/+1
2017-01-01Remove mistakenly-added filesPaul Eggert2-674/+0
2016-12-31Update copyright year to 2017Paul Eggert24-24/+24
2016-11-17; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris1-1/+1
2016-10-18Support Shift selection in nxml-mode commandsYuri Khan1-9/+9
2016-10-08Deprecate 'wp' group and introduce a new group 'text'Eli Zaretskii1-1/+1
2016-06-10; Refer to version 25.2 rather than 26.1.Glenn Morris1-1/+1
2016-01-25(rng-c-fix-escaped-newlines): Use subst-char-in-stringStefan Monnier1-7/+1
2016-01-16lisp/nxml: Use syntax-tables for commentsStefan Monnier5-238/+43
2016-01-16* lisp/nxml: Use standard completion; it also works for company-modeStefan Monnier4-234/+115
2016-01-16Use sgml-electric-tag-pair-mode also in nxml-modeStefan Monnier2-59/+38
2016-01-15* xmltok.el: Mark the "sole --" rather than the comment openerStefan Monnier1-18/+9
2016-01-15Update nXML to use Emacs's Unicode support, and lexical-bindingStefan Monnier20-882/+61
2016-01-01Update copyright year to 2016Paul Eggert24-24/+24
2015-09-24Fix recent bootstrap problemsStefan Monnier1-2/+2
2015-09-23; Implement Stefan's feedback on last two commitsIvan Andrus1-2/+1
2015-09-23Properly quote nested xml comments (Bug#6267) (Bug#20001)Ivan Andrus1-0/+14
2015-08-24Prefer directed to neutral quotesPaul Eggert1-4/+4
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert5-5/+5
2015-07-31Don't overflow if computing approximate percentagePaul Eggert1-11/+5