From c29c6035975de7e59f39171fcad432af4977cc8f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 2 Jun 2003 13:57:28 +0000 Subject: [PATCH] Updated change log git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 5fe796477a..5f1df9d6b0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -49,6 +49,7 @@ wxBase: must modify YourApp::OnAssert() signature if you were using it to override the default assert handling. + All (GUI): ! the event type constants are not constants any more but are dynamically @@ -112,7 +113,6 @@ All (GUI): wxMessageOutput::Set(new wxMessageOutputLog); to your program (you will need to #include ) -- Backported XRC handlers for wxSplitterWindow and wxWizard. wxMSW: @@ -188,6 +188,7 @@ All: - 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 - added wxFileName::MakeAbsolute +- bugs in wxCalCtrl fixed (year not being updated) Unix (GUI): @@ -201,6 +202,7 @@ wxBase - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed - fixed bug in wxArray::Shrink() (Seth Manley) - fixed bug with searching in sorted arrays (Jürgen Palm) +- wxFileConfig parse bug fixed wxGTK: @@ -234,6 +236,10 @@ wxMSW: - fixed memory leak when setting new wxMask for wxBitmap - improved border handling so it no longer shows a thin and sunken border under XP +- partial fix for wxNotebook pages looking bad under XP: wxUSE_UXTHEME + enables XP theme engine code, and wxUSE_UXTHEME_AUTO tells + wxWindows to use the theme tab colour for control backgrounds. + Proper XP theme support is planned for 2.6 wxMotif: @@ -265,6 +271,7 @@ wxXRC: - wxToolBar handler now supports all wxToolBar's features - handling was fixed - loading of resources specified using relative file names was fixed +- added wxSplitterWindow and wxWizard support 2.4.0 -----