]> code.delx.au - gnu-emacs/history - lisp/font-lock.el
(font-lock-keywords): Fix the doc now that regexp-opt-depth is unnecessary.
[gnu-emacs] / lisp / font-lock.el
2000-03-11 Stefan Monnier(font-lock-keywords): Fix the doc now that regexp-opt...
2000-03-09 Gerd Moellmann(lisp-font-lock-keywords-1): Highlight
2000-02-29 Gerd Moellmann(java-keywords): Added missing java 1.2.2 Javadoc tags.
2000-02-07 Stefan Monnier(font-lock-keywords): Fix doc for multiline matches.
2000-01-24 Dave Love(turn-on-font-lock): Don't depend on window-system &c.
1999-12-16 Gerd MoellmannSystem for adding and removing keywords.
1999-12-16 Gerd Moellmann(java-keywords): Add Javadoc tags as of JDK 1.2.1.
1999-12-09 Stefan Monnier(font-lock-multiline): New variable.
1999-12-07 Stefan Monnier(font-lock-default-fontify-region): Fix subtle
1999-11-26 Dave LoveDoc fixes.
1999-09-14 Richard M. Stallman(lisp-font-lock-keywords-1): Recognize an autoload
1999-09-07 Richard M. Stallman(font-lock-multiline): New text property contains
1999-08-19 Dave Love(global-font-lock-mode): Autoload. Add :initialize.
1999-08-18 Gerd Moellmann(font-lock-support-mode): Make `jit-lock-mode'
1999-08-16 Dave LoveAdd a :link to font-lock defgroup.
1999-07-30 Dave Love(jit-lock): Fix :load, add :version.
1999-07-23 Dave Love(turn-on-font-lock): Use tty-display-color-p.
1999-07-23 Gerd Moellmann(top-level): Add jit-lock-mode as new support mode.
1999-07-23 Karl Heuer(lisp-font-lock-keywords-2): Fix regexp.
1999-07-20 Karl Heuer(c++-font-lock-extra-types): Add "type_info".
1999-07-20 Karl Heuer(c++-keywords): Add "typeid".
1999-05-29 Karl Heuer(font-lock-apply-syntactic-highlight): Don't die if
1999-04-27 Dave Love(global-font-lock-mode): Doc fix.
1999-03-30 Karl Heuer*** empty log message ***
1999-03-30 Karl Heuer(global-font-lock-mode): Doc fix.
1999-03-23 Simon Marshall* font-lock.el (c-font-lock-keywords-2): Only fontify...
1999-03-18 Simon Marshalladded strictfp type modifier.
1999-03-18 Simon MarshallAdded "complex" type to c-font-lock-keywords-2.
1999-03-15 Simon Marshall(c-font-lock-keywords-2): Added "restrict" keyword.
1999-02-17 Simon Marshall* font-lock.el (c++-font-lock-keywords-3): Use c-at...
1999-01-28 Richard M. Stallman(font-lock-default-unfontify-region):
1999-01-06 Simon Marshall* font-lock.el (font-lock-default-fontify-buffer):...
1998-12-07 Simon Marshallwrap java-minor-types in java-font-lock-keywords-2.
1998-11-23 Simon Marshall* font-lock.el (font-lock-defaults): Doc fix.
1998-09-01 Simon Marshall(tex-font-lock-keywords-2): Fontify \nocite like \cite.
1998-08-03 Simon Marshall(lisp-font-lock-keywords-1): Fix previous change.
1998-07-31 Richard M. Stallman(lisp-font-lock-keywords-1): Fontify `defconstant'...
1998-07-14 Richard M. Stallman(lisp-font-lock-keywords-2): support `handler-*',
1998-07-10 Richard M. Stallman(lisp-font-lock-keywords): Fontify `handler-case',...
1998-06-24 Andreas Schwab(font-lock-verbose): Use `other' widget type.
1998-05-05 Simon Marshallmove defpackage to lisp-font-lock-keywords-1
1998-04-24 Richard M. Stallman(lisp-font-lock-keywords-2): Added `defpackage'.
1998-03-25 Simon Marshalladd some C/C++ keywords.
1998-03-10 Dave Love(scheme-font-lock-keywords-1, scheme-font-lock-keywords-2,
1998-02-20 Simon MarshallRenamed font-lock-reference-face to font-lock-constant...
1998-02-18 Simon MarshallKeyword doc fixes and keyword tweaks.
1998-02-06 Richard M. Stallman(font-lock-keywords): Doc fix.
1998-01-23 Dave Love(lisp-font-lock-keywords-1): Correct defmethod addition.
1998-01-15 Simon Marshall(c++-font-lock-extra-types): Add some container classes.
1998-01-12 Dave Love(lisp-font-lock-keywords-1): Add defmethod.
1997-10-28 Simon MarshallAllow any number of ::foos in declarative items.
1997-09-15 Simon MarshallDon't fontify \item like \it.
1997-09-09 Simon MarshallTry 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 Marshalldon't add text for the modeline.
1997-07-25 Simon MarshallAdd type specs "explicit" "mutable".
1997-06-27 Simon Marshallsplit up scheme and tex support; wrap inhibit-point...
1997-06-19 Simon MarshallRearrange custom options. Also enable custom control...
1997-05-29 Simon MarshallUpdate for syntax-table text properties.
1997-04-23 Simon MarshallRespect font-lock-face-attributes and custom fixes.
1997-04-18 Simon MarshallCleaned up custom support.
1997-04-17 Simon MarshallCustomise. And a few code cleanups.
1997-04-15 Richard M. Stallman(font-lock-fontify-syntactically-region): Use new
1997-03-15 Simon MarshallAllow arbitrary regexps in *-font-lock-extra-types.
1997-02-21 Simon Marshall1. If PRE-MATCH-FORM returns a suitable number, use...
1997-01-09 Simon MarshallFix additional text prop fns to behave as proposed...
1996-11-16 Simon Marshall(a) add font-lock-keywords-alist, (b) fix compilation...
1996-10-23 Simon MarshallChanges to font-lock-fontify-syntactically-region:...
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 MarshallMake sure font-lock-match-c++-style-declaration-item...
1996-07-12 Simon Marshall1. Use new font-lock-comment-start-regexp for matching...
1996-06-24 Simon MarshallPut fewer conditions in turn-on-font-lock and more...
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 MarshallTreat font-lock-keywords of (t) the same as nil.
1996-03-07 Richard M. Stallman(font-lock-fontify-block): Use facemenu-keymap to make...
1996-03-02 Richard M. Stallman(global-map): Change C-M-g to M-g M-g.
1996-02-28 Simon MarshallMake global-font-lock-mode show status messages, and...
1996-02-08 Simon MarshallMoved `supported' from turn-on-font-lock-if-supported...
1996-02-02 Simon MarshallCorrect specialised fontification and associated stuff.
1996-01-26 Simon MarshallSupport for local fontification.
1996-01-25 Simon MarshallSupport for buffer local fontification functions.
1996-01-24 Richard M. Stallman(turn-on-font-lock): Test window-system.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-04 Karl Heuer(font-lock-keywords): Doc fix.
1995-12-09 Simon MarshallDon't turn on in any buffer with a leading space in...
1995-11-25 Richard M. Stallman(font-lock-make-faces): Add special code for ms-dos.
1995-11-10 Simon MarshallOops; left a note in a doc-string.
1995-11-09 Simon Marshall1. Use local hooks, not local variables.
1995-10-30 Richard M. StallmanComment change.
1995-10-26 Simon MarshallGeneral reorganisation; moving and renaming etc.
1995-08-10 Simon MarshallFunctionality for font-lock-beginning-of-syntax-functio...
1995-07-21 Richard M. Stallman(font-lock-make-faces): Redo logic for whether
1995-07-09 Simon MarshallDo all cleanups in font-lock-fontify-region and font...
1995-07-07 Richard M. Stallman(font-lock-make-faces): On grayscale screen,
1995-06-26 Simon MarshallSpecify in font-lock-defaults/font-lock-defaults-alist...
1995-06-16 Simon MarshallChange so font-lock-make-faces doesn't stomp all over...
next