]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/changelog
fixed wxGetTranslation() prototype in the !wxUSE_INTL case
[wxWidgets.git] / debian / changelog
index 1379150377d852292239f62e1f075285af619345..2455a5550f43a76af1fa148c6040f6feda6f28a5 100644 (file)
@@ -1,3 +1,68 @@
+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.
+  * Added wxFilterFSHandler and wxArchiveFSHandler.
+  * Added wxString::ToLongLong() and ToULongLong().
+  * Added wxCollapsiblePane.
+  * Added wxSimpleHtmlListBox.
+  * Many enhancements to wxRichTextCtrl.
+  * Support for loading TGA files added.
+  * wxHtmlWindow now generates events for mouse actions and text copy.
+
+ -- Vadim Zeitlin <vadim@wxwindows.org>  Oct, 31 Tue 2006 15:58:00 +0100
+
+wxwidgets2.7 (2.7.1.3-0) unstable; urgency=low
+
+  * wxGTK:  The wx.ALWAYS_SHOW_SB style is now supported.
+  * Fixed name errors in the old wxPython package namespace.
+
+ -- Robin Dunn <robin@alldunn.com>  Thu, 26 Oct 2006 14:35:29 -0700
+
+wxwidgets2.7 (2.7.1.2-0) unstable; urgency=low
+
+  * Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty methods.
+  * Patch #1579280: Some mimetype optimizations on unix-like systems.
+
+ -- Robin Dunn <robin@alldunn.com>  Sat, 21 Oct 2006 22:33:41 -0700
+
+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
+    http://wxpython.org/CHANGES.txt for details.
+
+ -- Robin Dunn <robin@alldunn.com>  Wed, 18 Oct 2006 17:09:53 -0700
+
 wxwidgets2.7 (2.7.0.0-2) unstable; urgency=low
 
   * Fixes to ansi packages builds