wine
15 years agorpcrt4: Fix buffer overflow in UUID tests.
Rob Shearman [Sun, 25 Jan 2009 17:07:20 +0000 (17:07 +0000)] 
rpcrt4: Fix buffer overflow in UUID tests.

15 years agocomctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended...
Reece Dunn [Sun, 25 Jan 2009 12:37:06 +0000 (12:37 +0000)] 
comctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended style.

15 years agomsi: Remove redundant pointer check (Coverity).
Nikolay Sivov [Sun, 25 Jan 2009 12:08:58 +0000 (15:08 +0300)] 
msi: Remove redundant pointer check (Coverity).

15 years agoddraw/tests: Add a few tests for ComputeShereVisibility.
David Adam [Sat, 24 Jan 2009 18:32:30 +0000 (19:32 +0100)] 
ddraw/tests: Add a few tests for ComputeShereVisibility.

15 years agooleview: Fix typo in English, Russian resources.
Anders Jonsson [Sat, 24 Jan 2009 17:08:10 +0000 (18:08 +0100)] 
oleview: Fix typo in English, Russian resources.

15 years agoshell32: Declare some functions static.
Andrew Talbot [Sat, 24 Jan 2009 16:04:27 +0000 (16:04 +0000)] 
shell32: Declare some functions static.

15 years agontdll: Add stub for RtlGetCompressionWorkSpaceSize.
Ricardo Filipe [Sat, 24 Jan 2009 13:41:37 +0000 (13:41 +0000)] 
ntdll: Add stub for RtlGetCompressionWorkSpaceSize.

15 years agouser32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError...
Jeff Latimer [Sat, 24 Jan 2009 10:34:44 +0000 (21:34 +1100)] 
user32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError for instances on that thread.

15 years agouser32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.
Jeff Latimer [Sat, 24 Jan 2009 10:34:35 +0000 (21:34 +1100)] 
user32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.

Similar the DdeCreateDataHandle, DdeCreateStringHandle behaves the same
way.  If an invalid instance Id is passed then lastError is set for all
instances of that thread.

15 years agowinefile: Avoid array overrun (coverity).
Marcus Meissner [Sat, 24 Jan 2009 08:52:36 +0000 (09:52 +0100)] 
winefile: Avoid array overrun (coverity).

15 years agogdiplus: Do not call delete_element(NULL).
Vincent Povirk [Sat, 24 Jan 2009 06:30:50 +0000 (00:30 -0600)] 
gdiplus: Do not call delete_element(NULL).

15 years agocryptui: Call CryptUIWizExport when asked to.
Juan Lang [Fri, 23 Jan 2009 21:36:12 +0000 (13:36 -0800)] 
cryptui: Call CryptUIWizExport when asked to.

15 years agocryptui: Fix a typo.
Juan Lang [Fri, 23 Jan 2009 21:26:59 +0000 (13:26 -0800)] 
cryptui: Fix a typo.

15 years agocryptui: Implement CryptUIWizExport for the no UI case.
Juan Lang [Fri, 23 Jan 2009 21:25:51 +0000 (13:25 -0800)] 
cryptui: Implement CryptUIWizExport for the no UI case.

15 years agocryptui: Use a public type rather than a private one for export options in the export...
Juan Lang [Fri, 23 Jan 2009 21:20:55 +0000 (13:20 -0800)] 
cryptui: Use a public type rather than a private one for export options in the export wizard.

15 years agocryptui: Implement saving from the export wizard.
Juan Lang [Fri, 23 Jan 2009 20:50:30 +0000 (12:50 -0800)] 
cryptui: Implement saving from the export wizard.

15 years agocryptui: Show details of export on finish page of export wizard.
Juan Lang [Fri, 23 Jan 2009 19:41:41 +0000 (11:41 -0800)] 
cryptui: Show details of export on finish page of export wizard.

15 years agocryptui: Implement browsing for a filename in the export wizard.
Juan Lang [Fri, 23 Jan 2009 19:29:59 +0000 (11:29 -0800)] 
cryptui: Implement browsing for a filename in the export wizard.

15 years agocryptui: Validate filename in export wizard.
Juan Lang [Fri, 23 Jan 2009 18:59:58 +0000 (10:59 -0800)] 
cryptui: Validate filename in export wizard.

15 years agocryptui: Enable/disable checkboxes in the format page of the export wizard depending...
Juan Lang [Fri, 23 Jan 2009 17:04:53 +0000 (09:04 -0800)] 
cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection.

15 years agocryptui: Disable the PFX export format in the export wizard unless the source has...
Juan Lang [Fri, 23 Jan 2009 17:04:14 +0000 (09:04 -0800)] 
cryptui: Disable the PFX export format in the export wizard unless the source has a private key.

15 years agocryptui: Remember format and format options when leaving the format page of the expor...
Juan Lang [Fri, 23 Jan 2009 17:03:37 +0000 (09:03 -0800)] 
cryptui: Remember format and format options when leaving the format page of the export wizard.

15 years agocryptui: Skip the format page of the export wizard if the format is implied.
Juan Lang [Fri, 23 Jan 2009 17:01:38 +0000 (09:01 -0800)] 
cryptui: Skip the format page of the export wizard if the format is implied.

15 years agocryptui: Add a do-nothing export wizard.
Juan Lang [Fri, 23 Jan 2009 17:00:53 +0000 (09:00 -0800)] 
cryptui: Add a do-nothing export wizard.

15 years agocryptui: Add stub for CryptUIWizExport.
Juan Lang [Fri, 23 Jan 2009 16:56:52 +0000 (08:56 -0800)] 
cryptui: Add stub for CryptUIWizExport.

15 years agoconfigure.ac: Fix a couple more includes on NetBSD.
Austin English [Fri, 23 Jan 2009 19:29:42 +0000 (13:29 -0600)] 
configure.ac: Fix a couple more includes on NetBSD.

15 years agouser32: Allocate buffer on heap.
Paul Vriens [Fri, 23 Jan 2009 17:07:09 +0000 (18:07 +0100)] 
user32: Allocate buffer on heap.

15 years agows2_32/tests: Fix a test failure on WinME.
Alexandre Julliard [Sun, 25 Jan 2009 16:30:14 +0000 (17:30 +0100)] 
ws2_32/tests: Fix a test failure on WinME.

15 years agouserenv/tests: Don't check for TEMP and TMP variables on NT4.
Alexandre Julliard [Sun, 25 Jan 2009 16:30:01 +0000 (17:30 +0100)] 
userenv/tests: Don't check for TEMP and TMP variables on NT4.

15 years agouser32/tests: Make the traces less verbose in the window test.
Alexandre Julliard [Sun, 25 Jan 2009 16:29:32 +0000 (17:29 +0100)] 
user32/tests: Make the traces less verbose in the window test.

15 years agouser32/tests: Ignore some more messages.
Alexandre Julliard [Sun, 25 Jan 2009 16:29:05 +0000 (17:29 +0100)] 
user32/tests: Ignore some more messages.

15 years agouser32/tests: Fix various failures in the monitor test.
Alexandre Julliard [Sun, 25 Jan 2009 16:28:39 +0000 (17:28 +0100)] 
user32/tests: Fix various failures in the monitor test.

15 years agogdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on...
Alexandre Julliard [Sun, 25 Jan 2009 16:08:55 +0000 (17:08 +0100)] 
gdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on Vista.

15 years agocomcat/tests: Skip tests if we can't create a test category.
Alexandre Julliard [Sun, 25 Jan 2009 16:08:20 +0000 (17:08 +0100)] 
comcat/tests: Skip tests if we can't create a test category.

15 years agocomdlg32: Move the unicode version to the common implementation.
Huw Davies [Fri, 23 Jan 2009 15:42:21 +0000 (15:42 +0000)] 
comdlg32: Move the unicode version to the common implementation.

15 years agocomdlg32: Add a placeholder for the unicode dialog struct. Update helper functions...
Huw Davies [Fri, 23 Jan 2009 15:26:29 +0000 (15:26 +0000)] 
comdlg32: Add a placeholder for the unicode dialog struct. Update helper functions to work in the unicode case.

15 years agocomdlg32: Move the initialization code into a common function.
Huw Davies [Fri, 23 Jan 2009 14:19:46 +0000 (14:19 +0000)] 
comdlg32: Move the initialization code into a common function.

15 years agowidl: We need an offset after the correlation descriptor for unencapsulated unions.
Alexandre Julliard [Fri, 23 Jan 2009 15:47:51 +0000 (16:47 +0100)] 
widl: We need an offset after the correlation descriptor for unencapsulated unions.

15 years agorpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.
Rob Shearman [Fri, 23 Jan 2009 15:09:42 +0000 (15:09 +0000)] 
rpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.

It does more harm than good, since we can't get any information about
what new features are being used by the caller, if any, by bailing at
this early point.

15 years agorpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.
Rob Shearman [Fri, 23 Jan 2009 15:09:18 +0000 (15:09 +0000)] 
rpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.

NdrRangeMarshall, NdrRangeBufferSize, NdrRangeFree and
NdrByteCountPointerMemorySize should be declared static in
ndr_marshall.c instead.

15 years agouser32: Removed code without effect.
Florian Köberle [Tue, 20 Jan 2009 12:52:39 +0000 (13:52 +0100)] 
user32: Removed code without effect.

15 years agouser32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
Florian Köberle [Tue, 20 Jan 2009 12:52:40 +0000 (13:52 +0100)] 
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.

15 years agouser32: Refactor of WINPOS_GetMinMaxInfo.
Florian Köberle [Tue, 20 Jan 2009 12:52:35 +0000 (13:52 +0100)] 
user32: Refactor of WINPOS_GetMinMaxInfo.

Moved and duplicated the code below the "if child" statement into the
if and else block.

15 years agontdll: Implement the ThreadAffinityMask query.
Juan Lang [Wed, 21 Jan 2009 17:51:49 +0000 (09:51 -0800)] 
ntdll: Implement the ThreadAffinityMask query.

15 years agodinput: Implement auto-center set & get.
Vincent Pelletier [Wed, 21 Jan 2009 23:00:10 +0000 (00:00 +0100)] 
dinput: Implement auto-center set & get.

15 years agocomdlg32: Fix return type of COMDLG32_StrRetToStrNW.
Detlef Riekenberg [Thu, 22 Jan 2009 22:39:19 +0000 (23:39 +0100)] 
comdlg32: Fix return type of COMDLG32_StrRetToStrNW.

15 years agoshdocvw: Add test to show IServiceProvider is supported.
Alistair Leslie-Hughes [Fri, 23 Jan 2009 09:50:36 +0000 (20:50 +1100)] 
shdocvw: Add test to show IServiceProvider is supported.

15 years agomscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust.
Hans Leidekker [Fri, 23 Jan 2009 09:33:03 +0000 (10:33 +0100)] 
mscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust.

15 years agorpcrt4: Move NdrGetUserMarshalInfo stub near user marshal functions. Add documentatio...
Hans Leidekker [Fri, 23 Jan 2009 09:32:44 +0000 (10:32 +0100)] 
rpcrt4: Move NdrGetUserMarshalInfo stub near user marshal functions. Add documentation header.

15 years agoloadperf: Add stub implementations for InstallPerfDllA/W.
Hans Leidekker [Fri, 23 Jan 2009 09:32:20 +0000 (10:32 +0100)] 
loadperf: Add stub implementations for InstallPerfDllA/W.

15 years agocomdlg32: Add a helper to return the dialog struct.
Huw Davies [Fri, 23 Jan 2009 11:12:17 +0000 (11:12 +0000)] 
comdlg32: Add a helper to return the dialog struct.

15 years agocomdlg32: Add a function to access the hooks.
Huw Davies [Thu, 22 Jan 2009 23:11:21 +0000 (23:11 +0000)] 
comdlg32: Add a function to access the hooks.

15 years agocomdlg32: Remove ugly macro.
Huw Davies [Thu, 22 Jan 2009 17:13:12 +0000 (17:13 +0000)] 
comdlg32: Remove ugly macro.

15 years agocomdlg32: Simplify the DEVNAMES access functions are unify the release.
Huw Davies [Thu, 22 Jan 2009 16:49:52 +0000 (16:49 +0000)] 
comdlg32: Simplify the DEVNAMES access functions are unify the release.

15 years agocomdlg32: Fix incorrect scaling.
Huw Davies [Thu, 22 Jan 2009 15:48:01 +0000 (15:48 +0000)] 
comdlg32: Fix incorrect scaling.

15 years agocomdlg32: Add a helper to access the margin rect.
Huw Davies [Thu, 22 Jan 2009 15:47:07 +0000 (15:47 +0000)] 
comdlg32: Add a helper to access the margin rect.

15 years agocomdlg32: Add a helper function to access the PAGESETUPDLG's ptPaperSize element.
Huw Davies [Thu, 22 Jan 2009 15:33:09 +0000 (15:33 +0000)] 
comdlg32: Add a helper function to access the PAGESETUPDLG's ptPaperSize element.

15 years agocomdlg32: Use a helper function to retrieve pagesetup flags.
Huw Davies [Thu, 22 Jan 2009 15:16:26 +0000 (15:16 +0000)] 
comdlg32: Use a helper function to retrieve pagesetup flags.

15 years agomsdmo: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:56 +0000 (10:36 +0100)] 
msdmo: Remove superfluous pointer casts.

15 years agoifsmgr.vxd: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:37:15 +0000 (10:37 +0100)] 
ifsmgr.vxd: Remove superfluous pointer casts.

15 years agodinput8: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:48 +0000 (10:36 +0100)] 
dinput8: Remove superfluous pointer casts.

15 years agowinealsa.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:15 +0000 (10:36 +0100)] 
winealsa.drv: Remove superfluous pointer casts.

15 years agouser32/tests: Don't try to do hook tests if we can't set hooks.
Alexandre Julliard [Fri, 23 Jan 2009 12:14:05 +0000 (13:14 +0100)] 
user32/tests: Don't try to do hook tests if we can't set hooks.

15 years agouser32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.
Alexandre Julliard [Fri, 23 Jan 2009 12:13:54 +0000 (13:13 +0100)] 
user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.

15 years agod3d10core: Add a stub ID3D10Buffer implementation.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
d3d10core: Add a stub ID3D10Buffer implementation.

15 years agod3d10core: Add a stub ID3D10RenderTargetView implementation.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
d3d10core: Add a stub ID3D10RenderTargetView implementation.

15 years agowined3d: Don't use drawStridedFast() for drawing pretransformed vertices.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
wined3d: Don't use drawStridedFast() for drawing pretransformed vertices.

This was exposed by adding EXT_vertex_array_bgra support, previously we would
almost never hit this because color data being present would already prevent
us from using drawStridedFast(). Thanks to Stefan for spotting this.

15 years agowined3d: Don't use drawStridedFast() when pointsize data is present.
Henri Verbeet [Fri, 23 Jan 2009 09:22:33 +0000 (10:22 +0100)] 
wined3d: Don't use drawStridedFast() when pointsize data is present.

15 years agowined3d: Take EXT_vertex_array_bgra into account in send_attribute() and loadNumbered...
Henri Verbeet [Fri, 23 Jan 2009 09:22:33 +0000 (10:22 +0100)] 
wined3d: Take EXT_vertex_array_bgra into account in send_attribute() and loadNumberedArrays().

15 years agowinefile: Update Swedish translation.
Anders Jonsson [Fri, 23 Jan 2009 09:17:44 +0000 (10:17 +0100)] 
winefile: Update Swedish translation.

15 years agowinhlp32: Update Swedish translation.
Anders Jonsson [Fri, 23 Jan 2009 09:16:50 +0000 (10:16 +0100)] 
winhlp32: Update Swedish translation.

15 years agokernel32: Added DeleteTimerQueue.
Nikolay Sivov [Thu, 22 Jan 2009 17:55:35 +0000 (20:55 +0300)] 
kernel32: Added DeleteTimerQueue.

15 years agoshdocvw: Fixed tests on IE7.
Jacek Caban [Fri, 23 Jan 2009 01:06:09 +0000 (02:06 +0100)] 
shdocvw: Fixed tests on IE7.

15 years agorsaenh: Declare some functions static.
Andrew Talbot [Thu, 22 Jan 2009 22:07:54 +0000 (22:07 +0000)] 
rsaenh: Declare some functions static.

15 years agocomdlg32: Remove dead code (GetModuleHandleA can't fail).
Detlef Riekenberg [Thu, 22 Jan 2009 21:16:07 +0000 (22:16 +0100)] 
comdlg32: Remove dead code (GetModuleHandleA can't fail).

15 years agoshdocvw: Stub implementation of IEParseDisplayNameWithBCW.
Aric Stewart [Thu, 22 Jan 2009 20:59:08 +0000 (14:59 -0600)] 
shdocvw: Stub implementation of IEParseDisplayNameWithBCW.

15 years agoiphlpapi: Include netinet/if_inarp.h for NetBSD.
Austin English [Thu, 22 Jan 2009 16:44:06 +0000 (10:44 -0600)] 
iphlpapi: Include netinet/if_inarp.h for NetBSD.

15 years agocomctl32: Simplify ten functions by removing unused parameters.
Gerald Pfeifer [Thu, 22 Jan 2009 08:09:39 +0000 (09:09 +0100)] 
comctl32: Simplify ten functions by removing unused parameters.

15 years agomshtml: Implement IHTMLDocument3 getElementsByTagName.
Alistair Leslie-Hughes [Tue, 20 Jan 2009 10:22:24 +0000 (21:22 +1100)] 
mshtml: Implement IHTMLDocument3 getElementsByTagName.

15 years agomsxml3: Implement IXMLDOMDocument2 IPersistStream_Save.
Alistair Leslie-Hughes [Thu, 22 Jan 2009 09:21:45 +0000 (20:21 +1100)] 
msxml3: Implement IXMLDOMDocument2 IPersistStream_Save.

15 years agomsxml3: IXMLDOMDocument2 async default value is VARIANT_TRUE.
Alistair Leslie-Hughes [Wed, 21 Jan 2009 10:58:31 +0000 (21:58 +1100)] 
msxml3: IXMLDOMDocument2 async default value is VARIANT_TRUE.

15 years agomsxml3: Register missing SAXXMLReader Components.
Alistair Leslie-Hughes [Wed, 21 Jan 2009 05:19:26 +0000 (16:19 +1100)] 
msxml3: Register missing SAXXMLReader Components.

15 years agoupdspapi: Add missing functions and forward to setupapi.
Austin English [Thu, 22 Jan 2009 06:34:19 +0000 (00:34 -0600)] 
updspapi: Add missing functions and forward to setupapi.

15 years agouser32: Check the instance id on DdeCreateDataHandle and retire a couple of todos.
Jeff Latimer [Thu, 22 Jan 2009 12:35:27 +0000 (23:35 +1100)] 
user32: Check the instance id on DdeCreateDataHandle and retire a couple of todos.

15 years agocomdlg32: Rename pagesetup data type to reflect upcoming unicode/ansi merge.
Huw Davies [Thu, 22 Jan 2009 12:24:07 +0000 (12:24 +0000)] 
comdlg32: Rename pagesetup data type to reflect upcoming unicode/ansi merge.

15 years agokernel32: Make GetOverlappedResult crash on NULL args as native does.
Nikolay Sivov [Thu, 22 Jan 2009 12:00:33 +0000 (15:00 +0300)] 
kernel32: Make GetOverlappedResult crash on NULL args as native does.

15 years agoiphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.
Austin English [Thu, 22 Jan 2009 03:59:11 +0000 (21:59 -0600)] 
iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.

15 years agoiphplapi: Reorder includes for NetBSD.
Austin English [Wed, 21 Jan 2009 12:38:17 +0000 (06:38 -0600)] 
iphplapi: Reorder includes for NetBSD.

15 years agorpcrt4: Use pseudo-random numbers to generate UUIDs rather than using the (old, depre...
Juan Lang [Wed, 21 Jan 2009 18:39:46 +0000 (10:39 -0800)] 
rpcrt4: Use pseudo-random numbers to generate UUIDs rather than using the (old, deprecated) MAC-address-and-time generation algorithm.

15 years agoquartz: Only test for the presence or absence of a single filter in a loop. Testing...
Juan Lang [Wed, 21 Jan 2009 18:38:55 +0000 (10:38 -0800)] 
quartz: Only test for the presence or absence of a single filter in a loop. Testing for more than one depends on the order of enumeration, which isn't guaranteed.

15 years agowininet: Set dwError to 0 in first INTERNET_STATUS_REQUEST_COMPLETE notification.
Jacek Caban [Thu, 22 Jan 2009 12:48:23 +0000 (13:48 +0100)] 
wininet: Set dwError to 0 in first INTERNET_STATUS_REQUEST_COMPLETE notification.

15 years agojscript: Fixed Math.round with no argument.
Jacek Caban [Thu, 22 Jan 2009 12:47:13 +0000 (13:47 +0100)] 
jscript: Fixed Math.round with no argument.

15 years agojscript: Added Math.random implementation.
Jacek Caban [Thu, 22 Jan 2009 12:47:00 +0000 (13:47 +0100)] 
jscript: Added Math.random implementation.

15 years agoprogman: Add Swedish translation.
Anders Jonsson [Wed, 21 Jan 2009 23:16:45 +0000 (00:16 +0100)] 
progman: Add Swedish translation.

15 years agodinput: Add test to show that effects are stopped after Unacquire + Acquire and prese...
Vincent Pelletier [Wed, 21 Jan 2009 22:25:53 +0000 (23:25 +0100)] 
dinput: Add test to show that effects are stopped after Unacquire + Acquire and preserved in dinput.

15 years agodinput: On Unacquire, stop all effects and unload them.
Vincent Pelletier [Wed, 21 Jan 2009 22:01:42 +0000 (23:01 +0100)] 
dinput: On Unacquire, stop all effects and unload them.

15 years agodinput: Use tested DirectInput version instead of latest.
Vincent Pelletier [Wed, 21 Jan 2009 22:00:25 +0000 (23:00 +0100)] 
dinput: Use tested DirectInput version instead of latest.

15 years agorichedit: Update EM_GETOLEINTERFACE documentation status.
Nikolay Sivov [Wed, 21 Jan 2009 16:08:31 +0000 (19:08 +0300)] 
richedit: Update EM_GETOLEINTERFACE documentation status.

15 years agorichedit: Implemented ITextServices_TxGetVScroll & TxGetHScroll.
Dylan Smith [Wed, 21 Jan 2009 15:13:56 +0000 (10:13 -0500)] 
richedit: Implemented ITextServices_TxGetVScroll & TxGetHScroll.

15 years agorichedit: Removed some unused invalidation code.
Dylan Smith [Wed, 21 Jan 2009 15:10:10 +0000 (10:10 -0500)] 
richedit: Removed some unused invalidation code.

The ME_InvalidateFromOfs and ME_QueueInvalidateFromCursor functions are
never called, and the nInvalidOfs variable had its value set but never
used.