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:
Diffstat (limited to 'mcs/class/System.XML/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/System.Xml/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml/ChangeLog b/mcs/class/System.XML/System.Xml/ChangeLog
index 60c36089104..3cb903a3edb 100644
--- a/mcs/class/System.XML/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/System.Xml/ChangeLog
@@ -1,5 +1,12 @@
2005-12-26 Atsushi Enomoto <atsushi@ximian.com>
+ * XmlTextWriter.cs : when namespaceURI is String.Empty, Prefix
+ should be just ignored (it is likely to happen that DOM nodes
+ with empty namespace URI are specified non-empty prefix by
+ users, which had better be just ignored). Fixed bug #77095.
+
+2005-12-26 Atsushi Enomoto <atsushi@ximian.com>
+
* XmlElement.cs : patch for Prefix property by Vorobiev Maksim.
- null should cause ArgumentNullException.
- "" should not raise an error.