Tweak dates and version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-08 23:45:11 +00:00
parent 5fd01bf150
commit 3173a64c51
2 changed files with 56 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ Recent Changes for wxPython
2.8.1.0
-------
*
* 8-Jan-2006
Added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right
button release, not press, under MSW (bug 1623761)
@@ -16,14 +16,6 @@ Fix wxMDIChidFrame::GetPosition() (patch 1626610)
Fix attribute memory leak in wxGrid::ShowCellEditControl() (patch
1629949)
2.8.0.2
-------
* 6-Jan-2007
wxGTK: Fix for controls on a toolbar being the full height of the
toolbar instead of their natural height.