emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 18 Jul 2002 13:02:52 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.715 emacs/etc/NEWS:1.716
*** emacs/etc/NEWS:1.715        Tue Jul 16 07:40:15 2002
--- emacs/etc/NEWS      Tue Jul 16 13:57:45 2002
***************
*** 575,580 ****
--- 575,590 ----
  
  ** 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]