]> git.eshelyaron.com Git - emacs.git/commitdiff
Add section for VC Changes. New entry for `vc-cvs-global-switches'.
authorAndré Spiegel <spiegel@gnu.org>
Thu, 28 Mar 2002 14:36:51 +0000 (14:36 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 28 Mar 2002 14:36:51 +0000 (14:36 +0000)
etc/NEWS

index e4e10880f3662bc516f17abf4d2ed0524865fac1..27f5114aa8da0334d4a27c53046aadc2d2cec9aa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -377,6 +377,15 @@ were changed.
 ** On terminals whose erase-char is ^H (Backspace), Emacs
 now uses normal-erase-is-backspace-mode.
 
+** VC Changes
+
+*** There is a new user option `vc-cvs-global-switches' that allows
+you to specify switches that are passed to any CVS command invoked
+by VC.  These switches are used as "global options" for CVS, which
+means they are inserted before the command name.  For example, this
+allows you to specify a compression level using the "-z#" option for
+CVS.
+
 ** EDiff changes.
 
 +++