]> git.saurik.com Git - wxWidgets.git/commitdiff
move wxGetClientDisplayRect() fix into 2.8.7 section
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 00:22:31 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 00:22:31 +0000 (00:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index f1a65323fef9bc695e6e76a54a5a6af6c718b6b9..46fd7d6272be825c2660e351f7ec00e5e6fcf554 100644 (file)
@@ -197,7 +197,6 @@ All (GUI):
 - Added wxBG_STYLE_TRANSPARENT background style (Julian Scheid)
 - Added XRCSIZERITEM() macro for obtaining sizers from XRC (Brian Vanderburg II)
 - New and improved wxFileCtrl (Diaa Sami and Marcin Wojdyr)
-- Implemented wxGetClientDisplayRect() correctly for X11-based ports
 - Added wxEventBlocker class (Francesco Montorsi).
 - Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi).
 - Added wxSizerFlags::Top() and Bottom().
@@ -272,17 +271,18 @@ wxX11:
 
 All:
 
-- Fixed bug with default proxy destruction in wxURL (Axel Gembe)
+- Fixed bug with default proxy destruction in wxURL (Axel Gembe).
 
 wxMSW:
 
 - Correct (harmless) warnings given for forward-declared DLL-exported classes
-  by mingw32 4.2 (Tim Stahlhut)
+  by mingw32 4.2 (Tim Stahlhut).
 
 wxGTK:
 
 - Added gtk.window.force-background-colour wxSystemOptions option to work around
   a background colour bug in the gtk-qt theme under KDE.
+- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.
 
 
 2.8.6