| Commit message (Expand) | Author | Age | Files | Lines |
* | * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed, | Eric S. Raymond | 2007-12-29 | 1 | -9/+19 |
* | * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered | Eric S. Raymond | 2007-12-28 | 1 | -1/+4 |
* | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info | Eric S. Raymond | 2007-12-28 | 1 | -0/+1 |
* | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el | Eric S. Raymond | 2007-12-28 | 1 | -6/+0 |
* | * vc.el (vc-dired-hook): Show unregistered file status as "?" in | Eric S. Raymond | 2007-12-27 | 1 | -5/+18 |
* | Refactoring step. | Eric S. Raymond | 2007-12-27 | 1 | -6/+9 |
* | * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization; | Eric S. Raymond | 2007-12-27 | 1 | -1/+15 |
* | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put | Eric S. Raymond | 2007-12-27 | 1 | -0/+18 |
* | *** empty log message *** | Eric S. Raymond | 2007-12-26 | 1 | -12/+14 |
* | (vc-ensure-vc-buffer): Avoid infinite looping when | Martin Rudalics | 2007-12-19 | 1 | -1/+4 |
* | bname needs to be a buffer name, not a filename. | Eric S. Raymond | 2007-12-18 | 1 | -1/+1 |
* | Fix vc.el breakage. | Deepak Goel | 2007-12-06 | 1 | -5/+5 |
* | Fix my previous breakages; improve ChangeLog | Deepak Goel | 2007-12-06 | 1 | -3/+3 |
* | Fix buggy calls to `error'. | Deepak Goel | 2007-12-06 | 1 | -2/+2 |
* | * log-edit.el (log-edit-show-diff): New function. | Dan Nicolaescu | 2007-12-01 | 1 | -3/+6 |
* | * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify | Dan Nicolaescu | 2007-11-27 | 1 | -0/+2 |
* | (vc-annotate-mode): Frob buffer invisibility spec. | Thien-Thi Nguyen | 2007-11-24 | 1 | -2/+24 |
* | Delete eol whitespace; nfc. | Thien-Thi Nguyen | 2007-11-24 | 1 | -1/+1 |
* | (vc-deduce-fileset): Also look for a fileset in the parent | Dan Nicolaescu | 2007-11-23 | 1 | -1/+3 |
* | (vc-find-revision): Set the parent buffer. | Dan Nicolaescu | 2007-11-20 | 1 | -3/+8 |
* | (vc-diff-internal): Pop-to-buffer later. | Stefan Monnier | 2007-11-15 | 1 | -1/+2 |
* | (vc-register): Allow registering a file passed as a | Dan Nicolaescu | 2007-11-13 | 1 | -36/+41 |
* | (vc-start-entry): Fix setting the in the case the function | Dan Nicolaescu | 2007-11-11 | 1 | -10/+14 |
* | * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. | Dan Nicolaescu | 2007-11-10 | 1 | -0/+4 |
* | * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove. | Dan Nicolaescu | 2007-11-09 | 1 | -3/+1 |
* | (vc-annotate): Fix omission bug: | Thien-Thi Nguyen | 2007-10-30 | 1 | -2/+2 |
* | (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. | Stefan Monnier | 2007-10-24 | 1 | -1/+1 |
* | Restore vc-next-action functionality of registering files. | Eric S. Raymond | 2007-10-20 | 1 | -2/+6 |
* | Condition out a misleading message. | Eric S. Raymond | 2007-10-20 | 1 | -2/+3 |
* | Remove `diff-tree' operation, now subsumed by `diff'. | Stefan Monnier | 2007-10-19 | 1 | -201/+179 |
* | (vc-diff-sentinel, vc-diff-internal): Revert some changes in the | Stefan Monnier | 2007-10-17 | 1 | -29/+27 |
* | Fix previous change. | Dan Nicolaescu | 2007-10-11 | 1 | -3/+3 |
* | * vc.el (vc-deduce-fileset): Delete unused code. | Dan Nicolaescu | 2007-10-11 | 1 | -5/+4 |
* | Corrected version of Juanma's fix patch. | Eric S. Raymond | 2007-10-11 | 1 | -5/+3 |
* | Fix evaluation time of a macro arument. | Eric S. Raymond | 2007-10-11 | 1 | -1/+1 |
* | Bug fixes by Juanma Barranquero. Temporarily disable the check for | Eric S. Raymond | 2007-10-11 | 1 | -21/+24 |
* | Address an edge case in vc-diff. This is an experimental fix and may change. | Eric S. Raymond | 2007-10-11 | 1 | -14/+31 |
* | Terminology cleanup. | Eric S. Raymond | 2007-10-10 | 1 | -209/+209 |
* | Merge in new VC with filesets. | Eric S. Raymond | 2007-10-10 | 1 | -557/+535 |
* | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -2/+2 |
|\ |
|
| * | Mention all supported VC backends. | Dan Nicolaescu | 2007-09-22 | 1 | -2/+3 |
| * | * vc-arch.el (vc-arch-extra-menu-map): New var and fun. | Dan Nicolaescu | 2007-09-18 | 1 | -0/+9 |
* | | Remove unused code. | Eric S. Raymond | 2007-10-08 | 1 | -20/+0 |
* | | Correct a bug that was revealed during a review of new VC. | Eric S. Raymond | 2007-10-08 | 1 | -1/+1 |
* | | Typo and whitespace fixes to reduce the diff with new VC. | Eric S. Raymond | 2007-10-06 | 1 | -3/+3 |
* | | Port various comments from new VC to reduce the noise in the diff. | Eric S. Raymond | 2007-10-06 | 1 | -23/+68 |
* | | Terminology sync, workfile version -> focus version. | Eric S. Raymond | 2007-10-06 | 1 | -33/+34 |
* | | Reorder functions, no code changes. | Dan Nicolaescu | 2007-10-05 | 1 | -502/+500 |
* | | (vc-process-sentinel): New function. | Stefan Monnier | 2007-09-15 | 1 | -16/+38 |
* | | (vc-default-diff-tree): Pass a list to the diff vc command | Dan Nicolaescu | 2007-09-06 | 1 | -1/+1 |