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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2005-11-13 14:33:53 +0300
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2005-11-13 14:33:53 +0300
commit459555c9d3452872c9ed52e41d9bd491c2cd3dc0 (patch)
tree85a3bfc16073249cfd99a45692e2ebee0cef9bb9 /mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
parent8a727b19357a3e36052f6ef2f059a3ed6a320372 (diff)
text support
svn path=/trunk/mcs/; revision=52965
Diffstat (limited to 'mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
index 96177f685d9..97eb9710369 100644
--- a/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
+++ b/mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
@@ -1,5 +1,9 @@
2005-11-13 Konstantin Triger <kostat@mainsoft.com>
+ * GraphicsPath.jvm.cs: AddString support.
+
+2005-11-13 Konstantin Triger <kostat@mainsoft.com>
+
* ExtendedGeneralPath.jvm.cs: restore quadTo as curveTo affects quality
2005-11-13 Konstantin Triger <kostat@mainsoft.com>