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