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>2005-11-07 11:48:22 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-11-07 11:48:22 +0300
commita7a4be34df97d9b5272bfce7a3d12e52e5b6cc83 (patch)
tree553c64b528a9e67bc85f2519d64988da167b3339 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parentd3d43fc0eb233e4a8f7466c7b97a1641d33447e7 (diff)
2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : XmlReader.ReadTypedValue() does not exist anymore, so it is not override. * XmlNamespaceManager.cs : NameTable is virtual in 2.0 RTM. * XmlReader.cs : IsEmptyElement is reverted to be abstract in 2.0 RTM. ReadTypedValue() is removed. * XmlValidatingReader.cs : ReadTypedValue() is not virtual now. * XmlWriter.cs : Settings is virtual. * XPathNodeIterator.cs : added [DebuggerDisplay]. pretty useless tho. * XPathNavigator.cs : [DebuggerDisplay] as well. SelectSingleNode() and AppendChildElement() are now virtual. svn path=/trunk/mcs/; revision=52637
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index 0056c6fd1af..2baded72c31 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdValidatingReader.cs : XmlReader.ReadTypedValue() does not exist
+ anymore, so it is not override.
+
2005-09-30 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs: make ParserContext and its NamespaceManager