2005-03-18  Atsushi Enomoto <atsushi@ximian.com>

	* skeleton-2.0.cs,
	  XQueryParser.jay,
	  XQueryTokenizer.cs : removed.
	* ParserBase.jay,
	  TokenizerBase.cs : added, used to create both XQuery parser and
	  XPath2 parser.
	* XQueryASTCompiler.cs,
	  XQueryCommandImpl.cs : updated in reflection to XQuery parser change.
	* SequenceType.cs : added namespace axis.

2004-11-20  Atsushi Enomoto <atsushi@ximian.com>

	* XQueryParser.jay : don't output parser error by default.

2004-10-28  Atsushi Enomoto <atsushi@ximian.com>

	* .cvsignore : should be here ;-)

2004-10-22  Atsushi Enomoto <atsushi@ximian.com>

	XmlArgumentList.cs : added (still required).

2004-10-22  Atsushi Enomoto <atsushi@ximian.com>

	SequenceType.cs,
	XPath2Expression.cs,
	XPathSequence.cs,
	XQueryASTCompiler.cs,
	XQueryArithmeticOperator.cs,
	XQueryCliFunction.cs,
	XQueryCommandImpl.cs,
	XQueryComparisonOperator.cs,
	XQueryCompileContext.cs,
	XQueryCompileOptions.cs,
	XQueryContext.cs,
	XQueryConvert.cs,
	XQueryDefaultFunctionCall.cs, (not in use),
	XQueryExpression.cs,
	XQueryFunction.cs,
	XQueryFunctionCliImpl.cs,
	XQueryFunctionContextAttribute.cs,
	XQueryFunctionTable.cs,
	XQueryModuleProlog.cs,
	XQueryStaticContext.cs,
	XQueryTokenizer.cs,
	XmlQueryCompileException.cs,
	XmlQueryException.cs,
	XQueryParser.jay,
	skelton-2.0.cs: Initial Checkin (it is not compiled as yet).

