# HG changeset patch # User Juri Linkov # Date 1123289298 0 # Node ID bae6ce9731e66c856c6dbdc2dfe865b75dc653a4 # Parent f62cd60b99ba6bd55ad3ee819ac0d9c2bbcf99fa Add missing 2005-06-28 entry for progmodes/compile.el. diff -r f62cd60b99ba -r bae6ce9731e6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 05 08:48:40 2005 +0000 +++ b/lisp/ChangeLog Sat Aug 06 00:48:18 2005 +0000 @@ -1894,6 +1894,13 @@ * progmodes/compile.el (compilation-next-error-function): Don't switch buffers; operate on the current buffer. + * progmodes/compile.el (compilation-error-file-name) + (compilation-warning-file-name, compilation-info-file-name) + (compilation-line-number, compilation-column-number): New faces. + (compilation-error-face, compilation-warning-face) + (compilation-info-face, compilation-line-face) + (compilation-column-face): Use them. + * facemenu.el (facemenu-add-face): Warn when font-lock is active. * comint.el (comint-password-prompt-regexp): Accept ", try again".