]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-bzr-log-view-mode): Also highlight the author.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 4 Jan 2010 04:43:23 +0000 (20:43 -0800)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 4 Jan 2010 04:43:23 +0000 (20:43 -0800)
lisp/ChangeLog
lisp/vc-bzr.el

index 82061b6bb65241038d3fd4c7fa1160984dde118b..7a56bd064c23b468d44b02a07e516574b90de11c 100644 (file)
@@ -2,6 +2,7 @@
 
        * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
        checkouts.  (Bug#618)
+       (vc-bzr-log-view-mode): Also highlight the author.
 
 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
 
index 80aa420aa9e54292de74830b1a365ebd0cc95d00..c5b82e38a78227ec6573a9bf188be9c4f0fde6aa 100644 (file)
@@ -484,7 +484,7 @@ REV non-nil gets an error."
                    (4 'change-log-list nil lax))))
         (append `((,log-view-message-re . 'log-view-message-face))
                 ;; log-view-font-lock-keywords
-                '(("^ *committer: \
+                '(("^ *\\(?:committer\\|author\\): \
 \\([^<(]+?\\)[  ]*[(<]\\([[:alnum:]_.+-]+@[[:alnum:]_.-]+\\)[>)]"
                    (1 'change-log-name)
                    (2 'change-log-email))