1997-10-28 |
Simon Marshall |
Allow any number of ::foos in declarative items.
|
1997-09-15 |
Simon Marshall |
Don't fontify \item like \it.
|
1997-09-09 |
Simon Marshall |
Try to comment where font-lock-keyword order is important.
|
1997-09-07 |
Richard M. Stallman |
(font-lock-comment-face, etc.):
|
1997-09-07 |
Richard M. Stallman |
(global-font-lock-mode): When turning off
|
1997-07-29 |
Simon Marshall |
don't add text for the modeline.
|
1997-07-25 |
Simon Marshall |
Add type specs "explicit" "mutable".
|
1997-06-27 |
Simon Marshall |
split up scheme and tex support; wrap inhibit-point-motion-hooks where nec.
|
1997-06-19 |
Simon Marshall |
Rearrange custom options. Also enable custom control of Global Font Lock mode.
|
1997-05-29 |
Simon Marshall |
Update for syntax-table text properties.
|
1997-04-23 |
Simon Marshall |
Respect font-lock-face-attributes and custom fixes.
|
1997-04-18 |
Simon Marshall |
Cleaned up custom support.
|
1997-04-17 |
Simon Marshall |
Customise. And a few code cleanups.
|
1997-04-15 |
Richard M. Stallman |
(font-lock-fontify-syntactically-region): Use new
|
1997-03-15 |
Simon Marshall |
Allow arbitrary regexps in *-font-lock-extra-types.
|
1997-02-21 |
Simon Marshall |
1. If PRE-MATCH-FORM returns a suitable number, use that as a value for LIMIT.
|
1997-01-09 |
Simon Marshall |
Fix additional text prop fns to behave as proposed builtins.
|
1996-11-16 |
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.
|
1996-10-23 |
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.
|
1996-08-01 |
Richard M. Stallman |
(font-lock-inhibit-modes): Deleted.
|
1996-07-27 |
Richard M. Stallman |
(font-lock-mode): Don't add to after-change-functions
|
1996-07-13 |
Simon Marshall |
Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips commas.
|
1996-07-12 |
Simon Marshall |
1. Use new font-lock-comment-start-regexp for matching a comment---it can be faster than comment-start-skip.
|
1996-06-24 |
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.
|
1996-06-23 |
Richard M. Stallman |
(font-lock-verbose): Default to 0. Doc fix.
|
1996-06-22 |
Richard M. Stallman |
(font-lock-make-faces): Set threshold for "light color"
|
1996-06-17 |
Richard M. Stallman |
(global-font-lock-mode): Set up find-file-hooks.
|
1996-03-07 |
Simon Marshall |
Treat font-lock-keywords of (t) the same as nil.
|
1996-03-07 |
Richard M. Stallman |
(font-lock-fontify-block): Use facemenu-keymap to make the binding.
|
1996-03-02 |
Richard M. Stallman |
(global-map): Change C-M-g to M-g M-g.
|
1996-02-28 |
Simon Marshall |
Make global-font-lock-mode show status messages, and fontification interruptable.
|
1996-02-08 |
Simon Marshall |
Moved `supported' from turn-on-font-lock-if-supported to turn-on-font-lock.
|
1996-02-02 |
Simon Marshall |
Correct specialised fontification and associated stuff.
|
1996-01-26 |
Simon Marshall |
Support for local fontification.
|
1996-01-25 |
Simon Marshall |
Support for buffer local fontification functions.
|
1996-01-24 |
Richard M. Stallman |
(turn-on-font-lock): Test window-system.
|
1996-01-14 |
Erik Naggum |
Update FSF's address.
|
1996-01-04 |
Karl Heuer |
(font-lock-keywords): Doc fix.
|
1995-12-09 |
Simon Marshall |
Don't turn on in any buffer with a leading space in its name.
|
1995-11-25 |
Richard M. Stallman |
(font-lock-make-faces): Add special code for ms-dos.
|
1995-11-10 |
Simon Marshall |
Oops; left a note in a doc-string.
|
1995-11-09 |
Simon Marshall |
1. Use local hooks, not local variables.
|
1995-10-30 |
Richard M. Stallman |
Comment change.
|
1995-10-26 |
Simon Marshall |
General reorganisation; moving and renaming etc.
|
1995-08-10 |
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.
|
1995-07-21 |
Richard M. Stallman |
(font-lock-make-faces): Redo logic for whether
|
1995-07-09 |
Simon Marshall |
Do all cleanups in font-lock-fontify-region and font-lock-hack-keywords inside
|
1995-07-07 |
Richard M. Stallman |
(font-lock-make-faces): On grayscale screen,
|
1995-06-26 |
Simon Marshall |
Specify in font-lock-defaults/font-lock-defaults-alist which keywords we can
|
1995-06-16 |
Simon Marshall |
Change so font-lock-make-faces doesn't stomp all over user Font Lock faces.
|
1995-06-01 |
Simon Marshall |
Made font-lock-compile-keywords not compile if it looks like it already has.
|
1995-05-29 |
Karl Heuer |
(font-lock-revert-cleanup): Always turn font lock on.
|
1995-04-24 |
Simon Marshall |
Make font-lock.el use compiled keywords; added FN as possible matcher.
|
1995-04-16 |
Richard M. Stallman |
(font-lock-make-faces): Determine font-lock-background-mode from color
|
1995-03-02 |
Simon Marshall |
Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, and
|
1995-01-25 |
Richard M. Stallman |
(font-lock-fontify-region): Bind inhibit-read-only. Also buffer-file-name.
|
1994-12-15 |
Richard M. Stallman |
(font-lock-hack-keywords): Turn off undo generation.
|
1994-12-05 |
Simon Marshall |
Comment out Oct 18 change to font-lock-after-change-function
|
1994-12-01 |
Simon Marshall |
Added defaults for grayscale font-lock-reference-face.
|
1994-11-14 |
Simon Marshall |
Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.
|