From: Kevin Hock Date: Tue, 18 Jan 2005 15:14:19 +0000 (+0000) Subject: Event member variables hidden, text control efficiency by not calling GetString for... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4bde3754ebf138cd8e989a9200f1c4500b074826 Event member variables hidden, text control efficiency by not calling GetString for each event git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 8a6b8487aa..bb072e0318 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: