emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 16 Jul 2002 13:53:59 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4114 emacs/lisp/ChangeLog:1.4115
*** emacs/lisp/ChangeLog:1.4114 Tue Jul 16 09:38:30 2002
--- emacs/lisp/ChangeLog        Tue Jul 16 13:53:59 2002
***************
*** 1,3 ****
--- 1,21 ----
+ 2002-07-16  Andre Spiegel  <address@hidden>
+ 
+       * files.el: Bind toggle-read-only to C-x C-q.
+       (toggle-read-only): Display a warning message if the file is under
+       version control.
+ 
+       * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
+       (vc-toggle-read-only): Explain in the doc string that users can bind
+       this to C-x C-q.
+       (vc-checkout-model): Change doc string to refer to vc-next-action,
+       not vc-toggle-read-only.
+ 
+       * vc.el (vc-next-action-on-file): Ignore buffer-read-only while 
+       comparing to file on disk.  Fix the case when claiming the lock 
+       on a file that has unlocked changes.
+       (vc-log-mode): Don't mention vc-toggle-read-only in the doc
+       string.
+ 
  2002-07-16  Richard M. Stallman  <address@hidden>
  
        * simple.el (choose-completion-string): Doc fix.



reply via email to

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