summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Store the regexp just when there are matchesTino Calancha2017-08-251-1/+3
* Keep face available if there are no matchesTino Calancha2017-08-251-2/+6
* Drop face from hi-lock--unused-faces only when usedTino Calancha2017-04-271-1/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Clarify hi-lock-find-patternsLars Ingebrigtsen2016-05-011-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* * lisp/eshell: Fix history substitution errorSamer Masterson2015-02-241-1/+1
* * lisp/hi-lock.el: Don't call font-lock-remove-keywords if not needed.Stefan Monnier2015-02-111-1/+6
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-4/+4
* Some hi-lock docGlenn Morris2014-02-061-24/+22
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/replace.el (read-regexp-defaults-function): New defcustom.Juri Linkov2013-12-201-40/+15
* * lisp/hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.E Sabof2013-12-201-1/+1
* * lisp/replace.el (occur-engine): Use `add-face-text-property'Juri Linkov2013-12-201-3/+3
* Search and highlight symbol at point.Juri Linkov2013-06-031-4/+34