Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2004-11-15 19:20 VZ, revision 30553

set bg style to custom as we overwrite it anyhow

2004-11-15 19:17 VZ, revision 30552

fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

2004-11-15 19:15 VZ, revision 30551

don't draw background at all if bg style is custom

2004-11-15 18:22 VZ, revision 30550

removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

2004-11-15 18:10 VZ, revision 30549

restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

2004-11-15 17:58 ABX, revision 30548

wxDC::DrawLabel documented.

2004-11-15 17:57 ABX, revision 30547

Order fix.

2004-11-15 17:40 ABX, revision 30546

Warning fixes.

2004-11-15 17:38 ABX, revision 30545

wxUniv actualization.

2004-11-15 17:33 ABX, revision 30544

Vertical tabs orientation in gtk renderer of wxUniv.

2004-11-15 17:11 JS, revision 30543

RC parse fixes from Michael Shamgar

2004-11-15 14:44 VZ, revision 30542

added \deprecated command

2004-11-15 14:43 VZ, revision 30541

don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

2004-11-15 13:46 VZ, revision 30540

fixed va_copy test

2004-11-15 11:25 ABX, revision 30539

Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

2004-11-15 11:15 VS, revision 30538

fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

2004-11-15 09:07 VS, revision 30537

updated to be in sync with wxwin.py code

2004-11-15 07:44 RN, revision 30536

fix buglet wxKeyEvent->wxMouseEvent

2004-11-15 07:20 RN, revision 30535

fix technical accuracy of statement

2004-11-15 07:18 RN, revision 30534

WXUNUSED warning fixes - unicode compilo fix

2004-11-15 07:08 ABX, revision 30533

Wise path to generic dialogs sources.

2004-11-15 06:59 RN, revision 30532

fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

2004-11-15 06:23 ABX, revision 30531

wxUniv use wxBU flags [bug #1040584]

2004-11-14 23:43 RN, revision 30530

generate mediaplayer sample in configure

2004-11-14 23:34 VS, revision 30529

compilation fix

2004-11-14 23:33 RN, revision 30528

doc for mediaplayer sample

2004-11-14 23:26 RN, revision 30527

Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

2004-11-14 23:13 RN, revision 30526

doc update for wxMediaCtrl

2004-11-14 23:03 VS, revision 30525

fixed rendering of bitmaps with alpha channel under GTK+ 2.0

2004-11-14 21:53 VS, revision 30524

added system colours and fonts support to XRC (based on patch #1038207)

2004-11-14 21:52 RR, revision 30523

The wxGNOME whitepaper-to-be.

2004-11-14 16:56 RN, revision 30522

spelling/grammer (lol) :)

2004-11-14 10:52 VS, revision 30521

made wxMBConv_iconv MT-safe

2004-11-14 06:53 DE, revision 30520

Rebaked and autoconfiscated.

2004-11-14 06:51 DE, revision 30519

Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

2004-11-14 06:47 DE, revision 30518

Added Mac OS support.

2004-11-14 05:02 DE, revision 30517

Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support for MacOS and BeOS and includes some other fixes.

2004-11-13 03:24 RD, revision 30516

reSWIGged

2004-11-13 03:01 RD, revision 30515

reSWIGged

2004-11-13 03:00 RD, revision 30514

the python2 check is gone, take out the use of the flag too

2004-11-13 02:55 RD, revision 30513

bump subrelease

2004-11-13 02:40 RD, revision 30512

reSWIGged

2004-11-13 02:30 RD, revision 30511

* wxPrintDialog no longer derives from wxDialog. * Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed

2004-11-13 02:26 RD, revision 30510

Fix for uninitialized pointer access from wxPrintData's copy ctor

2004-11-13 02:24 RD, revision 30509

The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too is not always true.

2004-11-12 21:44 VS, revision 30508

more wxPostEvent MT fixes

2004-11-12 21:43 VS, revision 30507

removed unused static variable

2004-11-12 21:21 DE, revision 30506

Moved wxStandardPathsCF into base library when using CarbonLib or Darwin. Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference. Implement it using wxAppTraits::GetStandardPaths() which is overridden by wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

2004-11-12 20:38 RD, revision 30505

typo

2004-11-12 20:34 RD, revision 30504

Compilation fix

2004-11-12 18:12 RD, revision 30503

Reset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser.

2004-11-12 15:48 DE, revision 30502

Fix build on platforms without any real source in the new media library.

2004-11-12 15:28 JS, revision 30501

Notebook page bitmaps now supported.

2004-11-12 14:36 ABX, revision 30500

Warning fixes.

2004-11-12 14:26 ABX, revision 30499

MinGW fix.

2004-11-12 14:23 ABX, revision 30498

Warning fixes.

2004-11-12 14:15 ABX, revision 30497

Warning fixes.

2004-11-12 14:08 ABX, revision 30496

Warning fixes.

2004-11-12 14:05 RN, revision 30495

fix for when zlib is not compiled in

2004-11-12 13:09 RN, revision 30494

media proj

2004-11-12 13:09 RL, revision 30493

Tagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3

2004-11-12 13:03 RN, revision 30492

don't include strmiids.lib as its not needed by default anymore

2004-11-12 12:37 ABX, revision 30491

dwCallback if DWORD.

2004-11-12 11:39 , revision 30490
  • A /wxWidgets/tags/DEBIAN_2_5_3_2
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure.in
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/debian
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/lib/dummy
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/.cvsignore
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/Zapf.afm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/layout.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/printing.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/tab/mondrian.ico
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/common/glob.inc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure.in
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/expat.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/search.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/CHANGES
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/example.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/INSTALL
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/LICENSE
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.3
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpngpf.3
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.dos
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.sc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.unx
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.vc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.wat
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makemac6.mcp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.5
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsw
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngconf.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngerror.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngget.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM5.xml
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM7.mcp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM8.xml
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngmem.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngpread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngset.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtest.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtrans.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwrite.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/borland
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/msvc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/README
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/TODO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/Y2KINFO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/regex/regfronts.c
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/unix/net.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/crc32.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/FAQ
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/INDEX
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/inflate.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/README
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/trees.h
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'DEBIAN_2_5_3_2'.

2004-11-12 11:39 RL, revision 30489

Bump WX_CURRENT back to 3, this must stay the same as wx_release_number until bakefile is fixed to unlink the the soversion from it. Ideally of course it should track binary incompatible releases instead. Update the Debian scripts to suit the new site-packages location for wxPython.

2004-11-12 10:23 RN, revision 30488

fix hiding the other (mac) one

2004-11-12 10:13 ABX, revision 30487

Fix hiding wxMediaEvent::Clone().

2004-11-12 10:05 RN, revision 30486

explanation of getdefaultattributes

2004-11-12 09:53 RN, revision 30485

spelling

2004-11-12 06:52 RL, revision 30484

wxUSE_POSTSCRIPT is not a sufficient test by itself for wxPostScriptPrintNative data. This is probably still not 100% correct but at least msw builds again for mingw now. Fixed bogus eof (and removed junk whitespace) from mediactl.

2004-11-12 06:35 RN, revision 30483

mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround

2004-11-12 06:29 RN, revision 30482

workaround to call directshow drivers without actually using directshow

2004-11-12 05:50 RL, revision 30481

Move stdpath into base on msw as well.

2004-11-12 03:30 RL, revision 30480

Cruft cleanup from MJW, strip the tabs out of sound.cpp

2004-11-12 03:06 RL, revision 30479

Patch from MJW for ssize_t

2004-11-12 01:16 RD, revision 30478

Not sure how you can print audio, so I expect that this was a typo. ;-)

2004-11-11 23:30 DE, revision 30477

Removed the rest of the include. Thanks Robin.

2004-11-11 21:33 RD, revision 30476

Removed the "include/" from the corefoundation headers in files.bkl so they will actually get installed. I expect that the other "include/" prefixes need to be removed too but I left them in case I am wrong.

2004-11-11 20:58 RD, revision 30475

Fixed typo

2004-11-11 19:10 VZ, revision 30474

fixes to ZIP/archive patch (patch 1064426); should fix the docs build

2004-11-11 19:08 VZ, revision 30473

ensure that g_timerMap is always initialized before it is used (patch 1060619, bug 1060591)

2004-11-11 19:01 VZ, revision 30472

fix reading beyond the end of the string if the last string character is a backslash (patch 1059846; bug 1059848)

2004-11-11 18:59 VZ, revision 30471

removed 2.0 compatibility stuff (patch 1054261)

2004-11-11 15:59 RN, revision 30470

add directshow define

2004-11-11 15:26 RN, revision 30469

turn off directshow by default for lib dependancy

2004-11-11 15:20 RN, revision 30468

mci can't play video on win2k - disable for now

2004-11-11 15:18 RN, revision 30467

tweak stopping - nicen up sample some more

2004-11-11 15:17 RN, revision 30466

fixup

2004-11-11 14:43 RN, revision 30465

correctly generate wxUSE_MEDIACTRL define

2004-11-11 14:14 RN, revision 30464

clean up

2004-11-11 14:06 RN, revision 30463

mci backend for wxMediaCtrl. Better workaround for refresh issue and sizers

2004-11-11 11:08 VZ, revision 30462
  • D /wxWidgets/trunk/src/common/unzip.c

file not needed any longer after ZIP r/w patch

2004-11-11 09:56 RN, revision 30461

comment/explain a lot

2004-11-11 09:32 RN, revision 30460

1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefiles, 3) add sample makefiles

2004-11-11 08:58 RL, revision 30459

gcc < 3.4 warns about friendless private dtors.

2004-11-11 08:30 RN, revision 30458

fix unsigned/signed warnings

2004-11-11 08:29 RN, revision 30457

fix some comp errors on DMC

2004-11-11 08:06 RN, revision 30456

get rid of error

2004-11-11 08:02 RN, revision 30455

more setup changes

2004-11-11 07:26 RL, revision 30454

Remove a(nother) guaranteed build failure until what is it testing for actually exists..