wine
2002-11-11  Eric PouechImplemented a Wine-only scheme for interprocess WinHelp...
2002-11-11  Rolf KalbermatterFix some NULL dereferencing.
2002-11-11  Robert 'Admiral... Fixed bit 2 value and set bit 1 too.
2002-11-11  Alexandre JulliardRemoved winetest.
2002-11-11  Marko KreenClip bottom coordinates.
2002-11-11  Dimitrie O... Rewrite make_ctests and runtest in shell.
2002-11-11  Jukka HeinonenMove all int31 functions to winedos.
2002-11-11  Patrik StridvallFixed some issues found by winapi_check.
2002-11-11  Patrik Stridvall- API files update.
2002-11-11  Marcus MeissnerAdd case for non sparc / non i386 SYSDEPS_CallOnStack.
2002-11-11  Marcus MeissnerImplemented OleLoadPictureEx.
2002-11-11  Marcus MeissnerSilence one FIXME(). Implement ITypeInfo::GetDocumentat...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-11-11  Dmitry TimoshkovFix copy/paste bug. Make MessageBox without an icon...
2002-11-11  Eric PouechFixed loading HCW 4.0 files without phrase image compre...
2002-11-08  Patrik Stridvall- Added #include <sys/types.h> where needed for FreeBSD.
2002-11-08  Shachar Shemesh- Changed all numeric resources in ChooseFont to labels...
2002-11-08  Pierre BeyssacAvoid FreeBSD compatibility issues with dbreg structure.
2002-11-08  Ove KaavenMoved IMalloc definition from obj_base.h to obj_misc.h.
2002-11-08  Juraj HercekAdded WINELIB_NAME_AW for LPCCINFO.
2002-11-08  Juraj HercekFixed bug in context registers, added HANDLER_DEF and...
2002-11-08  Marcus MeissnerOnly enable VM86 mode if we have the <sys/vm86.h> inclu...
2002-11-08  Marcus MeissnerNew structures: RASIPADDR, RASDEVINFO, RASENTRY.
2002-11-08  Alberto MassariThe object returned by IEnumFORMATETC::Clone should...
2002-11-08  Alberto MassariAvoid crashing when releasing an NdrCStdStubBuffer...
2002-11-08  Ryan Cumming- Silence annoying "Empty path passed" error.
2002-11-08  Ryan CummingRemove OLE_GetFormatA, reimplement GetDateFormatA and...
2002-11-08  Marcus MeissnerDraft implementation of DispCallFunc.
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-11-06  Dimitrie O... Do not draw the text of the item being edited.
2002-11-06  Eric FriasAdded quotes to assembly language output.
2002-11-06  Juraj HercekImplemented SYSDEPS_CallOnStack for sparcs.
2002-11-06  Juraj HercekBug fixes related to sparc 4-byte boundary alignment.
2002-11-06  Dimitrie O... Fix the 'jumping selection' bug (#1108).
2002-11-06  Gerald PfeiferWhen checking for sys/mount.h and sys/user.h also inclu...
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-06  Patrik Stridvall- Added code for detection of missing types.
2002-11-06  Greg Turner- Remove stupid indentations from trace msgs.
2002-11-06  Chris MorganRemove ERR() if menu entry isn't of type MF_STRING...
2002-11-06  György 'Nog... - Fix RtlTimeToTimeFields to actually work.
2002-11-06  Jukka HeinonenStart using winedos handlers for all interrupts.
2002-11-06  Francois GougetCompute SM_CYMAXIMIZED purely based on the screen heigh...
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-11-06  Patrik StridvallAPI files update.
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-06  Ove KaavenAdd ICOM_DEFINE1 macro to define a COM interface withou...
2002-11-06  Jason Edmeades- Stencil mapping now works (it helps to actually alloc...
2002-11-06  Eric PouechReplaced assert by simple if + warning message for...
2002-11-06  Jukka HeinonenMove most int31 functions to winedos.
2002-11-06  Matthew BlochVtable fixes.
2002-11-06  Marcus MeissnerAdded RasValidateEntryNameA stub.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Alexandre JulliardWarning fix.
2002-11-04  Ryan CummingHandle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_F...
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...
2002-11-04  Alexandre JulliardHack to detect register functions automatically so...
2002-11-04  Alexandre JulliardMake COMSPEC point to wcmd.exe, not command.com.
2002-11-04  Greg Turner- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
2002-11-04  Zoly NagyAdded/upgraded Hungarian resources.
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik Stridvall- Updated it to support changes in Wine.
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-11-04  Patrik StridvallAdded tests for normal types (not just structures).
2002-11-04  Ryan CummingAdded missing CSTR_ definitions.
2002-11-04  Francois GougetOSS_RawOpenDevice should return an error if the format...
2002-11-04  Ryan CummingAdd stub for RasEnumConnectionsW.
2002-11-04  Marcus MeissnerHandle errors in std marshaller better, do not crash.
2002-11-04  Marcus MeissnerSpecify existing extra size of WINEPS Devmode structure.
2002-11-04  Jaco GreeffSkip the allocation of a new console on "wcmd /c <comma...
2002-11-04  Jukka HeinonenIgnore VCPI installation checks. Handle XMS query any...
2002-11-04  Jukka HeinonenWhen returning from 32-bit default interrupt handlers...
2002-11-04  Lionel UlmerAdditional exported capabilities to please some picky...
2002-11-04  Lionel Ulmer- only compare the first WORD in the DDSCAPS2 structure...
2002-11-04  Lionel UlmerAugment the DDSCAPS2 dumping routine with new caps.
2002-11-01  Alexandre JulliardRelease 20021031. wine-20021031
2002-11-01  Alexandre JulliardAdded clobber lists to the inline assembly functions.
2002-11-01  Matthew DavisonFixed some handle conversions for -DSTRICT.
2002-11-01  Greg TurnerFix some problems found by winapi_check.
2002-11-01  Greg TurnerFix stupid clone of broken macro, found by Marcus.
2002-11-01  Ove KaavenSome RPC format characters from MS documentation.
2002-11-01  Stefan LeichterRemove quotes from filename before calling LoadLibrary...
2002-11-01  Alberto Massari- Fixed typo in SHGetFileInfoA.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Use appropriate per-platform NDR_LOCAL Data Represent...
2002-10-31  Marcus MeissnerEscape \ in path and arguments.
2002-10-31  Rok MandeljcUpdated Slovenian resources for (new) version of progman.
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-31  Alexandre JulliardWork around to make system-global hooks at least run...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Marcus Meissner_seh_longjmp_unwind is i386 only for now.
2002-10-31  Greg Turner- Cast NDR_* #defines to (unsigned long) instead of...
2002-10-31  Greg TurnerRename the *_32_READ macros to *_UINT32_READ for clarity.
2002-10-31  Vincent BéronFix English progman resources by translating French...
2002-10-31  Vincent BéronSmall cleanup for the French progman resources.
2002-10-31  Carlos LozanolParam was not properly sent in COMBOEX_DrawItem.
2002-10-31  Dimitrie O... Append columns with large column indices.
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-31  Jukka HeinonenPrevent crashes when DOS program tries to access consol...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
next