2007-02-25  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

2007-02-11  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

2007-02-03  Ville Skytt  <scop@xemacs.org>

	* Makefile (VERSION): 0.90.

	* vc-hooks.el (vc-registered): Call vc-BACKEND-registered-lite
	if vc-BACKEND-registered is not bound to work around XEmacs 21.4
	byte compiler or bytecode interpreter issues when the real
	-registered defun is redefined and called by the fully autoloaded
	version.

	* vc-arch.el (vc-arch-registered-lite):
	* vc-cvs.el (vc-cvs-registered-lite):
	* vc-mcvs.el (vc-mcvs-registered-lite):
	* vc-svn.el (vc-svn-registered-lite):
	Rename fully autoloaded vc-BACKEND-registered to
	vc-BACKEND-registered-lite.

	* vc-git.el (vc-git-registered-lite): New, fully autoloaded version.

	* log-edit.el: Sync with upstream.

2007-01-28  Ville Skytt  <scop@xemacs.org>

	* *.el: Sync with upstream.

2007-01-18  Ville Skytt  <scop@xemacs.org>

	* log-edit.el: Sync with upstream.
	* vc-arch.el: Ditto.
	* vc-git.el: Ditto.
	* vc-hooks.el: Ditto.
	* vc-svn.el: Ditto.

2006-11-11  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

2006-10-25  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.
	* vc-svn.el: Ditto.

2006-10-15  Ville Skytt  <scop@xemacs.org>

	* vc-git.el: Sync with upstream.
	* vc-hooks.el: Ditto.

2006-08-29  Ville Skytt  <scop@xemacs.org>

	* smerge-mode.el (smerge-mine): Comment out unsupported
	min-colors properties, thanks to Stephen J. Turnbull for the catch.
	(smerge-base): Ditto.

2006-08-16  Ville Skytt  <scop@xemacs.org>

	* smerge-mode.el: New from GNU Emacs CVS.  Needs work.

2006-08-15  Ville Skytt  <scop@xemacs.org>

	* vc-git.el (vc-git-registered): Avoid failures if `git' is not
	installed, thanks to Adrian Aichner for the catch.

2006-08-05  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

	* vc-git.el: Changes applied upstream.

2006-07-06  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2006-07-04  Ville Skytt  <scop@xemacs.org>

	* Makefile (VERSION): 0.05.

	* vc-git.el: New, from git upstream.
	(vc-git-print-log): Add optional BUFFER arg, use it.
	(vc-git-diff): Ditto.
	* vc-hooks.el (vc-handled-backends): Add GIT.
	(vc-mode-line): Ditto.
	* package-info.in (provides): Add vc-git.
	* Makefile (ELCS): Add vc-git.elc.

	* vc.el (vc-coding-system-for-diff): We don't have
	`find-operation-coding-system'.

	* vc.el (vc-revert-buffer): Don't try to delete the revert
	confirmation diff window for now as it breaks for some
	reason, and prevents the actual revert from happening.

	* vc.el (vc-restore-buffer-context): Test for mark before using.

	* vc-xemacs.el: Comment update.

2006-06-28  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2006-06-12  Ville Skytt  <scop@xemacs.org>

	* Makefile (VERSION): 0.04.

	* vc.el: Sync with upstream.

2006-05-01  Ville Skytt  <scop@xemacs.org>

	* vc.el (vc-default-show-log-entry): Workaround for (at least so
	far) missing log-view stuff.

2006-04-29  Ville Skytt  <scop@xemacs.org>

	* vc.el (vc-annotate-warp-version): Use `forward-line' instead
	of `previous-line'.

2006-04-22  Ville Skytt  <scop@xemacs.org>

	* Makefile (VERSION): 0.03.

	* vc.el (vc-annotate): `goto-line' in XEmacs takes only 1 arg,
	emulate GNU Emacs' 2-arg one.
	(vc-annotate-warp-version): Ditto.

	* vc-cvs.el (vc-cvs-parse-root): Fix :local: root parsing.

2006-04-21  Ville Skytt  <scop@xemacs.org>

	* Makefile (VERSION): 0.02.

	* vc-hooks.el: Bind C-x C-q to `vc-toggle-read-only' like in the
	old vc package, thanks to Vegard Vesterheim.

2006-04-16  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

	* vc-xemacs.el (line-number-at-pos): Sync compat implementation
	with XEmacs 21.5.

2006-02-11  Ville Skytt  <scop@xemacs.org>

	* *.el: Sync with upstream.
	* Makefile (REQUIRES): Add tramp.

2005-12-31  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2005-12-26  Ville Skytt  <scop@xemacs.org>

	* vc.el, vc-mcvs.el, vc-svn.el: Sync with upstream.

2005-12-05  Ville Skytt  <scop@xemacs.org>

	* log-edit.el: Sync with upstream.

	* log-edit.el: Use pcl-cvs-util (already in the packages tree).
	* Makefile (REQUIRES): Add pcl-cvs.
	* Makefile (ELCS): Remove pcvs-util.elc.
	* package-info-in (provides): Remove pcvs-util.
	* pcvs-util.el: Remove.
	* vc-xemacs.el (compare-strings): Remove, only used by pcvs-util.

2005-11-28  Ville Skytt  <scop@xemacs.org>

	* log-edit.el: Sync with upstream.

2005-11-15  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

	* vc-xemacs.el (compare-strings): New, borrowed from ECB.

2005-11-10  Oscar Figueiredo  <oscar@xemacs.org>

	* vc-xemacs.el (subst-char-in-string): Do not use `replace-in-string'
	because of the regexp semantic on its second parameter.

2005-11-10  Ville Skytt  <scop@xemacs.org>

	* vc-xemacs.el: Update FSF's address.

2005-11-02  Ville Skytt  <scop@xemacs.org>

	* vc.el, vc-cvs.el, vc-sccs.el: Sync with upstream.

2005-10-08  Ville Skytt  <scop@xemacs.org>

	* log-edit.el, vc.el, vc-mcvs.el: Sync with upstream.

2005-09-11  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2005-08-16  Ville Skytt  <scop@xemacs.org>

	* *.el: Sync with upstream.

2005-07-24  Ville Skytt  <scop@xemacs.org>

	* *.el: Sync with upstream.

2005-06-21  Ville Skytt  <scop@xemacs.org>

	* log-edit.el, vc-arch.el, vc-cvs.el, vc.el: Sync with upstream.

2005-04-30  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2005-04-09  Ville Skytt  <scop@xemacs.org>

	* pcvs-util.el, vc.el, vc-cvs.el, vc-hooks.el: Sync with upstream.

2005-03-06  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2005-02-11  Ville Skytt  <scop@xemacs.org>

	* vc*.el: Sync with upstream.

2005-01-19  Ville Skytt  <scop@xemacs.org>

	* vc*.el: Sync with upstream.

2005-01-06  Ville Skytt  <scop@xemacs.org>

	* vc-arch.el, vc-rcs.el, vc-svn.el: Sync with upstream.

2004-12-19  Ville Skytt  <scop@xemacs.org>

	* vc-cvs.el: Port the `vc-cvs-program' defcustom from the old
	XEmacs vc package, and use it.  Originally by Christian Schmitt.

2004-12-18  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2004-12-15  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.  Adds svn annotate support,
	and includes my repository-hostname fix.

2004-12-13  Ville Skytt  <scop@xemacs.org>

	* log-edit.el: New, from upstream CVS; temporarily (?) here so
	that editing commit messages could actually work.
	* pcvs-util.el: Ditto.

2004-12-12  Ville Skytt  <scop@xemacs.org>

	* vc-cvs.el (vc-cvs-parse-root): XEmacs wants 2+ args to `setq'.

	* vc-svn.el (vc-svn-repository-hostname): Make it work also with
	Subversion >= 0.33.0, simplify regexp.

2004-12-06  Ville Skytt  <scop@xemacs.org>

	* vc.el, vc-cvs.el, vc-hooks.el, vc-rcs.el: Sync with upstream.

2004-11-10  Ville Skytt  <scop@xemacs.org>

	* vc.el, vc-cvs.el, vc-mcvs.el: Sync with upstream.

2004-11-01  Ville Skytt  <scop@xemacs.org>

	* vc.el, vc-arch.el, vc-hooks.el: Sync with upstream.

2004-10-13  Ville Skytt  <scop@xemacs.org>

	* vc.el: Sync with upstream.

2004-09-15  Ville Skytt  <scop@xemacs.org>

	* vc*.el: Sync with upstream.

2004-08-25  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

2004-08-15  Ville Skytt  <scop@xemacs.org>

	* *: Move most of the XEmacs compatibility stuff into vc-xemacs.el,
	add some TODOs and fix a few incompatibilities.

2004-07-30  Ville Skytt  <scop@xemacs.org>

	* vc-arch.el: Use replace-in-string instead of subst-char-in-string
	and replace-regexp-in-string.

2004-07-03  Ville Skytt  <scop@xemacs.org>

	* vc-arch.el, vc-rcs.el: Sync with upstream.

2004-06-05  Ville Skytt  <scop@xemacs.org>

	* vc-svn.el: Sync with upstream.

2004-06-01  Ville Skytt  <scop@xemacs.org>

	* vc-arch.el: Sync with upstream.

2004-05-29  Ville Skytt  <scop@xemacs.org>

	* vc-arch.el, vc-mcvs.el: Sync with upstream.

2004-05-24  Ville Skytt  <scop@xemacs.org>

	* Initial revision of vc port from GNU Emacs.

