aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-hooks.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-default-backend, vc-path, vc-consult-headers):Karl Heuer1995-04-261-176/+526
* (vc-buffer-backend): New function.Richard M. Stallman1995-04-261-44/+111
* (vc-toggle-read-only): Accept prefix argRichard M. Stallman1994-12-151-4/+5
* Only define items in vc-menu-map if it is boundp.Roland McGrath1994-11-091-32/+37
* Add maintainer line in header.Thien-Thi Nguyen1994-11-071-0/+1
* (vc-status): Handle CVS.Richard M. Stallman1994-10-031-20/+73
* (vc-menu-map): Set up menu items.Richard M. Stallman1994-09-221-63/+128
* (vc-mode-line): Do nothing if FILE is nil.Richard M. Stallman1994-05-191-22/+23
* (vc-registered): Use find-file-name-handler.Richard M. Stallman1994-05-131-8/+1
* Update copyright.Karl Heuer1994-05-031-1/+1
* (vc-mode-line): Fix previous change.Richard M. Stallman1994-04-291-2/+2
* (vc-mode-line): Warn if file is not vc-registeredRichard M. Stallman1994-04-241-0/+6
* (vc-find-file-hook): Set backup-inhibited.Richard M. Stallman1994-03-271-2/+4
* (vc-make-backup-files): Doc fix.Richard M. Stallman1994-02-041-1/+1
* (vc-mode-line): use force-mode-line-update instead of the Emacs 18Eric S. Raymond1994-02-021-2/+2
* (vc-mode-line): Make buffer read-only for root if file is locked.Richard M. Stallman1993-12-241-0/+7
* (vc-make-backup-files): Doc fix.Richard M. Stallman1993-11-251-3/+3
* (vc-prefix-map): Bind C-x v ~ to vc-version-other-window.Paul Eggert1993-09-151-0/+1
* (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install.Paul Eggert1993-08-271-6/+2
* (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.Paul Eggert1993-07-291-5/+5
* (vc-rcs-status): Removing any trailing "-".Paul Eggert1993-07-271-1/+1
* (vc-rcs-status): Use "-", not " ", to separate locks, so that the RCSPaul Eggert1993-07-201-3/+3
* (vc-rcs-status): Omit "LOCKER:" if you are the locker.Paul Eggert1993-07-191-4/+9
* (vc-rcs-status): Make work buffer's name start w/ space.Richard M. Stallman1993-07-151-1/+1
* (vc-rcs-status): Include head version number in mode line if therePaul Eggert1993-07-121-12/+21
* (vc-rcs-status): Remove unused var `status'.Paul Eggert1993-07-071-7/+5
* (vc-name): Moved from vc.el; vc-rcs-status now uses it.Paul Eggert1993-07-051-93/+49
* (vc-mode-line): Put `RCS' or `SCCS' before version num.Richard M. Stallman1993-07-041-3/+3
* (vc-rcs-status): New variable.Richard M. Stallman1993-06-261-3/+133
* (vc-find-file-hook): Check buffer-file-name is non-nil.Richard M. Stallman1993-06-031-1/+2
* (vc-mode-line): Don't alter key bindings.Richard M. Stallman1993-05-011-6/+6
* vc-mode: name change.Eric S. Raymond1993-04-081-10/+8
* Add standard library headers.Eric S. Raymond1993-03-171-2/+2
* Increment version number to match vc.el's.Eric S. Raymond1993-03-171-2/+2
* Merge today's change by eric with everybody else'sPaul Eggert1993-03-161-28/+42
* vc-error-occurred: moved to vc-hooks.el in order for ^X^F of aEric S. Raymond1993-03-161-43/+32
* (vc-find-file-hook): Discard vc status of fileRichard M. Stallman1993-02-241-1/+4
* (vc-prefix-map): Put vc-diff on = and vc-directory on d.Richard M. Stallman1992-10-241-3/+3
* (vc-registered): Look for handler only if file-name-handler-alist is bound.Richard M. Stallman1992-10-201-11/+12
* (vc-registered): Look for a vc-registered handler.Richard M. Stallman1992-10-201-24/+34
* (vc-toggle-read-only): Doc fix.Roland McGrath1992-09-271-2/+3
* entered into RCSJim Blandy1992-08-041-12/+0
* Initial revisionEric S. Raymond1992-07-311-0/+183