comparison etc/NEWS @ 95966:054335cbee3d

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 15 Jun 2008 14:58:24 +0000
parents cf07bd0d6f98
children 87c7c322ae9e
comparison
equal deleted inserted replaced
95965:2793cde5d016 95966:054335cbee3d
595 595
596 *** Log entries can be modified using the key "e" in log-view. 596 *** Log entries can be modified using the key "e" in log-view.
597 For now only CVS, RCS, SCCS and SVN support this functionality. 597 For now only CVS, RCS, SCCS and SVN support this functionality.
598 This is done by the `modify-change-comment' backend function. 598 This is done by the `modify-change-comment' backend function.
599 599
600 *** In log-view-mode, for VC systems that support changesets, you can
601 see the diff for the whole changeset (not only for the current file)
602 by typing the D key or using the "Changeset Diff" menu entry.
603
600 *** VC Support for Meta-CVS has been removed for lack of maintainer able 604 *** VC Support for Meta-CVS has been removed for lack of maintainer able
601 to update it to the new VC. 605 to update it to the new VC.
602 606
603 ** smerge-refine highlights word-level details of changes in conflict. 607 ** smerge-refine highlights word-level details of changes in conflict.
604 It's used automatically as you move through conflicts, see smerge-auto-refine. 608 It's used automatically as you move through conflicts, see smerge-auto-refine.