summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Make html-mode--html-yank-handler more resilientLars Ingebrigtsen2021-11-081-1/+2
* Rename 'register-yank-media-handler'Lars Ingebrigtsen2021-11-081-2/+2
* Fix html-mode--image-yank-handler promptingLars Ingebrigtsen2021-11-071-4/+4
* Allow yanking images to html-modeLars Ingebrigtsen2021-11-071-0/+19
* Support yank-media in html-modeLars Ingebrigtsen2021-11-061-0/+6
* Support 'strong-italic' facemenu face in html-modeStefan Kangas2021-10-021-4/+8
* Bind `M-o' in html-mode and enriched-modeLars Ingebrigtsen2021-09-161-4/+6
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* Fix problem in HTML with bracketed charactersStephen Berman2021-06-141-2/+13
* sgml-mode: Only set sgml-xml-mode if guessed to be an XML filePhilip K2021-04-211-1/+2
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Don't pre-load facemenuLars Ingebrigtsen2021-03-181-0/+1
* Convert some more menus to easy-menu-defineStefan Kangas2021-02-231-46/+43
* Fix indentation of non-comment HTML with -- in itLars Ingebrigtsen2021-02-011-4/+6
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-4/+2
* Add source to sgml-empty-tagsMauro Aranda2021-01-301-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-2/+2
* Make sgml-validate not bug out from buffers not visiting a fileLars Ingebrigtsen2020-09-151-4/+3
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-4/+2
* Mark sgml-basic-offset as safe for integersLucas Werkmeister2020-09-051-1/+2
* Add a new HTML skeleton for relative (file) URLsLars Ingebrigtsen2020-08-061-1/+9
* 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