# HG changeset patch # User Glenn Morris # Date 1228291067 0 # Node ID b2edb21bbb45544baac1b91743b87a3245d0dbfe # Parent ff0dc1bbf0c1c39f49dbd891339d673a0b2418e8 Add VC switches entry. diff -r ff0dc1bbf0c1 -r b2edb21bbb45 etc/NEWS --- 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.