comparison etc/NEWS @ 46456:af0b2d3d6ef8

Add entry for C-x C-q.
author André Spiegel <spiegel@gnu.org>
date Tue, 16 Jul 2002 17:57:45 +0000
parents 0616af8d6d42
children c5989a0d356e
comparison
equal deleted inserted replaced
46455:d3d77daa1661 46456:af0b2d3d6ef8
572 ** The variable `auto-save-file-name-transforms' now has a third element that 572 ** The variable `auto-save-file-name-transforms' now has a third element that
573 controls whether or not the function `make-auto-save-file-name' will 573 controls whether or not the function `make-auto-save-file-name' will
574 attempt to construct a unique auto-save name (e.g. for remote files). 574 attempt to construct a unique auto-save name (e.g. for remote files).
575 575
576 ** VC Changes 576 ** VC Changes
577
578 *** The key C-x C-q no longer checks files in or out, it only changes
579 the read-only state of the buffer (toggle-read-only). We made this
580 change because we held a poll and found that many users were unhappy
581 with the previous behavior. If you do prefer this behavior, you
582 can bind `vc-toggle-read-only' to C-x C-q in your .emacs:
583
584 (global-set-key "\C-x\C-q" 'vc-toggle-read-only)
585
586 The function `vc-toggle-read-only' will continue to exist.
577 587
578 +++ 588 +++
579 *** There is a new user option `vc-cvs-global-switches' that allows 589 *** There is a new user option `vc-cvs-global-switches' that allows
580 you to specify switches that are passed to any CVS command invoked 590 you to specify switches that are passed to any CVS command invoked
581 by VC. These switches are used as "global options" for CVS, which 591 by VC. These switches are used as "global options" for CVS, which