From c5301893b205c675cf3da79158dd9c41347b62a6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 22 Aug 2008 15:22:58 +0000 Subject: [PATCH] Documented wxRTC fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55177 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 d1d28a489b..23e8f5977a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -113,6 +113,7 @@ All (GUI): - Fix crash when reading malformed PCX images. - Fix bug with wrong transparency in GIF animations (troelsk). - Store palette information for XPM images in wxImage (troelsk). +- Fixed selection bugs and auto list numbering in wxRichTextCtrl. All (Unix):