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-11-24 13:48:55 +0300
committerAtsushi Eno <atsushieno@gmail.com>2004-11-24 13:48:55 +0300
commit18515ab185bc0813dfdf56cc9d7191c1c91db3de (patch)
treee85f76f2c41aa8b87c98f8b83ff49fa14808b264 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parent9fbc9350806fccb13a7caa08cc1128724f472049 (diff)
2004-11-24 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : commented out some fields and depending code that are currently not used. Fixed "one incorrect missing component handling" in the last commit (it was correct). * XsdIdentityState.cs : removed unused fields and local variables. svn path=/trunk/mcs/; revision=36467
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index aee1b3e3082..5937910c91e 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-24 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdValidatingReader.cs : commented out some fields and depending
+ code that are currently not used.
+ Fixed "one incorrect missing component handling" in the last commit
+ (it was correct).
+ * XsdIdentityState.cs : removed unused fields and local variables.
+
2004-11-20 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : quick fix for bug #69620. In some cases