From bc98b9c3d190bb77402170b1ca3e9487ae028b50 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 9 May 2007 21:11:56 +0000 Subject: [PATCH] added 2.8.4-0 entry git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/changelog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 032880b797..f26e6516b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +wxwidgets2.8 (2.8.4.0-0) unstable; urgency=low + + * Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem) + * Fix wxStringOutputStream::Write() in Unicode build when the argument + overlaps UTF-8 characters boundary + * Account for lines without newline at the end in wxExecute() + * Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse) + * Allow status bar children in XRC (Edmunt Pienkowski) + * Fix memory leak in wxWizard when not using sizers for the page layout + * Fix infinite loop when adding a wxStaticText control to a toolbar + * Fix wxNO_BORDER style for wxRadioBox (David Hart) + * wxComboBox::SetValue() doesn't emit EVT_TEXT anymore + * Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr) + * Added wxString::char_str(), wchar_str(), From8BitData(), To8BitData(), + FromUTF8(), ToUTF8() and utf8_str() methods for forward compatiblity + with wxWidgets 3 + + -- Vadim Zeitlin May, 09 Wed 2007 23:10:01 +0200 + wxwidgets2.8 (2.8.3.0-0) unstable; urgency=low * Added wxSizerFlags::Shaped(), FixedMinSize(), Top() and Bottom() methods.