From: Vadim Zeitlin Date: Mon, 24 Jul 2006 23:51:43 +0000 (+0000) Subject: don't send duplicate set/kill focus events when the text control part of the control... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a7734bdfb398c42321d985abdad7304bb3ac5182?ds=inline don't send duplicate set/kill focus events when the text control part of the control gets/loses focus git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 3d6a669599..3755c18222 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 -----