diff options
| author | André Spiegel | 2002-07-16 17:53:59 +0000 |
|---|---|---|
| committer | André Spiegel | 2002-07-16 17:53:59 +0000 |
| commit | 4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f (patch) | |
| tree | 0047318f6472138adcff00396e36fe9bddfbe365 | |
| parent | 165e43b6c72f31114a728250a2463239d23636b6 (diff) | |
| download | emacs-4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f.tar.gz emacs-4c4a1c1da8ac9e3fde442f2a6253dbe1af134e4f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 |
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 @@ | |||
| 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. |