summaryrefslogtreecommitdiff
path: root/lisp/textmodes
AgeCommit message (Expand)Author
2026-05-29(reftex-isearch-minor-mode): A few more simplificationsStefan Monnier
2026-05-29Refactor reftex-isearch-minor-mode to use define-minor-modeLuniya DW
2026-05-29Merge from origin/emacs-31Sean Whitton
2026-05-27Fix fill-paragraph combining text with preceding commentJuri Linkov
2026-05-23Add treesit-ready-p check back to tree-sitter major modes (bug#80909)Yuan Fu
2026-05-23Merge from origin/emacs-31Sean Whitton
2026-05-23markdown-ts-mode: Don't enable unconditionally by defaultRahul Martim Juliato
2026-05-23Merge from origin/emacs-31Eli Zaretskii
2026-05-23New tool bar icons for artist-modeElias Gabriel Perez
2026-05-22Fix warning message in 'markdown-ts-mode--initialize'Eli Zaretskii
2026-05-20markdown-ts-mode: hide fence lines in view-mode (bug#81081)Rahul Martim Juliato
2026-05-20markdown-ts-mode: align default face definitions with markdown-modeJoão Távora
2026-05-20Fix markdown-ts-mode atx_heading face computation (bug#81042)Stéphane Marks
2026-05-20Allow markdown-ts--run-command-in-code-block to ignore output (bug#81041)Stéphane Marks
2026-05-14Use 'read-multiple-choice' in 'markdown-ts-mode' (bug#81027)Rahul Martim Juliato
2026-05-14Fix 'markdown-ts-code-span' face (bug#81026)Rahul Martim Juliato
2026-05-14Add read-only 'markdown-ts-view-mode' (bug#81023)Rahul Martim Juliato
2026-05-13Fix strikethrough in 'markdown-ts-mode' (bug#80991)Rahul Martim Juliato
2026-05-13Fix code-span in headings in 'markdown-ts-mode' (bug#80979)Rahul Martim Juliato
2026-05-13Make 'markdown-ts-inline-images' buffer local and test for GUI (bug#80978)Stéphane Marks
2026-05-11Fix 'sgml-parse-tag-backward' to handle tags in commentsPhilip Kaludercic
2026-05-05; Fix byte-compilation warnings in markdown-ts-modeEli Zaretskii
2026-05-05Improve 'markdown-ts-mode'Rahul Martim Juliato
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-04-22; (string-edit-minor-mode): Fix mode line lighter.Eshel Yaron
2026-04-02Filter out some range settings in markdown-ts-modeYuan Fu
2026-04-02Assume wide chars may span any number of columns during semlf fillingRoi Martin
2026-03-28Better support for anonymous faces in Enriched Text modeEli Zaretskii
2026-03-27; * lisp/textmodes/css-mode.el: Update maintainer's email address.Eli Zaretskii
2026-03-27* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add 'has' (bug#80664).YugaEgo
2026-03-15Merge remote-tracking branch 'origin/scratch/error-API'Stefan Monnier
2026-03-14; Fix last changeEli Zaretskii
2026-03-14Fix auto-correct previous word with 'flyspell-prog-mode'Timon Reinold
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-03-10unfill-paragraph: Use most-positive-fixnumSean Whitton
2026-03-09Fix 'emacs-news-find-heading'Eli Zaretskii
2026-03-08; Fix documentation of 'emacs-news-mode' commandsEli Zaretskii
2026-03-08* lisp/textmodes/fill.el (unfill-paragraph): Fix for wide chars.Sean Whitton
2026-03-05unfill-paragraph: Reimplement in terms of fill-regionSean Whitton
2026-03-05; Move unfill-paragraph to fill.el. Document it in (elisp)Filling.Sean Whitton