From 42b2b3947ff8ac27a4b0c32ba264841fa8d430a2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 Oct 2002 16:16:32 +0000 Subject: [PATCH] trying to keep the list of changes as brief as possible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 91723150d6..09bb343278 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -176,8 +176,8 @@ OTHER CHANGES All: - added (partial) Indonesian translations (Bambang Purnomosidi D. P.) -- added wxSizer::Show by Carl Godkin, to make it easy to - ynamically show and hide sizers and windows (see samples/controls, wxSizer tab) +- added wxSizer::Show()/Hide() (Carl Godkin) +- fixed bugs in wxDateTime::SetToWeekDay()/GetWeek() Unix (Base/GUI):