# HG changeset patch # User Juri Linkov # Date 1119099469 0 # Node ID 8e05155ae8e8968c9903b234628d4f567a9d00af # Parent 7c3d537469b0b61be0b1571eadcd8bd12f8afaa5 *** empty log message *** diff -r 7c3d537469b0 -r 8e05155ae8e8 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jun 18 12:56:14 2005 +0000 +++ b/lisp/ChangeLog Sat Jun 18 12:57:49 2005 +0000 @@ -1,3 +1,15 @@ +2005-06-18 Juri Linkov + + * progmodes/grep.el (grep-regexp-alist): Use backreference at the + end of first regexp to limit the match to the position between + line number and source line with same separator character as used + between file name and line number. In the second regexp limit + mouse-face area to file name and line number by adding new group + for them and referring it in HYPERLINK arg. + (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group. + (grep-mode): Set font-lock-lines-before to 0 to not refontify the + previous line where grep markers may be already removed. + 2005-06-18 Peter Kleiweg * progmodes/ps-mode.el: Update version and maintainer's email