From: Robin Dunn Date: Fri, 22 Apr 2005 00:44:36 +0000 (+0000) Subject: formatting and comment about refresh bugs in wxGrid X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/33b0e2df56d323b98417b4592db865134b4cb045 formatting and comment about refresh bugs in wxGrid git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 9e854bae53..56dbc8250e 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -28,15 +28,17 @@ able to do in a unicode build, and in an ansi build it will depend on the content of the utf-8 used being compatible with the current encoding, (you'll get an exception otherwise.) - AddTextRaw AddTextUTF8 - InsertTextRaw InsertTextUTF8 - GetCurLineRaw GetCurLineUTF8 - GetLineRaw GetLineUTF8 - GetSelectedTextRaw GetSelectedTextUTF8 - GetTextRangeRaw GetTextRangeUTF8 - SetTextRaw SetTextUTF8 - GetTextRaw GetTextUTF8 - AppendTextRaw AppendTextUTF8 + =================== ==================== + AddTextRaw AddTextUTF8 + InsertTextRaw InsertTextUTF8 + GetCurLineRaw GetCurLineUTF8 + GetLineRaw GetLineUTF8 + GetSelectedTextRaw GetSelectedTextUTF8 + GetTextRangeRaw GetTextRangeUTF8 + SetTextRaw SetTextUTF8 + GetTextRaw GetTextUTF8 + AppendTextRaw AppendTextUTF8 + =================== ==================== wx.stc.StyledTextCtrl: Added the StyleSetFontEncoding(style, enc) @@ -46,6 +48,9 @@ a particular style. wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN, EVT_KEY_UP and EVT_TEXT events from its embedded text control. +wxMac: Corrected refresh bugs in wxGrid. + +