log lisp/vc.el @ 108006:452f0cc5f879

age author description
Fri, 09 Apr 2010 13:19:53 -0400 Eric S. Raymond Get rid of several uses of the term 'master' in favor of equivalent verbiage
Tue, 06 Apr 2010 22:56:35 -0700 Dan Nicolaescu Add new VC methods: vc-log-incoming and vc-log-outgoing.
Tue, 06 Apr 2010 21:14:56 -0700 Dan Nicolaescu Fix default-directory for vc-root-diff.
Tue, 30 Mar 2010 22:37:57 -0400 Stefan Monnier Merge from emacs-23 branch
Thu, 25 Mar 2010 19:41:22 -0400 Chong Yidong * vc.el (vc-root-diff): Doc fix.
Thu, 25 Mar 2010 18:58:46 -0400 Chong Yidong * vc.el (vc-print-log, vc-print-root-log): Doc fix.
Tue, 23 Mar 2010 20:38:17 -0700 Glenn Morris * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
Fri, 19 Mar 2010 02:37:41 -0700 Dan Nicolaescu Add special markup processing for commit logs.
Sun, 17 Jan 2010 13:31:25 -0800 Dan Nicolaescu (with-vc-properties): Deal with directory arguments. (Bug#5298)
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 07 Dec 2009 09:02:11 +0000 Dan Nicolaescu Support showing a single log entry from vc-annotate.
Thu, 03 Dec 2009 19:12:52 +0000 Dan Nicolaescu Limit the number of log entries displayed by default.
Thu, 03 Dec 2009 03:11:14 +0000 Glenn Morris (log-view-vc-backend, log-view-vc-fileset): Declare.
Tue, 01 Dec 2009 20:08:20 +0000 Stefan Monnier (vc-print-log-internal): Don't wait for the prcess to
Wed, 25 Nov 2009 03:28:24 +0000 Stefan Monnier (vc-print-log-internal): Make `limit' optional for better
Fri, 20 Nov 2009 06:56:16 +0000 Dan Nicolaescu (vc-deduce-fileset): Allow non-state changing operations
Mon, 16 Nov 2009 20:36:06 +0000 Dan Nicolaescu * vc.el (vc-log-show-limit): Default to 2000.
Sun, 15 Nov 2009 20:28:58 +0000 Dan Nicolaescu * vc.el (vc-log-show-limit): New variable.
Sat, 24 Oct 2009 06:34:26 +0000 Dan Nicolaescu (vc-backend-for-registration): Rename from
Fri, 23 Oct 2009 18:07:38 +0000 Dan Nicolaescu (vc-responsible-backend): Throw an error if not backend is
Wed, 21 Oct 2009 19:03:32 +0000 Dan Nicolaescu (vc-deduce-fileset): Undo previous change, do not tell
Mon, 19 Oct 2009 05:04:22 +0000 Dan Nicolaescu Make vc-annotate work through copies and renames.
Wed, 14 Oct 2009 06:08:47 +0000 Dan Nicolaescu (vc-responsible-backend): When a directory is passed for
Wed, 14 Oct 2009 06:00:51 +0000 Dan Nicolaescu * vc.el: Move comments about RCS and SCCS ...
Sat, 03 Oct 2009 18:29:22 +0000 Dan Nicolaescu Remove commented out code.
Fri, 02 Oct 2009 03:48:36 +0000 Juanma Barranquero Use `called-interactively-p' instead of `interactive-p'.
Thu, 24 Sep 2009 01:37:14 +0000 Juanma Barranquero Fix typos.
Mon, 14 Sep 2009 04:38:49 +0000 Dan Nicolaescu * vc.el (top): print-log method now takes an optional SHORTLOG
Sat, 29 Aug 2009 18:56:12 +0000 Dan Nicolaescu * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
Thu, 27 Aug 2009 16:53:04 +0000 Stefan Monnier (vc-read-revision): New function.