log lisp/font-lock.el @ 17055:f0f8005780cc

age author description
Fri, 21 Feb 1997 09:36:18 +0000 Simon Marshall 1. If PRE-MATCH-FORM returns a suitable number, use that as a value for LIMIT.
Thu, 09 Jan 1997 10:08:58 +0000 Simon Marshall Fix additional text prop fns to behave as proposed builtins.
Sat, 16 Nov 1996 13:27:49 +0000 Simon Marshall (a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in keyword form, (c) make simple font-lock-match-c-style-declaration-item-and-skip-to-next and more complex font-lock-match-c++-style-declaration-item-and-skip-to-next.
Wed, 23 Oct 1996 11:21:05 +0000 Simon Marshall Changes to font-lock-fontify-syntactically-region: (a) the cache position must be a marker, (b) use a loop to look for comment start, some speedups.
Thu, 01 Aug 1996 21:45:04 +0000 Richard M. Stallman (font-lock-inhibit-modes): Deleted.
Sat, 27 Jul 1996 20:23:55 +0000 Richard M. Stallman (font-lock-mode): Don't add to after-change-functions
Sat, 13 Jul 1996 11:12:25 +0000 Simon Marshall Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips commas.
Fri, 12 Jul 1996 07:27:55 +0000 Simon Marshall 1. Use new font-lock-comment-start-regexp for matching a comment---it can be faster than comment-start-skip.
Mon, 24 Jun 1996 08:06:51 +0000 Simon Marshall Put fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-enabled, so a user can put the former on hooks.
Sun, 23 Jun 1996 18:36:01 +0000 Richard M. Stallman (font-lock-verbose): Default to 0. Doc fix.
Sat, 22 Jun 1996 16:51:43 +0000 Richard M. Stallman (font-lock-make-faces): Set threshold for "light color"
Mon, 17 Jun 1996 00:06:46 +0000 Richard M. Stallman (global-font-lock-mode): Set up find-file-hooks.
Thu, 07 Mar 1996 13:47:46 +0000 Simon Marshall Treat font-lock-keywords of (t) the same as nil.
Thu, 07 Mar 1996 07:11:03 +0000 Richard M. Stallman (font-lock-fontify-block): Use facemenu-keymap to make the binding.
Sat, 02 Mar 1996 21:09:04 +0000 Richard M. Stallman (global-map): Change C-M-g to M-g M-g.
Wed, 28 Feb 1996 09:53:39 +0000 Simon Marshall Make global-font-lock-mode show status messages, and fontification interruptable.
Thu, 08 Feb 1996 10:08:08 +0000 Simon Marshall Moved `supported' from turn-on-font-lock-if-supported to turn-on-font-lock.
Fri, 02 Feb 1996 10:37:39 +0000 Simon Marshall Correct specialised fontification and associated stuff.
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.