changeset 64726:5036f2cf5dc0

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 04 Aug 2005 01:11:17 +0000
parents 0344b299e9e6
children 5f8a240b7621
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <juri@jurta.org>
+
+	* 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  <lekktu@gmail.com>
 
 	* thumbs.el (thumbs-find-image): Don't make variables
@@ -234,8 +244,6 @@
 
 2005-07-22  Juri Linkov  <juri@jurta.org>
 
-	* 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.