X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cdd04ad993f86710bc5c9d9c8c12ec25a34ac71..8a31648287be0ef976f133de2786b137f1e98340:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 20a8a0bb0e..e35a691eaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +wxwidgets2.8 (2.8.1.1-0) unstable; urgency=low + + * Fix compilation with wxUSE_STL=1 + * wxGrid::GetBestSize() returns same size the grid would have after AutoSize() + * Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi) + * Several RTL-related positioning fixes (Diaa Sami) + * Fix wxConfig::DeleteGroup() for arguments with trailing slash (David Hart) + * Fix memory leak in wxGrid::ShowCellEditControl() (Christian Sturmlechner) + * Don't crash if command line is not valid UTF-8 (Unicode build only) + * Added wxSizerFlags::Shaped() and FixedMinSize() methods + * Added wxCSConv::IsOk() (Manuel Martin) + * Added wxDateTime::GetDateOnly() + * Made wxTextFile work with unseekable files again (David Hart) + * Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta) + * Added wxSearchCtrl::[Get|Set]DescriptiveText + + -- Robin Dunn Fri, 19 Jan 2007 12:02:52 -0800 + +wxwidgets2.8 (2.8.0.1-1) unstable; urgency=low + + * No changes, just a different packager + + -- Vadim Zeitlin Dec, 13 Wed 2006 17:40:24 +0100 + wxwidgets2.8 (2.8.0.1-0) unstable; urgency=low * Add wxSearchCtrl @@ -52,7 +76,7 @@ wxwidgets2.7 (2.7.1.2-0) unstable; urgency=low wxwidgets2.7 (2.7.1.1-0) unstable; urgency=low * First 2.7.x release from wxPython team. - * Many enhancements, changes, fixes and updates. See + * Many enhancements, changes, fixes and updates. See http://wxpython.org/CHANGES.txt for details. -- Robin Dunn Wed, 18 Oct 2006 17:09:53 -0700