]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/changelog
Update wxMac docs to reflect new wxOSX/Carbon and wxOSX/Cocoa split, keep a note...
[wxWidgets.git] / debian / changelog
index 2b7ac25a94685c5ad49dcd894d86d042d4dbfcc2..e35a691eaf806a3e6e46530922b58114c2f0272f 100644 (file)
@@ -1,3 +1,51 @@
+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 <robin@alldunn.com>  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 <vadim@wxwindows.org>  Dec, 13 Wed 2006 17:40:24 +0100
+
+wxwidgets2.8 (2.8.0.1-0) unstable; urgency=low
+
+  * Add wxSearchCtrl
+  * Official wxPython release
+
+ -- Robin Dunn <robin@alldunn.com>  Mon, 11 Dec 2006 18:50:29 -0800
+
+wxwidgets2.8 (2.8.0.0-0rc3) unstable; urgency=low
+
+  * wxFileSystem::OpenFile() takes wxFS_SEEKABLE by default now.
+  * Fixed wxCalendarCtrl::HitTest() when clicking on month change arrows.
+  * Added wxWindow::GetWindowBorderSize(), corrected wxTreeCtrl::GetBestSize().
+  * Allow dynamically changing most of text control styles.
+  * Enable use of libgnomeprintui by default in configure.
+
+ -- Vadim Zeitlin <vadim@wxwindows.org>  Dec, 05 Tue 2006 14:41:22 +0100
+
+wxwidgets2.8 (2.8.0.0-0rc2) unstable; urgency=low
+
+  * wxArrayString::Alloc() doesn't clear array contents any more
+  * Fixed long standing bug in wxFileConfig groups renaming
+
+ -- Vadim Zeitlin <vadim@wxwindows.org>  Nov, 14 Tue 2006 19:06:37 +0100
+
 wxwidgets2.7 (2.7.2.0-0) unstable; urgency=low
 
   * Added wxTar streams.
@@ -28,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 <robin@alldunn.com>  Wed, 18 Oct 2006 17:09:53 -0700