]> git.saurik.com Git - wxWidgets.git/commitdiff
Event member variables hidden, text control efficiency by not calling GetString for...
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:14:19 +0000 (15:14 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:14:19 +0000 (15:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 8a6b8487aa35e13badacaa2cfb44c01d638cc05e..bb072e03181b8fab4d8a1f5edb05fe94223604d0 100644 (file)
@@ -7,6 +7,8 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual
 
 All:
 
+- wxEvent and its derivatives have their variable members nonpublic now.
+  Use the Get/Set accessors (Mart Raudsepp)
 - new classes for reading and writing ZIP files (M.J.Wetherell)
 - large files support for wxFFile (M.J.Wetherell)
 - classes in the manual are now cross-referenced (Zbigniew Zagórski)
@@ -71,6 +73,7 @@ wxGTK:
   runtime, which library version is installed so that these functions
   are only called with GTK+ 2.4.x installed and should yield linker
   errors otherwise.
+- wxTextCtrl text insertion efficiency fixed. (Mart Raudsepp)
 
 wxMac: