From cf0ecf5234b63dc0fa0a05e1541d7916b332c73b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 18 Sep 2000 15:45:37 +0000 Subject: [PATCH] some minor changes mentioned git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 44a96d4da5..fb2971b4ab 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -10,6 +10,21 @@ wxMSW: (starting item is now included in the search, use 0 to search from the beginning) +2.2.3 +----- + +wxGTK: + +- frames created with wxDefaultSize will have some reasonable default size and + not be created with 0 size + +2.2.2 +----- + +wxGTK: + +- better (implicit) themes support + 2.2.1 -----