summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
Commit message (Expand)AuthorAgeFilesLines
* Fix some uses of 'use-dialog-box'Eli Zaretskii2023-02-181-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/hi-lock.el (hi-lock--regexps-at-point): Fix bug (bug#60241).Juri Linkov2022-12-291-14/+19
* Prefer :risky defcustom keywordStefan Kangas2022-07-111-3/+2
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-2/+2
* Prefer defvar-keymap in hi-lock.elStefan Kangas2022-06-201-17/+16
* Make hi-lock-face-defaults into a defcustomLars Ingebrigtsen2022-01-241-2/+4
* * lisp/hi-lock.el (hi-lock-use-overlays): New variable.Juri Linkov2022-01-241-1/+15
* Don't list the default hi-lock faces twice in the future historyLars Ingebrigtsen2022-01-241-3/+5
* Fix the prompt in hi-lock-read-face-nameLars Ingebrigtsen2022-01-221-4/+1
* Fix thinko in previous hi-lock-read-face-name changeLars Ingebrigtsen2022-01-201-3/+4
* Make the read-face-name completion buffer display samplesLars Ingebrigtsen2022-01-201-4/+4
* More fixes for recently committed context-menu additions from bug#52973Juri Linkov2022-01-151-8/+9
* Add new context menu functions to the context-menu-functions typeLars Ingebrigtsen2022-01-141-0/+1
* Implement context-menu-mode support for hi-lockPhilip Kaludercic2022-01-141-0/+19
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Tweak hi-lock-mode doc stringLars Ingebrigtsen2021-09-041-3/+3
* Exclude term-mode from hi-lock global modesLars Ingebrigtsen2021-07-081-1/+1
* Convert hi-lock-menu to easymenuStefan Kangas2021-02-281-33/+19
* * lisp/hi-lock.el (hi-lock-mode): Doc fix; don't mention Emacs 21.Stefan Kangas2021-02-011-7/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove redundant requires of 'font-lock'Stefan Kangas2020-12-031-2/+0
* Make hi-lock-face-buffer more resilientLars Ingebrigtsen2020-10-151-0/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-0/+1
|\
| * * lisp/hi-lock.el (hi-lock-find-patterns): Autoload it. (Bug#43670)Eli Zaretskii2020-09-281-0/+1
* | Suggest region contents in highlight-regexp when region activeEarl2020-09-281-1/+7
* | Merge from origin/emacs-27Glenn Morris2020-09-271-3/+3
|\ \ | |/
| * * lisp/hi-lock.el (hi-lock-auto-select-face): Doc fix. (Bug#43600)Eli Zaretskii2020-09-251-3/+3
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-6/+2
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-6/+0
* | * lisp/hi-lock.el (hi-lock-set-pattern): Display warning on narrow (bug#42609)Juri Linkov2020-08-071-1/+3
* | Merge from origin/emacs-27Glenn Morris2020-05-091-4/+16
|\ \ | |/
| * Improve documentation of Hi Lock modeEli Zaretskii2020-05-081-4/+16
* | * lisp/hi-lock.el (hi-lock--regexps-at-point): Use proper-list-p, not consp.Juri Linkov2020-04-211-2/+3
* | Fix hi-lock test and add new test for unhighlight (bug#40337)Juri Linkov2020-04-141-2/+2
* | Fix hi-lock test and add new test for case-fold (bug#40337)Juri Linkov2020-04-131-19/+18
* | * lisp/hi-lock.el (hi-lock-highlight-range): Bump default value (bug#40224)Juri Linkov2020-04-121-1/+1
* | Implement case-insensitivity in hi-lock (bug#40337)Juri Linkov2020-04-121-45/+94
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Hi-lock lines up to right margin (Bug#15934)Michael Heerdegen2019-08-231-1/+1
* Clarify hi-lock-file-patterns-prefix doc stringLars Ingebrigtsen2019-08-031-1/+1
* Merge from origin/emacs-26Glenn Morris2019-07-061-1/+5
|\
| * * lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug36448)Eli Zaretskii2019-07-031-1/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/hi-lock.el (hi-salmon, hi-aquamarine): New faces. (Bug#33398)Juri Linkov2018-12-211-4/+24
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Improve documentation of last changeEli Zaretskii2018-08-151-2/+5
* | Interactive Highlighting: prefix argument to select subexpGrégory Mounié2018-08-141-8/+12