summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Merge from emacs-26Noam Postavsky2019-06-251-0/+1
|\
| * Fix sgml-mode handling of quotes within parens (Bug#36347)Noam Postavsky2019-06-251-4/+6
* | Tweaks to html modeEric Abrahamsen2019-06-241-10/+29
* | * sgml-mode.el (sgml-syntax-propertize-rules): More verbose commentsStefan Monnier2019-06-041-2/+15
* | Don't fontify text outside of SGML/XML tags (Bug#33887)Noam Postavsky2019-06-041-2/+10
* | Fix some SGML syntax edge cases (Bug#33887)Noam Postavsky2019-06-041-1/+4
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | * lisp/textmodes/sgml-mode.el: Fix lone `>` in sgml textStefan Monnier2019-05-221-6/+29
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-rules): Fix typoStefan Monnier2019-05-151-1/+1
* | Fix merge of sgml-syntax-propertize-rulesNoam Postavsky2019-05-151-6/+15
* | Merge from origin/emacs-26Glenn Morris2019-05-141-30/+17
|\|
| * Recognize single quote attribute values in nxml and sgml (Bug#35381)Noam Postavsky2019-05-091-19/+15
* | More minor regex cleanupPaul Eggert2019-03-191-3/+4
* | * lisp/textmodes/sgml-mode.el: Try and fix bug#33887.Stefan Monnier2019-01-171-32/+28
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-12/+12
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-1/+2
* | In HTML mode, don't match </ with the wrong /Rüdiger Sonderfeld2018-04-151-1/+1
* | Handle quotation marks and apostrophes in ‘sgml-quote’Michal Nazarewicz2018-04-071-7/+19
* | Quieten without-x, without-xml2 buildsGlenn Morris2018-02-261-0/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-4/+4
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-1/+1
* change sgml-mode to help multi-html modeTom Tromey2017-04-051-16/+31
* * lisp/textmodes/sgml-mode.el: syntax-propertize <![CDATA and <?..?>Stefan Monnier2017-02-281-11/+31
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Add HTML5 attributes for the input elementSimen Heggestøyl2016-12-041-4/+16
* | Fix references to long obsoleted functions/aliasesMark Oteiza2016-11-041-1/+1
* | Support completion of classes and IDs in CSS modeSimen Heggestøyl2016-09-241-0/+58
* | Add HTML5 tags to HTML modeSimen Heggestøyl2016-04-171-0/+51
* | Add HTML4 tags to HTML modeSimen Heggestøyl2016-03-301-8/+74
* | * lisp/textmodes/sgml-mode.el (sgml-forward-sexp): New functionStefan Monnier2016-01-251-6/+25
* | Use sgml-electric-tag-pair-mode also in nxml-modeStefan Monnier2016-01-161-5/+6
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Quoting fixes in lisp/textmodesPaul Eggert2015-08-301-5/+5
* Pass lambdas to `skeleton-read'Harald Hanche-Olsen2015-07-241-5/+9
* Add basic HTML5 tags and a templatePrzemysław Wojnowski2015-05-101-1/+42
* Deprecate `intangible' and `point-entered' propertiesStefan Monnier2015-04-131-59/+68
* Have `sgml-attribute-offset' control SGML attribute indentationJackson Ray Hamilton2015-03-221-2/+21
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Pass -utf8 to tidy.Sam Steingold2014-11-261-1/+1