Upgrade winemaker man page for the two options added at version
[wine] / include /
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-02  Dmitry TimoshkovRemove a hack for keyboard group switching.
2001-10-01  Hidenori TakeshimaImplemented CLSID_AudioRender.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-25  Ove KaavenFixed a couple of typos.
2001-09-25  Ove KaavenAdded ICOM_[C]THIS_MULTI macros to make it easier to...
2001-09-25  Ove KaavenAdded some named pipe definitions.
2001-09-25  Ove KaavenAdded prototype for GetHGlobalFromStream.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-21  Mike McCormackDeclare DeviceIoControl.
2001-09-20  Guy L. AlbertelliDefine the SHQueryValueEx{A|W} entry points.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-09-19  Francois GougetRemove macros that should not be there (cause conflicts...
2001-09-19  Francois GougetRemove duplicate definition of _tmain.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Huw D M DaviesUse the font charset to obtain a codepage for A->W...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-14  Huw D M DaviesAdd config check and thread safe wrappers for the XRend...
2001-09-14  Francois GougetFix the WSAStartup prototype.
2001-09-14  Francois GougetHANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-11  Dmitry TimoshkovRemove not used include/process.h.
2001-09-11  Hidenori TakeshimaFixed some broken macros.
2001-09-10  Huw D M DaviesFix typo.
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-09-10  Marcus MeissnerEnhanced GetCalendarInfo stub, added known CAL_* defines.
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-09-07  Huw D M DaviesMove GDI_ERROR definition to wingdi.h.
2001-09-07  Huw D M DaviesAdd FUNCFLAGS and change TYPEFLAGS_* to an enum.
2001-09-07  Huw D M DaviesStub implementation for UuidHash().
2001-09-07  Hidenori TakeshimaAdded some missing GUIDs.
2001-08-29  Alexandre JulliardMake window handles 32-bit before calling window procedure.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-27  Hidenori TakeshimaAdded some missing interfaces.
2001-08-27  Hidenori TakeshimaAdded ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-24  Alexandre JulliardRelease 20010824. wine-20010824
2001-08-24  Francois GougetAdded WSASTARTUP16 a 1 byte alignment version of WSASTA...
2001-08-24  Hidenori TakeshimaAdded some missing CLSIDs.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-22  Hidenori TakeshimaAdded two missing headers.
2001-08-22  Hidenori TakeshimaAdded missing IIDs.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-21  Alexandre JulliardRemoved WIN_GetDesktop().
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-20  Alexandre JulliardFixed GetClassLong to return full 32 bits for all items.
2001-08-20  Nikolas ZimmermannRemoved struct UDATE forward declaration.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-17  Alexandre JulliardMade the Interlocked*Pointer functions static inline...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardMoved undocshell.h to dlls/shell32. Removed shell16.h.
2001-08-16  Alexandre JulliardMoved user lock to user.c. Added USER_CheckNotLock...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-15  Alexandre JulliardMake sure we don't hold the GDI lock when loading drivers.
2001-08-15  Alexandre JulliardImplemented _CheckNotSysLevel.
2001-08-15  Alexandre JulliardFixed win16drv initialisation.
2001-08-15  Uwe BonnesPathGetExtensionAW has three arguments.
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Hidenori TakeshimaAdded some dshow headers.
2001-08-15  Hidenori TakeshimaAdded IGraphBuilder, IFilterGraph2, IMediaSeeking inter...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-08-10  Alexandre JulliardRemoved a number of direct accesses to the WND structur...
2001-08-10  Eric PouechFixes for Solaris X86.
2001-08-09  Eric Pouech- implemented correctly the HSZ as local atoms and...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-08-09  Andreas MohrAdded more STATUS_ codes.
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-08-06  Alexandre JulliardAdded SMTO_* defines.
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-08-03  Guy L. AlbertelliAdd TBNF_* flags for the NMTBDISPINFO structure.
2001-07-31  Alexandre JulliardRelease 20010731. wine-20010731
2001-07-30  Alexandre JulliardForce STRICT checking of callback function types when...
2001-07-30  Alexandre JulliardFixed HTASK/HTASK16 handle mismatch.
2001-07-30  Alexandre JulliardMoved some handle declarations to the right headers.
2001-07-29  Alexandre JulliardRewrote Escape to avoid calling down to Escape16.
2001-07-29  Patrik StridvallCleanup/removal of unnessary things that would have...
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-27  Alexandre JulliardBuild the DC function table by using GetProcAddress...
2001-07-26  Patrik StridvallCleanup/removal of unnessary things that would have...
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
2001-07-26  Patrik StridvallRemoved inclusion of winnt.h because the porting layer...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-26  Travis MichielsenFully implement DrawTextEx* functions.
2001-07-26  Guy L. AlbertelliAdd values to describe return values from WM_NOTIFY...
2001-07-24  Alexandre JulliardRemoved enhmetafile.h. Simplified ENHMETAFILEOBJ struct...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
next