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/Managed.Windows.Forms/System.Windows.Forms/ChangeLog')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
index 9f3897cd398..cae7ad58197 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-24 Jackson Harper <jackson@ximian.com>
+
+ * TextBoxBase.cs: When we move the caret we also need to move the
+ selection, this fixes some random crashing after doing select
+ text, unselect, delete a char, paste.
+
2007-01-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).