# HG changeset patch # User Juri Linkov # Date 1123117877 0 # Node ID 5036f2cf5dc04af24d20dbe9b054bba3064f3f1b # Parent 0344b299e9e6b9f0b15c2db95bdac6c562a4ed30 *** empty log message *** diff -r 0344b299e9e6 -r 5036f2cf5dc0 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 04 01:08:54 2005 +0000 +++ b/lisp/ChangeLog Thu Aug 04 01:11:17 2005 +0000 @@ -1,3 +1,13 @@ +2005-08-04 Juri Linkov + + * progmodes/grep.el (grep-regexp-alist): Replace complex regexp + matching line numbers, column numbers and their ranges with regexp + matching only line numbers. + (grep-context-face): New face variable. + (grep-mode-font-lock-keywords): Use it. + + * faces.el (read-face-name): Delete duplicate faces. + 2005-08-02 Juanma Barranquero * thumbs.el (thumbs-find-image): Don't make variables @@ -234,8 +244,6 @@ 2005-07-22 Juri Linkov - * simple.el (line-move-1): Fix comments. - * startup.el (normal-splash-screen): Update menu name. * tempo.el (tempo-insert-template): Fix 2005-07-16 change.