Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3d5d0aa9
Commit
3d5d0aa9
authored
Jan 03, 2010
by
Dan Nicolaescu
Browse files
(vc-bzr-log-view-mode): Also highlight the author.
parent
137d88ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/vc-bzr.el
lisp/vc-bzr.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3d5d0aa9
...
...
@@ -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>
...
...
lisp/vc-bzr.el
View file @
3d5d0aa9
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment