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
This commit is contained in:
Robert Roebling
2000-10-24 10:06:03 +00:00
parent 1c6e38f4df
commit 17a2186215
3 changed files with 27 additions and 5 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -1,7 +1,7 @@
-------------------- High priority ---------------------
Improve, update translations. Install *.mo files somewhere.
Improve, update translations. Mostly done.
-------------------- Medium priority ---------------------