summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
AgeCommit message (Expand)Author
2026-05-11Fix 'sgml-parse-tag-backward' to handle tags in commentsPhilip Kaludercic
2026-05-03Add for <picture> to 'html-tag-alist' and 'html-tag-help'Philip Kaludercic
2026-05-03Add for <details> to 'html-tag-alist' and 'html-tag-help'Philip Kaludercic
2026-05-03Prevent indentation within whitespace sensitive HTML tagsPhilip Kaludercic
2026-05-03Use 'read-shell-command' to read SGML validation commandPhilip Kaludercic
2026-05-03Raise an error if 'sgml-validate-command' is not configuredPhilip Kaludercic
2026-05-03Implement 'sgml-name-8bit-mode' as a proper minor modePhilip Kaludercic
2026-05-03Refine SGML offset user option typesPhilip Kaludercic
2026-05-03Allow setting 'sgml-xml-mode' buffer locallyPhilip Kaludercic
2026-05-03Allow changing SGML "quick keys" after loading sgml-mode.elPhilip Kaludercic
2026-05-02Mark myself as maintainer of sgml-modePhilip Kaludercic
2026-05-02Don't break line when inserting <code> tagsPhilip Kaludercic
2026-01-13sgml-mode.el: Prefer `forward-sexp` over `forward-list`Stefan Monnier
2026-01-13* lisp/textmodes/sgml-mode.el: Fix for html-ts-mode.Juri Linkov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-03Add support for 'yank-media' on MS-WindowsCecilio Pardo
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-19Fix skeleton-related errors in sgml-mode.elEli Zaretskii
2024-06-23; Fix typosStefan Kangas
2024-06-07Fix user-error usage in sgml-mode.elBasil L. Contovounesios
2024-05-19Add convenience binding for html-paragraph to mhtml-modeStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas
2023-09-16Declare more functions as shift-translatable motion commandsJens Schmidt
2023-08-01Remove IE9 support tag from HTML5 skeletonStefan Kangas
2023-07-15sgml-mode.el: Cosmetic fixesStefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-08-02* lisp/textmodes/sgml-mode.el (html-tag-alist): Add https.Stefan Kangas
2022-07-26string-equal-ignore-case: new functionSam Steingold
2022-07-11Prefer :risky defcustom keywordStefan Kangas
2022-07-04Remove some useless `eval-when-compile`Mattias Engdegård
2022-06-15Allow completing tags, parameters and values in html-modeLars Ingebrigtsen
2022-02-28Don't throw errors while propertizing in sgml-modeLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-29* lisp/textmodes/sgml-mode.el (sgml-mode): Set skeleton-end-newline to nil.Juri Linkov
2021-12-20Make some variable aliases obsoleteStefan Kangas
2021-11-08Make html-mode--html-yank-handler more resilientLars Ingebrigtsen
2021-11-08Rename 'register-yank-media-handler'Lars Ingebrigtsen
2021-11-07Fix html-mode--image-yank-handler promptingLars Ingebrigtsen
2021-11-07Allow yanking images to html-modeLars Ingebrigtsen
2021-11-06Support yank-media in html-modeLars Ingebrigtsen
2021-10-02Support 'strong-italic' facemenu face in html-modeStefan Kangas