aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2002-07-16 17:53:59 +0000
committerAndré Spiegel2002-07-16 17:53:59 +0000
commit4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f (patch)
tree0047318f6472138adcff00396e36fe9bddfbe365
parent165e43b6c72f31114a728250a2463239d23636b6 (diff)
downloademacs-4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f.tar.gz
emacs-4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index efc45d61a93..eab5884f6bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12002-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
12002-07-16 Richard M. Stallman <rms@gnu.org> 192002-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.