summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
AgeCommit message (Expand)Author
2026-05-14; htmlfontify: Handle 'reset' face attribute value (bug#81032)Eshel Yaron
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-08Fix :type of some user optionsEli Zaretskii
2024-06-19; Delete redundant and/or misleading package headersStefan Kangas
2024-06-19; * lisp/htmlfontify.el: Remove "Version" header.Stefan Kangas
2024-03-09Simplify mode-indexed tables in packagesStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-03-20Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-03-16Fix quoting of font-family in 'hfy-family'USAMI Kenta
2023-01-24Make binaries distributed with Emacs work on AndroidPo Lu
2023-01-16Fix hfy-exclude-file-rules (bug#60562)Mattias Engdegård
2023-01-14; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix :version.Eli Zaretskii
2023-01-14; Fix last change in htmlfontify.elEli Zaretskii
2023-01-14Replace 'hfy-find-cmd' with 'directory-files-recursively'.Xi Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-27; * lisp/htmlfontify.el (hfy-text-p): Fix whitespace.Eli Zaretskii
2022-12-27Fix htmlfontify.el command injection vulnerability.Xi Lu
2022-11-18; Fix typosStefan Kangas
2022-10-07Remove aliases of `with-silent-modifications`Stefan Monnier
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-08-13Make htmlfontify-version variable obsoleteStefan Kangas
2022-06-05Don't generate separate autoload file for htmlfontifyStefan Kangas
2022-05-29Fix hfy-etags-cmd typeLars Ingebrigtsen
2022-05-14Remove Emacs 22 compat code from htmlfontify.elStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-10; * lisp/htmlfontify.el: Remove some commented out code.Stefan Kangas
2021-09-21; Stylistic docfixes in htmlfontify.el found by checkdocStefan Kangas
2021-09-03Avoid cl-lib alias for cadadr and friendsStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-04-05Replace local intersection functions with seq-intersectionStefan Kangas
2021-04-05* lisp/htmlfontify.el (hfy-triplet-regex): Use rx.Stefan Kangas
2021-03-25* lisp/htmlfontify.el: Fix misuses of `nconc`Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-03Remove redundant requires of 'custom'Stefan Kangas
2020-12-03Remove redundant requires of 'font-lock'Stefan Kangas
2020-12-02Remove redundant requires of facesStefan Kangas
2020-12-02Remove some references to fast-lock and lazy-lockStefan Kangas
2020-09-21; Fix typosStefan Kangas
2020-08-18Remove some compat code from htmlfontify.elLars Ingebrigtsen
2020-05-16; * lisp/htmlfontify.el: Minor fix in file headers.Stefan Kangas
2020-04-15* lisp/htmlfontify.el: Use `font-lock-ensure` unconditionallyStefan Monnier
2020-04-05Merge from origin/emacs-27Glenn Morris
2020-04-02Tweak htmlfontify's generated outputAmin Bandali
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero