Resource sample reflects recent font correction; doc updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-07-10 05:47:45 +00:00
parent d19e79247c
commit 6b5f146a2b
14 changed files with 44 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
wxWindows 2.1 for Motif installation
wxWindows 2.2 for Motif installation
------------------------------------
IMPORTANT NOTE:
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
When sending bug reports tell us what version of wxWindows you are
using (including the beta) and what compiler on what system. One
example: wxMotif 2.1 beta 6, egcs 1.1.1, Redhat 5.0
example: wxMotif 2.2.0, egcs 1.1.1, Redhat 5.0
First steps
-----------

View File

@@ -1,14 +1,8 @@
Welcome to wxWindows/Motif 2.1.16
Welcome to wxWindows/Motif 2.2.0
You have downloaded version 2.1.16 of the Motif port of
the wxWindows GUI library. Although this is not yet the
final stable release wxMotif 2.2, the current version has
been tested carefully on many systems and has been found
to work better than any other previous version.
This is the last beta release. wxWindows is now in a code
freeze and only bugs will be corrected.
You have downloaded version 2.2.0 of the Motif port of
the wxWindows GUI library.
More information about the wxWindows project as a whole
can be found at:
@@ -39,7 +33,7 @@ Alternatively, you may also use the bug reporting system
linked from the wxWindows web page.
The library produced by the install process will be called
libwx_motif.a (static) and libwx_motif-2.1.so.16.0.0 (shared) so that
libwx_motif.a (static) and libwx_motif-2.2.so.0.0.0 (shared) so that
once a binary incompatible version of wxWindows/Motif comes out
we'll augment the library version number to avoid linking problems.

View File

@@ -1,11 +1,9 @@
Installing wxWindows 2.1
Installing wxWindows 2.2
------------------------
This is a beta release of wxWindows 2.1 for Microsoft
Windows 95, 98 and NT. This is not a production release,
although a huge number of bugs found in earlier versions
of wxWindows have been fixed.
This is wxWindows 2.2 for Microsoft Windows 3.1, 95, 98 and
Windows NT/Windows 2000. This is an official, stable release.
IMPORTANT NOTE: If you experience problems installing, please
re-read this instructions and other related files (changes.txt,
@@ -188,7 +186,7 @@ the project. After this, delete everything (including PCH) and recompile.
Note (5): for some further notes about upgrading your project
files to be compatible with wxWindows 2.1.14, please see
"Highlights of wxWindows 2.1.14" from the Download page of the
"Highlights of wxWindows" from the Download page of the
web site or CD-ROM.
Note (6): to create your own IDE files, see the technical note on the
@@ -427,7 +425,7 @@ src\xpm\xpmi.h:
Metrowerks CodeWarrior compilation
----------------------------------
1. Downloaded and unzip wx2_x_y_cw.zip.
1. Downloaded and unzip wxWindows-x.y.z-cw.zip.
2. Load the make_cw.mcp project in wx\src, and compile.
3. Load the make_cw.mcp project in wx\samples\minimal, and compile.
Further project files for samples will be available in due

View File

@@ -14,38 +14,8 @@ Please see also:
usage, how many classes of each kind are in use, etc.? That
would be neat.
- Documentation: mention include files with each class.
- Document/update wxTime.
- Document wxSpinCtrl & wxFontMapper.
- Fix TCP/IP mode in dde sample (how to use; why does it crash).
- In doc/view file selector, document type is selected by
extension, not the type selected in the (Windows) file selector.
- Add all makefiles/documentation for utils/serialize.
- Implement wxScrolledWindow::OnChar to scroll the window using
the keyboard.
- Documentation for ODBC classes
For 2.1: small changes not involving rewriting anything
-------------------------------------------------------
- wxArrayDouble class?
- generate CREATE/DESTROY events just after/before a window (any window, not
just frame/dialog) is created/deleted
- Dynamic menu handling: wxMenuBar::DeleteMenu(), InsertMenu()
For 2.2: major new additions
-------------------------------------------------------
- Unicode support (Win32 only probably)
- DnD and OLE clipboard, uniform DnD/clipboard handling