]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/changes.txt
make install, make uninstall and wx-coonfig work again.
[wxWidgets.git] / docs / gtk / changes.txt
index 7be7e77d724d8dc13a3d6c6fa99ecdb0e16e093d..85946c0d92b0eb53b529ab1f884aa2b617436602 100644 (file)
@@ -1,8 +1,10 @@
 
-27th July '99: Eight wxGTK 2.1 snapshot released
+6th August '99: Eight wxGTK 2.1 snapshot released
 
 The new makefile system is not able to produce shared libraries 
-on Unix with the exception of Linux - libtool is really great...
+on Unix with the exception of Linux - libtool is really great.
+Therefore, the build system defaults to static libraries on
+anything but Linux for now.
 
 Work in wxPen, wxBrush and wxDC to match wxMSW more exactly and
 to implement missing feature etc.
@@ -23,9 +25,6 @@ Reworked in-place editing of wxListCtrl and wxTreeCtrl.
 
 Fixed bug reporting two refreshes when scrolling.
 
-Disabled GUI threading as I have not been able to get this working
-correctly in _all_ circumstances.
-
 Corrected bug in wxComboBox client data code.
 
 Corrected reported but unverified bug in BMP loading code.
@@ -37,8 +36,12 @@ wxFilesystem, wxHTMLHelpController and others.
 
 Added a wrapper for ffile() etc functions.
 
+Updates to wxDynamicLibrary.
+
 New documentation.
 
+New version of wxPython, of course.
+
 Fixed in unenclosed number of other bugs...
 
 25th June '99: Seventh wxGTK 2.1 snapshot released