aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-switch-backend): Try to be more careful with unwantedStefan Monnier2006-10-201-19/+26
* * vc.el (vc-exec-after): Don't delete process manually.Chong Yidong2006-07-111-7/+8
* (vc-diff-internal): Fix prev change.André Spiegel2006-07-051-2/+2
* (vc-diff-knows-L): New variable.André Spiegel2006-06-231-10/+35
* (vc-process-filter): Inhibit undoThien-Thi Nguyen2006-06-051-4/+8
* (vc-annotate): Arrange for point to end up at the sameThien-Thi Nguyen2006-04-131-1/+7
* Remove eol whitespace; nfc.Thien-Thi Nguyen2006-04-131-2/+2
* (vc-ensure-vc-buffer): Only change current-buffer, not the window config.Stefan Monnier2006-04-111-4/+2
* (vc-annotate-display-mode): Made default 'fullscale.J.D. Smith2006-04-111-38/+79
* (small-temporary-file-directory): Remove defvar; there's a defcustom for it inJuanma Barranquero2006-02-071-3/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (vc-default-dired-state-info): Pass FILE to vc-user-login-name.André Spiegel2006-01-251-2/+4
* (vc-annotate-display): Replace optional arg `color-map' withStefan Monnier2005-12-281-33/+22
* (vc-annotate-mode-map): Remove obsolete binding.Stefan Monnier2005-12-281-31/+13
* (vc-annotate-car-last-cons): Defn moved up.Richard M. Stallman2005-12-231-4/+4
* Remove unnecessary leading * in docstrings.Stefan Monnier2005-12-231-174/+128
* (vc-default-previous-version, vc-default-next-version)Richard M. Stallman2005-12-141-3/+3
* (vc-default-revert): New fun.Stefan Monnier2005-12-141-0/+27
* (vc-do-command): Add a new value t for okstatus.Stefan Monnier2005-12-131-3/+6
* (vc-directory-exclusion-list): Add "{arch}".Masatake YAMATO2005-10-311-1/+1
* (vc-switch-backend): Better error message if the buffer is not visiting aAndré Spiegel2005-10-301-1/+4
* * vc.el (vc-dired-mode): Extend comment for binding ofMichael Albinus2005-10-251-0/+3
* * files.el (directory-listing-before-filename-regexp): NewMichael Albinus2005-10-231-2/+2
* 2005-09-25 Romain Francoise <[email protected]>Romain Francoise2005-09-241-1/+1
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-241-9/+9
* Message format spec fixes (1)Deepak Goel2005-09-181-2/+2
* (vc-directory, vc-update-change-log): Throw an error on the attempt toAndré Spiegel2005-09-101-0/+5
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (vc-annotate): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
* (vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.elAndré Spiegel2005-05-221-2/+4
* (vc-annotate-color-map): Change some colors so that textDan Nicolaescu2005-04-201-17/+17
* (vc-do-command): Use a pipe for async processes, so passwordStefan Monnier2005-03-291-3/+5
* (vc-do-command): Don't run command asynchronously whenAndreas Schwab2005-02-271-0/+3
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (vc-allow-async-revert): New user option.André Spiegel2005-01-091-3/+19
* (vc-default-update-changelog): Use insert-file-contents, rather thanAndré Spiegel2004-12-171-1/+1
* (vc-recompute-state): Moved into vc-hooks.el.André Spiegel2004-11-301-6/+0
* Update annotation-related comments.Thien-Thi Nguyen2004-11-191-5/+6
* (vc-annotate-display-autoscale): Make sureThien-Thi Nguyen2004-11-031-1/+3
* (vc-annotate-display-autoscale): Add prefix-argThien-Thi Nguyen2004-11-031-2/+2
* * simple.el (process-file): New function, similar to call-processKai Großjohann2004-10-231-1/+1
* (vc-annotate-display-select): Fix typo.Stefan Monnier2004-10-131-1/+1
* (vc-annotate-mode): Remove variable.André Spiegel2004-10-101-4/+1
* (annotate-time): Document point handling.Thien-Thi Nguyen2004-09-151-2/+3
* (vc-buffer-context, vc-restore-buffer-context): Disable obsolete code.Stefan Monnier2004-09-071-44/+51
* (vc-print-log): Fix code that handles wrong-number-of-arguments in backendJuanma Barranquero2004-04-231-4/+4
* (vc-print-log): Quote signal.André Spiegel2004-04-161-2/+2
* (vc-print-log): Use condition-case to check for backwardAndré Spiegel2004-04-111-5/+15
* (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.Stefan Monnier2004-03-281-42/+53