summaryrefslogtreecommitdiff
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* Move version control related files to the "vc" subdirectory.Juri Linkov2010-06-111-2702/+0
* Improve VC create/retrieve tag/branch.Dan Nicolaescu2010-06-091-10/+24
* Improve state updating for VC tag commands.Dan Nicolaescu2010-06-011-0/+2
* Make the log-edit comments use RFC822 format throughout.Stefan Monnier2010-04-201-38/+70
* Get rid of several uses of the term 'master' in favor of equivalent verbiageEric S. Raymond2010-04-091-10/+17
* Add new VC methods: vc-log-incoming and vc-log-outgoing.Dan Nicolaescu2010-04-061-29/+110
* Fix default-directory for vc-root-diff.Dan Nicolaescu2010-04-061-3/+8
* Merge from emacs-23 branchStefan Monnier2010-03-301-5/+14
|\
| * * vc.el (vc-root-diff): Doc fix.Dan Nicolaescu2010-03-251-3/+4
| * * vc.el (vc-print-log, vc-print-root-log): Doc fix.Chong Yidong2010-03-251-2/+10
* | * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.Glenn Morris2010-03-231-11/+14
* | Add special markup processing for commit logs.Dan Nicolaescu2010-03-191-4/+15
|/
* (with-vc-properties): Deal with directory arguments. (Bug#5298)Dan Nicolaescu2010-01-171-2/+12
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Support showing a single log entry from vc-annotate.Dan Nicolaescu2009-12-071-9/+14
* Limit the number of log entries displayed by default.Dan Nicolaescu2009-12-031-3/+3
* (log-view-vc-backend, log-view-vc-fileset): Declare.Glenn Morris2009-12-031-4/+9
* (vc-print-log-internal): Don't wait for the prcess toStefan Monnier2009-12-011-6/+8
* (vc-print-log-internal): Make `limit' optional for betterStefan Monnier2009-11-251-1/+2
* (vc-deduce-fileset): Allow non-state changing operationsDan Nicolaescu2009-11-201-1/+14
* * vc.el (vc-log-show-limit): Default to 2000.Dan Nicolaescu2009-11-161-4/+26
* * vc.el (vc-log-show-limit): New variable.Dan Nicolaescu2009-11-151-12/+43
* (vc-backend-for-registration): Rename fromDan Nicolaescu2009-10-241-3/+3
* (vc-responsible-backend): Throw an error if not backend isDan Nicolaescu2009-10-231-75/+54
* (vc-deduce-fileset): Undo previous change, do not tellDan Nicolaescu2009-10-211-2/+2
* Make vc-annotate work through copies and renames.Dan Nicolaescu2009-10-191-0/+3
* (vc-responsible-backend): When a directory is passed forDan Nicolaescu2009-10-141-13/+47
* * vc.el: Move comments about RCS and SCCS ...Dan Nicolaescu2009-10-141-13/+0
* Remove commented out code.Dan Nicolaescu2009-10-031-32/+2
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-3/+6
* Fix typos.Juanma Barranquero2009-09-241-9/+9
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-141-14/+79
* * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...Dan Nicolaescu2009-08-291-11/+0
* (vc-read-revision): New function.Stefan Monnier2009-08-271-21/+29
* * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.Dan Nicolaescu2009-08-261-96/+0
* * vc.el (vc-default-prettify-state-info): Remove function, unused.Dan Nicolaescu2009-08-261-26/+0
* Document the desired behavior for reverted files in theDan Nicolaescu2009-08-261-0/+2
* * vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.Michael Albinus2009-08-251-2/+3
* (vc-dir-move-to-goal-column): Declare.Dan Nicolaescu2009-07-231-0/+2
* (vc-print-log-internal): New function, split out from ...Dan Nicolaescu2009-07-231-22/+30
* Remove find-file-not-found-hook VC method. (Bug#2757)Dan Nicolaescu2009-06-261-5/+0
* * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):Dan Nicolaescu2009-06-231-35/+26
* (vc-default-revision-granularity): Remove to let the normalStefan Monnier2009-06-151-5/+0
* (vc-revision-other-window): Fix argument to backend functionJohan Bockgård2009-06-041-1/+1
* (vc-delete-file): Add autoload cookie (bug#3209).Stefan Monnier2009-05-051-0/+1
* (Todo): Add note on simplifying vc-register.Dan Nicolaescu2009-03-211-0/+5
* (vc-checkin): Add an extra argument for the VC backend,Dan Nicolaescu2009-03-151-9/+15
* (vc-checkin): Add an extra argument for the VC backend,Dan Nicolaescu2009-03-151-26/+28
* (vc-default-receive-file): The 'register method nowDan Nicolaescu2009-03-141-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1