emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:03:56 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.359.2.7 emacs/lisp/vc.el:1.359.2.8
*** emacs/lisp/vc.el:1.359.2.7  Thu Nov  4 08:55:35 2004
--- emacs/lisp/vc.el    Wed Dec  8 05:02:12 2004
***************
*** 321,331 ****
  ;;   vc-BACKEND-diff.  The default implementation does an explicit tree
  ;;   walk, calling vc-BACKEND-diff for each individual file.
  ;;
! ;; - annotate-command (file buf rev)
  ;;
! ;;   If this function is provided, it should produce an annotated version
! ;;   of FILE in BUF, relative to version REV.  This is currently only
! ;;   implemented for CVS, using the `cvs annotate' command.
  ;;
  ;; - annotate-time ()
  ;;
--- 321,333 ----
  ;;   vc-BACKEND-diff.  The default implementation does an explicit tree
  ;;   walk, calling vc-BACKEND-diff for each individual file.
  ;;
! ;; - annotate-command (file buf &optional rev)
  ;;
! ;;   If this function is provided, it should produce an annotated display
! ;;   of FILE in BUF, relative to version REV.  Annotation means each line
! ;;   of FILE displayed is prefixed with version information associated with
! ;;   its addition (deleted lines leave no history) and that the text of the
! ;;   file is fontified according to age.
  ;;
  ;; - annotate-time ()
  ;;
***************
*** 645,651 ****
    :type '(repeat number)
    :group 'vc)
  
- ;; vc-annotate functionality (CVS only).
  (defvar vc-annotate-mode-map
    (let ((m (make-sparse-keymap)))
      (define-key m [menu-bar] (make-sparse-keymap "VC-Annotate"))
--- 647,652 ----
***************
*** 1115,1126 ****
  editing non-current versions is not supported by default."
    t)
  
- (defun vc-recompute-state (file)
-   "Force a recomputation of the version control state of FILE.
- The state is computed using the exact, and possibly expensive
- function `vc-BACKEND-state', not the heuristic."
-   (vc-file-setprop file 'vc-state (vc-call state file)))
- 
  (defun vc-next-action-on-file (file verbose &optional comment)
    "Do The Right Thing for a given FILE under version control.
  If COMMENT is specified, it will be used as an admin or checkin comment.
--- 1116,1121 ----




reply via email to

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