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: Thu, 21 Feb 2002 16:09:19 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3480 emacs/lisp/ChangeLog:1.3481
*** emacs/lisp/ChangeLog:1.3480 Thu Feb 21 15:25:20 2002
--- emacs/lisp/ChangeLog        Thu Feb 21 16:09:18 2002
***************
*** 1,5 ****
--- 1,23 ----
  2002-02-21  Andre Spiegel  <address@hidden>
  
+       Patch by Jonathan Kamens <address@hidden>.
+       
+       * vc.el (vc-default-init-version): Update documentation to
+       indicate that the backend can override the default init version.
+       (vc-register): Use the backend init-version function, if it
+       exists, to determine the initial version of a file.
+       (vc-diff-switches-list): Don't symbol-quote backend, since it's
+       already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't
+       bound.
+ 
+       * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
+       not version-controlled.  This is necessary, e.g., if the file has
+       just been reverted, and thus was previously under version control
+       but isn't any longer.
+       (vc-find-file-hook): Likewise.
+ 
+ 2002-02-21  Andre Spiegel  <address@hidden>
+ 
        Patch by address@hidden
        
        * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.



reply via email to

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