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.
|
1994-11-03 |
Simon Marshall |
Wrap font-lock-fontify-region's string-match with save-match-data.
|
1994-10-18 |
Richard M. Stallman |
(font-lock-after-change-function): If inside a comment,
|
1994-10-13 |
Simon Marshall |
Use purify-flag not noninteractive.
|
1994-10-12 |
Simon Marshall |
* font-lock.el: To make font-lock.el dumpable: (font-lock-display-type,
|
1994-10-11 |
Richard M. Stallman |
(font-lock-set-defaults): Do nothing if font-lock-keywords already non-nil.
|
1994-10-07 |
Richard M. Stallman |
Re-delete code deleted in rms's Oct 5 change.
|
1994-10-07 |
Richard M. Stallman |
(compilation-mode-font-lock-keywords,
|
1994-10-06 |
Richard M. Stallman |
Delete the error when no window system.
|
1994-08-06 |
Richard M. Stallman |
(font-lock-hack-keywords): Delete debugging code.
|
1994-08-05 |
Richard M. Stallman |
(font-lock-syntax-table): New syntax table.
|
1994-06-15 |
Richard M. Stallman |
Don't alter the underline face.
|
1994-06-11 |
Richard M. Stallman |
(tex-font-lock-keywords): Make the pattern for
|
1994-05-30 |
Richard M. Stallman |
(shell-font-lock-keywords): Removed regexp for commands.
|
1994-05-18 |
Richard M. Stallman |
(font-lock-after-change-function): Fix typo in prev chg.
|
1994-05-13 |
Richard M. Stallman |
(font-lock-no-comments): New variable.
|
1994-05-03 |
Karl Heuer |
Update copyright.
|
1994-04-22 |
Richard M. Stallman |
(rmail-font-lock-keywords): New variable.
|