aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-12-03 07:57:47 +0000
committerGlenn Morris2008-12-03 07:57:47 +0000
commit614677a0bb067bf3fcb07ac90ca018c17b7a0fa5 (patch)
tree8f43ded167cd7e52e9acbfa40eadea6b7a35af0c /etc
parenta9253a1e3947ecd865443749788f34839287f4b8 (diff)
downloademacs-614677a0bb067bf3fcb07ac90ca018c17b7a0fa5.tar.gz
emacs-614677a0bb067bf3fcb07ac90ca018c17b7a0fa5.zip
Add VC switches entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5ba0f0e6dd1..900125699a5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -949,6 +949,14 @@ a single changeset.
949status. It allows to apply various VC operations to a file, a 949status. It allows to apply various VC operations to a file, a
950directory or a set of files/directories. 950directory or a set of files/directories.
951+++ 951+++
952*** VC switches are no longer appended, rather the first non-nil value is used.
953(This was for the most part true in Emacs 22, but was not advertised).
954This is because there is an increasing variety of VC systems, and they
955do not all accept the same "common" options. For example, a CVS diff
956command used to append the values of `vc-cvs-diff-switches',
957`vc-diff-switches', and `diff-switches'. Now the first non-nil value
958from that sequence is used. The special value `t' means "no switches".
959+++
952*** Clicking on the VC mode-line entry now pops the VC menu. 960*** Clicking on the VC mode-line entry now pops the VC menu.
953+++ 961+++
954*** The VC mode-line entry now has a tooltip that explains the VC file status. 962*** The VC mode-line entry now has a tooltip that explains the VC file status.