aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-diff-sentinel): Do not write a footer if there were differences.Glenn Morris2008-01-221-6/+6
* (vc-process-sentinel): After calling theThien-Thi Nguyen2008-01-211-29/+32
* (vc-process-sentinel): Fix bug introduced in last change:Thien-Thi Nguyen2008-01-201-2/+3
* (vc-process-sentinel): Set mode-line-process.Thien-Thi Nguyen2008-01-201-5/+16
* * vc.el: Make vc-status asynchronous.Dan Nicolaescu2008-01-181-6/+14
* Add a TODO note about vc-state.Dan Nicolaescu2008-01-181-33/+37
* * smerge-mode.el (smerge-start-session): Rename from smerge-auto.Dan Nicolaescu2008-01-161-1/+1
* * smerge-mode.el (smerge-auto): New function.Dan Nicolaescu2008-01-141-3/+26
* * vc.el (vc-update): Resolve conflicts if necessary instead ofDan Nicolaescu2008-01-131-2/+1
* * vc.el (vc-status-unmark-all-files): New function.Dan Nicolaescu2008-01-101-0/+22
* (vc-deduce-fileset): Return the currently selected file ifDan Nicolaescu2008-01-091-3/+6
* * vc.el (vc-status-headers): Rename fromDan Nicolaescu2008-01-091-18/+110
* (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.Stefan Monnier2008-01-061-0/+1
* * vc.el (vc-status-fileinfo): New defstruct.Dan Nicolaescu2008-01-061-0/+90
* Fix typo in comment. Reported by Tom Tromey <[email protected]>.Juanma Barranquero2008-01-061-11/+11
* (vc-process-sentinel): Fix apparent typo.Stefan Monnier2008-01-051-5/+13
* * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend callEric S. Raymond2008-01-011-18/+16
* State that dir-state is required to set the vc-state andDan Nicolaescu2007-12-311-3/+4
* * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,Eric S. Raymond2007-12-291-9/+19
* * vc-hooks.el (vc-state): Document new 'ignored and 'unregisteredEric S. Raymond2007-12-281-1/+4
* * vc-cvs.el, vc-svn.el: Simplify backend dired-state-infoEric S. Raymond2007-12-281-0/+1
* * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.elEric S. Raymond2007-12-281-6/+0
* * vc.el (vc-dired-hook): Show unregistered file status as "?" inEric S. Raymond2007-12-271-5/+18
* Refactoring step.Eric S. Raymond2007-12-271-6/+9
* * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;Eric S. Raymond2007-12-271-1/+15
* * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): PutEric S. Raymond2007-12-271-0/+18
* *** empty log message ***Eric S. Raymond2007-12-261-12/+14
* (vc-ensure-vc-buffer): Avoid infinite looping whenMartin Rudalics2007-12-191-1/+4
* bname needs to be a buffer name, not a filename.Eric S. Raymond2007-12-181-1/+1
* Fix vc.el breakage.Deepak Goel2007-12-061-5/+5
* Fix my previous breakages; improve ChangeLogDeepak Goel2007-12-061-3/+3
* Fix buggy calls to `error'.Deepak Goel2007-12-061-2/+2
* * log-edit.el (log-edit-show-diff): New function.Dan Nicolaescu2007-12-011-3/+6
* * progmodes/cperl-mode.el (compilation-error-regexp-alist): PacifyDan Nicolaescu2007-11-271-0/+2
* (vc-annotate-mode): Frob buffer invisibility spec.Thien-Thi Nguyen2007-11-241-2/+24
* Delete eol whitespace; nfc.Thien-Thi Nguyen2007-11-241-1/+1
* (vc-deduce-fileset): Also look for a fileset in the parentDan Nicolaescu2007-11-231-1/+3
* (vc-find-revision): Set the parent buffer.Dan Nicolaescu2007-11-201-3/+8
* (vc-diff-internal): Pop-to-buffer later.Stefan Monnier2007-11-151-1/+2
* (vc-register): Allow registering a file passed as aDan Nicolaescu2007-11-131-36/+41
* (vc-start-entry): Fix setting the in the case the functionDan Nicolaescu2007-11-111-10/+14
* * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.Dan Nicolaescu2007-11-101-0/+4
* * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.Dan Nicolaescu2007-11-091-3/+1
* (vc-annotate): Fix omission bug:Thien-Thi Nguyen2007-10-301-2/+2
* (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.Stefan Monnier2007-10-241-1/+1
* Restore vc-next-action functionality of registering files.Eric S. Raymond2007-10-201-2/+6
* Condition out a misleading message.Eric S. Raymond2007-10-201-2/+3
* Remove `diff-tree' operation, now subsumed by `diff'.Stefan Monnier2007-10-191-201/+179
* (vc-diff-sentinel, vc-diff-internal): Revert some changes in theStefan Monnier2007-10-171-29/+27
* Fix previous change.Dan Nicolaescu2007-10-111-3/+3