X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27b3bd6a59e2fbc03f4753707fd767f23e4b19bf..e566ccf1baa97b466884023328e2605c06c55868:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 33f4128f38..9efa044396 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -85,6 +85,8 @@ All: - Added wxPowerEvent (currently MSW-only). - Make wx-config compatible with Bourne shells. - Fixed wxDb::Open(wxDbConnectInf) when using connection string (Hellwolf Misty) +- Fixed crash in wxDb::Open() in Unicode build (Massimiliano Marretta) +- Fixed wxTimeSpan::Format() for negative time spans All (GUI): @@ -160,7 +162,7 @@ All (GUI): - Fixed problem with zoom setting in print preview. - Moved wxRichTextCtrl from the advanced library to its own. - wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls. -- Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with +- Added wxTopLevelWindow::SetTransparent and CanSetTransparent, with implementations (so far) for wxMSW and wxMac. wxMSW: