comparison lisp/ChangeLog @ 82032:7d7ee463e4e9

(vc-git-revision-granularity,vc-git-root), (vc-git-command,vc-git-dir-state,vc-git-dired-state-info), (vc-git-create-repo): New functions. (vc-git-registered): New autoloaded function definition. (vc-git-registered): Use vc-git-root. (vc-git-responsible-p): New defalias. (vc-git-annotate-extract-revision-at-line): Uncomment. (vc-git-print-log): Add the file name to the log. (vc-git-log-view-mode): New derived mode. (vc-git-diff,vc-git-annotate-command): Use vc-git-command.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 22 Jul 2007 21:16:34 +0000
parents 73ba7647c960
children 6df2ca7b3d53
comparison
equal deleted inserted replaced
82031:73ba7647c960 82032:7d7ee463e4e9
1 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el (vc-git-revision-granularity,vc-git-root),
4 (vc-git-command,vc-git-dir-state,vc-git-dired-state-info),
5 (vc-git-create-repo): New functions.
6 (vc-git-registered): New autoloaded function definition.
7 (vc-git-registered): Use vc-git-root.
8 (vc-git-responsible-p): New defalias.
9 (vc-git-annotate-extract-revision-at-line): Uncomment.
10 (vc-git-print-log): Add the file name to the log.
11 (vc-git-log-view-mode): New derived mode.
12 (vc-git-diff,vc-git-annotate-command): Use vc-git-command.
13
1 2007-07-22 Michael Albinus <michael.albinus@gmx.de> 14 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
2 15
3 * progmodes/grep.el (grep-compute-defaults): Keep default values. 16 * progmodes/grep.el (grep-compute-defaults): Keep default values.
4 17
5 2007-07-22 Ralf Angeli <angeli@caeruleus.net> 18 2007-07-22 Ralf Angeli <angeli@caeruleus.net>