wine
16 years agomshtml: Added more IDispatchEx tests.
Jacek Caban [Thu, 24 Apr 2008 16:22:10 +0000 (18:22 +0200)] 
mshtml: Added more IDispatchEx tests.

16 years agoAdd makedep magic comments for typelibs in resource files.
Alexandre Julliard [Thu, 24 Apr 2008 20:14:21 +0000 (22:14 +0200)] 
Add makedep magic comments for typelibs in resource files.

16 years agomakefiles: Add support for generating correct dependencies for tlb files.
Alexandre Julliard [Thu, 24 Apr 2008 20:13:57 +0000 (22:13 +0200)] 
makefiles: Add support for generating correct dependencies for tlb files.

16 years agocomctl32: Fix an off-by-one error in toolbar TOOLBAR_SetHotItem.
Aric Stewart [Thu, 24 Apr 2008 15:34:01 +0000 (10:34 -0500)] 
comctl32: Fix an off-by-one error in toolbar TOOLBAR_SetHotItem.

16 years agoriched20: Reject RTF that is recognized as invalid.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:07:12 +0000 (10:07 -0500)] 
riched20: Reject RTF that is recognized as invalid.

16 years agoriched20: Implement ignoring of last \par for EM_STREAMIN - 1.0 emulation.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:04:23 +0000 (10:04 -0500)] 
riched20: Implement ignoring of last \par for EM_STREAMIN - 1.0 emulation.

16 years agoriched20: Implement ignoring of last \par for EM_STREAMIN.
Alex Villacís Lasso [Thu, 24 Apr 2008 15:00:29 +0000 (10:00 -0500)] 
riched20: Implement ignoring of last \par for EM_STREAMIN.

16 years agowined3d: Remove an unused variable.
Stefan Dösinger [Thu, 24 Apr 2008 12:47:40 +0000 (14:47 +0200)] 
wined3d: Remove an unused variable.

16 years agod3d9: Dump the device information in the visual tests.
Stefan Dösinger [Wed, 23 Apr 2008 23:09:49 +0000 (01:09 +0200)] 
d3d9: Dump the device information in the visual tests.

16 years agod3d9: Check textures for srgb writing, not surfaces.
Stefan Dösinger [Wed, 23 Apr 2008 23:00:44 +0000 (01:00 +0200)] 
d3d9: Check textures for srgb writing, not surfaces.

16 years agowined3d: Fix DP2ADD in GLSL.
Stefan Dösinger [Wed, 23 Apr 2008 20:18:32 +0000 (22:18 +0200)] 
wined3d: Fix DP2ADD in GLSL.

DP2ADD returns a scalar, and fglrx (correctly) complains that it can't
assign that to a 3 component vector.

16 years agowined3d: Fix the GL_ATI_separate_stencil codepath.
Stefan Dösinger [Wed, 23 Apr 2008 19:53:59 +0000 (21:53 +0200)] 
wined3d: Fix the GL_ATI_separate_stencil codepath.

glStencilFuncSeparateATI does not take a face argument, instead it
sets the front and back facing functions at once. This means the
renderstate_stencil_twosided helper function is somewhat pointless for
this extension.

16 years agowined3d: More fglrx spam.
Stefan Dösinger [Wed, 23 Apr 2008 19:36:39 +0000 (21:36 +0200)] 
wined3d: More fglrx spam.

16 years agod3d9: Make the offscreen format test a bit more tolerant.
Stefan Dösinger [Wed, 23 Apr 2008 20:25:05 +0000 (22:25 +0200)] 
d3d9: Make the offscreen format test a bit more tolerant.

16 years agows2_32: Work around the host name resolving to 127.x.x.x when using that for binding.
Kai Blin [Thu, 24 Apr 2008 11:45:10 +0000 (13:45 +0200)] 
ws2_32: Work around the host name resolving to 127.x.x.x when using that for binding.

16 years agouser32: Allow the default desktop name to be specified on a per-app basis.
Alexandre Julliard [Thu, 24 Apr 2008 15:22:04 +0000 (17:22 +0200)] 
user32: Allow the default desktop name to be specified on a per-app basis.

16 years agoexplorer: Retrieve the default desktop name from the startup parameters or the registry.
Alexandre Julliard [Thu, 24 Apr 2008 14:27:50 +0000 (16:27 +0200)] 
explorer: Retrieve the default desktop name from the startup parameters or the registry.

16 years agoexplorer: Allow specifying a default size for each desktop using the HKCU\Software...
Alexandre Julliard [Thu, 24 Apr 2008 14:24:46 +0000 (16:24 +0200)] 
explorer: Allow specifying a default size for each desktop using the HKCU\Software\Wine\Explorer\Desktops registry key.

16 years agowine.inf: Fix the service type of the spooler service.
Alexandre Julliard [Thu, 24 Apr 2008 11:53:33 +0000 (13:53 +0200)] 
wine.inf: Fix the service type of the spooler service.

16 years agoservices.exe: Don't reject config changes if the display name corresponds to the...
Alexandre Julliard [Thu, 24 Apr 2008 11:53:21 +0000 (13:53 +0200)] 
services.exe: Don't reject config changes if the display name corresponds to the service being changed.

16 years agoservices.exe: Make the changed status event an auto-reset event.
Alexandre Julliard [Thu, 24 Apr 2008 11:53:02 +0000 (13:53 +0200)] 
services.exe: Make the changed status event an auto-reset event.

16 years agouser32/tests: Skip tests if function is not implemented.
Paul Vriens [Thu, 24 Apr 2008 11:07:57 +0000 (13:07 +0200)] 
user32/tests: Skip tests if function is not implemented.

16 years agooleaut32/tests: Skip a test on win9x.
Paul Vriens [Thu, 24 Apr 2008 10:05:58 +0000 (12:05 +0200)] 
oleaut32/tests: Skip a test on win9x.

16 years agoimm32: Fix a meaningless test.
Kusanagi Kouichi [Wed, 23 Apr 2008 23:32:03 +0000 (08:32 +0900)] 
imm32: Fix a meaningless test.

ImmSetCompositionString generates WM_IME_COMPOSITION. Therefore test always
fails if messages are not flushed.

16 years agowinex11: Generate WM_IME_ENDCOMPOSITION when composition string is canceled.
Kusanagi Kouichi [Wed, 23 Apr 2008 23:29:54 +0000 (08:29 +0900)] 
winex11: Generate WM_IME_ENDCOMPOSITION when composition string is canceled.

16 years agoMake.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD...
Alexandre Julliard [Thu, 24 Apr 2008 10:46:43 +0000 (12:46 +0200)] 
Make.rules: Move the all: target before the implicit rules to avoid confusing FreeBSD make.

16 years agowinex11: control + enter should generate '\n' instead of '\r'.
Lei Zhang [Thu, 24 Apr 2008 06:57:26 +0000 (23:57 -0700)] 
winex11: control + enter should generate '\n' instead of '\r'.

16 years agowgl: Add a wine specific WGL extension which allows you to change the pixel format...
Roderick Colenbrander [Tue, 22 Apr 2008 22:15:15 +0000 (22:15 +0000)] 
wgl: Add a wine specific WGL extension which allows you to change the pixel format multiple times.

16 years agowgl: Put the core functionality of X11DRV_SetPixelFormat in a separate function.
Roderick Colenbrander [Wed, 23 Apr 2008 20:40:43 +0000 (20:40 +0000)] 
wgl: Put the core functionality of X11DRV_SetPixelFormat in a separate function.

This is needed for a new X11DRV_SetPixelFormatWINE function which allows you to change the pixel format multiple times.

16 years agowinhelp: Setup a better font size for the richedit rendering.
Eric Pouech [Wed, 23 Apr 2008 19:38:48 +0000 (21:38 +0200)] 
winhelp: Setup a better font size for the richedit rendering.

16 years agowinhelp: Allow links inside popups to work properly.
Eric Pouech [Wed, 23 Apr 2008 19:38:42 +0000 (21:38 +0200)] 
winhelp: Allow links inside popups to work properly.

16 years agowinhelp: Create the shadow window also for popups handled by RichEdit.
Eric Pouech [Wed, 23 Apr 2008 19:38:36 +0000 (21:38 +0200)] 
winhelp: Create the shadow window also for popups handled by RichEdit.

16 years agowinhelp: Correctly compute the popup size and manage the popup when richedit is used.
Eric Pouech [Wed, 23 Apr 2008 19:38:27 +0000 (21:38 +0200)] 
winhelp: Correctly compute the popup size and manage the popup when richedit is used.

16 years agowinhelp: Implement the first round of support for links in RichEdit.
Eric Pouech [Wed, 23 Apr 2008 19:38:14 +0000 (21:38 +0200)] 
winhelp: Implement the first round of support for links in RichEdit.

16 years agowinhelp: Added proper RTF conversion for non breakable space and hyphen.
Eric Pouech [Wed, 23 Apr 2008 19:38:09 +0000 (21:38 +0200)] 
winhelp: Added proper RTF conversion for non breakable space and hyphen.

16 years agowinhelp: Add proper support for charset from headers and escaped non ANSI characters...
Eric Pouech [Wed, 23 Apr 2008 19:37:58 +0000 (21:37 +0200)] 
winhelp: Add proper support for charset from headers and escaped non ANSI characters in RTF stream.

16 years agowinhelp: Start feeding the richedit control with relevant RTF stream.
Eric Pouech [Wed, 23 Apr 2008 19:37:51 +0000 (21:37 +0200)] 
winhelp: Start feeding the richedit control with relevant RTF stream.

16 years agowinhelp: Added as an option, to use richedit to render the text window.
Eric Pouech [Wed, 23 Apr 2008 19:37:44 +0000 (21:37 +0200)] 
winhelp: Added as an option, to use richedit to render the text window.

16 years agowininet: Don't forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest.
Dan Hipschman [Wed, 23 Apr 2008 22:33:18 +0000 (15:33 -0700)] 
wininet: Don't forget the INTERNET_STATUS_REDIRECT callback in HttpEndRequest.

16 years agocryptdlg: Implement GetFriendlyNameOfCertA/W.
Juan Lang [Wed, 23 Apr 2008 21:59:44 +0000 (14:59 -0700)] 
cryptdlg: Implement GetFriendlyNameOfCertA/W.

16 years agomshtml: Return S_OK in QueryContinue.
Jacek Caban [Wed, 23 Apr 2008 14:47:52 +0000 (16:47 +0200)] 
mshtml: Return S_OK in QueryContinue.

16 years agomshtml: Fixed typo.
Jacek Caban [Wed, 23 Apr 2008 14:47:33 +0000 (16:47 +0200)] 
mshtml: Fixed typo.

16 years agooleaut32: Handle VT_R4 in RecordClear (spotted by Konrad Rzepecki).
Jacek Caban [Wed, 23 Apr 2008 15:10:03 +0000 (17:10 +0200)] 
oleaut32: Handle VT_R4 in RecordClear (spotted by Konrad Rzepecki).

16 years agooleaut32: Clear record in RecordDestroy.
Jacek Caban [Wed, 23 Apr 2008 15:09:43 +0000 (17:09 +0200)] 
oleaut32: Clear record in RecordDestroy.

16 years agooleaut32: Properly clear VT_BSTR record.
Jacek Caban [Wed, 23 Apr 2008 15:09:25 +0000 (17:09 +0200)] 
oleaut32: Properly clear VT_BSTR record.

16 years agourlmon: Ignore query and hash part in file protocol URL.
Jacek Caban [Wed, 23 Apr 2008 15:09:05 +0000 (17:09 +0200)] 
urlmon: Ignore query and hash part in file protocol URL.

16 years agowined3d: Call activate_dimensions from the atifs code.
Stefan Dösinger [Wed, 23 Apr 2008 20:23:57 +0000 (22:23 +0200)] 
wined3d: Call activate_dimensions from the atifs code.

16 years agouser32: Make drivers non-const to avoid a compiler warning.
Alexandre Julliard [Thu, 24 Apr 2008 09:53:58 +0000 (11:53 +0200)] 
user32: Make drivers non-const to avoid a compiler warning.

16 years agokernel32: If necessary reload the environment after wineboot has run.
Alexandre Julliard [Thu, 24 Apr 2008 09:53:45 +0000 (11:53 +0200)] 
kernel32: If necessary reload the environment after wineboot has run.

16 years agouser32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
Lei Zhang [Thu, 24 Apr 2008 00:58:30 +0000 (17:58 -0700)] 
user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.

Elias Benali wrote the initial version of this patch.

16 years agouser32: Add a test for sending WM_KEYDOWN to a child edit control.
Lei Zhang [Thu, 24 Apr 2008 00:48:34 +0000 (17:48 -0700)] 
user32: Add a test for sending WM_KEYDOWN to a child edit control.

16 years agouxtheme: Fix a test that fails in win2k3.
James Hawkins [Thu, 24 Apr 2008 00:07:19 +0000 (19:07 -0500)] 
uxtheme: Fix a test that fails in win2k3.

16 years agoshell32: Fix a test that fails in win2k3.
James Hawkins [Wed, 23 Apr 2008 23:45:49 +0000 (18:45 -0500)] 
shell32: Fix a test that fails in win2k3.

16 years agoriched20: Fix a few tests that fail in XP and up.
James Hawkins [Wed, 23 Apr 2008 23:20:21 +0000 (18:20 -0500)] 
riched20: Fix a few tests that fail in XP and up.

16 years agopdh: Fix two tests that fail on win2k3.
James Hawkins [Wed, 23 Apr 2008 23:05:02 +0000 (18:05 -0500)] 
pdh: Fix two tests that fail on win2k3.

16 years agostart: Update the German translation.
Michael Stefaniuc [Wed, 23 Apr 2008 23:04:40 +0000 (01:04 +0200)] 
start: Update the German translation.

16 years agoquartz: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:04 +0000 (22:13 +0100)] 
quartz: Remove unused variables.

16 years agoriched20: Remove unused variables.
Andrew Talbot [Wed, 23 Apr 2008 21:13:07 +0000 (22:13 +0100)] 
riched20: Remove unused variables.

16 years agoqcap: Remove unused variable.
Andrew Talbot [Wed, 23 Apr 2008 21:13:01 +0000 (22:13 +0100)] 
qcap: Remove unused variable.

16 years agowintrust: Check that provider functions are not NULL before using them.
Rob Shearman [Wed, 23 Apr 2008 19:10:14 +0000 (20:10 +0100)] 
wintrust: Check that provider functions are not NULL before using them.

16 years agowintrust: Implement WTHelperGetProvPrivateDataFromChain.
Rob Shearman [Wed, 23 Apr 2008 19:09:19 +0000 (20:09 +0100)] 
wintrust: Implement WTHelperGetProvPrivateDataFromChain.

Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.

16 years agocrypt32: Decode the message content on finishing in CDecodeMsg_Update for the streame...
Rob Shearman [Wed, 23 Apr 2008 19:08:50 +0000 (20:08 +0100)] 
crypt32: Decode the message content on finishing in CDecodeMsg_Update for the streamed case as well as the non-streamed case.

16 years agoshlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize.
Reece Dunn [Tue, 22 Apr 2008 12:35:34 +0000 (13:35 +0100)] 
shlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize.

16 years agoriched20: Yet more tests for EM_STREAMIN.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:52:14 +0000 (09:52 -0500)] 
riched20: Yet more tests for EM_STREAMIN.

16 years agouxtheme: Skip creation of temporary bitmap when painting a single tile.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:48:44 +0000 (09:48 -0500)] 
uxtheme: Skip creation of temporary bitmap when painting a single tile.

16 years agouxtheme: Fix nasty regression with painting of themed progress bar.
Alex Villacís Lasso [Wed, 23 Apr 2008 14:45:53 +0000 (09:45 -0500)] 
uxtheme: Fix nasty regression with painting of themed progress bar.

16 years agomshtml: Added elements IDispatchEx implementation.
Jacek Caban [Wed, 23 Apr 2008 14:45:52 +0000 (16:45 +0200)] 
mshtml: Added elements IDispatchEx implementation.

16 years agomshtml.idl: Added DispHTMLUnknownElement declaration.
Jacek Caban [Wed, 23 Apr 2008 14:45:21 +0000 (16:45 +0200)] 
mshtml.idl: Added DispHTMLUnknownElement declaration.

16 years agomshtml: Use heap_alloc_zero for allocating node objects.
Jacek Caban [Wed, 23 Apr 2008 14:44:21 +0000 (16:44 +0200)] 
mshtml: Use heap_alloc_zero for allocating node objects.

16 years agomshtml: Added IHTMLDocument3::getElementById implementation.
Jacek Caban [Wed, 23 Apr 2008 14:43:50 +0000 (16:43 +0200)] 
mshtml: Added IHTMLDocument3::getElementById implementation.

16 years agod3d9: Add a test for NP2 stretchrect.
Stefan Dösinger [Wed, 23 Apr 2008 14:19:19 +0000 (16:19 +0200)] 
d3d9: Add a test for NP2 stretchrect.

16 years agowined3d: Support framebuffer reading from texture_rectangle sources.
Stefan Dösinger [Wed, 23 Apr 2008 00:48:55 +0000 (02:48 +0200)] 
wined3d: Support framebuffer reading from texture_rectangle sources.

16 years agowined3d: Use the shader backend to enable / disable atifs and nvts.
Stefan Dösinger [Fri, 11 Apr 2008 06:19:04 +0000 (08:19 +0200)] 
wined3d: Use the shader backend to enable / disable atifs and nvts.

The previous logic assumed that if NVTS or ATIFS are available they
will be used. This happens to be true for NVTS, but ATIFS is only used
if neither ARBFP nor GLSL are supported. This breaks fixed function
fragment processing on ATI r300 and newer cards

16 years agoexplorer: Convert the command line parsing to Unicode.
Alexandre Julliard [Wed, 23 Apr 2008 16:04:43 +0000 (18:04 +0200)] 
explorer: Convert the command line parsing to Unicode.

16 years agowinex11: Don't allow changing the X11 size of a maximized window.
Alexandre Julliard [Wed, 23 Apr 2008 13:34:07 +0000 (15:34 +0200)] 
winex11: Don't allow changing the X11 size of a maximized window.

16 years agowinex11: Make sure that the window gravity is always set.
Alexandre Julliard [Wed, 23 Apr 2008 13:33:29 +0000 (15:33 +0200)] 
winex11: Make sure that the window gravity is always set.

16 years agowinex11: Merged the contents of winpos.c into window.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:32:58 +0000 (15:32 +0200)] 
winex11: Merged the contents of winpos.c into window.c.

16 years agowinex11: Moved the X11DRV_resize_desktop function to desktop.c.
Alexandre Julliard [Wed, 23 Apr 2008 13:22:17 +0000 (15:22 +0200)] 
winex11: Moved the X11DRV_resize_desktop function to desktop.c.

16 years agogdiplus: GdipLoadImageFromStream: initialize variable.
Dan Kegel [Tue, 22 Apr 2008 23:52:56 +0000 (16:52 -0700)] 
gdiplus: GdipLoadImageFromStream: initialize variable.

16 years agogdiplus: Implemented GdipCloneFont.
Nikolay Sivov [Tue, 22 Apr 2008 21:12:59 +0000 (01:12 +0400)] 
gdiplus: Implemented GdipCloneFont.

16 years agoshlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
Reece Dunn [Tue, 22 Apr 2008 12:18:07 +0000 (13:18 +0100)] 
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.

16 years agokernel32: Fix a test that fails on win9x.
James Hawkins [Tue, 22 Apr 2008 04:42:19 +0000 (23:42 -0500)] 
kernel32: Fix a test that fails on win9x.

16 years agoversion: Fix tests that fail in win9x and win2k.
James Hawkins [Tue, 22 Apr 2008 01:30:35 +0000 (20:30 -0500)] 
version: Fix tests that fail in win9x and win2k.

16 years agoimm32: More implementation of the ImmGetConversionStatus().
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:46 +0000 (19:05 +0900)] 
imm32: More implementation of the ImmGetConversionStatus().

Match the ImmSetConversionStatus() function.

16 years agoimm32: Pass the old conversion status value to the IME.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:30 +0000 (19:05 +0900)] 
imm32: Pass the old conversion status value to the IME.

16 years agoimm32: Examine whether the fOpen value differs with its old value.
ByeongSik Jeon [Wed, 23 Apr 2008 10:05:23 +0000 (19:05 +0900)] 
imm32: Examine whether the fOpen value differs with its old value.

16 years agouser32: Pass the WM_IME_NOTIFY message to the default IME window.
ByeongSik Jeon [Tue, 22 Apr 2008 03:33:22 +0000 (12:33 +0900)] 
user32: Pass the WM_IME_NOTIFY message to the default IME window.

16 years agoimm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:39 +0000 (21:44 +0900)] 
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.

16 years agoimm32: Add stub and header of ImmRequestMessage.
ByeongSik Jeon [Tue, 22 Apr 2008 12:44:22 +0000 (21:44 +0900)] 
imm32: Add stub and header of ImmRequestMessage.

16 years agoshell32: Secure filename copy to fixed size variable wfileName.
Tomasz Jezierski [Tue, 22 Apr 2008 07:39:48 +0000 (09:39 +0200)] 
shell32: Secure filename copy to fixed size variable wfileName.

16 years agodsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.
Maarten Lankhorst [Wed, 23 Apr 2008 00:12:28 +0000 (17:12 -0700)] 
dsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx < 8.

16 years agoquartz: Make the file source support multiple samples by preallocating enough handles.
Maarten Lankhorst [Tue, 22 Apr 2008 23:54:28 +0000 (16:54 -0700)] 
quartz: Make the file source support multiple samples by preallocating enough handles.

16 years agoquartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate...
Maarten Lankhorst [Tue, 22 Apr 2008 20:57:11 +0000 (13:57 -0700)] 
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin.

16 years agoquartz: Add some sanity checks to file splitter.
Maarten Lankhorst [Tue, 22 Apr 2008 20:44:33 +0000 (13:44 -0700)] 
quartz: Add some sanity checks to file splitter.

16 years agoquartz: Copy discontinuity status in acmwrapper.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:34 +0000 (13:37 -0700)] 
quartz: Copy discontinuity status in acmwrapper.

16 years agoquartz: Fix inverted logic in memallocator.
Maarten Lankhorst [Tue, 22 Apr 2008 20:37:05 +0000 (13:37 -0700)] 
quartz: Fix inverted logic in memallocator.

16 years agoquartz: Fix error message names in tests.
Maarten Lankhorst [Sat, 19 Apr 2008 22:33:56 +0000 (15:33 -0700)] 
quartz: Fix error message names in tests.

16 years agoquartz: Optimize the processing thread to fetch one sample while processing another.
Maarten Lankhorst [Sat, 19 Apr 2008 02:30:25 +0000 (19:30 -0700)] 
quartz: Optimize the processing thread to fetch one sample while processing another.

16 years agogdi32: Reselect objects into the DC only if scaling factors change.
Dmitry Timoshkov [Wed, 23 Apr 2008 08:24:53 +0000 (17:24 +0900)] 
gdi32: Reselect objects into the DC only if scaling factors change.

16 years agoSpelling fixes.
Austin English [Wed, 23 Apr 2008 05:13:32 +0000 (00:13 -0500)] 
Spelling fixes.