makefile updates,

minor doc updates


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-11-21 19:28:15 +00:00
parent 8a29359071
commit e909371890
29 changed files with 787 additions and 90 deletions

View File

@@ -6,7 +6,23 @@ Minor compile and build fixes for different architectures.
Added more flags to wxSizer for proportional sizing and
centering and alignment combination.
Added controls to wxToolBars (e.g. combobox).
Added controls to wxToolBars (e.g. combobox) and DeleteTool.
Fixed problem with reading flushable streams.
Added code to send events from one thread to another and added
function to wake up idle system (needed for sending inter-thread
events).
Corrected wrongly set flag in dialogs which broke its tab code.
Also corrected navigation on wxRadioBox.
Corrected segfaults in wxGLCanvas and stupid race when using
several such windows.
Some minor updates to wxSockets.
Speed-up for new encoding related font code.
7st November '99: wxWindows 2.1.11 released

View File

@@ -1,5 +1,5 @@
Welcome to wxWindows/Gtk 2.1.11
Welcome to wxWindows/Gtk 2.1.12
you have downloaded version 2.1 of the GTK+ 1.2 port of
the wxWindows GUI library. Although this is not yet the
@@ -47,7 +47,7 @@ VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
WAS REPORTED. I know this has no effect, but I tried...
The library produced by the install process will be called
libwx_gtk.a (static) and libwx_gtk-2.1.so.11.0.0 (shared) so
libwx_gtk.a (static) and libwx_gtk-2.1.so.12.0.0 (shared) so
that once a binary incompatible version of wxWindows/Gtk comes
out we'll augment the library version number to avoid linking
problems.