# HG changeset patch # User Andr Spiegel # Date 1026842265 0 # Node ID af0b2d3d6ef8449661f7b832df50a35164052daa # Parent d3d77daa166137805a6bf880b009fb7d09703786 Add entry for C-x C-q. diff -r d3d77daa1661 -r af0b2d3d6ef8 etc/NEWS --- a/etc/NEWS Tue Jul 16 17:53:59 2002 +0000 +++ b/etc/NEWS Tue Jul 16 17:57:45 2002 +0000 @@ -575,6 +575,16 @@ ** VC Changes +*** The key C-x C-q no longer checks files in or out, it only changes +the read-only state of the buffer (toggle-read-only). We made this +change because we held a poll and found that many users were unhappy +with the previous behavior. If you do prefer this behavior, you +can bind `vc-toggle-read-only' to C-x C-q in your .emacs: + + (global-set-key "\C-x\C-q" 'vc-toggle-read-only) + +The function `vc-toggle-read-only' will continue to exist. + +++ *** There is a new user option `vc-cvs-global-switches' that allows you to specify switches that are passed to any CVS command invoked