From 0a7bbcd9b6c9471b279e317ce5d7c195a4a9f4a4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Mar 2003 04:09:19 +0000 Subject: [PATCH] Updated change log git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 3d96896504..29287c099e 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -66,6 +66,14 @@ always call them. The functions are: Refactored, enhanced and added capabilites for the DrawXXXList functions, inspired by code from Chris Barker. +The wxWindows .mo language catalog files are now installed in a +subdirectory of the wxPython package dir on MSW since that platform +doesn't have a standard place for them. + +Added missing deselect methods for wxGrid. + +Fixed typemaps for wxGridCellCoordsArray. +