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
|
2004-01-22 |
André Spiegel |
(vc-current-line): Function removed. This is now done by the new
|
2004-01-21 |
André Spiegel |
(vc-annotate-mode): Inherit from fundamental-mode and activate
|
2004-01-20 |
André Spiegel |
* vc.el (vc-default-previous-version): Doc enhancement.
|
2003-12-28 |
Karoly Lorentey |
Merged in changes from CVS HEAD
|
2003-12-24 |
Markus Rost |
(vc-dired-purge): Avoid error from `kill-line'.
|
2003-12-24 |
Karoly Lorentey |
tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
|
2003-09-01 |
Miles Bader |
Add 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 Monnier |
New backend functions `delete-file' and `repository-hostname'.
|
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 were
|
2003-02-05 |
Juanma Barranquero |
(vc-annotate-display, vc-checkout-carefully): Add obsolescence declaration and
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-12-26 |
André Spiegel |
(vc-next-action-on-file): Use t argument to vc-checkout in
|
2002-11-03 |
André Spiegel |
Add comment to prev change.
|
2002-11-03 |
André Spiegel |
(vc-dired-move): Adapt dired-move-to-filename-regexp to its current
|
2002-10-14 |
André Spiegel |
(vc-dired-reformat-line): Simplified. Handles text properties
|
2002-10-11 |
André Spiegel |
(vc-dired-reformat-line): As a temporary fix, remove all text
|
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-conflicts
|
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-p): Moved to
|
2002-07-22 |
André Spiegel |
(vc-next-action-on-file): Preserve find-file-literally.
|
2002-07-19 |
André Spiegel |
Improve 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 comparing to
|
2002-03-06 |
Gerd Moellmann |
(vc-branch-part): Add autoload cookie. This function can
|