]> git.eshelyaron.com Git - emacs.git/commitdiff
(Registering): Mention @@ in mode line.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 2005 17:05:44 +0000 (17:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Nov 2005 17:05:44 +0000 (17:05 +0000)
(Renaming and VC): Some back-ends don't handle renaming.

man/ChangeLog
man/files.texi

index 10e6e800ea3c63dcffdd8235b542a6be7f5ff647..7f284eb1f10b08c8b296e544a24f78388bd69dad 100644 (file)
@@ -1,3 +1,14 @@
+2005-11-18  Richard M. Stallman  <rms@gnu.org>
+
+       * files.texi (Registering): Mention @@ in mode line.
+
+       * mini.texi (Minibuffer File): Clarify previous change.  Add @findex.
+
+2005-11-08  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
+
+       * files.texi (Renaming and VC): Some back-ends don't
+       handle renaming.
+
 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi: (FAQ): Document `org-table-tab-jumps-over-hlines'.
index b42bf52fb398838c571411711a28fa4b50ec2c63..f5adc28f16893d147813c8a8530c9fe4b1cda202 100644 (file)
@@ -1762,7 +1762,8 @@ this situation.
   If locking is in use, @kbd{C-x v i} leaves the file unlocked and
 read-only.  Type @kbd{C-x v v} if you wish to start editing it.  After
 registering a file with CVS, you must subsequently commit the initial
-version by typing @kbd{C-x v v}.
+version by typing @kbd{C-x v v}.  Until you do that, the version
+appears as @samp{@@@@} in the mode line.
 
 @vindex vc-default-init-version
 @cindex initial version number to register
@@ -2573,6 +2574,11 @@ mention the file, so that they use the new name; despite this, the
 snapshot thus modified may not completely work (@pxref{Snapshot
 Caveats}).
 
+  Some backends do not provide an explicit rename operation to their
+repositories.  After issuing @code{vc-rename-file}, use @kbd{C-x v v}
+on the original and renamed buffers and provide the necessary edit
+log.
+
   You cannot use @code{vc-rename-file} on a file that is locked by
 someone else.