2004-06-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index 8ca4d86d1727d3b8cc9cdea472da2842a6c21c54..2c381e63034f89af306d5fd6db8cc7b9c73a81a4 100644 (file)
@@ -1,3 +1,24 @@
+2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HtmlEmitter.cs : Correct URL escape implementation.
+
+2004-06-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslTransformProcessor.cs : On document() function, close the 
+         XmlTextReader opened from uri string.
+
+2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs,
+         GenericOutputter.cs : XmlNamespaceManager.LookupPrefix() allows only
+         atomized names. Fixed XPathNavigatorNsm.LookupNamespace() that 
+         should override another overload.
+
+2004-05-25  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * ScriptCompilerInfo.cs: the name used to load the Microsoft.JScript
+         assembly should not include the .dll extension.
+
 2004-05-20  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Compiler.cs :