summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'strong' and 'em' to 'b' and 'i' in html-modeStefan Kangas2020-05-061-3/+3
* Fix bugs, inefficiencies and bad style in regexpsMattias Engdegård2020-04-161-1/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/textmodes/mhtml-mode.el: Fix bug#38372Stefan Monnier2019-11-291-5/+8
* Add a <a id=...> skeleton to html-modeLars Ingebrigtsen2019-11-031-0/+8
* 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