summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-2/+2
* * lisp/textmodes/sgml-mode.el (html-tag-alist): Add https.Stefan Kangas2022-08-021-1/+1
* string-equal-ignore-case: new functionSam Steingold2022-07-261-8/+5
* Prefer :risky defcustom keywordStefan Kangas2022-07-111-2/+2
* Remove some useless `eval-when-compile`Mattias EngdegÄrd2022-07-041-6/+5
* Allow completing tags, parameters and values in html-modeLars Ingebrigtsen2022-06-151-0/+31
* Don't throw errors while propertizing in sgml-modeLars Ingebrigtsen2022-02-281-5/+5
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/textmodes/sgml-mode.el (sgml-mode): Set skeleton-end-newline to nil.Juri Linkov2021-12-291-0/+1
* | Make some variable aliases obsoleteStefan Kangas2021-12-201-1/+2
* | 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