summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
Commit message (Expand)AuthorAgeFilesLines
...
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* * lisp/font-lock.el (font-lock-add-keywords): Doc fixGlenn Morris2012-08-201-8/+8
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-9/+6
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-63/+63
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-letLeo Liu2012-04-201-4/+4
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-4/+4
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.Leo Liu2012-03-161-1/+1
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-2/+2
* * font-lock.el (font-lock-specified-p): Rename from font-lock-spec-present.Chong Yidong2012-02-271-4/+7
* Check there is a font-lock specification before initial fontification.Alan Mackenzie2012-02-261-8/+20
* Add new parameter :after-hook to define-minor-mode. Use this in theAlan Mackenzie2012-02-231-10/+13
* Rename condition-case-no-debug to condition-case-unless-debugLeo Liu2012-02-101-1/+1
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.Glenn Morris2012-02-041-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-181-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-111-1/+1
* * lisp/font-lock.el (font-lock-maximum-size): Mark as obsolete.Chong Yidong2011-10-171-2/+6
* Minor fix to last change.Chong Yidong2011-08-201-3/+2
* Add some docstrings to font-lock.el.Chong Yidong2011-08-201-0/+13
* * lisp/faces.el (error, warning, success): New faces with definitionsJuri Linkov2011-08-181-6/+1
* * font-lock.el (font-lock-maximum-decoration): Mention what numeric levels mean.Lars Magne Ingebrigtsen2011-07-141-0/+1
* Use "yellow" on low color terminals for commentsDan Nicolaescu2011-07-131-8/+2
* Revert last change (2011-07-05T14:25:21Z!larsi@gnus.org).Chong Yidong2011-07-051-1/+1
* * font-lock.el (font-lock-builtin-face): Change from Orchid toLars Magne Ingebrigtsen2011-07-051-1/+1
* * font-lock.el (font-lock-builtin-face): Change light background colorChong Yidong2011-07-041-1/+1
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+1
* lisp/font-lock.el: Remove obsolete code.Juanma Barranquero2011-04-051-2/+1
* font-lock.el tweak for bug#2159.Glenn Morris2011-03-071-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * font-lock.el (font-lock-verbose): Default to nil.Chong Yidong2011-01-121-2/+3
* | Remove obsolete variable font-lock-defaults-alist.Glenn Morris2010-10-051-18/+11
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-0/+2
|\ \ | |/
| * * lisp/font-lock.el (font-lock-beginning-of-syntax-function):Stefan Monnier2010-09-111-0/+2
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-7/+11
* | Misc cleanups and simplifications.Stefan Monnier2010-09-081-13/+12
* | Use with-silent-modifications.Stefan Monnier2010-08-301-47/+31
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Add four macros to lisp-font-lock-keywords-2 (Bug#6025).Štěpán Němec2010-08-141-5/+8
* | Merge from emacs-23Stefan Monnier2010-06-161-3/+6
|\ \ | |/
| * * lisp/font-lock.el (font-lock-major-mode): Rename fromStefan Monnier2010-06-161-3/+6
* | * font-lock.el: Require CL when compiling.Stefan Monnier2010-04-031-20/+19
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * font-lock.el (font-lock-refresh-defaults): New function, whichTassilo Horn2009-12-281-0/+17
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+2
* * startup.el (tutorial-directory): Make it a defcustom.Stefan Monnier2009-09-121-1/+1
* (lisp-font-lock-keywords-2): Add letf.Glenn Morris2009-09-051-1/+1