summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAge
* Fix indentation of non-comment HTML with -- in itLars Ingebrigtsen2021-02-01
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-31
* Add source to sgml-empty-tagsMauro Aranda2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix some over-wide docstringsStefan Kangas2020-12-30
* Make sgml-validate not bug out from buffers not visiting a fileLars Ingebrigtsen2020-09-15
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* Mark sgml-basic-offset as safe for integersLucas Werkmeister2020-09-05
* Add a new HTML skeleton for relative (file) URLsLars Ingebrigtsen2020-08-06
* Prefer 'strong' and 'em' to 'b' and 'i' in html-modeStefan Kangas2020-05-06
* Fix bugs, inefficiencies and bad style in regexpsMattias Engdegård2020-04-16
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/textmodes/mhtml-mode.el: Fix bug#38372Stefan Monnier2019-11-29
* Add a <a id=...> skeleton to html-modeLars Ingebrigtsen2019-11-03
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-06
* Merge from emacs-26Noam Postavsky2019-06-25
|\
| * Fix sgml-mode handling of quotes within parens (Bug#36347)Noam Postavsky2019-06-25
* | Tweaks to html modeEric Abrahamsen2019-06-24
* | * sgml-mode.el (sgml-syntax-propertize-rules): More verbose commentsStefan Monnier2019-06-04
* | Don't fontify text outside of SGML/XML tags (Bug#33887)Noam Postavsky2019-06-04
* | Fix some SGML syntax edge cases (Bug#33887)Noam Postavsky2019-06-04
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* | * lisp/textmodes/sgml-mode.el: Fix lone `>` in sgml textStefan Monnier2019-05-22
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* | * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-rules): Fix typoStefan Monnier2019-05-15
* | Fix merge of sgml-syntax-propertize-rulesNoam Postavsky2019-05-15
* | Merge from origin/emacs-26Glenn Morris2019-05-14
|\|
| * Recognize single quote attribute values in nxml and sgml (Bug#35381)Noam Postavsky2019-05-09
* | More minor regex cleanupPaul Eggert2019-03-19
* | * lisp/textmodes/sgml-mode.el: Try and fix bug#33887.Stefan Monnier2019-01-17
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-01
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-20
* | In HTML mode, don't match </ with the wrong /Rüdiger Sonderfeld2018-04-15
* | Handle quotation marks and apostrophes in ‘sgml-quote’Michal Nazarewicz2018-04-07
* | Quieten without-x, without-xml2 buildsGlenn Morris2018-02-26
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update uses of if-let and when-letMark Oteiza2017-09-12
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-18
* change sgml-mode to help multi-html modeTom Tromey2017-04-05
* * lisp/textmodes/sgml-mode.el: syntax-propertize <![CDATA and <?..?>Stefan Monnier2017-02-28
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Add HTML5 attributes for the input elementSimen Heggestøyl2016-12-04
* | Fix references to long obsoleted functions/aliasesMark Oteiza2016-11-04
* | Support completion of classes and IDs in CSS modeSimen Heggestøyl2016-09-24
* | Add HTML5 tags to HTML modeSimen Heggestøyl2016-04-17