X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7fcbee9e16e1419f2b4f1d710929e4dfda5d28ec..2efbde68e90616248e8460b170b3920601ae86bf:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2170a21ff7..736dcd52a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +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 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 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 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.