-wxWindows 2.1.13
+wxWindows 2.1.14
----------------
Welcome to wxWindows 2, a sophisticated cross-platform C++
Please see changes.txt for details.
+Note that there is a new contrib hierarchy for contributions,
+which mirrors the regular wxWindows hierarchy. The Object
+Graphics Library and MMedia library have been moved under
+contrib, so you may need to change your makefiles or project
+files, together with your source files. E.g. change #include "ogl.h"
+to #include <wx/ogl/ogl>.
+
+Also VC++ project files and makefiles have been made more
+consistent, so some paths and library names have changed.
+
Platforms supported
-------------------
jpeg.zip Optional JPEG library
tiff.zip Optional TIFF library
ogl3.zip Optional Object Graphics Library
-glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
+mmedia.zip Optional MMedia class library (Motif, GTK, MSW)
+stc.zip Optional wxStyledTextCtrl library (Motif, GTK, MSW)
tex2rtf2.zip Tex2RTF documentation tool
wxWindows for GTK distribution
wx2_x_y_gen.zip
wx2_x_y_mot.zip
jpeg.zip
+tiff.zip
wxWindows for Windows distribution
----------------------------------
linked against LGPL library. Basically you should link dynamicaly and
include source code of LGPL libraries with your product (unless it is
already present in user's system - like glibc usually is).
-
If compiled with --enable-odbc (Unix only), wxWindows library will
contain iODBC library which is covered by LGPL.
+If you use TIFF image handler, please see src/tiff/COPYRIGHT
+for libtiff license details.
+
+If you use JPEG image handler, documentation for your program should
+contain following sentence: "This software is based in part on the work of
+the Independent JPEG Group". See src/jpeg/README for details.
+
+
Documentation
-------------
See docs/html/index.htm for an HTML index of the major documents.
-See docs/changes.txt for a detailed history of changes to wxWindows 2
- (not up-to-date).
+See docs/changes.txt for a summary of changes to wxWindows 2.
+
+See docs/tech for an archive of technical notes.
The Windows help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
Good luck!
-The wxWindows Team, February 2000
+The wxWindows Team, 19 March, 2000