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 15:08:13 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-12-09 15:08:13 +0300
commit400acec1116281f8b8c143558aac9634c75b2b71 (patch)
treed72eba62e2c0f73053585ac81120f448ec2556da /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parent7519af4c1686be39d9f32d290f0b64a265c00a16 (diff)
2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : more refactoring on XsdValidationContext. context.Load() was unnecessary. SchemaType is not necessary. SiblingState and Element are now not accessed externally. svn path=/trunk/mcs/; revision=37482
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index f6f3e1a861a..adbac506af7 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,5 +1,11 @@
2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
+ * XsdValidatingReader.cs : more refactoring on XsdValidationContext.
+ context.Load() was unnecessary. SchemaType is not necessary.
+ SiblingState and Element are now not accessed externally.
+
+2004-12-09 Atsushi Enomoto <atsushi@ximian.com>
+
* XsdValidatingReader.cs : more refactoring.
2004-12-08 Atsushi Enomoto <atsushi@ximian.com>