From 9d308583a46a7ccfd79f3b153cac6638b846681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 7 Apr 2003 22:10:44 +0000 Subject: [PATCH] more backported chnages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 5843aa8614..bce3da07e6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -183,14 +183,14 @@ All: - wxStopWatch::Start() didn't resume it contrary to the docs - accept '\r' as delimiter when parsing dates - fixed duplicate wxFontEncoding values -- wxrc fixes: fixed compilation of wxBitmap, wxIcon toplevel - nodes; fixed wxrc when using -o dirname/filename +- wxFileConfig now always uses UTF-8 to store settings in Unicode build; + it will be possible to set different charset in wxWindows >= 2.5.0 Unix (GUI): - fixed the "close" button of dialogs under KDE 3.1 - fixed memory leak in wxMimeTypesManager -- Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager +- use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager wxBase @@ -222,9 +222,10 @@ wxMSW: - use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in wxTE_RICH2 text control - fixes for wxLocale::Init and Borland C++ -- Fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly -- Alt-letter didn't switch focus to a spin ctrl following static control with hotkey -- Fix for multiple consecutive groups of radiobuttons +- fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly +- Alt-letter didn't switch focus to a spin ctrl following static control with + hotkey +- fix for multiple consecutive groups of radiobuttons wxMotif: @@ -238,6 +239,23 @@ wxMac: - implement wxExecute with proper callback on Mac OS X +wxHTML: + +- fixed parsing of CDATA tags (Bill Nalen) +- content of