log lisp/font-lock.el @ 24528:440fb6df32c8

age author description
Tue, 23 Mar 1999 15:31:44 +0000 Simon Marshall * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
Thu, 18 Mar 1999 10:16:14 +0000 Simon Marshall added strictfp type modifier.
Thu, 18 Mar 1999 09:58:18 +0000 Simon Marshall Added "complex" type to c-font-lock-keywords-2.
Mon, 15 Mar 1999 15:20:56 +0000 Simon Marshall (c-font-lock-keywords-2): Added "restrict" keyword.
Wed, 17 Feb 1999 10:06:41 +0000 Simon Marshall * font-lock.el (c++-font-lock-keywords-3): Use c-at-toplevel-p to distinguish
Thu, 28 Jan 1999 19:45:13 +0000 Richard M. Stallman (font-lock-default-unfontify-region):
Wed, 06 Jan 1999 10:08:49 +0000 Simon Marshall * font-lock.el (font-lock-default-fontify-buffer): When using
Mon, 07 Dec 1998 10:54:47 +0000 Simon Marshall wrap java-minor-types in java-font-lock-keywords-2.
Mon, 23 Nov 1998 11:12:40 +0000 Simon Marshall * font-lock.el (font-lock-defaults): Doc fix.
Tue, 01 Sep 1998 09:01:44 +0000 Simon Marshall (tex-font-lock-keywords-2): Fontify \nocite like \cite.
Mon, 03 Aug 1998 08:52:35 +0000 Simon Marshall (lisp-font-lock-keywords-1): Fix previous change.
Fri, 31 Jul 1998 03:17:08 +0000 Richard M. Stallman (lisp-font-lock-keywords-1): Fontify `defconstant' and `defparameter'.
Tue, 14 Jul 1998 08:22:05 +0000 Richard M. Stallman (lisp-font-lock-keywords-2): support `handler-*',
Fri, 10 Jul 1998 03:19:33 +0000 Richard M. Stallman (lisp-font-lock-keywords): Fontify `handler-case', `ccase',
Wed, 24 Jun 1998 09:09:56 +0000 Andreas Schwab (font-lock-verbose): Use `other' widget type.
Tue, 05 May 1998 09:29:55 +0000 Simon Marshall move defpackage to lisp-font-lock-keywords-1
Fri, 24 Apr 1998 19:46:03 +0000 Richard M. Stallman (lisp-font-lock-keywords-2): Added `defpackage'.
Wed, 25 Mar 1998 16:56:12 +0000 Simon Marshall add some C/C++ keywords.
Tue, 10 Mar 1998 22:54:43 +0000 Dave Love (scheme-font-lock-keywords-1, scheme-font-lock-keywords-2,
Fri, 20 Feb 1998 14:24:57 +0000 Simon Marshall Renamed font-lock-reference-face to font-lock-constant-face.
Wed, 18 Feb 1998 09:12:24 +0000 Simon Marshall Keyword doc fixes and keyword tweaks.
Fri, 06 Feb 1998 06:10:30 +0000 Richard M. Stallman (font-lock-keywords): Doc fix.
Fri, 23 Jan 1998 16:50:56 +0000 Dave Love (lisp-font-lock-keywords-1): Correct defmethod addition.
Thu, 15 Jan 1998 16:11:00 +0000 Simon Marshall (c++-font-lock-extra-types): Add some container classes.
Mon, 12 Jan 1998 18:54:01 +0000 Dave Love (lisp-font-lock-keywords-1): Add defmethod.
Tue, 28 Oct 1997 14:16:40 +0000 Simon Marshall Allow any number of ::foos in declarative items.
Mon, 15 Sep 1997 09:03:45 +0000 Simon Marshall Don't fontify \item like \it.
Tue, 09 Sep 1997 13:01:02 +0000 Simon Marshall Try to comment where font-lock-keyword order is important.
Sun, 07 Sep 1997 04:08:18 +0000 Richard M. Stallman (font-lock-comment-face, etc.):
Sun, 07 Sep 1997 01:29:14 +0000 Richard M. Stallman (global-font-lock-mode): When turning off
Tue, 29 Jul 1997 12:25:05 +0000 Simon Marshall don't add text for the modeline.
Fri, 25 Jul 1997 11:34:20 +0000 Simon Marshall Add type specs "explicit" "mutable".
Fri, 27 Jun 1997 06:59:30 +0000 Simon Marshall split up scheme and tex support; wrap inhibit-point-motion-hooks where nec.
Thu, 19 Jun 1997 08:49:04 +0000 Simon Marshall Rearrange custom options. Also enable custom control of Global Font Lock mode.
Thu, 29 May 1997 07:18:05 +0000 Simon Marshall Update for syntax-table text properties.
Wed, 23 Apr 1997 07:10:09 +0000 Simon Marshall Respect font-lock-face-attributes and custom fixes.
Fri, 18 Apr 1997 07:08:56 +0000 Simon Marshall Cleaned up custom support.
Thu, 17 Apr 1997 07:29:13 +0000 Simon Marshall Customise. And a few code cleanups.
Tue, 15 Apr 1997 05:00:36 +0000 Richard M. Stallman (font-lock-fontify-syntactically-region): Use new
Sat, 15 Mar 1997 13:19:12 +0000 Simon Marshall Allow arbitrary regexps in *-font-lock-extra-types.
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.
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.
Wed, 12 Oct 1994 09:23:37 +0000 Simon Marshall * font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
Tue, 11 Oct 1994 09:03:49 +0000 Richard M. Stallman (font-lock-set-defaults): Do nothing if font-lock-keywords already non-nil.
Fri, 07 Oct 1994 17:38:03 +0000 Richard M. Stallman Re-delete code deleted in rms's Oct 5 change.
Fri, 07 Oct 1994 10:23:26 +0000 Richard M. Stallman (compilation-mode-font-lock-keywords,
Thu, 06 Oct 1994 02:45:40 +0000 Richard M. Stallman Delete the error when no window system.
Sat, 06 Aug 1994 05:02:00 +0000 Richard M. Stallman (font-lock-hack-keywords): Delete debugging code.
Fri, 05 Aug 1994 05:11:30 +0000 Richard M. Stallman (font-lock-syntax-table): New syntax table.
Wed, 15 Jun 1994 18:24:10 +0000 Richard M. Stallman Don't alter the underline face.
Sat, 11 Jun 1994 12:11:27 +0000 Richard M. Stallman (tex-font-lock-keywords): Make the pattern for
Mon, 30 May 1994 10:41:53 +0000 Richard M. Stallman (shell-font-lock-keywords): Removed regexp for commands.
Wed, 18 May 1994 23:38:24 +0000 Richard M. Stallman (font-lock-after-change-function): Fix typo in prev chg.
Fri, 13 May 1994 21:24:47 +0000 Richard M. Stallman (font-lock-no-comments): New variable.
Tue, 03 May 1994 22:46:37 +0000 Karl Heuer Update copyright.
Fri, 22 Apr 1994 07:30:30 +0000 Richard M. Stallman (rmail-font-lock-keywords): New variable.
Wed, 30 Mar 1994 01:02:01 +0000 Karl Heuer Check for existence of windowing system.
Sat, 05 Mar 1994 23:32:27 +0000 Richard M. Stallman (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables.
Sat, 26 Feb 1994 00:14:42 +0000 Karl Heuer Clean up c-font-lock-keywords; now slightly more consistent about highlighting
Thu, 10 Feb 1994 04:43:50 +0000 Richard M. Stallman (lisp-font-lock-keywords-2): Quote the * in let*.
Wed, 02 Feb 1994 23:45:08 +0000 Richard M. Stallman (dired-font-lock-keywords): New variable.
Wed, 02 Feb 1994 20:00:15 +0000 Richard M. Stallman (shell-font-lock-keywords): Doc fix.
Tue, 01 Feb 1994 23:10:41 +0000 Richard M. Stallman (font-lock-set-defaults): Handle shell mode.
Tue, 01 Feb 1994 01:32:48 +0000 Karl Heuer (font-lock-mode): Use the new hooks to get proper behavior on a revert.
Tue, 18 Jan 1994 19:23:14 +0000 Richard M. Stallman (font-lock-mode): Set after-revert-hook
Sun, 26 Dec 1993 08:21:22 +0000 Richard M. Stallman (font-lock-set-defaults): Add missing paren.
Thu, 23 Dec 1993 04:36:41 +0000 Richard M. Stallman (font-lock-set-defaults): Do nothing if font-lock-keywords is already set.
Wed, 17 Nov 1993 13:12:29 +0000 Richard M. Stallman (font-lock-hack-keywords):
Tue, 26 Oct 1993 20:46:34 +0000 Richard M. Stallman (font-lock-fontify-buffer): Don't turn
Thu, 16 Sep 1993 14:56:45 +0000 Richard M. Stallman (font-lock-fontify-region): Don't add `font-lock' props.
Sat, 11 Sep 1993 15:13:31 +0000 Richard M. Stallman (font-lock-fontify-region): Put on `font-lock'
Thu, 05 Aug 1993 20:47:30 +0000 Richard M. Stallman (font-lock-fontify-region): Handle comment-start-skip = nil.
Fri, 23 Jul 1993 05:10:00 +0000 Richard M. Stallman (font-lock-after-change-function):
Thu, 22 Jul 1993 06:12:37 +0000 Richard M. Stallman (perl-font-lock-keywords): Add a `(... . 1)' to the