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: Sat, 05 Jan 2002 12:28:55 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3291 emacs/lisp/ChangeLog:1.3292
*** emacs/lisp/ChangeLog:1.3291 Sat Jan  5 04:16:09 2002
--- emacs/lisp/ChangeLog        Sat Jan  5 12:28:54 2002
***************
*** 1,3 ****
--- 1,21 ----
+ 2002-01-05  Andre Spiegel  <address@hidden>
+ 
+       * vc.el (vc-branch-part): Return nil if there's no `.'
+       (vc-default-previous-version): Renamed from vc-previous-version.
+       New args BACKEND and FILE.  Return nil for revision numbers
+       without a `.'
+       (vc-version-diff): Call vc-BACKEND-previous-version.
+       (vc-steal-lock): Steal lock before composing mail, so that no mail
+       is sent when the stealing goes wrong.  And we'll actually see the
+       error in that case now.
+       (vc-finish-steal): Removed.
+ 
+       * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
+       the lock, so that we see expanded headers.
+       (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
+       vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
+       available from vc.el.  Updated all callers.
+ 
  2002-01-05  Richard M. Stallman  <address@hidden>
  
        * enriched.el (enriched-make-annotation): Doc fix.



reply via email to

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