From e430a1b28fb03ca8dc9d039f6f27367314401adf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 19 Mar 2011 12:29:32 +0000 Subject: [PATCH] Document wxRTC XML performance fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index 29b4152df0..1c83236dca 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -115,6 +115,7 @@ All (GUI): - wxRTC: fixed a problem with paste resetting the content paragraph style. - wxRTC: style list box now copes with names duplicated across style types. Also fixed wxRichTextStyleDefinition::GetStyleMergeWithBase similarly. +- wxRTC: fixed very poor performance for XML loading on wxGTK. - Fixed error in generic tree control CalculatePositions. - Added wxFD_FILE_MUST_EXIST to wxFileSelector function. - Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility