summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | minor mode doesn't contain internal spaces.
* (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
| | | | are no locks.
* (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-name, vc-backend-deduce): Set both vc-name and vc-backend properties, to avoid calling vc-registered unnecessarily when the other property is needed. (vc-rcs-status): Yield only status of locks; do not try to yield " REV" if there are no locks, since this cannot be done easily if there are branches. Use vc-name instead of duplicating its function incorrectly. Fix off-by-one bug when inserting master header pieces. Read headers 8192 bytes at a time instead of 100. Don't bother to expand-file-name. (vc-rcs-glean-field): Removed.
* (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-mode-line): Display the lock status and head version. (vc-rcs-status, vc-rcs-glean-field): New function.
* (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-toggle-read-only): Put on C-x C-q unconditionally. (vc-mode): Add permanent-local property.
* 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
| | | | change (from 1992/08/04 through 1993/02/24).
* vc-error-occurred: moved to vc-hooks.el in order for ^X^F of aEric S. Raymond1993-03-161-43/+32
| | | | nonexistent file to work.
* (vc-find-file-hook): Discard vc status of fileRichard M. Stallman1993-02-241-1/+4
| | | | if we will actually have to create the buffer.
* (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
| | | | (vc-mode-line): Add interactive spec.
* entered into RCSJim Blandy1992-08-041-12/+0
|
* Initial revisionEric S. Raymond1992-07-311-0/+183