From 8e51fb77851cbe623cc800c0e62585d41b2df1f2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 12 Nov 2007 19:03:25 +0000 Subject: [PATCH] add some changelog notes for 2.8.7.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index d83d8b9fa0..88597e73f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +wxwidgets2.8 (2.8.7.0-0) unstable; urgency=low + + * wxPython: New version of XRCed from Google SoC project + * wxPython: Added the Editra programmer's editor to the wxPython tools. + * wxFrame::ShowFullScreen now preserves the menubar's accelerators. + * wxGetClientDisplayRect correctly implemented for wxGTK and wxX11 ports. + + -- Robin Dunn Mon, 9 Nov 2007 17:38:01 -0700 + wxwidgets2.8 (2.8.6.1-0) unstable; urgency=low * wxPython: Add wx.Window.GetGtkWidget.