summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
Commit message (Expand)AuthorAgeFilesLines
* (a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in key...Simon Marshall1996-11-161-321/+494
* Changes to font-lock-fontify-syntactically-region: (a) the cache position mus...Simon Marshall1996-10-231-336/+756
* (font-lock-inhibit-modes): Deleted.Richard M. Stallman1996-08-011-4/+0
* (font-lock-mode): Don't add to after-change-functionsRichard M. Stallman1996-07-271-2/+7
* Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only sk...Simon Marshall1996-07-131-2/+2
* 1. Use new font-lock-comment-start-regexp for matching a comment---it can be...Simon Marshall1996-07-121-20/+91
* Put fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-en...Simon Marshall1996-06-241-24/+30
* (font-lock-verbose): Default to 0. Doc fix.Richard M. Stallman1996-06-231-140/+182
* (font-lock-make-faces): Set threshold for "light color"Richard M. Stallman1996-06-221-1/+1
* (global-font-lock-mode): Set up find-file-hooks.Richard M. Stallman1996-06-171-3/+6
* Treat font-lock-keywords of (t) the same as nil.Simon Marshall1996-03-071-46/+45
* (font-lock-fontify-block): Use facemenu-keymap to make the binding.Richard M. Stallman1996-03-071-1/+1
* (global-map): Change C-M-g to M-g M-g.Richard M. Stallman1996-03-021-1/+1
* Make global-font-lock-mode show status messages, and fontification interrupta...Simon Marshall1996-02-281-34/+43
* Moved `supported' from turn-on-font-lock-if-supported to turn-on-font-lock.Simon Marshall1996-02-081-27/+23
* Correct specialised fontification and associated stuff.Simon Marshall1996-02-021-161/+189
* Support for local fontification.Simon Marshall1996-01-261-3/+11
* Support for buffer local fontification functions.Simon Marshall1996-01-251-87/+286
* (turn-on-font-lock): Test window-system.Richard M. Stallman1996-01-241-2/+3
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* (font-lock-keywords): Doc fix.Karl Heuer1996-01-041-2/+2
* Don't turn on in any buffer with a leading space in its name.Simon Marshall1995-12-091-33/+65
* (font-lock-make-faces): Add special code for ms-dos.Richard M. Stallman1995-11-251-0/+5
* Oops; left a note in a doc-string.Simon Marshall1995-11-101-1/+1
* 1. Use local hooks, not local variables.Simon Marshall1995-11-091-187/+178
* Comment change.Richard M. Stallman1995-10-301-1/+1
* General reorganisation; moving and renaming etc.Simon Marshall1995-10-261-635/+944
* Functionality for font-lock-beginning-of-syntax-function to be used by font-l...Simon Marshall1995-08-101-128/+262
* (font-lock-make-faces): Redo logic for whetherRichard M. Stallman1995-07-211-6/+6
* Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords insideSimon Marshall1995-07-091-38/+35
* (font-lock-make-faces): On grayscale screen,Richard M. Stallman1995-07-071-6/+6
* Specify in font-lock-defaults/font-lock-defaults-alist which keywords we canSimon Marshall1995-06-261-55/+59
* Change so font-lock-make-faces doesn't stomp all over user Font Lock faces.Simon Marshall1995-06-161-8/+13
* Made font-lock-compile-keywords not compile if it looks like it already has.Simon Marshall1995-06-011-17/+19
* (font-lock-revert-cleanup): Always turn font lock on.Karl Heuer1995-05-291-7/+9
* Make font-lock.el use compiled keywords; added FN as possible matcher.Simon Marshall1995-04-241-198/+224
* (font-lock-make-faces): Determine font-lock-background-mode from colorRichard M. Stallman1995-04-161-9/+12
* Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, andSimon Marshall1995-03-021-117/+106
* (font-lock-fontify-region): Bind inhibit-read-only. Also buffer-file-name.Richard M. Stallman1995-01-251-3/+9
* (font-lock-hack-keywords): Turn off undo generation.Richard M. Stallman1994-12-151-0/+4
* Comment out Oct 18 change to font-lock-after-change-functionSimon Marshall1994-12-051-7/+9
* Added defaults for grayscale font-lock-reference-face.Simon Marshall1994-12-011-1/+3
* Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.Simon Marshall1994-11-141-0/+1
* Wrap font-lock-fontify-region's string-match with save-match-data.Simon Marshall1994-11-031-3/+4
* (font-lock-after-change-function): If inside a comment,Richard M. Stallman1994-10-181-3/+15
* Use purify-flag not noninteractive.Simon Marshall1994-10-131-1/+1
* * font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,Simon Marshall1994-10-121-178/+251
* (font-lock-set-defaults): Do nothing if font-lock-keywords already non-nil.Richard M. Stallman1994-10-111-19/+25
* Re-delete code deleted in rms's Oct 5 change.Richard M. Stallman1994-10-071-2/+0
* (compilation-mode-font-lock-keywords,Richard M. Stallman1994-10-071-450/+557