Mercurial > emacs
changeset 63577:8e05155ae8e8
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 18 Jun 2005 12:57:49 +0000 |
parents | 7c3d537469b0 |
children | 62d599bd3518 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <juri@jurta.org> + + * 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 <p.c.j.kleiweg@rug.nl> * progmodes/ps-mode.el: Update version and maintainer's email