# HG changeset patch # User Daniel Pfeiffer # Date 1115320059 0 # Node ID 7cf3ad924790c91107d66679a41f80a842ec7dcd # Parent 2805978983d8f5f7f48ee645ede1f386fc311ab2 *** empty log message *** diff -r 2805978983d8 -r 7cf3ad924790 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 05 19:05:42 2005 +0000 +++ b/lisp/ChangeLog Thu May 05 19:07:39 2005 +0000 @@ -1,3 +1,16 @@ +2005-05-05 Daniel Pfeiffer + + * font-lock.el (font-lock-negation-char-face): New face and + variable. + + * progmodes/cc-fonts.el (c-cpp-matchers): Use it. + + * progmodes/sh-script.el (sh-font-lock-keywords): Use it. + + * progmodes/cperl-mode.el (cperl-init-faces): Use it. + + * progmodes/make-mode.el (makefile-font-lock-keywords): Use it. + 2005-05-05 Juanma Barranquero * emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix