summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove aliases of `with-silent-modifications`Stefan Monnier2022-10-071-18/+8
* * lisp/jit-lock.el (jit-lock-function): Update commentStefan Monnier2022-09-061-1/+1
* * lisp/jit-lock.el (jit-lock-function): Don't fontify invisible textStefan Monnier2022-09-061-1/+5
* Merge from origin/emacs-28Stefan Kangas2022-09-011-2/+5
|\
| * ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.Eli Zaretskii2022-08-271-2/+5
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* | (syntax-wholeline-max): New varStefan Monnier2022-06-301-10/+11
* | Explain more about jit-lock-mode calling conventionsLars Ingebrigtsen2022-05-171-0/+5
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Increase jit-lock-chunk-size from 500 to 1500 for performance reasonsAlan Mackenzie2021-09-071-2/+5
* Document 'jit-lock-bounds'Eli Zaretskii2021-08-231-2/+8
* ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/jit-lock.el: Don't use `make-variable-buffer-local` on hooks.Stefan Monnier2020-04-271-4/+6
* Merge from origin/emacs-27Glenn Morris2020-04-111-8/+14
|\
| * Improve documentation of 'jit-lock-contextually'Eli Zaretskii2020-04-081-8/+14
* | * lisp/jit-lock.el (jit-lock-mode): Pass `local` to add-hookStefan Monnier2020-03-281-20/+11
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Minor copyedits of 'jit-lock-antiblink-grace's docsEli Zaretskii2019-12-051-12/+12
* New jit-lock-antiblink-grace featureJoão Távora2019-12-041-1/+74
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-0/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Avoid unnecessary work if a chunk is emptyDmitry Gutov2016-05-081-52/+56
* | Warning fix in jit-lock-modeLars Ingebrigtsen2016-04-291-3/+5
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-171-8/+0
* (jit-lock-deferred-fontify): Pay attention to skipped redisplaysStefan Monnier2015-09-111-3/+5
* Tidy up fix to debbugs#20240.Alan Mackenzie2015-04-051-8/+8
* Fix debbugs#20240 part two (jit-lock error during `comment-dwim').Alan Mackenzie2015-04-041-6/+8
* * lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.Stefan Monnier2015-03-311-3/+4
* * jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.Stefan Monnier2015-03-311-3/+9
* Let jit-lock know the result of font-lock-extend-region-functions.Stefan Monnier2015-03-301-44/+65
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-timeStefan Monnier2014-12-161-2/+5
* Merge from emacs-24; up to 117669Glenn Morris2014-11-041-1/+4
|\
| * Fix error messages from jit-stealth-lock when load-average returns nil.Eli Zaretskii2014-11-041-1/+4
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-4/+0
|/
* Small doc updates for debuggingGlenn Morris2014-02-131-1/+3
* * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.Stefan Monnier2014-02-121-61/+67
* * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.Glenn Morris2014-02-101-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Misc custom group fixesGlenn Morris2013-05-151-1/+1