]> git.saurik.com Git - wxWidgets.git/blob - docs/changes.txt
Added dde sample; added docs/index.htm
[wxWidgets.git] / docs / changes.txt
1 wxWindows 2.0 Change Log
2 ------------------------
3
4 Beta 3, January 1999
5 --------------------
6
7 wxGTK:
8
9 wxMSW:
10
11 - wxRegConfig DeleteAll bug fixed.
12 - Makefiles for more compilers.
13 - TWIN32 support added.
14 - Renamed VC++ makefiles from .nt to .vc, and
15 factored out program/library settings.
16
17 wxMotif:
18
19 - A few more colour fixes.
20 - wxGLCanvas and OpenGL samples working.
21 - Some compiler warnings fixed.
22 - wxChoice crash fix.
23 - Dialog Editor starting to work on Motif.
24
25 General:
26
27 - wxBusyCursor class added.
28 - Added samples/dde.
29 - More doc improvements, incl. expanding docs/html/index.htm.
30
31 Beta 2, January 1999
32 --------------------
33
34 wxGTK:
35
36 wxMSW:
37
38 - 16-bit BC++ compilation/linking works albeit without the resource system.
39
40 wxMotif:
41
42 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
43 the right place.
44 - Cured some widget table clashes.
45 - Added thread support (Robert).
46 - wxPoem sample now works.
47
48 General:
49
50 - Rearranged documentation a bit.
51 - Sash window uses area of first frame/dialog to paint over when drawing
52 the dragged sash, not just the sash window itself (it clipped to the right
53 or below).
54 - Made resource sample use the correct Cancel button id.
55 - Moved wxProp to main library (generic directory), created proplist
56 sample.
57 - Added bombs and fractal samples.
58
59 Beta 1, December 24th 1998
60 --------------------------
61
62 wxGTK:
63
64 - Various
65
66 wxMSW, wxMotif: not in sync with this release.
67
68
69 Alpha 18, December 29th 1998
70 ----------------------------
71
72 wxMSW:
73
74 - Win16 support working again (VC++ 1.5)
75 - Win16 now uses generic wxNotebook, wxListCtrl,
76 wxTreeCtrl -- more or less working now, although
77 a little work on wxNotebook is still needed.
78 Under 16-bit Windows, get assertion when you click
79 on a tab.
80 - Wrote 16-bit BC++ makefiles: samples don't yet link.
81 - Added CodeWarrior support to distribution courtesy
82 of Stefan Csomor.
83
84 wxMotif:
85
86 - Cured scrolling problem: scrollbars now show/hide themselves
87 without (permanently) resizing the window.
88 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
89 that disabled scrollbar paging.
90 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
91 colours correctly.
92 - Removed major bug whereby dialogs were unmanaged automatically
93 when any button was pressed.
94 - Fixed colours of wxWindow scrollbars, made list and text controls
95 have a white background.
96 - Fixed dialog colour setting.
97 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
98 they have sensible colours by default.
99 - Fixed a bug in wxStaticBox.
100 - Cured wxTreeCtrl bug: now works pretty well!
101 - Debugged DrawEllipticArc (a ! in the wrong place).
102 - Added SetClippingRegion( const wxRegion& region ).
103 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
104
105 Alpha 17, November 22nd 1998
106 ----------------------------
107
108 wxMSW:
109
110 - More documentation updates, especially for
111 wxLayoutWindow classes and debugging facilities.
112 - Changed wxDebugContext to use wxDebugLog instead
113 of wxTrace.
114 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
115 However, DLL support may be broken for BC++ since
116 VC++ 6 required changing of WXDLLEXPORT keyword
117 position.
118 - Numerous miscellaneous changes.
119
120 wxMotif:
121
122 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
123 were too buggy (probably not design for dynamic addition/removal of
124 child frames).
125 - Some improvements to the wxNotebook implementation.
126 - wxToolBar now uses a bulletin board instead of a form, in an attempt
127 to make it possible to add ordinary wxControls to a toolbar.
128 - Cured problem with not being able to use global memory operators,
129 by defining two more global operators, so that the delete will match
130 the debugging implementation.
131 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
132 global memory operators (usually OK) and #defining new to be
133 WXDEBUG_NEW (sometimes it might not be OK).
134 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
135 - Added a parent-existance check to popup menu code to make it not crash.
136 - Added some optimization in wxWindow::SetSize to produce less flicker.
137 It remains to be seen whether this produces any resize bugs.
138
139 It's a long time since I updated this file. Previously done:
140
141 - wxFrame, wxDialog done.
142 - wxScrolledWindow done (but backing pixmap not used at present).
143 - wxBitmap done though could be tidied it up at some point.
144 - Most basic controls are there, if not rigorously tested.
145 - Some MDI support (menus appear on child frames at present).
146 - wxNotebook almost done.
147 - wxToolBar done (horizontal only, which would be easy to extend
148 to vertical toolbars).
149
150 More recently:
151
152 - Colour and font changing done (question mark over what happens
153 to scrollbars).
154 - Accelerators done (for menu items and buttons). Also event loop
155 tidied up in wxApp so that events are filtered through ProcessXEvent.
156 - wxWindow::GetUpdateRegion should now work.
157
158 Alpha 16, September 8th 1998
159 ----------------------------
160
161 wxMSW:
162
163 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
164 sample.
165 - Guilhem's socket classes added, plus wxsocket sample.
166 - A few more makefiles added.
167 - GnuWin32/BC++ compatibility mods.
168 - Further doc updates.
169 - wxProp updates for correct working with wxGTK.
170
171 wxMotif:
172
173 - First start at Motif port.
174 - Made makefiles for wxMotif source directory and minimal sample.
175 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
176 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
177 wxMenu, wxMenuItem, wxMenuBar
178
179 Alpha 15, August 31st 1998
180 --------------------------
181
182 wxMSW:
183
184 - wxBitmap debugged.
185 - wxDC::GetDepth added.
186 - Contribution added whereby wxBitmap will be
187 converted to DC depth if they don't match.
188 - wxConfig API improved, documentation updated.
189 - Printing classes name conventions cleaned up.
190 - wxUpdateUIEvent now derives from wxCommandEvent
191 so event can travel up the window hierachy.
192
193 Alpha 14, July 31st 1998
194 ------------------------
195
196 wxMSW:
197
198 - Toolbar API has been simplified, and now
199 wxFrame::GetClientArea returns the available client
200 area when toolbar, status bar etc. have been accounted for.
201 wxFrame::CreateToolBar added in line with CreateStatusBar.
202 - Documentation updates, incl. for wxToolBar.
203 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
204 - Various additions from other folk, e.g. streams, wxConfig
205 changes, wxNotebook.
206 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
207
208 Alpha 13, July 8th 1998
209 -----------------------
210
211 wxMSW:
212
213 - Implemented wxPoint as identical to POINT on Windows, and
214 altered wxDC wxPoint functions to use wxPoint directly in
215 Windows functions, for efficiency.
216 - Cured wxASSERT bug in wxStatusBar95.
217 - #ifdefed out some bits in oleutils.cpp for compilers that
218 don't support it.
219 - Added some operators to wxPoint, wxSize.
220 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
221
222 Alpha 12, July 7th 1998
223 -----------------------
224
225 wxMSW:
226
227 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
228 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
229
230 Alpha 11, July 3rd 1998
231 -----------------------
232
233 wxMSW:
234
235 - Added thread.h, thread.cpp.
236 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
237 wxMenuBar.
238 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
239 SetTextColor to SetTextColour, and added or made public several
240 wxMenuItem accessors.
241 - Added two overloads to wxRegion::Contains. Added
242 wxRegion::IsEmpty for a more consistent naming convention.
243 - Added Vadim's wxDataObject and wxDropSource.
244 - ENTER/LEAVE events now work.
245 - Cured wxMemoryDC bug where the DC wasn't being deleted.
246 - Cured wxGauge SetSize major bugginess.
247 - Cured problem where if a GDI object was created on the stack,
248 then went out of scope, then another object was selected into
249 the DC, GDI objects would leak. This is because the assignment
250 to e.g. wxDC::m_pen would delete the GDI object without it first
251 being selected out of the DC. Cured by selecting the old DC object
252 first, then doing the assignment.
253 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
254 - Various other bug fixes and additions.
255
256 Generic:
257
258 - Major work on Dialog Editor (still plenty to go).
259 - Expanded documentation a bit more.
260
261 Alpha 10, May 7th 1998
262 ----------------------
263
264 wxMSW:
265
266 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
267 and wxIcon functions so that you can specify what size of
268 icon should be loaded. Probably will remain a Windows-specific thing.
269 - wxStatusBar95 now works for MDI frames.
270 - Toolbars in MDI frames now behave normally. They still
271 require application-supplied positioning code though.
272 - Changed installation instructions, makefiles and batch files
273 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
274 change to support Mingw32/EGCS. Bison now used by default.
275
276 Alpha 9, April 27th 1998
277 ------------------------
278
279 wxMSW:
280
281 - Cured bug in wxStatusBar95 that caused a crash if multiple
282 fields were used.
283 - Added Gnu-Win32 b19/Mingw32 support by changing resource
284 compilation and pragmas.
285 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
286 commands because VZ changed the id setting in wxMenu::MSWCommand.
287
288 Generic:
289
290 - Corrected some bugs, such as the wxModule compilation problem.
291 - Added Gnu-Win32 b19/Mingw32 support by changing resource
292 compilation and pragmas.
293 - Changed SIZEOF to WXSIZEOF.
294
295 Alpha 8, April 17th 1998
296 ------------------------
297
298 wxMSW:
299
300 - Added IsNull to wxGDIObject to check if the ref data is present or not.
301 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
302 some reason :-(
303 - Added wxJoystick class and event handling, and simple demo.
304 - Added simple wxWave class. Needs Stop() function.
305 - Added wxModule (module.h/module.cpp) to allow definition
306 of modules to be initialized and cleaned up on wxWindows
307 startup/exit.
308 - Start of Mingw32 compatibility (see minimal and dialogs samples
309 makefile.m95 files, and install.txt).
310 - Note: Windows printing has stopped working... will investigate.
311 VADIM'S CHANGES:
312 - Updated wxString: bug fixes, added wxArrayString, some
313 compatibility functions.
314 - Updated log.h/cpp, added wxApp::CreateLogTarget.
315 - file.h: new wxTempFile class.
316 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
317 - statbr95: wxStatusBar95 control.
318 - registry.h/cpp: wxRegKey class for Win95 registry.
319 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
320 - wxConfig and wxFileConfig classes.
321
322 Generic:
323
324 - Added src/other/png, src/other/zlib directories.
325 - Added samples/png.
326 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
327 Porters, please check particularly your wxTreeCtrl and wxListCtrl
328 header files.
329 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
330
331 Alpha 7, March 30th 1998
332 ------------------------
333
334 wxMSW:
335
336 - Added tab classes, tab sample.
337 - Now can return FALSE from OnInit and windows will be
338 cleaned up properly before exit.
339 - Improved border handling so panels don't get borders
340 automatically.
341 - Debugged MDI activation from Window menu.
342 - Changes to memory debug handling, including checking for
343 memory leaks on application exit - but see issues.txt for
344 unresolved issues.
345 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
346 to allow maintenance of an icon in the Windows 95 taskbar
347 tray area.
348 - Got MFC sample working (MFC and wxWindows in the same
349 application), partly by tweaking ntwxwin.mak settings.
350 - Got DLL compilation working again (VC++).
351 - Changed wxProp/Dialog Editor filenames.
352
353 Generic:
354
355 - Added tab classes, tab sample.
356 - Revised memory.cpp, memory.h slightly; memory.h now #defines
357 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
358 now checks for leaks on exit. Added memcheck sample.
359 See src/msw/issues.txt for more details.
360 - resource.h, resource.cpp changed to make wxDefaultResourceTable
361 a pointer. Now initialize resource system with
362 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
363 allow better control of memory.
364 - wxString now derives from wxObject, to enable memory leak
365 checking.
366 - Added some #include fixes in various files, plus changed
367 float to long in wxToolBar files.
368
369 Alpha 6, March 10th 1998
370 ------------------------
371
372 wxMSW:
373
374 - Found stack error bug - stopped unwanted OnIdle recursion.
375 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
376 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
377 check if the number of top-level windows is zero before
378 exiting. Also, wxApp::GetTopWindow will return either
379 m_topWindow or the first member of wxTopLevelWindows, so you
380 don't have to call wxApp::SetTopWindow.
381 - Added dynarray.h/dynarray.cpp (from Vadim).
382 - Added first cut at OLE drag and drop (from Vadim). dnd sample
383 added. Drop target only at this stage. See src/msw/ole/*.cpp,
384 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
385 Doesn't work with GnuWin32 - no appropriate headers e.g. for
386 IUnknown.
387 Doesn't work with BC++ either - crashes on program startup.
388 - Added Vadim's owner-draw modifications - will probably remain
389 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
390 - Added wxLB_OWNERDRAW for owner-draw listboxes.
391 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
392 Doesn't entirely work for WIN16.
393 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
394 can also be used as an argument to wxMenu::Append, not just for
395 internal implementation.
396 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
397 in makeg95.env, together with mingw32.bat). However, resource
398 binding is not working yet so most apps with dialogs crash.
399
400 Generic:
401
402 - Added Vadim's dynarray.h, dynarray.cpp.
403 - Added Vadim's menuitem.cpp.
404 - Added Windows-specific wxCheckListBox,
405 owner-draw wxListBox, and drag-and-drop
406 (see docs/msw/changes.txt).
407
408 Alpha 5, 14th February 1998
409 --------------------------
410
411 wxMSW:
412
413 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
414 DISTRIBUTIONS. This change log will therefore now refer to
415 the Windows-specific code only. See docs/changes.txt for generic
416 changes.
417 - Removed Windows-specific reference counting system (GDI
418 resources were cleaned up in idle time) - minimal
419 advantages now we have a wxWin reference counting system.
420 - Added missing WXDLLEXPORT keywords so DLL compilation works
421 again.
422 - Removed most warnings for GnuWin32 compilation.
423 - Added wxRegion/wxRegionIterator, but haven't yet used it in
424 e.g. wxDC.
425
426 Generic:
427
428 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
429 DISTRIBUTIONS. This change log will therefore now refer to
430 the generic code only. See docs/msw/changes.txt for Windows-specific
431 changes.
432 - Readmes, change logs and installation files now go in
433 platform-specific directories under docs, e.g. docs/msw,
434 docs/gtk.
435 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
436 created dynamically, not as a global object.
437 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
438 - Changed names of some include/wx/generic headers to be
439 consistent and to conform to gcc pragma conventions. Also
440 changed choicesg.cpp to choicdgg.cpp.
441 - Added gcc pragmas.
442 - Added gtk inclusion in include/wx headers.
443 - Added consistent file headings to source and headers.
444 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
445 added a few references to wxTransString.
446 - Added operator to wxTransString that converts automatically
447 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
448 - samples/internat now works (minimally).
449 - Added wxMouseEvent::GetPosition and
450 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
451 - Made wxSize and wxRect contain longs not ints.
452 - Cured some lemory leaks (thanks Vadim).
453 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
454 will only keep processing OnIdle if it returns TRUE from
455 MoreRequested.
456
457 Alpha 4, 31st January 1998
458 --------------------------
459
460 All:
461
462 - Changed wxDC functions to take longs instead of floats. GetSize now takes
463 integer pointers, plus a version that returns a wxSize.
464 - const keyword added to various wxDC functions.
465 - Under Windows, wxDC no longer has any knowledge of whether
466 an associated window is scrolled or not. Instead, the device
467 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
468 - wxScrolledWindow applications can optionally override the virtual OnDraw
469 function instead of using the OnPaint event handler. The wxDC passed to
470 OnDraw will be translated by PrepareDC to reflect scrolling.
471 When drawing outside of OnDraw, must call PrepareDC explicitly.
472 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
473 scrolling toolbars.
474 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
475 to help printing with multiple pages.
476 - IPC classes given base classes (wxConnectionBase etc.) which
477 define the API used by different implementations. DDE
478 implementation updated to use these base classes.
479 - wxHelpInstance now separated into wxHelpControllerBase (base
480 for all implementations), wxWinHelpController (uses standard
481 WinHelp), wxXLPHelPController (talks to wxHelp by DDE or
482 TCP/IP). There will be others eventually, such as
483 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
484 - Added Vadim Zeitlin's wxString class plus
485 internationalization code (gettext simulation, wxLocale, etc.).
486 New files from Vadim:
487 include\wx\string.h
488 include\wx\debug.h
489 include\wx\file.h
490 include\wx\log.h
491 include\wx\intl.h
492 src\common\string.cpp
493 src\common\log.cpp
494 src\common\intl.cpp
495 src\common\file.cpp
496 No longer use GNU wxString files.
497 - Split off file-related functions into include\wx\filefn.h and
498 src\common\filefn.cpp.
499 - Borland C++ support (WIN32) for main library and
500 samples, using makefile.b32 files.
501 - Preparation done for allowing BC++ to compile wxWin as a DLL,
502 including changes to defs.h.
503 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
504 introduced.
505 - Added wxShowEvent (generated when window is being shown or
506 hidden).
507 - Got minimal, docview, mdi samples working for 16-bit VC++ and
508 cured 16-bit problem with wxTextCtrl (removed global memory
509 trick).
510 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
511
512 Alpha 3, September 1997
513 -----------------------
514
515 All:
516
517 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
518 - Instigated new file hierarchy, split files and classes up more logically.
519 - PrologIO and some other utils now put into core library.
520 - Revamped print/preview classes, added wxPageSetupDialog.
521 - Started documentation.
522
523 Alpha 2, 30th April 1997
524 ------------------------
525
526 All:
527
528 - EVT_... macros now have at least one argument, for conformance
529 with MetroWerks compiler.
530 - Added ids to .wxr file format.
531 - Got Dialog Editor compiled and running again but need
532 to extend functionality to be in line with new controls.
533 Added dialoged\test app to allow dynamic loading of .wxr files
534 for testing purposes.
535 - Rewrote wxBitmap to allow installable file type
536 handlers.
537 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
538 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
539 fully).
540 - Added back wxRadioBox.
541 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
542 a separate file.
543
544 Alpha 1, 5th April 1997
545 -----------------------
546
547 Generic:
548
549 At this point, the following has been achieved:
550
551 - A lot, but not all, of the code has been revamped for better
552 naming conventions, protection of data members, and use of
553 wxString instead of char *.
554 - Obsolete functionality deleted (e.g. default wxPanel layout,
555 old system event system) and code size reduced.
556 - Class hierarchy changed (see design doc) - base classes such
557 as wxbWindow now removed.
558 - No longer includes windows.h in wxWin headers, by using stand-in
559 Windows types where needed e.g. WXHWND.
560 - PrologIO revised.
561 - wxScrolledWindow, wxStatusBar and new MDI classes added.
562 MDI is now achived using separate classes, not window styles.
563 - wxSystemSettings added, and made use of to reflect standard
564 Windows settings.
565 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
566 settings mucho rationalised.
567 - All windows are now subclassed with the same window proc to make
568 event handling far more consistent. Old internal wxWnd and derived
569 classes removed.
570 - API for controls revised, in particular addition of
571 wxValidator parameters and removal of labels for some controls.
572 - 1 validator written: see examples/validate.
573 - Event table system introduced (see most samples and
574 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
575 made more flexible, with Push/PopEventHandler allowing a chain
576 of event handlers.
577 - wxRadioBox removed - will be added back soon.
578 - Toolbar class hierarchy revised:
579 wxToolBarBase
580 wxToolBarSimple (= old wxToolBar)
581 wxToolBar95 (= old wxButtonBar under Win95
582 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
583 - Constraint system debugged somewhat (sizers now work properly).
584 - wxFileDialog, wxDirDialog added; other common dialogs now
585 have class equivalents. Generic colour and font dialogs
586 rewritten to not need obsolete panel layout.
587 - .wxr resource system partially reinstated, though needs
588 an integer ID for controls. Hopefully the resource system
589 will be replaced by something better and more efficient
590 in the future.
591 - Device contexts no longer stored with window and accessed
592 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
593 variables instead.
594 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
595 determines whether labels are shown. Other Win95-specific flags
596 introduced, e.g. for showing ticks.
597 - Styles introduced for dealing with 3D effects per window, for
598 any window: all Win95 3D effects supported, plus transparent windows.
599 - Major change to allow 3D effect support without CTL3D, under
600 Win95.
601 - Bitmap versions of button and checkbox separated out into new
602 classes, but unimplemented as yet because I intend to remove
603 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
604 - utils/wxprop classes working (except maybe wxPropertyFormView)
605 in preparation for use in Dialog Editor.
606 - GNU-WIN32 compilation verified (a month or so ago).
607
608