Mercurial > emacs
diff etc/NEWS @ 44199:c157bec8fb40
Add section for VC Changes. New entry for `vc-cvs-global-switches'.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Thu, 28 Mar 2002 14:36:51 +0000 |
parents | 9139b10bc7e6 |
children | ea6a55176423 |
line wrap: on
line diff
--- a/etc/NEWS Thu Mar 28 14:29:06 2002 +0000 +++ b/etc/NEWS Thu Mar 28 14:36:51 2002 +0000 @@ -377,6 +377,15 @@ ** 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. +++