wine
23 years agoFixed two leaks in file- and itemmoniker.
Juergen Schmied [Tue, 16 Jul 2002 01:43:24 +0000 (01:43 +0000)] 
Fixed two leaks in file- and itemmoniker.

23 years agoAdded support DDBLT_DDFX flag in DirectDrawSurface_Blt.
Tony Lambregts [Tue, 16 Jul 2002 01:42:47 +0000 (01:42 +0000)] 
Added support DDBLT_DDFX flag in DirectDrawSurface_Blt.

23 years ago- Remove stub for ordinal 394 and replace with forward to
Guy L. Albertelli [Tue, 16 Jul 2002 01:42:26 +0000 (01:42 +0000)] 
- Remove stub for ordinal 394 and replace with forward to
  CreateDialogIndirectParamA where tracing shows it going.
- Add stub for ordinal 430.

23 years agoDon't issue error message if message number in application range.
Guy L. Albertelli [Tue, 16 Jul 2002 01:23:59 +0000 (01:23 +0000)] 
Don't issue error message if message number in application range.

23 years agoImplement SHCreateStreamOnFileA/W/Ex, ordinals @166,184,212-214.
Jon Griffiths [Tue, 16 Jul 2002 01:21:52 +0000 (01:21 +0000)] 
Implement SHCreateStreamOnFileA/W/Ex, ordinals @166,184,212-214.

23 years agoImplemented FlushFileBuffers for serial devices.
Marcus Meissner [Tue, 16 Jul 2002 01:20:38 +0000 (01:20 +0000)] 
Implemented FlushFileBuffers for serial devices.

23 years agoRemoved drive assumptions in the path handling regression tests.
Paul Millar [Tue, 16 Jul 2002 01:19:41 +0000 (01:19 +0000)] 
Removed drive assumptions in the path handling regression tests.

23 years agoFixed a memory leak and a wrong memory free call.
Juergen Schmied [Tue, 16 Jul 2002 01:18:35 +0000 (01:18 +0000)] 
Fixed a memory leak and a wrong memory free call.

23 years agoDo not #include <malloc.h>, which is non-standard and not needed.
Gerald Pfeifer [Tue, 16 Jul 2002 01:17:21 +0000 (01:17 +0000)] 
Do not #include <malloc.h>, which is non-standard and not needed.

23 years agoTest for X11 errors for DGA2 and XVidMode extensions.
Lionel Ulmer [Tue, 16 Jul 2002 01:16:44 +0000 (01:16 +0000)] 
Test for X11 errors for DGA2 and XVidMode extensions.

23 years ago- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN for now
Lionel Ulmer [Tue, 16 Jul 2002 01:16:14 +0000 (01:16 +0000)] 
- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN for now
- added more logging

23 years agoFixed another non-static structure initializer.
Gregg Mattinson [Tue, 16 Jul 2002 01:15:15 +0000 (01:15 +0000)] 
Fixed another non-static structure initializer.

23 years agoCorrection to header order maintenance when a dummy first item is
Bill Medland [Tue, 16 Jul 2002 01:14:46 +0000 (01:14 +0000)] 
Correction to header order maintenance when a dummy first item is
added and then deleted (as suggested by MSDN to handle the fact that
the first column of a listview is left justified).  Also removed
redundant casts.

23 years agoX11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
Rob McClinton [Tue, 16 Jul 2002 01:13:55 +0000 (01:13 +0000)] 
X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
after creating the bits.

23 years agoFixed void* arithmetic.
Gregg Mattinson [Tue, 16 Jul 2002 01:12:39 +0000 (01:12 +0000)] 
Fixed void* arithmetic.

23 years agoInitialized the pidlOut variable in SHELL32_ParseNextElement to
Gregg Mattinson [Tue, 16 Jul 2002 01:11:52 +0000 (01:11 +0000)] 
Initialized the pidlOut variable in SHELL32_ParseNextElement to
prevent a crash in some cases.

23 years agoFixed uninitialized HKEYs.
Andreas Mohr [Tue, 16 Jul 2002 01:11:12 +0000 (01:11 +0000)] 
Fixed uninitialized HKEYs.

23 years agoDeleteColumn should return success even for uOwnerData.
Bill Medland [Tue, 16 Jul 2002 01:10:26 +0000 (01:10 +0000)] 
DeleteColumn should return success even for uOwnerData.

23 years agoA few cosmetic changes plus fixes for problems spotted by Dmitry
Andriy Palamarchuk [Tue, 16 Jul 2002 01:09:24 +0000 (01:09 +0000)] 
A few cosmetic changes plus fixes for problems spotted by Dmitry
Timoshkov.

23 years agoAdded Slovenian resources.
Rok Mandeljc [Tue, 16 Jul 2002 01:08:43 +0000 (01:08 +0000)] 
Added Slovenian resources.

23 years agoRelease 20020710. wine-20020710
Alexandre Julliard [Thu, 11 Jul 2002 01:30:53 +0000 (01:30 +0000)] 
Release 20020710.

23 years agoAdded FPU emulation interrupts.
Alexandre Julliard [Wed, 10 Jul 2002 23:22:54 +0000 (23:22 +0000)] 
Added FPU emulation interrupts.

23 years agoAdded support for FPU emulation interrupts.
Admiral Coeyman [Wed, 10 Jul 2002 23:22:29 +0000 (23:22 +0000)] 
Added support for FPU emulation interrupts.

23 years agoStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEventHookInstalled,
Jon Griffiths [Wed, 10 Jul 2002 23:20:49 +0000 (23:20 +0000)] 
Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEventHookInstalled,
UnhookWinEvent.

23 years agoQuiet the font loading error.
Alexandre Julliard [Wed, 10 Jul 2002 23:16:40 +0000 (23:16 +0000)] 
Quiet the font loading error.

23 years agoCBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0.
Uwe Bonnes [Wed, 10 Jul 2002 23:11:28 +0000 (23:11 +0000)] 
CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0.

23 years agoFixed corruption when copying to the same surface (with the help of
Alexandre Julliard [Wed, 10 Jul 2002 23:10:54 +0000 (23:10 +0000)] 
Fixed corruption when copying to the same surface (with the help of
Tony Lambregts and Lionel Ulmer).

23 years ago48 was plain wrong as value for HELmargin.
Johan Gill [Wed, 10 Jul 2002 23:08:32 +0000 (23:08 +0000)] 
48 was plain wrong as value for HELmargin.

23 years agoFixes to allow big endian machines to load MSFT typelib files.
Gregg Mattinson [Wed, 10 Jul 2002 23:07:59 +0000 (23:07 +0000)] 
Fixes to allow big endian machines to load MSFT typelib files.

23 years agoFixed handling of drives with "/" path (thanks to Marcus Meissner).
Alexandre Julliard [Wed, 10 Jul 2002 20:45:21 +0000 (20:45 +0000)] 
Fixed handling of drives with "/" path (thanks to Marcus Meissner).

23 years agoPass "Manual Feed" as short input slot name.
Carl Sopchak [Wed, 10 Jul 2002 20:33:24 +0000 (20:33 +0000)] 
Pass "Manual Feed" as short input slot name.

23 years agoFixed synchronisation for ctrl event generation.
Eric Pouech [Wed, 10 Jul 2002 20:31:46 +0000 (20:31 +0000)] 
Fixed synchronisation for ctrl event generation.

23 years ago- Fixed access to the lpTemplateName of ChooseFont in cases where the
Shachar Shemesh [Wed, 10 Jul 2002 20:31:17 +0000 (20:31 +0000)] 
- Fixed access to the lpTemplateName of ChooseFont in cases where the
  flags don't specify to use it.
- Do not try to convert the resource name from ANSI to Wide if it is a
  result of MAKEINTRESOURCE (and therefore not a string).

23 years agoCreated registry unit test and added tests for RegEnumValue[AW].
Alexandre Julliard [Wed, 10 Jul 2002 03:30:14 +0000 (03:30 +0000)] 
Created registry unit test and added tests for RegEnumValue[AW].

23 years agoRegEnumValue[AW] need to update the data size on buffer overflow
Alexandre Julliard [Wed, 10 Jul 2002 03:27:35 +0000 (03:27 +0000)] 
RegEnumValue[AW] need to update the data size on buffer overflow
(spotted by Massimo <max@veneto.com>).

23 years agoRemoved the flags fields of IDirectDrawPaletteImpl, as we should use
Ove Kaaven [Wed, 10 Jul 2002 03:05:43 +0000 (03:05 +0000)] 
Removed the flags fields of IDirectDrawPaletteImpl, as we should use
the dwFlags field of DDRAWI_DDRAWPALETTE_GBL structure instead.

23 years agoHandle WM_SYNCPAINT with DefWindowProc.
Ove Kaaven [Wed, 10 Jul 2002 03:04:58 +0000 (03:04 +0000)] 
Handle WM_SYNCPAINT with DefWindowProc.

23 years agoEnhanced error handling on input stream reading.
Eric Pouech [Wed, 10 Jul 2002 03:04:30 +0000 (03:04 +0000)] 
Enhanced error handling on input stream reading.

23 years agoFixed external debugger startup.
Eric Pouech [Wed, 10 Jul 2002 03:04:14 +0000 (03:04 +0000)] 
Fixed external debugger startup.

23 years agoAdded Slovenian resources.
Rok Mandeljc [Wed, 10 Jul 2002 03:03:46 +0000 (03:03 +0000)] 
Added Slovenian resources.

23 years agoFix buffer length calculation in InitializeGenericSF().
Rein Klazes [Wed, 10 Jul 2002 03:00:46 +0000 (03:00 +0000)] 
Fix buffer length calculation in InitializeGenericSF().

23 years ago- Improve traces.
Guy L. Albertelli [Wed, 10 Jul 2002 03:00:22 +0000 (03:00 +0000)] 
- Improve traces.
- Changed default column width to 128 to match native and make that
  the mimimum for LVS_SMALLICON and LVS_LIST styles.
- Corrected max value for LVS_LIST style scroll info.
- Issue our own ShowScrollBar like the native with proper test.
- Correct alignment when using LVS_ICON style.
- Correct FIXMEs for unimplemented styles.
- Correct rect size computation for LVS_LIST.
- Reset scroll bars when changing styles.
- Implement WM_WINDOWPOSCHANGED.

23 years agoImplement/document @17,18,19,20,21,22 (Compact list API).
Jon Griffiths [Tue, 9 Jul 2002 02:01:56 +0000 (02:01 +0000)] 
Implement/document @17,18,19,20,21,22 (Compact list API).

23 years agoSupport new registered extensions.
Lionel Ulmer [Tue, 9 Jul 2002 01:59:34 +0000 (01:59 +0000)] 
Support new registered extensions.

23 years ago_open_osfhandle: set at least the _IOREAD flag.
Uwe Bonnes [Tue, 9 Jul 2002 01:58:27 +0000 (01:58 +0000)] 
_open_osfhandle: set at least the _IOREAD flag.

23 years agoMake LockWindowUpdate return more Windows-like values.
Ryan Cumming [Tue, 9 Jul 2002 01:57:28 +0000 (01:57 +0000)] 
Make LockWindowUpdate return more Windows-like values.

23 years agoRemove .dll extension from module name, added wildcard support in
Alexandre Julliard [Mon, 8 Jul 2002 20:46:58 +0000 (20:46 +0000)] 
Remove .dll extension from module name, added wildcard support in
relay specifications (with the help of Dmitry Timoshkov).

23 years agoFixed lstrcpynA debug tracing.
Tommy Schultz Lassen [Mon, 8 Jul 2002 20:45:59 +0000 (20:45 +0000)] 
Fixed lstrcpynA debug tracing.

23 years agofgets, fgetws: don't treat the possible uninitialized buffers as valid
Uwe Bonnes [Mon, 8 Jul 2002 20:44:33 +0000 (20:44 +0000)] 
fgets, fgetws: don't treat the possible uninitialized buffers as valid
strings.

23 years agoMSVCRT_fread: expose feof flag.
Uwe Bonnes [Mon, 8 Jul 2002 20:44:09 +0000 (20:44 +0000)] 
MSVCRT_fread: expose feof flag.

23 years agoWindows registry not found should be a notice to the user, not a
Chris Morgan [Mon, 8 Jul 2002 20:43:21 +0000 (20:43 +0000)] 
Windows registry not found should be a notice to the user, not a
critical error.

23 years agoRemoved workaround for 16-bit loader bug.
Alexandre Julliard [Mon, 8 Jul 2002 19:44:53 +0000 (19:44 +0000)] 
Removed workaround for 16-bit loader bug.

23 years agoUse rich text edit control instead of handling user input and
Andriy Palamarchuk [Mon, 8 Jul 2002 19:41:09 +0000 (19:41 +0000)] 
Use rich text edit control instead of handling user input and
rendering on its own, use named constants instead of magic numbers,
cleaned code, implemented Undo functionality.

23 years ago- Always copy (almost) the whole stack space over to the 16bit stack
Andreas Mohr [Mon, 8 Jul 2002 19:40:29 +0000 (19:40 +0000)] 
- Always copy (almost) the whole stack space over to the 16bit stack
  instead of calculating some potentially bogus parameter count.
- Add some comments.

23 years agoFixed V_DECIMAL macro to reflect where the decVal member is actually
Gregg Mattinson [Mon, 8 Jul 2002 19:39:45 +0000 (19:39 +0000)] 
Fixed V_DECIMAL macro to reflect where the decVal member is actually
stored.

23 years agoAdded _U@YAPAXI@Z and _V@YAPAXI@Z.
Uwe Bonnes [Mon, 8 Jul 2002 19:39:18 +0000 (19:39 +0000)] 
Added _U@YAPAXI@Z and _V@YAPAXI@Z.

23 years agoMSVCRT_fseek: should return 0 on success.
Uwe Bonnes [Mon, 8 Jul 2002 19:39:01 +0000 (19:39 +0000)] 
MSVCRT_fseek: should return 0 on success.

23 years agoAdd richedit support for a plain text stream.
Duane Clark [Mon, 8 Jul 2002 19:37:18 +0000 (19:37 +0000)] 
Add richedit support for a plain text stream.

23 years agoAdded some environment variables documentation.
Andreas Mohr [Mon, 8 Jul 2002 19:36:51 +0000 (19:36 +0000)] 
Added some environment variables documentation.

23 years ago- VarFormat now supports VT_R8 and BYREF variant types.
Jason Edmeades [Mon, 8 Jul 2002 19:36:24 +0000 (19:36 +0000)] 
- VarFormat now supports VT_R8 and BYREF variant types.
- Add VarCyMulI4 support.

23 years agoFixed another PlaySound bug (when SND_LOOP is requested).
Eric Pouech [Mon, 8 Jul 2002 19:35:08 +0000 (19:35 +0000)] 
Fixed another PlaySound bug (when SND_LOOP is requested).

23 years agoFixed a few compilation warnings.
Eric Pouech [Mon, 8 Jul 2002 19:34:49 +0000 (19:34 +0000)] 
Fixed a few compilation warnings.

23 years agoSupport wglUseFontBitmapsA when using client-side rendering.
Lionel Ulmer [Mon, 8 Jul 2002 19:34:26 +0000 (19:34 +0000)] 
Support wglUseFontBitmapsA when using client-side rendering.

23 years agoNeed to import ntdll.
Steven Edwards [Fri, 5 Jul 2002 22:48:33 +0000 (22:48 +0000)] 
Need to import ntdll.

23 years agoModified WCMD_filesize64 to handle unsigned numbers.
Gregg Mattinson [Fri, 5 Jul 2002 22:47:56 +0000 (22:47 +0000)] 
Modified WCMD_filesize64 to handle unsigned numbers.

23 years agoMore explicit initialization of info_size for stupid compilers.
Alexandre Julliard [Fri, 5 Jul 2002 21:30:38 +0000 (21:30 +0000)] 
More explicit initialization of info_size for stupid compilers.

23 years agoUse Wine debugging API. Fixed MessageBox loop.
Alexandre Julliard [Fri, 5 Jul 2002 21:23:54 +0000 (21:23 +0000)] 
Use Wine debugging API. Fixed MessageBox loop.

23 years agoFlush stdio on exit.
Alexandre Julliard [Fri, 5 Jul 2002 21:23:07 +0000 (21:23 +0000)] 
Flush stdio on exit.

23 years agoFixed warnings.
Alexandre Julliard [Fri, 5 Jul 2002 21:22:32 +0000 (21:22 +0000)] 
Fixed warnings.

23 years ago- Forte C does not support nameless structures or unions
Gregg Mattinson [Fri, 5 Jul 2002 21:22:09 +0000 (21:22 +0000)] 
- Forte C does not support nameless structures or unions
- Implemented __builtin_return_address for Forte C on sparc
- Implemented DECL_GLOBAL_CONSTRUCTOR for non-386, non-GNU C
- Implemented WINE_DPRINTF to have function name with Forte C

23 years agoAdded a generic way of doing GetHGlobalFromILockBytes().
Marcus Meissner [Fri, 5 Jul 2002 21:19:55 +0000 (21:19 +0000)] 
Added a generic way of doing GetHGlobalFromILockBytes().

23 years ago- make sure even GUI users notice a "missing xmessage" problem by
Andreas Mohr [Fri, 5 Jul 2002 21:18:41 +0000 (21:18 +0000)] 
- make sure even GUI users notice a "missing xmessage" problem by
  checking for tons of X11 editors
- replace duplicated (3x) code with function launch_winesetup()
- improved "winesetup not found" error message
- break looping (via code 127) in case no xmessage installed
- stress the fact that people should remember that they can regain certain
  settings by deleting flag files
- spelling fixes

23 years agoImplemented FormatMessage for sparc. Since the va_list is stored in
Gregg Mattinson [Fri, 5 Jul 2002 21:17:43 +0000 (21:17 +0000)] 
Implemented FormatMessage for sparc.  Since the va_list is stored in
memory like __i386__, the same implementation should work.

23 years agoNo need to call GetModuleFileName16 now that GetModuleFileNameA
Alexandre Julliard [Fri, 5 Jul 2002 01:28:10 +0000 (01:28 +0000)] 
No need to call GetModuleFileName16 now that GetModuleFileNameA
handles 16-bit tasks.

23 years agoFixed GetModuleFileNameW return value.
Alexandre Julliard [Fri, 5 Jul 2002 01:27:19 +0000 (01:27 +0000)] 
Fixed GetModuleFileNameW return value.
Quiet dll loading error message.

23 years agoReturn ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we
Alexandre Julliard [Fri, 5 Jul 2002 01:26:41 +0000 (01:26 +0000)] 
Return ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we
most likely loaded a 16-bit builtin.

23 years agoMoved MsgWaitForMultipleObjects call out of the window lock.
Alexandre Julliard [Fri, 5 Jul 2002 01:23:31 +0000 (01:23 +0000)] 
Moved MsgWaitForMultipleObjects call out of the window lock.

23 years agoAdd drive letter and Unix path tests of GetFullPathNameA.
Duane Clark [Fri, 5 Jul 2002 01:22:28 +0000 (01:22 +0000)] 
Add drive letter and Unix path tests of GetFullPathNameA.

23 years agoEnsure VarBstrCat handles null parms as per windows and actually does
Jason Edmeades [Fri, 5 Jul 2002 01:22:03 +0000 (01:22 +0000)] 
Ensure VarBstrCat handles null parms as per windows and actually does
the concatenation even for null args.

23 years agoCheck for NULL keyvalue in RegEnumKeyExA/W.
Rein Klazes [Fri, 5 Jul 2002 01:21:13 +0000 (01:21 +0000)] 
Check for NULL keyvalue in RegEnumKeyExA/W.

23 years agoComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
Alexandre Julliard [Fri, 5 Jul 2002 00:30:05 +0000 (00:30 +0000)] 
ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
ComboLBox.

23 years agoRemoved "so" from the default load order.
Alexandre Julliard [Fri, 5 Jul 2002 00:27:12 +0000 (00:27 +0000)] 
Removed "so" from the default load order.

23 years agoTried to make IsDialogMessageW more compatible. Changed
Alexandre Julliard [Fri, 5 Jul 2002 00:23:02 +0000 (00:23 +0000)] 
Tried to make IsDialogMessageW more compatible. Changed
IsDialogMessage16/A to call IsDialogMessageW.

23 years ago- Replaced .previous with a .section statement for the appropriate
Gregg Mattinson [Fri, 5 Jul 2002 00:20:42 +0000 (00:20 +0000)] 
- Replaced .previous with a .section statement for the appropriate
  section.
- '.section .text' is incorrect.  It should be '.section ".text"'.

23 years agoMSVCRT_operator_new: Call handler only when "new" operation fails.
Uwe Bonnes [Fri, 5 Jul 2002 00:18:08 +0000 (00:18 +0000)] 
MSVCRT_operator_new: Call handler only when "new" operation fails.

23 years agoChanged GetModuleFileNameA to use GetCurrentTask instead of
Joshua Thielen [Fri, 5 Jul 2002 00:16:41 +0000 (00:16 +0000)] 
Changed GetModuleFileNameA to use GetCurrentTask instead of
MODULE32_LookupHMODULE when called by a 16-bit task.

23 years agoCast void* to char* for pointer arithmetic.
Gregg Mattinson [Wed, 3 Jul 2002 21:10:43 +0000 (21:10 +0000)] 
Cast void* to char* for pointer arithmetic.

23 years agostrcasecmp returns zero on a match.
Duane Clark [Wed, 3 Jul 2002 21:07:36 +0000 (21:07 +0000)] 
strcasecmp returns zero on a match.

23 years agoRemoved non-static structure initializers.
Gregg Mattinson [Wed, 3 Jul 2002 21:06:58 +0000 (21:06 +0000)] 
Removed non-static structure initializers.

23 years agoBetter toggle all relevant bits in VGA crt register.
Andreas Mohr [Wed, 3 Jul 2002 21:04:44 +0000 (21:04 +0000)] 
Better toggle all relevant bits in VGA crt register.

23 years agoCheck POLLHUP semantics at remote shutdown when wineserver is started.
Martin Wilck [Wed, 3 Jul 2002 21:04:09 +0000 (21:04 +0000)] 
Check POLLHUP semantics at remote shutdown when wineserver is started.
Fix socket state handling and event handling for non-STREAM sockets.

23 years agoFixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
Alexandre Julliard [Wed, 3 Jul 2002 01:22:13 +0000 (01:22 +0000)] 
Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
and/or partial bitmaps.

23 years agoDocument the new trace-related winedbg commands.
Tony Lambregts [Wed, 3 Jul 2002 01:20:46 +0000 (01:20 +0000)] 
Document the new trace-related winedbg commands.

23 years agoVoid functions can't return a value, even if it is the return value
Gregg Mattinson [Wed, 3 Jul 2002 01:20:07 +0000 (01:20 +0000)] 
Void functions can't return a value, even if it is the return value
from another void function.

23 years agoDetect DCs without fonts and return an error in wglUseBitmapFonts.
Lionel Ulmer [Wed, 3 Jul 2002 01:16:45 +0000 (01:16 +0000)] 
Detect DCs without fonts and return an error in wglUseBitmapFonts.

23 years agoRemoved unusual type casting.
Gregg Mattinson [Wed, 3 Jul 2002 01:16:13 +0000 (01:16 +0000)] 
Removed unusual type casting.

23 years agoAvoid multi-line string constants.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:52 +0000 (01:15 +0000)] 
Avoid multi-line string constants.

23 years agoRemoved extra , from last element in enum declarations.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:32 +0000 (01:15 +0000)] 
Removed extra , from last element in enum declarations.

23 years agoRemoved extra ; from end of ICOM_METHOD macros.
Gregg Mattinson [Wed, 3 Jul 2002 01:15:14 +0000 (01:15 +0000)] 
Removed extra ; from end of ICOM_METHOD macros.

23 years agoFixed some more configuration issues.
Eric Pouech [Wed, 3 Jul 2002 01:14:52 +0000 (01:14 +0000)] 
Fixed some more configuration issues.