Trailing whitespace deleted.
[bpt/emacs.git] / lisp / vc.el
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...
2000-11-16 André SpiegelUpdated backend documentation.
2000-11-16 André Spiegel(vc-do-command): In the asynchronous case, output messa...
2000-11-16 André Spiegel(vc-revert-buffer): Ask for confirmation if file seems...
2000-11-16 André Spiegel(vc-annotate): Changed handling of prefix arg; now...
2000-10-27 André Spiegel(vc-version-other-window): If an automatic backup of...
2000-10-26 Stefan Monnier(vc-start-entry): Only erase the buffer if comment...
2000-10-26 Dave Lovefix my email
2000-10-25 Stefan Monnier(vc-version-other-window): Bind `file'.
2000-10-22 André Spiegel(vc-checkout): Added `-p' suffix in call to vc-make...
2000-10-10 Thien-Thi Nguyen(with-vc-file, edit-vc-file): Specify `indent-function...
2000-10-08 Stefan Monnier(vc-version-diff): diff-switches can be a list.
2000-10-05 Stefan Monnier(with-vc-properties): Use conses rather than length...
2000-10-04 André Spiegel(vc-revert-buffer): Handle empty diff properly.
2000-10-03 André Spiegel(vc-transfer-file, vc-default-receive-file): Rewritten...
2000-10-03 André Spiegel(vc-revert-file): New function.
2000-10-02 André Spiegel(vc-responsible-backend): Undo the previous change...
2000-10-01 Stefan Monnier(with-vc-file, vc-next-action-on-file):
2000-10-01 Stefan Monnier* vc.el (vc-editable-p): Minor optimization.
2000-10-01 André Spiegel(vc-next-action-on-file): Update mode line only if...
2000-09-22 André Spiegel(vc-switch-backend): Signal an error if the file is...
2000-09-21 André Spiegel(vc-index-of, vc-transfer-file, vc-default-receive...
2000-09-19 André Spiegel(vc-revert-buffer): Set vc-checkout-time correctly.
2000-09-12 Dave Love(vc-dired-listing-switches): Fix :version.
2000-09-09 Stefan Monnier* vc-sccs.el (vc-sccs-register):
2000-09-07 Gerd MoellmannRemove `$Id$' tag.
2000-09-05 Stefan Monnier2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2000-09-04 Gerd Moellmann(vc-dired-resynch-file): Add autoload cookie.
2000-09-04 Gerd Moellmann(toplevel): Require `dired' at run-time for dired-mode...
2000-09-04 Gerd Moellmann(vc-next-action-on-file): Do not visit the file if...
2000-04-01 Gerd Moellmann(vc-backend-diff): Return the correct status if we...
2000-01-26 Gerd Moellmann(vc-version-diff): Make sure file name is expanded.
1999-12-02 Gerd Moellmann(vc-update-change-log): Look for rcs2log under
1999-10-15 Stefan MonnierUse make-temp-file.
1999-10-02 André Spiegel(vc-backend-checkout): Use coding system 'no-conversion...
1999-09-22 André Spiegel(vc-backend-checkout): Use with-temp-file to check...
1999-09-06 Richard M. Stallman(vc-annotate-display): Use < 69 not < 70 to distinguish...
1999-09-06 Richard M. Stallman(vc-annotate-display): Treat 2-digit years under 70...
1999-09-02 Eli Zaretskii(vc-update-change-log): Use small-temporary-file-direct...
1999-08-27 Andreas Schwab(vc-backend-merge-news): Fix regexp to also match P...
1999-06-30 André Spiegel(vc-fetch-cvs-status): Use "-l" option for "cvs status...
1999-06-15 Karl HeuerUndo previous undo -- spiegel's change already correcte...
next