comparison etc/NEWS @ 105010:b3c2589ed19e

* vc.el (top): print-log method now takes an optional SHORTLOG argument. Add a new method: root. * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for vc-print-root-log and vc-print-root-diff. * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log): * vc-git.el (vc-git-print-log, vc-git-log-view-mode): * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for short logs. * vc-cvs.el (vc-cvs-print-log): * vc-mtn.el (vc-mtn-print-log): * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog that is ignored for now.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 14 Sep 2009 04:38:49 +0000
parents c603ee2aac17
children 07b598e03904
comparison
equal deleted inserted replaced
105009:b520d55cdd72 105010:b3c2589ed19e
152 +++ 152 +++
153 ** Autorevert Tail mode 153 ** Autorevert Tail mode
154 Autorevert Tail mode works now for remote files. 154 Autorevert Tail mode works now for remote files.
155 155
156 ** VC and related modes 156 ** VC and related modes
157
158 *** FIXME: add info about the new VC functions: vc-root-diff and
159 vc-root-print-log once they stabilize.
157 160
158 *** When a file is not found, VC will not try to check it out of RCS anymore. 161 *** When a file is not found, VC will not try to check it out of RCS anymore.
159 162
160 *** vc-git changes 163 *** vc-git changes
161 164