log lisp/font-lock.el @ 14438:85fcb510947a

age author description
Fri, 26 Jan 1996 08:26:58 +0000 Simon Marshall Support for local fontification.
Thu, 25 Jan 1996 10:38:39 +0000 Simon Marshall Support for buffer local fontification functions.
Wed, 24 Jan 1996 05:40:21 +0000 Richard M. Stallman (turn-on-font-lock): Test window-system.
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Thu, 04 Jan 1996 23:35:58 +0000 Karl Heuer (font-lock-keywords): Doc fix.
Sat, 09 Dec 1995 16:35:57 +0000 Simon Marshall Don't turn on in any buffer with a leading space in its name.
Sat, 25 Nov 1995 00:19:25 +0000 Richard M. Stallman (font-lock-make-faces): Add special code for ms-dos.
Fri, 10 Nov 1995 08:42:45 +0000 Simon Marshall Oops; left a note in a doc-string.
Thu, 09 Nov 1995 08:26:32 +0000 Simon Marshall 1. Use local hooks, not local variables.
Mon, 30 Oct 1995 17:35:01 +0000 Richard M. Stallman Comment change.
Thu, 26 Oct 1995 13:27:36 +0000 Simon Marshall General reorganisation; moving and renaming etc.
Thu, 10 Aug 1995 13:57:18 +0000 Simon Marshall Functionality for font-lock-beginning-of-syntax-function to be used by font-lock-fontify-region when calculating the cache state. Also wrap value of buffer-file-truename to guard against clash detection. Also add scheme-font-lock-keywords.
Fri, 21 Jul 1995 05:05:49 +0000 Richard M. Stallman (font-lock-make-faces): Redo logic for whether
Sun, 09 Jul 1995 13:26:41 +0000 Simon Marshall Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside
Fri, 07 Jul 1995 13:27:15 +0000 Richard M. Stallman (font-lock-make-faces): On grayscale screen,
Mon, 26 Jun 1995 11:55:25 +0000 Simon Marshall Specify in font-lock-defaults/font-lock-defaults-alist which keywords we can
Fri, 16 Jun 1995 07:47:09 +0000 Simon Marshall Change so font-lock-make-faces doesn't stomp all over user Font Lock faces.
Thu, 01 Jun 1995 09:08:29 +0000 Simon Marshall Made font-lock-compile-keywords not compile if it looks like it already has.
Mon, 29 May 1995 06:59:49 +0000 Karl Heuer (font-lock-revert-cleanup): Always turn font lock on.
Mon, 24 Apr 1995 10:49:03 +0000 Simon Marshall Make font-lock.el use compiled keywords; added FN as possible matcher.
Sun, 16 Apr 1995 05:41:53 +0000 Richard M. Stallman (font-lock-make-faces): Determine font-lock-background-mode from color
Thu, 02 Mar 1995 10:57:07 +0000 Simon Marshall Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, and
Wed, 25 Jan 1995 00:43:25 +0000 Richard M. Stallman (font-lock-fontify-region): Bind inhibit-read-only. Also buffer-file-name.
Thu, 15 Dec 1994 16:30:39 +0000 Richard M. Stallman (font-lock-hack-keywords): Turn off undo generation.
Mon, 05 Dec 1994 13:38:11 +0000 Simon Marshall Comment out Oct 18 change to font-lock-after-change-function
Thu, 01 Dec 1994 14:00:16 +0000 Simon Marshall Added defaults for grayscale font-lock-reference-face.
Mon, 14 Nov 1994 08:03:41 +0000 Simon Marshall Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.
Thu, 03 Nov 1994 15:30:39 +0000 Simon Marshall Wrap font-lock-fontify-region's string-match with save-match-data.
Tue, 18 Oct 1994 22:34:04 +0000 Richard M. Stallman (font-lock-after-change-function): If inside a comment,
Thu, 13 Oct 1994 07:55:30 +0000 Simon Marshall Use purify-flag not noninteractive.