log lisp/vc.el @ 87596:0f01cefc5aa8

age author description
Sun, 06 Jan 2008 03:18:08 +0000 Juanma Barranquero Fix typo in comment. Reported by Tom Tromey <tromey@redhat.com>.
Sat, 05 Jan 2008 05:25:13 +0000 Stefan Monnier (vc-process-sentinel): Fix apparent typo.
Tue, 01 Jan 2008 11:17:37 +0000 Eric S. Raymond * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
Mon, 31 Dec 2007 19:14:24 +0000 Dan Nicolaescu State that dir-state is required to set the vc-state and
Sat, 29 Dec 2007 13:20:49 +0000 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
Fri, 28 Dec 2007 18:16:55 +0000 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
Fri, 28 Dec 2007 16:24:31 +0000 Eric S. Raymond * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
Fri, 28 Dec 2007 13:29:41 +0000 Eric S. Raymond * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
Thu, 27 Dec 2007 16:17:17 +0000 Eric S. Raymond * vc.el (vc-dired-hook): Show unregistered file status as "?" in
Thu, 27 Dec 2007 15:26:02 +0000 Eric S. Raymond Refactoring step.
Thu, 27 Dec 2007 14:41:44 +0000 Eric S. Raymond * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
Thu, 27 Dec 2007 11:26:27 +0000 Eric S. Raymond * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
Wed, 26 Dec 2007 23:24:08 +0000 Eric S. Raymond *** empty log message ***
Wed, 19 Dec 2007 09:25:18 +0000 Martin Rudalics (vc-ensure-vc-buffer): Avoid infinite looping when
Tue, 18 Dec 2007 08:25:34 +0000 Eric S. Raymond bname needs to be a buffer name, not a filename.
Thu, 06 Dec 2007 19:56:41 +0000 Deepak Goel Fix vc.el breakage.
Thu, 06 Dec 2007 19:48:30 +0000 Deepak Goel Fix my previous breakages; improve ChangeLog
Thu, 06 Dec 2007 17:56:42 +0000 Deepak Goel Fix buggy calls to `error'.
Sat, 01 Dec 2007 19:37:20 +0000 Dan Nicolaescu * log-edit.el (log-edit-show-diff): New function.
Tue, 27 Nov 2007 06:57:07 +0000 Dan Nicolaescu * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify
Sat, 24 Nov 2007 16:18:36 +0000 Thien-Thi Nguyen (vc-annotate-mode): Frob buffer invisibility spec.
Sat, 24 Nov 2007 16:13:38 +0000 Thien-Thi Nguyen Delete eol whitespace; nfc.
Fri, 23 Nov 2007 15:17:25 +0000 Dan Nicolaescu (vc-deduce-fileset): Also look for a fileset in the parent
Tue, 20 Nov 2007 08:15:00 +0000 Dan Nicolaescu (vc-find-revision): Set the parent buffer.
Thu, 15 Nov 2007 16:33:08 +0000 Stefan Monnier (vc-diff-internal): Pop-to-buffer later.
Tue, 13 Nov 2007 15:11:41 +0000 Dan Nicolaescu (vc-register): Allow registering a file passed as a
Sun, 11 Nov 2007 14:55:56 +0000 Dan Nicolaescu (vc-start-entry): Fix setting the in the case the function
Sat, 10 Nov 2007 05:22:16 +0000 Dan Nicolaescu * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
Fri, 09 Nov 2007 05:20:57 +0000 Dan Nicolaescu * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
Tue, 30 Oct 2007 12:43:34 +0000 Thien-Thi Nguyen (vc-annotate): Fix omission bug:
Wed, 24 Oct 2007 02:34:25 +0000 Stefan Monnier (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
Sat, 20 Oct 2007 20:59:36 +0000 Eric S. Raymond Restore vc-next-action functionality of registering files.
Sat, 20 Oct 2007 16:32:50 +0000 Eric S. Raymond Condition out a misleading message.
Fri, 19 Oct 2007 20:59:49 +0000 Stefan Monnier Remove `diff-tree' operation, now subsumed by `diff'.
Wed, 17 Oct 2007 16:22:27 +0000 Stefan Monnier (vc-diff-sentinel, vc-diff-internal): Revert some changes in the
Thu, 11 Oct 2007 23:32:32 +0000 Dan Nicolaescu Fix previous change.
Thu, 11 Oct 2007 22:21:17 +0000 Dan Nicolaescu * vc.el (vc-deduce-fileset): Delete unused code.
Thu, 11 Oct 2007 16:53:58 +0000 Eric S. Raymond Corrected version of Juanma's fix patch.
Thu, 11 Oct 2007 16:37:42 +0000 Eric S. Raymond Fix evaluation time of a macro arument.
Thu, 11 Oct 2007 15:27:17 +0000 Eric S. Raymond Bug fixes by Juanma Barranquero. Temporarily disable the check for
Thu, 11 Oct 2007 15:10:32 +0000 Eric S. Raymond Address an edge case in vc-diff. This is an experimental fix and may change.
Wed, 10 Oct 2007 18:52:45 +0000 Eric S. Raymond Terminology cleanup.
Wed, 10 Oct 2007 13:17:53 +0000 Eric S. Raymond Merge in new VC with filesets.
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Mon, 08 Oct 2007 23:21:09 +0000 Eric S. Raymond Remove unused code.
Mon, 08 Oct 2007 23:18:31 +0000 Eric S. Raymond Correct a bug that was revealed during a review of new VC.
Sat, 06 Oct 2007 14:36:09 +0000 Eric S. Raymond Typo and whitespace fixes to reduce the diff with new VC.
Sat, 06 Oct 2007 11:12:29 +0000 Eric S. Raymond Port various comments from new VC to reduce the noise in the diff.
Sat, 06 Oct 2007 08:54:11 +0000 Eric S. Raymond Terminology sync, workfile version -> focus version.
Fri, 05 Oct 2007 04:35:37 +0000 Dan Nicolaescu Reorder functions, no code changes.
Sat, 15 Sep 2007 22:25:55 +0000 Stefan Monnier (vc-process-sentinel): New function.
Thu, 06 Sep 2007 05:28:08 +0000 Dan Nicolaescu (vc-default-diff-tree): Pass a list to the diff vc command
Mon, 03 Sep 2007 06:17:52 +0000 Glenn Morris Remove CVS $Id$ header. Comment.
Fri, 11 May 2007 18:24:42 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 03 Dec 2006 12:25:18 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Fri, 14 Jul 2006 05:56:32 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Tue, 27 Jun 2006 15:06:36 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 12 Jun 2006 07:27:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org.
Thu, 20 Apr 2006 16:09:11 +0000 Karoly Lorentey Make `tty-display-color-p' follow its doc string. (Reported by Dan Nicolaescu.)