Mercurial > emacs
changeset 100189:b2edb21bbb45
Add VC switches entry.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 03 Dec 2008 07:57:47 +0000 |
parents | ff0dc1bbf0c1 |
children | 37a20160c901 |
files | etc/NEWS |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Dec 03 07:57:23 2008 +0000 +++ b/etc/NEWS Wed Dec 03 07:57:47 2008 +0000 @@ -949,6 +949,14 @@ status. It allows to apply various VC operations to a file, a directory or a set of files/directories. +++ +*** VC switches are no longer appended, rather the first non-nil value is used. +(This was for the most part true in Emacs 22, but was not advertised). +This is because there is an increasing variety of VC systems, and they +do not all accept the same "common" options. For example, a CVS diff +command used to append the values of `vc-cvs-diff-switches', +`vc-diff-switches', and `diff-switches'. Now the first non-nil value +from that sequence is used. The special value `t' means "no switches". ++++ *** Clicking on the VC mode-line entry now pops the VC menu. +++ *** The VC mode-line entry now has a tooltip that explains the VC file status.