Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-12-09 23:26:43 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-12-09 23:26:43 +0300
commit23db8ee41eff6ed53fb156a3e71ff97cffd3a2dc (patch)
tree23ad954936eeb765127758df694a4196a59120a2 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parent8238104381e4d248c5c23a230851b85dcacd36fc (diff)
2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs, XsdParticleValidationState.cs : Fixed the previous problem == inconsistent start assessment and end assessment. More refactory: stateManager is just renamed to state, and its type name is now XsdParticleStateManager. Now Context is included in state. Shortened lengthy xsd related type names with usingdecl. svn path=/trunk/mcs/; revision=37518
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index 630868e3add..1870c369e7f 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,5 +1,15 @@
2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
+ * XsdValidatingReader.cs,
+ XsdParticleValidationState.cs : Fixed the previous problem ==
+ inconsistent start assessment and end assessment.
+ More refactory: stateManager is just renamed to state, and its type
+ name is now XsdParticleStateManager.
+ Now Context is included in state.
+ Shortened lengthy xsd related type names with usingdecl.
+
+2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
+
* XsdValidatingReader.cs : mhm, something is wrong with call to
context.PopScope(). So quick fix and marked as FIXME.