From 17a2186215b71bfdc595a386d358e3fd90b939b6 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 24 Oct 2000 10:06:03 +0000 Subject: [PATCH] Updates to changes.txt etc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/gtk/changes.txt | 26 +++++++++++++++++++++++++- docs/gtk/install.txt | 4 +--- docs/gtk/todo.txt | 2 +- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/docs/gtk/changes.txt b/docs/gtk/changes.txt index d2564999a7..bc2d44ab47 100644 --- a/docs/gtk/changes.txt +++ b/docs/gtk/changes.txt @@ -1,8 +1,32 @@ +25th October: wxWindows 2.2.3 released + +Fixed bugs in HTTP code. + +Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible +and reduced flicker a little (no longer diables GTK's own +anti-flicker code). + +Always have a clipping region equivalent to the update +region in OnPaint events (such as under wxMSW and wxMac). + +Implemented wxListBox::SetFirstItem(). + +Fixed some minor problems in HTML code, wxListCtrl, +wxListBox. + +Fixed compilation on RedHat 7.0. + +Updated many translations, added Swedish. + +Changed default screenpixels-per-inch from 100 to 75 in +printing code. This seems to cause problems in program +using the former value somewhere. + 20th September: wxWindows 2.2.2 released Fixed wxSizer bug that made items with option -flags greater than 1 report a wrongn size. +flags greater than 1 report a wrong size. Fixed many incompatibilties with GTK themes - essentially a backport from the 2.3 branch. diff --git a/docs/gtk/install.txt b/docs/gtk/install.txt index 9c9a1f9cbb..bfeb70d010 100644 --- a/docs/gtk/install.txt +++ b/docs/gtk/install.txt @@ -254,9 +254,7 @@ The following options handle the kind of library you want to build. --disable-threads Compile without thread support. - --disable-shared Do not create shared libraries. - - --enable-static Create static libraries. + --disable-shared Create static libraries. --disable-optimise Do not optimise the code. Can sometimes be useful for debugging diff --git a/docs/gtk/todo.txt b/docs/gtk/todo.txt index 64fdea667b..3affb18814 100644 --- a/docs/gtk/todo.txt +++ b/docs/gtk/todo.txt @@ -1,7 +1,7 @@ -------------------- High priority --------------------- -Improve, update translations. Install *.mo files somewhere. +Improve, update translations. Mostly done. -------------------- Medium priority ---------------------