summaryrefslogtreecommitdiff
path: root/lisp/vc-annotate.el
Commit message (Collapse)AuthorAgeFilesLines
* (vc-annotate): Use widened line number (Bug#2612).Chong Yidong2009-03-101-1/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * allout.el (allout-mode): Fix typo in docstring.Juanma Barranquero2008-11-231-8/+7
| | | | | * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring. (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
* (vc-annotate-mode-menu): Add separator.Dan Nicolaescu2008-07-051-0/+1
|
* (vc-annotate-mode-map): Bind to lower case keys.Dan Nicolaescu2008-07-011-8/+9
| | | | Add binding for vc-annotate-show-changeset-diff-revision-at-line.
* (vc-annotate-mode): Derive from special-modeDan Nicolaescu2008-06-231-3/+2
| | | | instead of using view-mode.
* Add arch taglineMiles Bader2008-06-231-0/+1
|
* * vc.el: Move vc-annotate variables and functions ...Dan Nicolaescu2008-06-221-0/+630
* vc-annotate.el: ... here. New file. * Makefile.in (ELCFILES): Add vc-annotate.elc.