]> git.saurik.com Git - wxWidgets.git/commitdiff
don't send duplicate set/kill focus events when the text control part of the control...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jul 2006 23:51:43 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jul 2006 23:51:43 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 3d6a669599fc9eefde51ba27e072fdb73fa9bb6a..3755c182220ec8906a068039679f94f62ce19c9f 100644 (file)
@@ -100,8 +100,10 @@ All:
 wxMSW:
 
 - Fixed version script problems when using configure with cygwin/mingw32.
-- Use system default paper size for printing instead of A4
-- Fix colours when converting wxBitmap with alpha to wxImage (nusi)
+- Use system default paper size for printing instead of A4.
+- Fix colours when converting wxBitmap with alpha to wxImage (nusi).
+- Clipboard data is now retained after the application exits.
+
 
 2.7.2
 -----