log lisp/vc.el @ 78032:cac7f84f6e31

age author description
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-10-20 Stefan Monnier (vc-switch-backend): Try to be more careful with unwanted
2006-07-11 Chong Yidong * vc.el (vc-exec-after): Don't delete process manually. NewVC-fileset-BASE
2006-07-05 André Spiegel (vc-diff-internal): Fix prev change.
2006-06-23 André Spiegel (vc-diff-knows-L): New variable.
2006-06-05 Thien-Thi Nguyen (vc-process-filter): Inhibit undo
2006-04-13 Thien-Thi Nguyen (vc-annotate): Arrange for point to end up at the same
2006-04-13 Thien-Thi Nguyen Remove eol whitespace; nfc.
2006-04-11 Stefan Monnier (vc-ensure-vc-buffer): Only change current-buffer, not the window config.
2006-04-11 J.D. Smith (vc-annotate-display-mode): Made default 'fullscale.
2006-02-07 Juanma Barranquero (small-temporary-file-directory): Remove defvar; there's a defcustom for it in
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-25 André Spiegel (vc-default-dired-state-info): Pass FILE to vc-user-login-name.
2005-12-28 Stefan Monnier (vc-annotate-display): Replace optional arg `color-map' with
2005-12-28 Stefan Monnier (vc-annotate-mode-map): Remove obsolete binding.
2005-12-23 Richard M. Stallman (vc-annotate-car-last-cons): Defn moved up.
2005-12-23 Stefan Monnier Remove unnecessary leading * in docstrings.
2005-12-14 Richard M. Stallman (vc-default-previous-version, vc-default-next-version)
2005-12-14 Stefan Monnier (vc-default-revert): New fun.
2005-12-13 Stefan Monnier (vc-do-command): Add a new value t for okstatus.
2005-10-31 Masatake YAMATO (vc-directory-exclusion-list): Add "{arch}".
2005-10-30 André Spiegel (vc-switch-backend): Better error message if the buffer is not visiting a
2005-10-25 Michael Albinus * vc.el (vc-dired-mode): Extend comment for binding of
2005-10-23 Michael Albinus * files.el (directory-listing-before-filename-regexp): New
2005-09-24 Romain Francoise 2005-09-25 Romain Francoise <romain@orebokech.com>
2005-09-24 Romain Francoise 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
2005-09-18 Deepak Goel Message format spec fixes (1)
2005-09-10 André Spiegel (vc-directory, vc-update-change-log): Throw an error on the attempt to
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-10 Juanma Barranquero (vc-annotate): Fix spellings in docstrings.
2005-05-22 André Spiegel (vc-trunk-p): Add autoload cookie. The function is used in vc-rcs.el
2005-04-20 Dan Nicolaescu (vc-annotate-color-map): Change some colors so that text
2005-03-29 Stefan Monnier (vc-do-command): Use a pipe for async processes, so password
2005-02-27 Andreas Schwab (vc-do-command): Don't run command asynchronously when
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2005-01-09 André Spiegel (vc-allow-async-revert): New user option.
2004-12-17 André Spiegel (vc-default-update-changelog): Use insert-file-contents, rather than
2004-11-30 André Spiegel (vc-recompute-state): Moved into vc-hooks.el.
2004-11-19 Thien-Thi Nguyen Update annotation-related comments.
2004-11-03 Thien-Thi Nguyen (vc-annotate-display-autoscale): Make sure
2004-11-03 Thien-Thi Nguyen (vc-annotate-display-autoscale): Add prefix-arg
2004-10-23 Kai Großjohann * simple.el (process-file): New function, similar to call-process
2004-10-13 Stefan Monnier (vc-annotate-display-select): Fix typo.
2004-10-10 André Spiegel (vc-annotate-mode): Remove variable.
2004-09-15 Thien-Thi Nguyen (annotate-time): Document point handling.
2004-09-07 Stefan Monnier (vc-buffer-context, vc-restore-buffer-context): Disable obsolete code.
2004-04-23 Juanma Barranquero (vc-print-log): Fix code that handles wrong-number-of-arguments in backend
2004-04-16 André Spiegel (vc-print-log): Quote signal.
2004-04-11 André Spiegel (vc-print-log): Use condition-case to check for backward
2004-03-28 Stefan Monnier (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2004-03-26 Stefan Monnier (vc-maybe-resolve-conflicts): Don't prompt the user.
2004-03-26 André Spiegel (vc-print-log): Undo prev change, use new function vc-arg-list from
2004-03-25 Sam Steingold (vc-print-log): backend-function may be a byte-compiled object, not a lambda
2004-03-23 Stefan Monnier Document new backend operation `find-file-not-found-hook'.
2004-03-21 André Spiegel Add new optional BUFFER argument to vc-BACKEND-print-log and
2004-03-15 Stefan Monnier Document new find-file-hook operation.
2004-02-08 Andreas Schwab (with-vc-file): Fix unsafe uses of error.
2004-02-07 Kim F. Storm (line-number-at-pos): Rename from line-at-pos.
2004-01-23 André Spiegel (vc-annotate): Fix improper use of `make-local-variable' at the top