summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
Commit message (Expand)AuthorAge
* Fill the doc string of font-lock-keywordsLars Ingebrigtsen2016-05-01
* Doc fix for font-lock-remove-keywordsLars Ingebrigtsen2016-05-01
* (font-lock-ensure-function): Fix bug#22399Stefan Monnier2016-01-25
* Respect fontification region calculated by major mode. Fixes bug #22316.Alan Mackenzie2016-01-08
* Update copyright year to 2016Paul Eggert2016-01-01
* Document new features of Font LockEli Zaretskii2015-12-19
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-15
* Avoid inflooping in font-lockEli Zaretskii2015-10-09
* Don't assume syntax-begin-function is a symbol.Stefan Monnier2015-09-20
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-17
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-03
* Escape ` and ' in docPaul Eggert2015-09-01
* Prefer directed to neutral quotesPaul Eggert2015-08-24
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-16
* Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione2015-05-04
* Let jit-lock know the result of font-lock-extend-region-functions.Stefan Monnier2015-03-30
* Preserve face text properties in comint prompt.Wolfgang Jenkner2015-03-27
* Fix debbugs#20146Alan Mackenzie2015-03-20
* Update copyright year to 2015Paul Eggert2015-01-01
* * lisp/font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.Glenn Morris2014-10-06
* * lisp/font-lock.el (font-lock-compile-keyword): Don't confuse a lambdaStefan Monnier2014-09-22
* * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-28
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-09
* * font-lock.el (font-lock-value-in-major-mode): Doc fixLars Ingebrigtsen2014-02-08
* font-lock.el (font-lock-keywords): Fix typo in docstringMatthew Leach2014-01-14
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.Stefan Monnier2013-10-08
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.Glenn Morris2013-06-20
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Treat user-error like errorGlenn Morris2013-06-06
* * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.Glenn Morris2013-05-23
* * lisp/progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".Stefan Monnier2013-05-08
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"Stefan Monnier2013-03-25
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Fix highlighting ofThierry Volpiatto2013-02-27
* Don't use font-lock-syntax-table in lisp modes.Stefan Monnier2013-02-17
* * lisp/font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.Glenn Morris2013-02-15
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-11
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-24
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-17
* * lisp/font-lock.el (font-lock-add-keywords): Doc fixGlenn Morris2012-08-20
* Reduce use of (require 'cl).Stefan Monnier2012-07-10
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-09
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-letLeo Liu2012-04-20
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.Leo Liu2012-03-16
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-28
* * font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present.Chong Yidong2012-02-27
* Check there is a font-lock specification before initial fontification.Alan Mackenzie2012-02-26
* Add new parameter :after-hook to define-minor-mode. Use this in theAlan Mackenzie2012-02-23