| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (vc-menu-map): Set up menu items. | Richard M. Stallman | 1994-09-22 | 1 | -63/+128 |
| | | | | | | | | | | | | | (vc-status): Use vc-path when calling prs. (vc-status): New arg vc-type. (vc-file-not-found-hook): Use save-excursion. (vc-status): Renamed from vc-rcs-status. Handle SCCS. (vc-display-status): Renamed from vc-rcs-status. (vc-mode-line): Call vc-status for SCCS files too. | ||||
| * | (vc-mode-line): Do nothing if FILE is nil. | Richard M. Stallman | 1994-05-19 | 1 | -22/+23 |
| | | |||||
| * | (vc-registered): Use find-file-name-handler. | Richard M. Stallman | 1994-05-13 | 1 | -8/+1 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | | |||||
| * | (vc-mode-line): Fix previous change. | Richard M. Stallman | 1994-04-29 | 1 | -2/+2 |
| | | |||||
| * | (vc-mode-line): Warn if file is not vc-registered | Richard M. Stallman | 1994-04-24 | 1 | -0/+6 |
| | | | | | but is a symlink to a vc-maintained file. | ||||
| * | (vc-find-file-hook): Set backup-inhibited. | Richard M. Stallman | 1994-03-27 | 1 | -2/+4 |
| | | |||||
| * | (vc-make-backup-files): Doc fix. | Richard M. Stallman | 1994-02-04 | 1 | -1/+1 |
| | | |||||
| * | (vc-mode-line): use force-mode-line-update instead of the Emacs 18 | Eric S. Raymond | 1994-02-02 | 1 | -2/+2 |
| | | | | | kluge. | ||||
| * | (vc-mode-line): Make buffer read-only for root if file is locked. | Richard M. Stallman | 1993-12-24 | 1 | -0/+7 |
| | | |||||
| * | (vc-make-backup-files): Doc fix. | Richard M. Stallman | 1993-11-25 | 1 | -3/+3 |
| | | | | | (vc-rcs-status): Use colon, not dash, in the string LOCKS. | ||||
| * | (vc-prefix-map): Bind C-x v ~ to vc-version-other-window. | Paul Eggert | 1993-09-15 | 1 | -0/+1 |
| | | |||||
| * | (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install. | Paul Eggert | 1993-08-27 | 1 | -6/+2 |
| | | |||||
| * | (vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled. | Paul Eggert | 1993-07-29 | 1 | -5/+5 |
| | | |||||
| * | (vc-rcs-status): Removing any trailing "-". | Paul Eggert | 1993-07-27 | 1 | -1/+1 |
| | | |||||
| * | (vc-rcs-status): Use "-", not " ", to separate locks, so that the RCS | Paul Eggert | 1993-07-20 | 1 | -3/+3 |
| | | | | | minor mode doesn't contain internal spaces. | ||||
| * | (vc-rcs-status): Omit "LOCKER:" if you are the locker. | Paul Eggert | 1993-07-19 | 1 | -4/+9 |
| | | |||||
| * | (vc-rcs-status): Make work buffer's name start w/ space. | Richard M. Stallman | 1993-07-15 | 1 | -1/+1 |
| | | |||||
| * | (vc-rcs-status): Include head version number in mode line if there | Paul Eggert | 1993-07-12 | 1 | -12/+21 |
| | | | | | are no locks. | ||||
| * | (vc-rcs-status): Remove unused var `status'. | Paul Eggert | 1993-07-07 | 1 | -7/+5 |
| | | |||||
| * | (vc-name): Moved from vc.el; vc-rcs-status now uses it. | Paul Eggert | 1993-07-05 | 1 | -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. Stallman | 1993-07-04 | 1 | -3/+3 |
| | | |||||
| * | (vc-rcs-status): New variable. | Richard M. Stallman | 1993-06-26 | 1 | -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. Stallman | 1993-06-03 | 1 | -1/+2 |
| | | |||||
| * | (vc-mode-line): Don't alter key bindings. | Richard M. Stallman | 1993-05-01 | 1 | -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. Raymond | 1993-04-08 | 1 | -10/+8 |
| | | |||||
| * | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -2/+2 |
| | | |||||
| * | Increment version number to match vc.el's. | Eric S. Raymond | 1993-03-17 | 1 | -2/+2 |
| | | |||||
| * | Merge today's change by eric with everybody else's | Paul Eggert | 1993-03-16 | 1 | -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 a | Eric S. Raymond | 1993-03-16 | 1 | -43/+32 |
| | | | | | nonexistent file to work. | ||||
| * | (vc-find-file-hook): Discard vc status of file | Richard M. Stallman | 1993-02-24 | 1 | -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. Stallman | 1992-10-24 | 1 | -3/+3 |
| | | |||||
| * | (vc-registered): Look for handler only if file-name-handler-alist is bound. | Richard M. Stallman | 1992-10-20 | 1 | -11/+12 |
| | | |||||
| * | (vc-registered): Look for a vc-registered handler. | Richard M. Stallman | 1992-10-20 | 1 | -24/+34 |
| | | |||||
| * | (vc-toggle-read-only): Doc fix. | Roland McGrath | 1992-09-27 | 1 | -2/+3 |
| | | | | | (vc-mode-line): Add interactive spec. | ||||
| * | entered into RCS | Jim Blandy | 1992-08-04 | 1 | -12/+0 |
| | | |||||
| * | Initial revision | Eric S. Raymond | 1992-07-31 | 1 | -0/+183 |
