gluezilla/src:
[mono.git] / mcs / class / System.XML / Mono.Xml.Xsl / ChangeLog
index 0cb88128790700688f3669cb4cdecf32a755997c..3c9c535b38d7277e9bf12c51c198bbfaaedbe4ee 100644 (file)
@@ -1,3 +1,56 @@
+2008-06-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsltDebuggerWrapper.cs : allow public methods in debugger instance.
+
+2008-01-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslKey.cs, XslStylesheet.cs, Compiler.cs : XSLT 1.0 does not
+         prohibit more than one xsl:key with the same QName, so do not use
+         the name as a 'key' in the table for xsl:key. Fixed bug #351939,
+         patch by Tor Lillqvist.
+
+2007-12-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslTemplate.cs, XslTransformProcessor.cs :
+         Some disambiguation around whitespace handling (input strip/preserve
+         and output control).
+       * XslStylesheet.cs : change GetPreserveWhitespace() to match the
+         actual behavior; it does not (and should not) really walk through
+         ancestors. Default whitespace handling depends on the default ("*")
+         handling. (Those changes should not affect anything.)
+
+2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Compiler.cs : added CheckExtraAttributes() to check invalid
+         attributes on stylesheet component elements.
+         Use it in xsl:sort too.
+
+2007-09-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * GenericOutputter.cs : fixed possible conflict for auto-filled
+         attribute prefixes. Fixed bug #325482.
+
+2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslFunctions.cs : fix wrong unboxing in extension functions.
+         Fixed bug #82493.
+
+2007-06-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       initial attempt to hook debuggers.
+       * XsltDebuggerWrapper.cs : new.
+       * XslTransformProcessor.cs Compiler.cs : use above.
+
+2007-01-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslKey.cs : keep keytables per instance document and do not share
+         them among all.
+
+2006-11-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XslStylesheet.cs, XslTemplate.cs : added XSLT stack frame debug
+         support, based on the patch by Michael Meeks.
+
 2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XslTransformProcessor.cs : push current node context after iterating