updated for 2.8.0 rc3
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Dec 2006 15:23:50 +0000 (15:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Dec 2006 15:23:50 +0000 (15:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

debian/changelog

index 736dcd52a2339e7a544bf3927f117b293191d07b..63d41aa83b01b31bf2d3df11dcd7433680ddc85e 100644 (file)
@@ -1,3 +1,13 @@
+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