summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
Commit message (Expand)AuthorAge
* Fix quoting of font-family in 'hfy-family'USAMI Kenta2023-03-16
* Fix hfy-exclude-file-rules (bug#60562)Mattias Engdegård2023-01-16
* ; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix :version.Eli Zaretskii2023-01-14
* ; Fix last change in htmlfontify.elEli Zaretskii2023-01-14
* Replace 'hfy-find-cmd' with 'directory-files-recursively'.Xi Lu2023-01-14
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; * lisp/htmlfontify.el (hfy-text-p): Fix whitespace.Eli Zaretskii2022-12-27
* Fix htmlfontify.el command injection vulnerability.Xi Lu2022-12-27
* ; Fix typosStefan Kangas2022-11-18
* Remove aliases of `with-silent-modifications`Stefan Monnier2022-10-07
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* Make htmlfontify-version variable obsoleteStefan Kangas2022-08-13
* Don't generate separate autoload file for htmlfontifyStefan Kangas2022-06-05
* Fix hfy-etags-cmd typeLars Ingebrigtsen2022-05-29
* Remove Emacs 22 compat code from htmlfontify.elStefan Kangas2022-05-14
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | ; * lisp/htmlfontify.el: Remove some commented out code.Stefan Kangas2021-12-10
|/
* ; Stylistic docfixes in htmlfontify.el found by checkdocStefan Kangas2021-09-21
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-03
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-05
* * lisp/htmlfontify.el (hfy-triplet-regex): Use rx.Stefan Kangas2021-04-05
* * lisp/htmlfontify.el: Fix misuses of `nconc`Stefan Monnier2021-03-25
* Update copyright year to 2021Paul Eggert2021-01-01
* Remove redundant requires of 'custom'Stefan Kangas2020-12-03
* Remove redundant requires of 'font-lock'Stefan Kangas2020-12-03
* Remove redundant requires of facesStefan Kangas2020-12-02
* Remove some references to fast-lock and lazy-lockStefan Kangas2020-12-02
* ; Fix typosStefan Kangas2020-09-21
* Remove some compat code from htmlfontify.elLars Ingebrigtsen2020-08-18
* ; * lisp/htmlfontify.el: Minor fix in file headers.Stefan Kangas2020-05-16
* * lisp/htmlfontify.el: Use `font-lock-ensure` unconditionallyStefan Monnier2020-04-15
* Merge from origin/emacs-27Glenn Morris2020-04-05
|\
| * Tweak htmlfontify's generated outputAmin Bandali2020-04-02
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-26
|/
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Fix some file-mode racesPaul Eggert2019-09-16
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-01
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-06
* (hfy-fontify-buffer): Inhibit read onlyMichael Brumlow2019-06-23
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-26
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-20
* | Merge from origin/emacs-26Glenn Morris2018-03-28
|\|
| * * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.Glenn Morris2018-03-26
* | Suppress some font-lock-fontify-buffer compiler warningsGlenn Morris2018-03-05