summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-20hi-lock: Use active region for default values in more placesRudolf Adamkovič
2025-03-02; Fix my last commitStefan Kangas
2025-03-02Don't warn when calling hl-lock-mode from init fileStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-09-25* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Fix lighter.Juri Linkov
2024-07-20Miscellaneous checkdoc fixesStefan Kangas
2024-06-28* lisp/hi-lock.el: More fixes related to revert-buffer.Juri Linkov
2024-06-27* lisp/hi-lock.el: More fixes for revert-buffer (bug#57534)Juri Linkov
2024-06-27* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Improve (bug#57534).Juri Linkov
2024-06-27* lisp/hi-lock.el (hi-lock-file-patterns-policy): Add value 'always'.Juri Linkov
2024-06-20* lisp/hi-lock.el (hi-lock-revert-buffer-rehighlight): Restore same faces.Juri Linkov
2024-06-05Rehighlight hi-lock patterns after reverting the buffer.Juri Linkov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-02-18Fix some uses of 'use-dialog-box'Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-29* lisp/hi-lock.el (hi-lock--regexps-at-point): Fix bug (bug#60241).Juri Linkov
2022-07-11Prefer :risky defcustom keywordStefan Kangas
2022-07-06Make some additional defcustom types more restrictiveStefan Kangas
2022-06-20Prefer defvar-keymap in hi-lock.elStefan Kangas
2022-01-24Make hi-lock-face-defaults into a defcustomLars Ingebrigtsen
2022-01-24* lisp/hi-lock.el (hi-lock-use-overlays): New variable.Juri Linkov
2022-01-24Don't list the default hi-lock faces twice in the future historyLars Ingebrigtsen
2022-01-22Fix the prompt in hi-lock-read-face-nameLars Ingebrigtsen
2022-01-20Fix thinko in previous hi-lock-read-face-name changeLars Ingebrigtsen
2022-01-20Make the read-face-name completion buffer display samplesLars Ingebrigtsen
2022-01-15More fixes for recently committed context-menu additions from bug#52973Juri Linkov
2022-01-14Add new context menu functions to the context-menu-functions typeLars Ingebrigtsen
2022-01-14Implement context-menu-mode support for hi-lockPhilip Kaludercic
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-04Tweak hi-lock-mode doc stringLars Ingebrigtsen
2021-07-08Exclude term-mode from hi-lock global modesLars Ingebrigtsen
2021-02-28Convert hi-lock-menu to easymenuStefan Kangas
2021-02-01* lisp/hi-lock.el (hi-lock-mode): Doc fix; don't mention Emacs 21.Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-03Remove redundant requires of 'font-lock'Stefan Kangas
2020-10-15Make hi-lock-face-buffer more resilientLars Ingebrigtsen
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-09-28Suggest region contents in highlight-regexp when region activeEarl
2020-09-28* lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (Bug#43670)Eli Zaretskii
2020-09-27Merge from origin/emacs-27Glenn Morris
2020-09-25* lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)Eli Zaretskii
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas
2020-08-07* lisp/hi-lock.el (hi-lock-set-pattern): Display warning on narrow (bug#42609)Juri Linkov
2020-05-09Merge from origin/emacs-27Glenn Morris
2020-05-08Improve documentation of Hi Lock modeEli Zaretskii
2020-04-21* lisp/hi-lock.el (hi-lock--regexps-at-point): Use proper-list-p, not consp.Juri Linkov
2020-04-14Fix hi-lock test and add new test for unhighlight (bug#40337)Juri Linkov