From 5ec0577963c5d0b8858ba26ae5c44d77d96a317f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 22 Jun 2007 02:46:04 +0000 Subject: [PATCH] (vc-bzr-log-view-mode): Add + to the email address regexp. --- lisp/ChangeLog | 3 +++ lisp/vc-bzr.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdb128b6abe..59bbf4fbd68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-06-22 Dan Nicolaescu + * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address + regexp. + * vc-hg.el (vc-hg-log-view-mode): New mode. 2007-06-21 Jay Belanger diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 1ad7de8a9ee..b6a432970b0 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -306,7 +306,7 @@ EDITABLE is ignored." (append `((,log-view-message-re . 'log-view-message-face)) ;; log-view-font-lock-keywords '(("^ *committer: \ -\\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.-]+@[[:alnum:]_.-]+\\)[>)]" +\\([^<(]+?\\)[ ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]" (1 'change-log-name) (2 'change-log-email)) ("^ *timestamp: \\(.*\\)" (1 'change-log-date-face)))))) -- 2.39.2