Change release version from 21.4 to 22.1 throughout.
[bpt/emacs.git] / lisp / vc.el
2005-02-09 Kim F. StormChange 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...
2004-11-30 André Spiegel(vc-recompute-state): Moved into vc-hooks.el.
2004-11-19 Thien-Thi NguyenUpdate 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...
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...
2004-04-23 Juanma Barranquero(vc-print-log): Fix code that handles wrong-number...
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...
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...
2004-03-25 Sam Steingold(vc-print-log): backend-function may be a byte-compiled...
2004-03-23 Stefan MonnierDocument new backend operation `find-file-not-found...
2004-03-21 André SpiegelAdd new optional BUFFER argument to vc-BACKEND-print...
2004-03-15 Stefan MonnierDocument 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...
2004-01-22 André Spiegel(vc-current-line): Function removed. This is now done...
2004-01-21 André Spiegel(vc-annotate-mode): Inherit from fundamental-mode and...
2004-01-20 André Spiegel* vc.el (vc-default-previous-version): Doc enhancement.
2003-12-24 Markus Rost(vc-dired-purge): Avoid error from `kill-line'.
2003-09-01 Miles BaderAdd arch taglines
2003-07-06 John Paul Wallington(vc-annotate-offset): Move defvar up.
2003-07-06 Stefan Monnier(vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2003-06-30 Richard M. Stallman(vc-default-show-log-entry): Use with-no-warnings.
2003-06-20 Luc Teirlinck(vc-rename-file): Fix typo.
2003-05-31 Stefan Monnier(vc-directory-exclusion-list): Add MCVS and .svn.
2003-05-26 André Spiegel(vc-delete-file): Fix free variable reference.
2003-05-18 Stefan Monnier(vc-log-mode-map, vc-maximum-comment-ring-size)
2003-05-09 Stefan MonnierNew backend functions `delete-file' and `repository...
2003-05-08 Stefan Monnier(with-vc-properties, with-vc-file, edit-vc-file):
2003-02-19 André Spiegel(vc-binary-assoc, vc-binary-suffixes): Removed; these...
2003-02-05 Juanma Barranquero(vc-annotate-display, vc-checkout-carefully): Add obsol...
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-12-26 André Spiegel(vc-next-action-on-file): Use t argument to vc-checkout in
2002-11-03 André SpiegelAdd comment to prev change.
2002-11-03 André Spiegel(vc-dired-move): Adapt dired-move-to-filename-regexp...
2002-10-14 André Spiegel(vc-dired-reformat-line): Simplified. Handles text...
2002-10-11 André Spiegel(vc-dired-reformat-line): As a temporary fix, remove...
2002-10-08 Stefan Monnier(vc-find-version): Use the new backend op `find-version'.
2002-10-07 Stefan Monnier(vc-resolve-conflicts); Typo.
2002-10-07 Stefan Monnier(vc-maybe-resolve-conflicts): Always call vc-resolve...
2002-10-05 Stefan Monnier(vc-log-mode-map): Explicitly inherit from text-mode.
2002-10-05 Markus Rost(vc-default-show-log-entry): Fix typo.
2002-10-03 Stefan Monnier(vc-print-log): Unconditionally use `show-log-entry'.
2002-09-04 André Spiegel(vc-workfile-unchanged-p, vc-default-workfile-unchanged...
2002-07-22 André Spiegel(vc-next-action-on-file): Preserve find-file-literally.
2002-07-19 André SpiegelImprove comment of vc-BACKEND-workfile-unchanged-p.
2002-07-16 Stefan Monnier(vc-default-comment-history): Hard code *vc*.
2002-07-16 André Spiegel(vc-next-action-on-file): Ignore buffer-read-only while...
2002-03-06 Gerd Moellmann(vc-branch-part): Add autoload cookie. This function can
2002-03-05 André Spiegel(vc-transfer-file): Use `make-temp-file' instead of...
2002-02-28 André Spiegel(vc-update): New function.
2002-02-28 André Spiegel(vc-revert-buffer): If the buffer is not saved, prompt...
2002-02-25 André Spiegel(vc-diff-switches-list): Fix prev change, making the...
2002-02-21 André SpiegelPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
2002-01-05 André Spiegel(vc-branch-part): Return nil if there's no `.'
2001-12-20 Pavel JaníkDoc fixes.
2001-11-26 Pavel Janík(vc-next-action-on-file): Use insert instead of insert...
2001-11-26 André Spiegel(vc-find-version): New function.
2001-11-23 André Spiegel(with-vc-properties): Don't bind `filename' locally.
2001-11-15 André SpiegelDocumentation fixes.
2001-11-12 Sam Steingold* vc.el (vc-print-log): Bind `inhibit-read-only' to...
2001-11-09 André SpiegelAdd John David Smith to credits.
2001-10-29 André Spiegel# Doc fix, completing prev change.
2001-10-29 André SpiegelMention vc-*-switches in backend API documentation.
2001-10-22 André Spiegel(vc-diff-switches): Doc rewritten.
2001-10-22 André SpiegelChange scaling algorithm for vc-annotate.
2001-10-21 André Spiegel(diff-switches): Remove duplicate definition.
2001-10-21 André Spiegel(vc-diff-internal, vc-coding-system-for-diff, vc-defaul...
2001-09-24 Stefan Monnier(vc-checkin): Use vc-delete-automatic-version-backups.
2001-09-22 Stefan MonnierDoc fix
2001-09-17 André Spiegel(vc-annotate): Use current workfile version explicitly...
2001-09-10 André Spiegel(vc-annotate): Rewrote doc string.
2001-09-04 Gerd MoellmannAdd Keywords header.
2001-08-28 André Spiegel(vc-revert-file): Call the backend even if the FILE's
2001-08-07 Gerd Moellmann(vc-transfer-file): Fix malformed autoload cookie.
2001-07-30 André Spiegel#Document prev change.
2001-07-30 André Spiegel(vc-checkout-hook): New hook.
2001-07-30 Gerd Moellmann(vc-switch-backend): Fix autoload cookie.
2001-07-16 Stefan Monnier(vc-do-command): Autoload.
2001-07-11 Stefan Monnier(vc-prefix-map): Moved back to vc-hooks.el.
2001-05-03 Stefan Monnier(vc-next-action-on-file): Only force buffer+file to...
2001-03-10 André Spiegel(vc-do-command): If the destination buffer is already...
2001-02-26 André Spiegel(vc-default-workfile-unchanged-p, vc-default-latest...
2001-02-01 Dave LoveCopyright up-date.
2001-02-01 André Spiegel(vc-diff-switches): New user option.
2001-01-10 André SpiegelAdded documentation for backend interface.
2001-01-08 André Spiegel(vc-default-latest-on-branch-p): New function, replaces...
2000-11-20 André SpiegelUndo prev change.
2000-11-19 André Spiegel(vc-workfile-unchanged-p, vc-default-workfile-unchanged...
2000-11-16 Stefan Monnier(vc-version-diff): Bind inhibit-read-only when insertin...
next