summaryrefslogtreecommitdiff
path: root/lisp/vc.el
AgeCommit message (Expand)Author
2010-10-31Backport VC improvements from trunk.Chong Yidong
2010-07-16Fix bug #4451.Reiner Steib
2010-06-21Fix finding revisions in for renamed files in vc-annotate.Dan Nicolaescu
2010-03-25* vc.el (vc-root-diff): Doc fix.Dan Nicolaescu
2010-03-25* vc.el (vc-print-log, vc-print-root-log): Doc fix.Chong Yidong
2010-01-17(with-vc-properties): Deal with directory arguments. (Bug#5298)Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-07Support showing a single log entry from vc-annotate.Dan Nicolaescu
2009-12-03Limit the number of log entries displayed by default.Dan Nicolaescu
2009-12-03(log-view-vc-backend, log-view-vc-fileset): Declare.Glenn Morris
2009-12-01(vc-print-log-internal): Don't wait for the prcess toStefan Monnier
2009-11-25(vc-print-log-internal): Make `limit' optional for betterStefan Monnier
2009-11-20(vc-deduce-fileset): Allow non-state changing operationsDan Nicolaescu
2009-11-16* vc.el (vc-log-show-limit): Default to 2000.Dan Nicolaescu
2009-11-15* vc.el (vc-log-show-limit): New variable.Dan Nicolaescu
2009-10-24(vc-backend-for-registration): Rename fromDan Nicolaescu
2009-10-23(vc-responsible-backend): Throw an error if not backend isDan Nicolaescu
2009-10-21(vc-deduce-fileset): Undo previous change, do not tellDan Nicolaescu
2009-10-19Make vc-annotate work through copies and renames.Dan Nicolaescu
2009-10-14(vc-responsible-backend): When a directory is passed forDan Nicolaescu
2009-10-14* vc.el: Move comments about RCS and SCCS ...Dan Nicolaescu
2009-10-03Remove commented out code.Dan Nicolaescu
2009-10-02Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero
2009-09-24Fix typos.Juanma Barranquero
2009-09-14* vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu
2009-08-29* vc.el (vc-print-log-internal): Move RCS/CVS specific code ...Dan Nicolaescu
2009-08-27(vc-read-revision): New function.Stefan Monnier
2009-08-26* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.Dan Nicolaescu
2009-08-26* vc.el (vc-default-prettify-state-info): Remove function, unused.Dan Nicolaescu
2009-08-26Document the desired behavior for reverted files in theDan Nicolaescu
2009-08-25* vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.Michael Albinus
2009-07-23(vc-dir-move-to-goal-column): Declare.Dan Nicolaescu
2009-07-23(vc-print-log-internal): New function, split out from ...Dan Nicolaescu
2009-06-26Remove find-file-not-found-hook VC method. (Bug#2757)Dan Nicolaescu
2009-06-23* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):Dan Nicolaescu
2009-06-15(vc-default-revision-granularity): Remove to let the normalStefan Monnier
2009-06-04(vc-revision-other-window): Fix argument to backend functionJohan Bockgård
2009-05-05(vc-delete-file): Add autoload cookie (bug#3209).Stefan Monnier
2009-03-21(Todo): Add note on simplifying vc-register.Dan Nicolaescu
2009-03-15(vc-checkin): Add an extra argument for the VC backend,Dan Nicolaescu
2009-03-15(vc-checkin): Add an extra argument for the VC backend,Dan Nicolaescu
2009-03-14(vc-default-receive-file): The 'register method nowDan Nicolaescu
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-03(vc-diff-switches): Doc fix.Glenn Morris
2008-12-03* align.el:Lute Kamstra
2008-10-30(vc-revert): Limit the length of the query string.Chong Yidong
2008-10-27* vc.el: Rename VC methods that were missed when vc-status wasDan Nicolaescu
2008-09-28Fix previous change.Glenn Morris
2008-09-28(vc-switches): Give it a doc string.Glenn Morris
2008-09-25Fix last fix.Chong Yidong