Minor tweaks to get up to date with wx CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-08 23:10:39 +00:00
parent 070a1e7e3b
commit 1ceb4f4d19
16 changed files with 380 additions and 0 deletions

View File

@@ -1,6 +1,25 @@
Recent Changes for wxPython
=====================================================================
2.8.1.0
-------
*
Added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right
button release, not press, under MSW (bug 1623761)
Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() methods;
documented wxTreeItemId (patch 1622125)
Fix wxMDIChidFrame::GetPosition() (patch 1626610)
Fix attribute memory leak in wxGrid::ShowCellEditControl() (patch
1629949)
2.8.0.2
-------
* 6-Jan-2007