comparison lisp/ChangeLog @ 46455:d3d77daa1661

*** empty log message ***
author André Spiegel <spiegel@gnu.org>
date Tue, 16 Jul 2002 17:53:59 +0000
parents 07e8cd21b254
children 41a9b77a3087
comparison
equal deleted inserted replaced
46454:386acc7f6c4d 46455:d3d77daa1661
1 2002-07-16 Andre Spiegel <spiegel@gnu.org>
2
3 * files.el: Bind toggle-read-only to C-x C-q.
4 (toggle-read-only): Display a warning message if the file is under
5 version control.
6
7 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
8 (vc-toggle-read-only): Explain in the doc string that users can bind
9 this to C-x C-q.
10 (vc-checkout-model): Change doc string to refer to vc-next-action,
11 not vc-toggle-read-only.
12
13 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
14 comparing to file on disk. Fix the case when claiming the lock
15 on a file that has unlocked changes.
16 (vc-log-mode): Don't mention vc-toggle-read-only in the doc
17 string.
18
1 2002-07-16 Richard M. Stallman <rms@gnu.org> 19 2002-07-16 Richard M. Stallman <rms@gnu.org>
2 20
3 * simple.el (choose-completion-string): Doc fix. 21 * simple.el (choose-completion-string): Doc fix.
4 22
5 * cus-edit.el: New operation :custom-standard-value. 23 * cus-edit.el: New operation :custom-standard-value.