diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-15 14:58:24 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-15 14:58:24 +0000 |
commit | 6653c6b7692032ddae8305530c1f97c532c78305 (patch) | |
tree | 50d90cbfacebdd6804baf0090c3fd9a143e64fb8 /etc/NEWS | |
parent | 6f77e7d72ed91a459b6ca47ff67d01a0b3ee3b51 (diff) | |
download | emacs-6653c6b7692032ddae8305530c1f97c532c78305.tar.gz |
* log-view.el (log-view-diff-changeset): New function.
(log-view-mode-map, log-view-mode-menu): Bind it.
(log-view-per-file-logs, log-view-vc-fileset)
(log-view-vc-backend): New variables.
(log-view-find-revision, log-view-modify-change-comment)
(log-view-annotate-version): Throw an error if the log is for more
than one file and we can't find the current file. Get the current
file from log-view-vc-fileset if necessary.
(log-view-diff): Get the current file from log-view-vc-fileset if
necessary.
* vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
* vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
(vc-hg-log-view-mode): Declare for compiler.
(vc-hg-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
(vc-hg-diff): If no file is passed, use default-directory for cwd.
* vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
* vc-svn.el (vc-svn-log-view-mode): New derived mode.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -597,6 +597,10 @@ active. For now only CVS, RCS, SCCS and SVN support this functionality. This is done by the `modify-change-comment' backend function. +*** In log-view-mode, for VC systems that support changesets, you can +see the diff for the whole changeset (not only for the current file) +by typing the D key or using the "Changeset Diff" menu entry. + *** VC Support for Meta-CVS has been removed for lack of maintainer able to update it to the new VC. |