summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
AgeCommit message (Expand)Author
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-04Replace anonymous lambda timers with named functionsMatthew Bauer
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-23jit-lock-force-redisplay: Make it workDmitry Gutov
2023-08-28Make Emacs 21 compat alias obsoleteStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-07Remove aliases of `with-silent-modifications`Stefan Monnier
2022-09-06* lisp/jit-lock.el (jit-lock-function): Update commentStefan Monnier
2022-09-06* lisp/jit-lock.el (jit-lock-function): Don't fontify invisible textStefan Monnier
2022-09-01Merge from origin/emacs-28Stefan Kangas
2022-08-27; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.Eli Zaretskii
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-06-30(syntax-wholeline-max): New varStefan Monnier
2022-05-17Explain more about jit-lock-mode calling conventionsLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-07Increase jit-lock-chunk-size from 500 to 1500 for performance reasonsAlan Mackenzie
2021-08-23Document 'jit-lock-bounds'Eli Zaretskii
2021-03-12; Fix typos in doc stringsMattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-27* lisp/jit-lock.el: Don't use `make-variable-buffer-local` on hooks.Stefan Monnier
2020-04-11Merge from origin/emacs-27Glenn Morris
2020-04-08Improve documentation of 'jit-lock-contextually'Eli Zaretskii
2020-03-28* lisp/jit-lock.el (jit-lock-mode): Pass `local` to add-hookStefan Monnier
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-05Minor copyedits of 'jit-lock-antiblink-grace's docsEli Zaretskii
2019-12-04New jit-lock-antiblink-grace featureJoão Távora
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-05-08Avoid unnecessary work if a chunk is emptyDmitry Gutov
2016-04-29Warning fix in jit-lock-modeLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17* lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier
2015-09-11(jit-lock-deferred-fontify): Pay attention to skipped redisplaysStefan Monnier
2015-04-05Tidy up fix to debbugs#20240.Alan Mackenzie
2015-04-04Fix debbugs#20240 part two (jit-lock error during `comment-dwim').Alan Mackenzie
2015-03-31* lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.Stefan Monnier
2015-03-31* jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.Stefan Monnier
2015-03-30Let jit-lock know the result of font-lock-extend-region-functions.Stefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-16* lisp/jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-timeStefan Monnier
2014-11-04Merge from emacs-24; up to 117669Glenn Morris