summaryrefslogtreecommitdiff
path: root/lisp/font-core.el
Commit message (Collapse)AuthorAgeFilesLines
* (font-lock-mode): Doc fix.Juanma Barranquero2007-02-261-4/+0
|
* (global-font-lock-mode): define-global-minor-mode changed toChong Yidong2007-02-031-1/+1
| | | | define-globalized-minor-mode.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (font-lock-mode): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* (font-lock-extend-region-function, font-lock-extend-region):Stefan Monnier2006-08-011-28/+0
| | | | Move to font-lock.el.
* * font-core.el: New function/variableAlan Mackenzie2006-03-141-0/+28
| | | | | | | | | | | | font-lock-extend-region\(-function\)?. * font-lock.el (font-lock-after-change-function): Call font-lock-extend-region. Obey font-lock-lines-before. (font-lock-default-fontify-region): Remove reference to font-lock-lines-before. * jit-lock.el (jit-lock-after-change): Call font-lock-extend-region. Obey font-lock-lines-before.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (font-lock-mode): Replace `:group font-lock' with `nil nil nil'.Juri Linkov2005-12-041-1/+1
|
* (font-lock-mode): Revert removing `:group font-lock'.Juri Linkov2005-12-041-0/+1
|
* (global-font-lock-mode): Use define-global-minor-modeJuri Linkov2005-12-041-7/+7
| | | | | instead of easy-mmode-define-global-mode. Add `:group font-lock'. (font-lock-mode): Remove `:group font-lock'.
* (global-font-lock-mode): Add :version keyword, because default was changed.Luc Teirlinck2005-11-161-1/+2
|
* (global-font-lock-mode): Enable `global-font-lock-mode' by default,Luc Teirlinck2005-11-051-1/+3
| | | | except in batch mode or when the -D command line option is given.
* (font-lock-mode): Doc fix.Romain Francoise2005-10-201-9/+6
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* (font-lock-mode): Delete duplicate words.Juri Linkov2005-07-181-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (font-lock-mode-major-mode): Compiler defvar.Luc Teirlinck2005-06-041-3/+13
| | | | | | (font-lock-mode): Update `font-lock-mode-major-mode'. (font-lock-set-defaults): Compiler defvar. (font-lock-default-function): Take `font-lock-mode-major-mode' into account.
* Update comment.Luc Teirlinck2005-05-221-14/+10
|
* (font-lock-defaults): Fix docstring.Lute Kamstra2005-04-251-6/+5
|
* (font-lock-mode): Specify :group.Lute Kamstra2005-04-041-1/+1
|
* (font-lock-default-function): Use with-no-warnings.Richard M. Stallman2005-02-101-1/+2
|
* (font-lock-default-function): Handle the rare case whereStefan Monnier2005-02-031-4/+4
| | | | only font-lock-keywords is set.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (font-lock-defaults-alist): Remove obsolete comment.Stefan Monnier2003-07-041-4/+0
|
* (font-lock-defaults-alist): Remove obsolete entries.Stefan Monnier2003-07-041-41/+2
|
* (font-lock-maximum-size, font-lock-verbose): Remove.Stefan Monnier2003-04-141-51/+10
| | | | | | (font-lock-multiline, font-lock-fontified, font-lock-set-defaults): Move back to font-lock.el (font-lock-default-function): Use font-lock-mode-internal.
* (font-lock-defontify): Use restore-buffer-modified-p.Stefan Monnier2003-02-101-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (font-lock-defontify): New function.Richard M. Stallman2002-09-101-0/+12
|
* (font-lock-change-mode): Just turn off font-lock-mode.Stefan Monnier2002-09-091-20/+5
| | | | (font-lock-default-function): Change arg name.
* (font-lock-change-mode): Avoid changing buffer state in any way.Andreas Schwab2002-08-311-2/+11
|
* (font-lock-defaults): Fix typo.Juanma Barranquero2002-08-301-1/+1
|
* (font-lock-change-mode): New function.Richard M. Stallman2002-08-201-2/+16
| | | | | | (font-lock-mode): Use font-lock-change-mode instead of font-lock-unfontify-buffer. (font-lock-maximum-size, font-lock-verbose): Add defvars.
* (font-lock-mode): Set change-major-mode-hook locally.Richard M. Stallman2002-08-191-2/+2
|
* (font-lock-mode): Add font-lock-unfontify-bufferRichard M. Stallman2002-08-151-1/+5
| | | | to change-major-mode-hook when font lock is enabled.
* Use find-file-hook instead of find-file-hooks.Stefan Monnier2002-08-151-1/+1
|
* (font-lock-function): Make it buffer-local.John Paul Wallington2002-08-091-1/+1
|
* font-core.el (font-lock-core-only): Variable deleted. All uses removed.Colin Walters2002-06-121-20/+5
| | | | | | | (font-lock-set-defaults): Variable alist settings moved back into font-lock-set-defaults-1. (turn-on-font-lock-if-enabled): Always turn on font-lock unless it is specifically excluded by the user.
* Fix previous change.Colin Walters2002-06-091-1/+1
|
* (font-lock-default-function): If `font-lock-core-only' is non-nil,Colin Walters2002-06-091-4/+8
| | | | don't use big font-lock machinery.
* (font-lock-core-only): New variable.Colin Walters2002-06-091-6/+12
| | | | (font-lock-set-defaults): Use it.
* (font-lock-category-alist): Delete.Colin Walters2002-06-081-22/+18
| | | | | | | | (turn-on-font-lock-if-enabled): Don't use it. (font-lock-symbol-category-alist): Delete. (font-lock-default-function): Use new `char-property-alias-alist' to make `font-lock-face' an alias for `face' when font-lock mode is enabled.
* (font-lock-symbol-category-alist): New variable.Colin Walters2002-05-231-0/+9
|
* (font-lock-function): New variable.Colin Walters2002-05-231-1/+13
| | | | | (font-lock-default-function): New function, created from `font-lock-mode'. (font-lock-mode): Just funcall `font-lock-default-function'.
* New file, broken out from font-lock.el.Colin Walters2002-05-211-0/+347