]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
handle negative time spans correctly in Format()
[wxWidgets.git] / docs / changes.txt
index 33f4128f38befa671d5218ca5143d270e87bdae5..9efa044396a672617bc899b34270f52045d1d511 100644 (file)
@@ -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: