2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index ece4b875d314a4ed95463c178d96b8cb3283e97e..6ec06b0f79b11a5d8860fcf74a9132ef961a4178 100644 (file)
@@ -1,3 +1,46 @@
+2004-12-22  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XslFunction.cs,
+         Compiler.cs : XmlResolver.ResolveUri() may return null.
+
+2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : XPathNavigatorNsm needed more love. Clone() does not
+         make sense here.
+
+2004-12-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : don't create XPathNavigatorNsm for every GetNsm() call.
+
+2004-11-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslKey.cs, XslStylesheet.cs, MSXslScriptManager.cs :
+         warning elimination.
+
+2004-11-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslStylesheet.cs : removed unused fields.
+       * XslOutput.cs : removed members for XSLT 2.0 (won't be implemented in
+         this class).
+
+2004-11-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs, XslTransformProcessor.cs :
+         when creating XmlTextReader, reuse XmlNameTable.
+
+2004-11-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : Changes that reflects CompiledExpression changes.
+
+2004-10-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HtmlEmitter.cs : TH tag is not regarded as HTML tag.
+         This fixes bug #67390.
+
+Thu Sep 9 07:09:11 PDT 2004 Paolo Molaro <lupus@ximian.com>
+
+       * ScriptCompilerInfo.cs: avoid using a .cctor and fix precomp.
+
 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Debug.cs, HtmlEmitter.cs, MSXslScriptManager.cs,