+----------------------------------------------------------------
+2004-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/enumidlist.c, dlls/shell32/enumidlist.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shfldr_mycomp.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - move CreateMyCompEnumList and CreateDesktopEnumList to their
+ respective files
+ - rewrite CreateFolderEnumList to only FindFirstFile/FindNextFile once
+
+ * dlls/msvcrt/math.c: Portability fix.
+
+ * dlls/msvcrt/wcs.c: Dave Belanger <dave.belanger@cimmetry.com>
+ wcstod: added exponent parsing and fixed handling of negative sign.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Restore correct focus handling for ShowWindow(SW_HIDE) case.
+
+ * include/wine/server_protocol.h, server/fd.c, server/file.c,
+ server/file.h, server/named_pipe.c, server/protocol.def,
+ server/request.h, server/serial.c, server/smb.c, server/sock.c,
+ server/trace.c:
+ Removed the get_file_info request.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Revert an erroneous patch.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add WM_SETREDRAW test.
+
+ * dlls/kernel/profile.c: Aric Stewart <aric@codeweavers.com>
+ Empty values need to be preserved as empty values and not assumed to
+ be nonexistent values.
+
+ * include/tapi.h: Rein Klazes <rklazes@xs4all.nl>
+ Add some structures and defines.
+
+ * tools/winebuild/import.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Automatically detect whether the entry point is main or WinMain
+ instead of depending on the subsystem type.
+
+ * dlls/kernel/tests/file.c, dlls/ntdll/file.c, files/file.c,
+ include/winbase.h:
+ Replace the get_file_info request by an fstat() on the client side.
+
+ * dlls/ntdll/rtlstr.c: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix bad initialization of Unicode length parameters in
+ RtlStringFromGUID.
+
+ * dlls/dpnet/address.c, dlls/dpnet/client.c,
+ dlls/dpnet/dpnet_private.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - add traces to client.c and address.c stub functions
+ - implement some debugging functions (debugstr_SP)
+ - implement IDirectPlay8Address::GetSP/IDirectPlay8Address::SetSP
+
+ * dlls/shell32/cpanel.h, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/enumidlist.c, dlls/shell32/enumidlist.h,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shell32_main.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Move control panel applet enumeration to cpanelfolder.c.
+
+2004-04-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/file.c, files/file.c, include/wine/server_protocol.h,
+ server/file.c, server/protocol.def, server/request.h, server/trace.c:
+ Handle the set_file_pointer request on the client side.
+
+ * include/wine/wine_common_ver.rc:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fix compiling under MS_VC 6.
+
+ * dlls/shell32/pidl.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - SHBindToParent(): request correct COM interface from desktop.
+ - _ILCreateFromFindDataA(): type cast to eliminate MSVC compiler
+ warning.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dpnet/.cvsignore,
+ dlls/dpnet/Makefile.in, dlls/dpnet/address.c, dlls/dpnet/client.c,
+ dlls/dpnet/dpnet.spec, dlls/dpnet/dpnet_main.c,
+ dlls/dpnet/dpnet_private.h, dlls/dpnet/peer.c, dlls/dpnet/regsvr.c,
+ dlls/dpnet/server.c, dlls/dpnet/version.rc, tools/wine.inf:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added simple dpnet.dll implementation.
+
+ * dlls/shell32/cpanelfolder.c, dlls/shell32/pidl.c,
+ dlls/shell32/pidl.h, dlls/shell32/shellpath.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - comment fixes
+ - improved error checking and conformance with Windows
+ - remove some spurious error messages
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/user/misc.c,
+ dlls/user/resource.c, dlls/user/user32.spec, dlls/vdmdbg/.cvsignore,
+ dlls/vdmdbg/Makefile.in, dlls/vdmdbg/vdmdbg.c,
+ dlls/vdmdbg/vdmdbg.spec:
+ Sami Aario <sami.aario@surfeu.fi>
+ Stubs to prevent taskmgr.exe from crashing or aborting during
+ startup.
+
+ * files/file.c: Better fallback in SetFileTime when futimes is missing.
+
+ * documentation/testing.sgml: Michael Jacobsen <im_nott@hotmail.com>
+ Cleaned up the text concerning the need for conformance tests.
+
+ * dlls/dbghelp/elf_module.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Cast third parameter of elf_search_and_load_file() to proper type.
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ Fix dumb error from rev. 1.158.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, include/winternl.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix DbgPrint and implement DbgPrintEx
+ - stub for NtImpersonateAnonymousToken
+
+ * dlls/advapi32/advapi32.spec:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added some stubs.
+
+ * include/dpaddr.h, include/dplay8.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Correct dplay8 headers for future use.
+
+ * dlls/uxtheme/system.c, dlls/uxtheme/uxtheme.spec:
+ Kevin Koltzau <kevin@plop.org>
+ Implement CheckThemeSignature.
+
+ * tools/makedep.c:
+ Added some checks for the config.h inclusion rules in the Wine tree.
+
+ * dlls/ddraw/main.c, dlls/shell32/shelllink.c, dlls/user/comm16.c,
+ dlls/wineps/type1.c, dlls/wineps/type42.c:
+ Fixed a couple of header files ordering issues.
+
+ * dlls/ntdll/file.c:
+ Better support for device handles in NtQueryVolumeInformationFile.
+
+ * configure, configure.ac, dlls/x11drv/xrandr.c, include/config.h.in:
+ Mike McCormack <mike@codeweavers.com>
+ Load the XRandR extension dynamically (with help from Alex Pasadyn).
+
+ * files/smb.c: Juan Lang <juan_lang@yahoo.com>
+ Properly map SMB errors using DOS-style error codes.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Resolve shell shortcuts and process ID lists in ShellExecute()
+ functions.
+
+2004-04-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c, dlls/kernel/vxd.c, dlls/winedos/int21.c,
+ files/file.c, include/file.h, include/wine/server_protocol.h,
+ misc/registry.c, server/file.c, server/file.h, server/mapping.c,
+ server/protocol.def, server/trace.c:
+ Get rid of the removable media handling in the server.
+
+ * dlls/ntdll/file.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/virtual.c, include/winternl.h, server/process.c:
+ Handle file mappings on removable media entirely inside ntdll.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_mycomp.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - rename PT_SPECIAL to PT_SHELLEXT
+ - remove unnecessarily complex _ILCreate
+ - combine _ILCreateValue and _ILCreateFolder, since their outputs
+ differed by only one byte.
+
+ * dlls/ntdll/virtual.c:
+ Fixed some potential races in the handling of the view structures.
+
+ * dlls/winedos/int15.c: Florian Goth <Captainsifff@gmx.de>
+ Added some more stubs after examining the dosbox source code.
+
+ * dlls/dbghelp/storage.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Avoid compiler warning in vector_position().
+
+ * configure, configure.ac: Shachar Shemesh <wine-patches@shemesh.biz>
+ Static libraries names for ICU are libsicu*.a now.
+ Add printout of the linking test.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make use of the 'defwinproc' flag in the message test.
+
+ * dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c,
+ dlls/dinput/regsvr.c, tools/wine.inf:
+ James Perry <jamesp@epcc.ed.ac.uk>
+ Make dinput.dll self register.
+
+ * dlls/dsound/capture.c, dlls/dsound/tests/Makefile.in,
+ dlls/dsound/tests/capture.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed deadlock in capture callback.
+ Fixed capture test to check all notifications.
+ Added better debug messages to capture test.
+
+ * dlls/ntdll/file.c:
+ Partial implementation of NtQueryVolumeInformationFile.
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h,
+ libs/port/Makefile.in, libs/port/fstatvfs.c:
+ Added support for fstatvfs.
+
+ * dlls/commdlg/cdlg_Es.rc, dlls/msacm/msacm.rc, dlls/msacm/msacm_Es.rc,
+ dlls/oledlg/oledlg_Es.rc, dlls/oledlg/rsrc.rc,
+ dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Es.rc,
+ dlls/user/resources/user32_Es.rc, dlls/wineps/wps_Es.rc,
+ programs/clock/Es.rc, programs/cmdlgtst/Es.rc,
+ programs/cmdlgtst/cmdlgr.rc, programs/notepad/Es.rc,
+ programs/progman/Es.rc, programs/regedit/Es.rc, programs/wcmd/Es.rc,
+ programs/wcmd/wcmdrc.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated Spanish translations.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_mycomp.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Rename PT_MYCOMP to PT_GUID, and the corresponding union member from
+ mycomp to guid.
+
+ * dlls/user/misc.c: Sami Aario <sami.aario@surfeu.fi>
+ Fix return types of GetThreadDesktop and OpenDesktopA.
+
+2004-04-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/mpr.rc,
+ dlls/mpr/mpr_En.rc, dlls/mpr/mpr_main.c, dlls/mpr/mprres.h,
+ dlls/mpr/version.rc, dlls/mpr/wnet.c, dlls/mpr/wnetpriv.h,
+ include/Makefile.in, include/npapi.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - implement loading network providers
+ - implement enumeration functions
+ - some improved error checking and A->W conversion
+
+ * dlls/shell32/shellpath.c: Juan Lang <juan_lang@yahoo.com>
+ Use symbolic constants for magic numbers in SHGetFolderPathW, avoid
+ doing MultiByteToWideChar on values that don't need it,
+
+ * configure, configure.ac, dlls/version/Makefile.in,
+ dlls/version/tests/.cvsignore, dlls/version/tests/Makefile.in,
+ dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added tests for GetFileVersionInfoSizeA.
+
+ * dlls/version/info.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of GetFileVersionInfoSize from ascii to unicode,
+ fixed failing, crashing test cases.
+
+ * dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c,
+ dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp.spec,
+ dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/symbol.c,
+ include/imagehlp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved quite a few functions to dbghelp (removed debug.c and symbol.c
+ files).
+
+ * programs/taskmgr/dbgchnl.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Set correct options for dbghelp (ELF loading & parsing speed).
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h,
+ include/wtypes.h, include/wtypes.idl:
+ Rein Klazes <rklazes@xs4all.nl>
+ Stub implementation for WSALookupServiceBeginA/W.
+
+ * dlls/shell32/folders.c: Juan Lang <juan_lang@yahoo.com>
+ Get rid of a few pointless A/W conversions.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dbghelp/.cvsignore,
+ dlls/dbghelp/Makefile.in, dlls/dbghelp/dbghelp.c,
+ dlls/dbghelp/dbghelp.spec, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/elf_module.c, dlls/dbghelp/image.c,
+ dlls/dbghelp/memory.c, dlls/dbghelp/minidump.c,
+ dlls/dbghelp/module.c, dlls/dbghelp/msc.c, dlls/dbghelp/path.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/source.c,
+ dlls/dbghelp/stabs.c, dlls/dbghelp/stack.c, dlls/dbghelp/storage.c,
+ dlls/dbghelp/symbol.c, dlls/dbghelp/type.c, include/Makefile.in,
+ include/cvconst.h, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ First shot at implementing dbghelp.
+
+ * dlls/shell32/shell32_Cn.rc, dlls/shell32/shell32_De.rc,
+ dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fr.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/shell32/shell32_Si.rc, dlls/shell32/shell32_Sk.rc,
+ dlls/shell32/shell32_Zh.rc:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Add resource strings for control panel folder.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Optimization: null terminate string buffers instead of filling them
+ completely with 0.
+
+ * dlls/shell32/folders.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Get icons for shell link files.
+
+ * dlls/ntdll/path.c, include/winternl.h:
+ Fixed RtlDosPathNameToNtPathName_U prototype.
+
+ * dlls/winmm/mciavi/mmoutput.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fallback to a compression scheme specified in the stream format in the
+ case FOURCC handler does not exist or format is not supported.
+
+ * include/wincrypt.h: Juan Lang <juan_lang@yahoo.com>
+ Add a bunch of missing declarations.
+
+ * include/winnt.h: Juan Lang <juan_lang@yahoo.com>
+ ifdef guard TCHAR declaration like PSDK does.
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec,
+ dlls/netapi32/tests/access.c, dlls/netapi32/tests/wksta.c,
+ dlls/netapi32/wksta.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - fix a couple tests and traces
+ - add a couple stubs required by native ntlanman.dll
+
+ * dlls/x11drv/clipboard.c: Rein Klazes <rklazes@xs4all.nl>
+ Do not crash if the clipboard format is unknown.
+
+ * dlls/quartz/filtergraph.c: Michael Stefaniuc <mstefani@redhat.com>
+ Fix cut'n'paste error: leave the CriticalSection not enter it again
+ (found by smatch).
+
+ * dlls/winmm/mci.c, dlls/winmm/message16.c, dlls/winmm/winmm_res.rc,
+ include/wine/mmsystem16.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implemented MCI_SOUND command
+ - fixed MCI command table in resource
+ - added a TODO list on MCI handling
+
+ * dlls/kernel/locale.c, dlls/kernel/tests/locale.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Add better NULL checks to lstrcmp[i](A/W) functions.
+
+ * objects/region.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Documentation for most of the region functions.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - fix dirty flag on shelllink loading and saving
+ - update absolute path when changing relative path
+
+ * dlls/uxtheme/system.c: Kevin Koltzau <kevin@plop.org>
+ Implemented EnumThemes.
+
+2004-04-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, dlls/kernel/tests/file.c, dlls/kernel/volume.c,
+ files/file.c:
+ Reimplemented DeleteFile by using CreateFile with
+ FILE_FLAG_DELETE_ON_CLOSE. Added/fixed a few tests.
+
+2004-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c, dlls/kernel/vxd.c, documentation/wine.conf.man,
+ files/drive.c, files/file.c, include/file.h, misc/registry.c:
+ Removed the FailReadOnly option, this is now the default behavior.
+
+ * include/msvcrt/limits.h:
+ Felix Nawothnig <felix.nawothnig@t-online.de>
+ Define all macros described on MSDN.
+
+ * dlls/commdlg/cdlg_En.rc: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Separate US English resources from English ones.
+
+ * dlls/d3d8/d3dcore_gl.h: Raphael Junqueira <fenix@club-internet.fr>
+ Fix the GL_MAX_VERTEX_UNITS_ARB undeclared compilation error.
+
+ * dlls/ntdll/time.c: A couple of optimizations and bug fixes.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add new tests for various window creation/positioning behaviours.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add SWP_NOZORDER in the case it's not needed.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ A decision whether add SWP_NOACTIVATE or not should be based on
+ GetActiveWindow() test.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ ShowWindow should not optimize SW_HIDE, it's the job of SetWindowPos.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Sending WM_SHOWWINDOW is a job of SetWindowPos.
+
+ * dlls/x11drv/window.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Setting WS_VISIBLE style does not require any special handling.
+
+ * windows/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ WM_PARENTNOTIFY should not be sent to WS_POPUP windows.
+
+ * server/fd.c, server/file.c, server/file.h:
+ Moved FILE_DELETE_ON_CLOSE support to the inode object so that we
+ really wait for the last close.
+ Added FILE_SHARE_DELETE support.
+
+ * include/wine/unicode.h, libs/unicode/string.c,
+ libs/unicode/wine_unicode.def, libs/unicode/wine_unicode.map:
+ Added memicmpW.
+
+ * dlls/kernel/profile.c:
+ Don't try to get the file time if the file wasn't found.
+
+ * controls/menu.c: Bobby Bingham <bingham.21@osu.edu>
+ Fix tracking the currently highlighted item in menus when the mouse
+ button is not held down.
+
+ * dlls/ntdll/time.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix incorrect calculation of leap year in RtlTimeFieldsToTime().
+
+ * dlls/kernel/console.c, dlls/kernel/kernel32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ GetConsoleInfo() pseudo stub.
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ NetServerGetInfo() pseudo stub.
+
+ * dlls/gdi/painting.c: Mike McCormack <mike@codeweavers.com>
+ Fix bug in GdiGradientFill.
+
+ * dlls/dmscript/script.c: Raphael Junqueira <fenix@club-internet.fr>
+ Initialize correctly the DMUS_OBJECTDESC local structure.
+
+2004-04-01 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c, controls/menu.c, controls/uitools.c,
+ dlls/user/user_main.c, documentation/PACKAGING,
+ documentation/configuring.sgml, documentation/samples/config,
+ documentation/wine.conf.man, include/user.h, programs/winecfg/En.rc,
+ programs/winecfg/Es.rc, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc, programs/winecfg/Si.rc,
+ programs/winecfg/appdefaults.c, programs/winecfg/properties.c,
+ programs/winecfg/properties.h, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the rest of the Tweak look hack.
+
+ * dlls/ntdll/sync.c: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ NtPulseEvent: Don't print FIXME for an optional parameter if it isn't
+ used.
+
+ * include/shellapi.h: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add some declarations for additional SHFileOperation features.
+
+ * dlls/shell32/shlexec.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Use named constant instead of a simple number (gets rid of signed
+ warning too).
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix LButtonDown from previous change.
+ - Don't use BF_ADJUST flag for dropdown buttons.
+ - Fix LButtonDblClk.
+
+ * dlls/comctl32/tooltips.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - TTM_TRACKACTIVATE can have NULL lParam when deactivating.
+ - Factor out common code from TOOLTIPS_DelTool{A,W}.
+ - Update all indices correctly after delete.
+
+ * tools/.cvsignore, tools/Makefile.in, tools/wineprefixcreate.in:
+ Beginnings of a script to initialize the .wine directory (with help
+ from Chris Morgan).
+
+ * controls/button.c, controls/combo.c, controls/edit.c,
+ controls/listbox.c, controls/menu.c, controls/scroll.c,
+ controls/static.c, dlls/user/user_main.c,
+ documentation/samples/config, include/nonclient.h, include/user.h,
+ windows/defwnd.c, windows/mdi.c, windows/msgbox.c,
+ windows/nonclient.c, windows/syscolor.c, windows/sysmetrics.c,
+ windows/sysparams.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the support for the Win 3.1 Look.
+
+ * dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec,
+ dlls/ntdll/ntdll.spec, dlls/user/misc.c, dlls/user/user32.spec:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added some stubs.
+
+ * dlls/ntdll/path.c:
+ Make RtlGetFullPathName_U handle Unix paths, using the new symlinks
+ scheme.
+
+ * dlls/shell32/shellpath.c: Kevin Koltzau <kevin@plop.org>
+ Added support for CSIDL_RESOURCES path.
+
+2004-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/cards/.cvsignore, dlls/cards/Makefile.in:
+ jr.bmp isn't generated.
+
+ * dlls/wininet/http.c: Fixed length handling in HttpQueryInfoW.
+
+ * tools/c2man.pl: Paul Vriens <pvriens@xs4all.nl>
+ Added missing comma in index.html.
+
+ * dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in,
+ dlls/opengl32/version.rc:
+ Tom Wickline <twickline@skybest.com>
+ Set version to Win XP Service patch 2.
+
+ * dlls/d3d8/utils.c, dlls/oleaut32/safearray.c, documentation/faq.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling and case fixes.
+
+ * dlls/winmm/winealsa/audio.c:
+ Felix Nawothnig <felix.nawothnig@t-online.de>
+ Don't free ALSA device string when the device is closed since it might
+ be reopened.
+
+ * include/winsock.h, include/ws2tcpip.h:
+ Francois Gouget <fgouget@free.fr>
+ Make sure ip_mreq is not exported by winsock2.h.
+ Add ip_mreq, ip_mreq_source and ip_msfilter to ws2tcpip.h.
+
+ * dlls/gdi/painting.c: Mike McCormack <mike@codeweavers.com>
+ Optimize GdiGradientFill by drawing lines instead of pixels.
+
+ * dlls/urlmon/umon.c: Kevin Koltzau <kevin@plop.org>
+ Implemented IsEqual.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ More duplex mode soundcard info.
+
+ * dlls/mapi32/mapi32.spec, dlls/shell32/shell32.spec,
+ tools/winebuild/parser.c:
+ Do not strip stdcall decoration in spec files.
+ Fixed mapi32 ordinals.
+
+ * tools/winegcc/winegcc.c:
+ Fixed handling of .so and .a libraries specified as input files.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Give SetErrorMode the right argument to suppress crash dialogs.
+
+ * tools/bug_report.pl: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Small fix.
+
+2004-03-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c, files/drive.c:
+ Get the drive root directories from the symlinks in dosdevices/ if
+ they exist.
+ Added creation of drive symlinks in the device transition code.
+
+ * dlls/kernel/volume.c:
+ Added support for DOS drives in QueryDosDevice and DefineDosDevice.
+
+ * programs/regedit/resource.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Fixed some values.
+
+ * dlls/winedos/int16.c, dlls/winedos/int17.c:
+ Florian Goth <Captainsifff@gmx.de>
+ Added some stubs.
+
+ * dlls/msi/Makefile.in, dlls/msi/msi.c, dlls/msi/msi.spec,
+ dlls/msi/msipriv.h, dlls/msi/regsvr.c, tools/wine.inf:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
+ (as the interfaces aren't documented we only have stubs).
+
+ * dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+ We don't support GetDIBits with BI_RLE4/8, so for now return an
+ uncompressed bitmap if the bits buffer is large enough.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ Select the dibsection into a dc before calling GetDIBColorTable.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add CP932, CP936, CP949 and CP950 to the charset map.
+
+ * dlls/wininet/cookie.c: Mike McCormack <mike@codeweavers.com>
+ Unicodify the cookie handling code.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Fix the HttpQueryInfoA function buffer size.
+
+ * dlls/kernel/ne_module.c: Mike McCormack <mike@codeweavers.com>
+ Fix builtin NE module refcounting of 32bit parent.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/utils.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - more Extensions work (begin to detect ATI extensions)
+ - try to fix D3DTADDRESS_BORDER, D3DTADDRESS_MIRROR,
+ D3DTADDRESS_MIRRORONCE using OpenGL extensions
+ - better set_tex_op: now use Runtime Extension support (and not
+ compile support)
+
+ * dlls/ole32/ole2.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ RegisterDragDrop: fail on NULL drop target.
+
+ * loader/pthread.c:
+ Fixed rounding bug in the stack info calculation when we don't have
+ pthread_getattr_np.
+
+ * dlls/wininet/cookie.c, dlls/wininet/dialogs.c, dlls/wininet/ftp.c,
+ dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/netconnection.c,
+ dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/wininet.h:
+ Mike McCormack <mike@codeweavers.com>
+ Convert the wininet HTTP functions to Unicode.
+
+ * programs/winecfg/x11drvdlg.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Invalid "Desktop" values would crash winecfg, use the default value
+ instead.
+
+ * dlls/commdlg/cdlg_Pt.rc: Marcelo Duarte <wine-devel@bol.com.br>
+ Minor updates in resource for Portuguese.
+
+ * programs/regedit/resource.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Improved version resource info.
+
+ * include/wine/wine_common_ver.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ In resource info allow OriginalFilename and InternalName to be
+ different.
+
+ * programs/winetest/main.c, programs/winetest/util.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Don't expect stdout be usable after exchanging file descriptors under
+ it.
+
+2004-03-29 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/bugs.sgml, documentation/configuring.sgml:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Remove references to winecheck from the documentation and insert a
+ TODO that mentions that the functionality is to be moved into
+ winecfg.
+
+ * programs/progman/rsrc.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Enable Italian translations.
+
+ * programs/progman/It.rc: Fixed language declarations.
+
+ * dlls/kernel/version.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ WINE_FILEDESCRIPTION_STR is already defined in wine_common_ver.rc.
+
+ * dlls/oleacc/main.c, dlls/oleacc/oleacc.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for LresultFromObject and
+ AccessibleObjectFromWindow.
+
+ * dlls/gdi/enhmfdrv/graphics.c: Mike McCormack <mike@codeweavers.com>
+ Write EMRPOLYLINE16 if points fit into a SHORT.
+
+ * include/wine/wingdi16.h, include/wingdi.h, objects/enhmetafile.c:
+ Mike McCormack <mike@codeweavers.com>
+ Move EMR*16 definitions to wingdi.h, as they're part of the WIN32 API.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix Slovenian keyboard layout to better match the XFree86 one.
+
+ * controls/scroll.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Scrollbar should also react on WM_LBUTTONDBLCLK.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add Traditional Chinese Big5 and Simplified Chinese GBK mappings.
+
+ * dlls/winmm/winealsa/audio.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Fixed error reporting.
+
+ * dlls/winnls/winnls.c, dlls/winnls/winnls32.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added stub for WINNLS32EnableIME.
+
+ * controls/edit.c, tools/winecheck: Lionel Ulmer <lionel.ulmer@free.fr>
+ Add some TRACEing to the edit control.
+
+ * dlls/ole32/compobj.c: Warren Turkal <wt@midsouth.rr.com>
+ Fixed the implementation of CoTreatAsClass.
+
+ * dlls/urlmon/umon.c, include/urlmon.h, include/urlmon.idl:
+ Kevin Koltzau <kevin@plop.org>
+ Implement loading and saving to a stream, and a few other basic
+ functions.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ Honour DIB_PAL_COLORS when the bitmap depths match.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Print out sound card info for playback, capture and duplex modes.
+ Hardware capabilities can vary depending on usage mode.
+ Print out format requested and actual format returned.
+
+ * dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/init.c, objects/metafile.c:
+ Mike McCormack <mike@codeweavers.com>
+ Unicodify CreateMetaFile.
+
+ * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+ Use CreateEventW in preference to CreateEventA.
+
+ * dlls/cards/.cvsignore, dlls/cards/Makefile.in, dlls/cards/cards.c,
+ dlls/cards/cards.h, dlls/cards/cards.rc:
+ Sami Nopanen <xasmx@optonline.net>
+ Implemented invisibleghost, deckx and decko drawing modes, and
+ improved ghost drawing mode.
+
+2004-03-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/file.c, server/fd.c, server/file.c, server/file.h:
+ Check file sharing permissions based on the file inode instead of the
+ file name.
+ Added regression test for sharing permissions.
+
+ * files/file.c:
+ Fixed copy/paste error in previous patch (spotted by Dimitrie
+ O. Paun).
+
+ * tools/winebuild/relay.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a few missing __ASM_NAME macros.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Clean up white spaces.
+ Fix spelling error.
+ Improve capture error messages.
+ Fix error reporting when capturing from nonexistent device.
+
+ * tools/bug_report.pl: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Use WINEDEBUG instead of --debugmsg.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - support of D3DTSS_MAXMIPLEVEL
+ - support of D3DTSS_MIPMAPLODBIAS (using EXT_TEXTURE_LOD_BIAS extension)
+ - correct support of D3DTSS_MAXANISOTROPY for D3DTSS_MAGFILTER and
+ D3DTSS_MINFILTER
+ - fixes for D3DTSS_MAGFILTER and D3DTSS_MAGFILTER
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Workaround a msvcrt.realloc bug under Win9x by using Win32 APIs instead.
+ Take into account that HeapRealloc may move the allocated memory block.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Call IShellExecuteHook interface for ShellExecute() calls with ID
+ lists.
+
+ * configure, configure.ac, files/file.c, include/config.h.in,
+ include/wine/server_protocol.h, server/file.c, server/protocol.def,
+ server/request.h, server/trace.c:
+ Use futimes() instead of utime() to implement SetFileTime, so that it
+ can be done on the client side.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/control.c,
+ dlls/shell32/cpanel.h, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/enumidlist.c, dlls/shell32/folders.c,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Implementation of the control panel folder in shell namespace.
+
+ * dlls/winmm/winealsa/Makefile.in, dlls/winmm/winealsa/audio.c:
+ Mike Hearn <mh@codeweavers.com>
+ Allow configuration of output devices to use and change standard
+ output plugin requested to "default".
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implement FixSlashesAndColonW and add stub for SHGetAppCompatFlags.
+
+ * dlls/x11drv/palette.c:
+ Avoid crash in X11DRV_IsSolidColor for TrueColor displays.
+
+ * dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+ Build the correct colour map when the mode is DIB_PAL_COLORS.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ When using DIB_PAL_COLORS select the current palette into the memory
+ dc so that SetDIBits works correctly.
+
+ * dlls/ddraw/mesa.c: James Perry <jamesp@epcc.ed.ac.uk>
+ Fix handling of D3DBLEND_BOTH* blend modes.
+
+2004-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file16.c:
+ Fixed GetDriveType16 return value for non-existent drives.
+ Fixed bug in OpenFile16 introduced by previous change.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shlexec.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Fix handling of %2, %3, ... and lower case format characters in
+ SHELL_ArgifyW().
+ - Move "%I" expansion from ShellExecuteEx() into common function
+ SHELL_ArgifyW().
+ - Pass buffer length to SHELL_FindExecutable().
+ - FIXME comment for len paramater in SHELL_ArgifyW().
+
+ Ge van Geldorp <ge@gse.nl>
+ - Add double quotation marks unless we already have them (e.g.: "%1"
+ %* for exefile).
+ - Remove unnecessary double quotation marks and command line arguments.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a procedure for logging WM_PARENTNOTIFY messages.
+
+ * dlls/kernel/file16.c, dlls/kernel/path.c, files/directory.c:
+ Store the windows and system directories as long path names.
+ Moved GetTempPath and GetTempDrive to dlls/kernel.
+
+ * dlls/user/tests/msg.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make DestroyWindow() not mess with a window focus, this should be
+ taken care of by ShowWindow(SW_HIDE).
+ Add a test for DestroyWindow() on a focused child.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add 'hook' flag for messages. Add a test for CBT hook messages.
+
+2004-03-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/module.c,
+ dlls/kernel/path.c, dlls/kernel/process.c, files/directory.c,
+ include/file.h:
+ Reimplemented SearchPathW using ntdll functions.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Implementation of IPersistFile::IsDirty().
+
+ * include/winsock.h: Felix Nawothnig <felix.nawothnig@t-online.de>
+ Define ip_mreq.
+
+ * include/msvcrt/float.h: Felix Nawothnig <felix.nawothnig@t-online.de>
+ Define (L)DBL_* and FLT_*.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add 'optional' flag for messages, make the test run under win2k.
+
+ * dlls/kernel/file.c, dlls/kernel/file16.c, files/file.c:
+ Split OpenFile implementation in separate 16- and 32-bit versions, and
+ changed it to use exported APIs instead of internal functions where
+ possible.
+
+ * dlls/kernel/wowthunk.c:
+ Changed LoadLibraryEx32W16 to use OpenFile16 to look for the file
+ instead of DIR_SearchPath.
+
+ * dlls/wininet/dialogs.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/wininet/utility.c:
+ Mike McCormack <mike@codeweavers.com>
+ Convert WININETAPPINFOA structure to unicode.
+
+ * include/winuser.h: Mike McCormack <mike@codeweavers.com>
+ Define flags for GetUserObjectInformation.
+
+ * dlls/winedos/int15.c: Florian Goth <Captainsifff@gmx.de>
+ Added stubs for a few functions.
+
+ * configure, configure.ac, dlls/Makedll.rules.in, include/config.h.in:
+ Removed check for -lm, winegcc takes care of that.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/spec32.c,
+ tools/winebuild/utils.c, tools/winebuild/winebuild.man.in,
+ tools/winegcc/winegcc.c:
+ Replaced the --mode winebuild option by a --subsystem option for
+ better compatibility with the PE binutils.
+
+ * tools/winegcc/Makefile.in: Take EXEEXT into account for PE builds.
+
+ * dlls/msvcrt/tests/.cvsignore, dlls/msvcrt/tests/Makefile.in,
+ dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Correct errors with move to kernel time functions.
+ Add test case.
+
+ * include/msvcrt/wchar.h: Felix Nawothnig <felix.nawothnig@t-online.de>
+ Define stat in msvcrt/wchar.h.
+
+2004-03-24 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/Makefile.in, programs/winetest/gui.rc,
+ programs/winetest/main.c, programs/winetest/maketest,
+ programs/winetest/send.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - Extract revision info from CVS/Entries.
+ - #include "winetest.rc" into gui.rc. MinGW can't link in
+ more than one resource files.
+ - Enlarge chunk size of network transfer.
+
+ * dlls/cards/cards.c, dlls/cards/cards.h:
+ Sami Nopanen <xasmx@optonline.net>
+ Implemented card drawing mode flag for rounding card corners.
+
+ * dlls/msvcrt/msvcrt.spec: Rein Klazes <rklazes@xs4all.nl>
+ The name is _longjmpex (with the underscore).
+
+ * dlls/dinput/joystick_linuxinput.c:
+ Christoph Frick <frick@SC-Networks.de>
+ - Added missing break statement.
+ - Changed the mapping of the axis to a simpler formula, that ignores
+ the middle of an axis.
+ - Min/max values where initalized switched.
+ - Added the missing button and axis events that are registered earlier
+ in the code but never made it to the application.
+ - Added a little more descriptive comment about the deadzone.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Removed the Unicode exe modes, and instead detect automatically which
+ mode to use based on the existence of main or wmain.
+
+ * dlls/*/.cvsignore:
+ .spec.c files are no longer used for 32-bit dlls.
+
+ * Make.rules.in, dlls/Makedll.rules.in, tools/winegcc/Makefile.in:
+ Build the dlls with winegcc.
+
+2004-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/rebar.c, dlls/d3d8/utils.c, dlls/kernel/locale.c,
+ dlls/ntdll/rtlstr.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/tests/vartype.c,
+ dlls/oleaut32/vartype.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shlwapi/ordinal.c,
+ programs/avitools/aviplay.c, tools/winedump/misc.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/d3d8/device.c: Ofir Petruska <hatky@users.sf.net>
+ Keep the checkGLcall glActiveTexture/glActiveTextureARB separation in
+ all the file.
+
+ * dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in,
+ dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc,
+ dlls/comctl32/toolbar.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add cursor resource.
+ - Implement TB_MOVEBUTTON.
+ - Implement drag customise.
+ - Send TBN_TOOLBARCHANGE and TBN_DELETINGBUTTON.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add a default .dll extension only when no extension is present.
+
+ * programs/regedit/regproc.c: Francois Gouget <fgouget@codeweavers.com>
+ Compute dwLen after passing the string through
+ REGPROC_unescape_string() so we don't save garbage characters in the
+ registry.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/direct3d/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Do not return an error when setting a material to NULL.
+ Fixed access to d3d private data.
+
+ * dlls/d3d8/device.c: Ofir Petruska <hatky@users.sf.net>
+ Define EXTRA_TRACES instead of #if 0.
+
+ * dlls/cards/cards.c: Added missing \n in trace.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/taskmgr/.cvsignore, programs/taskmgr/Makefile.in,
+ programs/taskmgr/about.c, programs/taskmgr/affinity.c,
+ programs/taskmgr/applpage.c, programs/taskmgr/column.c,
+ programs/taskmgr/column.h, programs/taskmgr/dbgchnl.c,
+ programs/taskmgr/debug.c, programs/taskmgr/endproc.c,
+ programs/taskmgr/graph.c, programs/taskmgr/graphctl.c,
+ programs/taskmgr/graphctl.h, programs/taskmgr/optnmenu.c,
+ programs/taskmgr/perfdata.c, programs/taskmgr/perfdata.h,
+ programs/taskmgr/perfpage.c, programs/taskmgr/priority.c,
+ programs/taskmgr/proclist.c, programs/taskmgr/procpage.c,
+ programs/taskmgr/resource.h, programs/taskmgr/run.c,
+ programs/taskmgr/taskmgr.c, programs/taskmgr/taskmgr.h,
+ programs/taskmgr/taskmgr.rc, programs/taskmgr/trayicon.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Ported the ReactOS taskmgr written by Brian Palmer.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h, tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ First cut at -shared support.
+
+2004-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/tests/path.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added some tests for RtlGetFullPathName_U.
+
+ * dlls/ntdll/path.c:
+ Moved slash conversion to collapse_path, and remove duplicate
+ backslashes too.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix for recent shelllink patch, which removed the important part of
+ returning the result pointer from IShellLink_ConstructFromFile().
+
+ * dlls/shell32/pidl.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Allow passing NULL to ILFindLastID.
+
+ * include/rpcndr.h: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added some declarations.
+
+ * dlls/oleaut32/typelib.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ BSTR of length 0 is allowed.
+
+ * dlls/ddraw/ddraw/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Enable creation of a zbuffer in system memory.
+
+ * dlls/shell32/iconcache.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix recent Unicode-ification patch.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement setlocal/endlocal.
+
+ * dlls/wininet/http.c: Marcus Meissner <marcus@jet.franken.de>
+ Allocate the correct nr of bytes for lpszCookies in HTTP_HttpOpenRequestA.
+ Allocate the correct nr of bytes for request stringlen without options.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ Stub CommandLineFromMsiDescriptor to prevent a crash in Accelerys
+ Materials Studio.
+
+ * tools/winapi/msvcmaker: Steven Edwards <steven_ed4153@yahoo.com>
+ Remove reference to old graphics directory
+
+ * dlls/urlmon/Makefile.in, dlls/urlmon/umon.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implement FindMimeFromData.
+
+ * dlls/iphlpapi/tests/iphlpapi.c: Hans Leidekker <hans@it.vu.nl>
+ Don't include config.h.
+
+ * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+ Update path from relative path on loading.
+
+ * tools/winebuild/spec32.c: Pierre d'Herbemont <stegefin@free.fr>
+ Darwin support for _init/_fini functions and _end symbol.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/time.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added tests for time functions.
+
+ * dlls/shell32/folders.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Mike McCormack <mike@codeweavers.com>
+ Unicode-ify the icon cache and SHGetFileInfo.
+
+ * windows/sysparams.c: Rein Klazes <rklazes@xs4all.nl>
+ Correctly size the spi_loaded array prevents overwriting of system
+ parameters.
+
+ * dlls/wininet/http.c: Marcus Meissner <marcus@jet.franken.de>
+ Allocate correct number of pointers for szAcceptTypes, since we need
+ it NULL terminated.
+ HeapReAlloc will modify the pointer, so store it there.
+
+ * documentation/ddraw.sgml: Rudolf Kastl <che666@uni.de>
+ Added missing para tag.
+
+ * dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/Makefile.in,
+ dlls/shlwapi/tests/ordinal.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Test SHSearchMapInt.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests for VarXor/VarEqv.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement VarXor and simplify VarEqv to use it.
+
+ * include/rpcndr.h: Eric Pouech <pouech-eric@wanadoo.fr>
+ Added C++ support.
+
+ * dlls/wsock32/protocol.c: Hans Leidekker <hans@it.vu.nl>
+ Porting fixes.
+
+2004-03-20 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c: Fixed typo in previous change.
+
+ * files/file.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed OpenFile returned value when OF_EXIST flag is specified.
+
+ * windows/dialog.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Change order of EnableWindow/DestroyWindow in the case of failure in
+ DIALOG_CreateControls32.
+
+ * documentation/Makefile.in, documentation/ddraw.sgml,
+ documentation/ddraw.txt, documentation/wine-devel.sgml:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Convert ddraw.txt to ddraw.sgml and add it to the wine-devel
+ documentation.
+
+ * dlls/commdlg/filedlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix a possible null pointer crash in FILEDLG95_LOOKIN_Init.
+
+ * programs/winetest/Makefile.in, programs/winetest/main.c,
+ programs/winetest/maketest:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add revision support to winetest.exe.
+
+ * tools/wine.inf: Kevin Koltzau <kevin@plop.org>
+ Add Content Types for a few common extensions.
+
+ * dlls/msi/Makefile.in, dlls/msi/insert.c, dlls/msi/query.h,
+ dlls/msi/sql.y, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Start implementing the SQL insert query.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Improve D3D7 compatibility.
+
+ * dlls/d3d8/device.c: Christian Costa <titan.costa@wanadoo.fr>
+ AddRef texture only if there is one for the requested stage.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+ dlls/kernel/volume.c, documentation/samples/config,
+ documentation/wine.conf.man, files/dos_fs.c, files/drive.c,
+ files/file.c, include/file.h:
+ Rewrote handling of COM and LPT devices to use symlinks in
+ $WINEPREFIX/dosdevices, with suitable defaults if the symlinks are
+ missing.
+ Rewrote QueryDosDevice and DefineDosDevice to use the new scheme.
+ Added temporary code to create the symlinks based on the contents of
+ the config file.
+
+2004-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/format_msg.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix typo in FormatMessageW.
+
+ * programs/winetest/send.c, programs/winetest/util.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - Refactor and fix connection opening.
+ - Target test.winehq.org.
+
+ * dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/private_mciavi.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Just update from/to pointers and exit on a subsequent MCI_PLAY
+ command.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case which confirms that SetMenu implementation in Wine is
+ correct.
+
+ * dlls/comctl32/rebar.c: Mike McCormack <mike@codeweavers.com>
+ Make sure the rebar size is above a minimum.
+
+ * dlls/msi/create.c, dlls/msi/handle.c, dlls/msi/msi.c,
+ dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/record.c,
+ dlls/msi/string.c, dlls/msi/suminfo.c, dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix handle allocation and the CREATE TABLE query.
+
+ * dlls/ntdll/loader.c:
+ Added workaround for broken dlls that modify ebx in their entry point
+ (reported by Christian Costa).
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/send.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - Fix report() dispatch.
+ - Strip "_test..." from test file names.
+ - Use mystrtok() for command line parsing to avoid collision with the
+ one in get_subtests().
+ - Change User-Agent HTTP header to "Winetest Shell".
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/tests/.cvsignore,
+ dlls/msvcrt/tests/Makefile.in, dlls/msvcrt/tests/string.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
+ behaviour. Add a test case.
+
+ * dlls/shell32/shlexec.c: Rein Klazes <rklazes@xs4all.nl>
+ In SHELL_ExecuteW, if a new current directory is specified, change to
+ it before calling CreateProcess so that it will find the correct
+ executable.
+
+ * dlls/kernel/format_msg.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Convert FormatMessageW to use unicode functions.
+
+ * dlls/user/comm16.c:
+ Get rid of the registry lookups, rely entirely on the kernel devices
+ instead.
+
+ * programs/winecfg/main.c:
+ Avoid including windows.h since it conflicts with unistd.h.
+
+ * dlls/x11drv/event.c: Mike Hearn <mh@codeweavers.com>
+ The KeymapNotify event does not use the window member, so don't warn
+ about it being unknown.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Reimplement time functions with Win32 APIs.
+ Implement localtime()/gmtime().
+
+ * dlls/msi/create.c, dlls/msi/distinct.c, dlls/msi/msi.c,
+ dlls/msi/msipriv.h, dlls/msi/order.c, dlls/msi/query.h,
+ dlls/msi/select.c, dlls/msi/sql.y, dlls/msi/string.c,
+ dlls/msi/table.c, dlls/msi/tokenize.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ First go at write support.
+
+ * dlls/user/tests/sysparams.c, windows/sysparams.c:
+ Justin Chevrier <jchevrier@nexicom.net>
+ Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT,
+ SPI{GET,SET}MOUSEHOVERTIME, SPI{GET,SET}MOUSESCROLLLINES,
+ SPI{GET,SET}MENUSHOWDELAY.
+
+2004-03-18 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c, include/wine/server_protocol.h, server/file.c,
+ server/file.h, server/protocol.def, server/request.h,
+ server/serial.c, server/trace.c:
+ Make the standard create_file request handle serial ports too, and
+ remove the create_serial request.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Expand environment strings in command, parameter and directory strings
+ of ShellExecuteExW32().
+
+ * dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+ dlls/msi/string.c, dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ When loading table data, split it up into rows.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fixed handling of "echo."
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix SetBitmapSize.
+ - Fix SetButtonInfo.
+
+ * controls/menu.c: Huw Davies <huw@codeweavers.com>
+ TranslateAccelerator should only ignore commands when mouse capture is
+ in effect or the window is disabled, if the command corresponds to a
+ menu item. Otherwise it should process them as normal.
+
+ * controls/listbox.c: Huw Davies <huw@codeweavers.com>
+ Invalidate the focused item when scrolling horizontally so that it
+ repaints correctly.
+
+ * dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in,
+ dlls/shlwapi/msgbox.c, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/resource.h, dlls/shlwapi/shlwapi.rc,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_En.rc,
+ dlls/shlwapi/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement SHMessageBoxCheck functions && add dialog resources.
+ Add SHWaitForSendMessageThread, SHAnsiToUnicodeCP,SHStripMneumonicW,
+ SHSearchMapInt.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/debugbuffer.c,
+ dlls/ntdll/ntdll.spec, include/winternl.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Stub implementations of RtlCreateQueryDebugBuffer,
+ RtlDestroyQueryDebugBuffer and RtlQueryProcessDebugInformation.
+
+ * dlls/kernel/sync.c: Raphael Junqueira <fenix@club-internet.fr>
+ Remove duplicate code by using Nt* functions for PulseEvent,
+ ResetEvent and SetEvent.
+
+ * dlls/kernel/console.c: Richard Cohen <richard@daijobu.co.uk>
+ Added some traces.
+
+ * dlls/winmm/mciavi/mciavi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Release lock before wave calls that generate notification.
+
+ * dlls/advapi32/registry.c: Juan Lang <juan_lang@yahoo.com>
+ Allow RegConnectRegistryW to the local machine name.
+
+2004-03-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, dlls/kernel/tests/file.c, files/dos_fs.c:
+ Reimplemented FindFirstFile/FindNextFile on top of
+ NtQueryDirectoryFile.
+
+ * dlls/msi/Makefile.in, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/string.c, dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Move the string table out into a separate file, improve lookups.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement VarEqv.
+
+ * dlls/kernel/console.c: Richard Cohen <richard@daijobu.co.uk>
+ Fix relative screen resizing.
+
+ * tools/winebuild/import.c: Richard Cohen <richard@daijobu.co.uk>
+ Remove . from default library search path.
+
+ * programs/wineconsole/wineconsole.c:
+ Richard Cohen <richard@daijobu.co.uk>
+ Fix cursor position optimization.
+
+ * windows/painting.c: Richard Cohen <richard@daijobu.co.uk>
+ FIXME_(win) -> FIXME.
+
+ * dlls/shlwapi/reg.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Make copies of keys when creating, free them when done.
+ Use KEY_ALL_ACCESS when writing US reg values.
+ SHRegWriteUSValueW: Handle all flag combinations.
+ Make some A calls use the W version.
+
+ * dlls/oleaut32/tests/olefont.c, dlls/oleaut32/tests/safearray.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use function ptrs for call only present in later versions.
+ Fix tests that fail with old versions.
+
+ * dlls/iccvid/iccvid.c: Mike McCormack <mike@codeweavers.com>
+ Correct geometry error in the ICCVID codec.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Documentation update.
+ - Better hot item handling.
+ - Fix DrawMasked to always use the right image list and bitmap index.
+
+ * dlls/ntdll/path.c:
+ Rewrote the collapsing of . and .. in RtlGetFullPathName_U for better
+ compatibility.
+
+ * dlls/kernel/path.c:
+ Retrieve a short name in GetShortPathNameW if the long name contains
+ spaces.
+
+ * controls/listbox.c, dlls/shell32/pidl.c, dlls/winedos/int21.c:
+ FindFirstFile can return an empty short name if the long name is a
+ valid DOS name, fixed callers to handle that properly.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/diskspace.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Aric Stewart <aric@codeweavers.com>
+ Beginnings on implementations of SetupCreateDiskSpaceListA/W,
+ SetupQuerySpaceRequiredOnDriveA, SetupDestroyDiskSpaceList and
+ SetupAddInstallSectionToDiskSpaceListA for MDAC install.
+
+ * dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Remove unused lock.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added stub for SignalObjectAndWait.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Add stubs for EnumMonitors[A/W].
+
+2004-03-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/dsurface/dib.c: Elias Ross <genman@maison-otaku.net>
+ Added 24-bit color key support in DIB_DirectDrawSurface_BltFast.
+
+ * dlls/msi/Makefile.in: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Explicitly specify output file names for bison.
+
+ * dlls/ntdll/directory.c: O_DIRECTORY is not really needed.
+
+ * dlls/msi/Makefile.in, dlls/msi/create.c, dlls/msi/msi.c,
+ dlls/msi/msipriv.h, dlls/msi/query.h, dlls/msi/sql.y,
+ dlls/msi/tokenize.c:
+ Mike McCormack <mike@codeweavers.com>
+ Extend the parser to deal with the CREATE TABLE query. The query
+ doesn't do anything as yet.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/errno.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/string.c,
+ include/msvcrt/direct.h, include/msvcrt/dos.h, include/msvcrt/io.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/sys/stat.h,
+ include/msvcrt/time.h, include/msvcrt/wchar.h:
+ Hans Leidekker <hans@it.vu.nl>
+ - Prefix many more functions, types, structs, etc. with MSVCRT_.
+ - Correct prototypes for _memccpy()/_memicmp().
+ - "define before use" reordering in file.c.
+ - Use the new math.h/float.h.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+ Fabian Cenedese <Cenedese@indel.ch>
+ Let VarParseNumFromStr and VarNumFromParseNum cope with hex and oct
+ strings. Needed from VB conversions such as CLng, CInt, CByte...
+
+ * dlls/comctl32/rebar.c: Filip Navara <xnavara@volny.cz>
+ Support for RBBS_HIDETITLE style.
+
+ * dlls/cards/cards.c, dlls/cards/cards.h:
+ Sami Nopanen <xasmx@optonline.net>
+ - Enumerated different drawing modes.
+ - Implemented HILITE, REMOVE and GHOST drawing modes.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added stubs needed by some Windows Update installs.
+
+ * controls/scroll.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Add cast to correctly interpret signed coordinate values.
+
+ * dlls/msi/.cvsignore, dlls/msi/Makefile.in, dlls/msi/cond.y,
+ dlls/msi/msi.spec, dlls/msi/sql.y, dlls/msi/tokenize.c:
+ Mike McCormack <mike@codeweavers.com>
+ Start implementation of MsiEvaluateConditionA/W.
+
+ * Make.rules.in, README, configure, configure.ac,
+ documentation/README.de, documentation/README.fr,
+ documentation/README.it, documentation/README.pt,
+ documentation/README.pt_br:
+ Mike McCormack <mike@codeweavers.com>
+ Require bison to compile Wine.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c:
+ Mike Hearn <mh@codeweavers.com>
+ - Add debug SnoopFromInclude/SnoopFromExclude options.
+ - Correct TRACE debug channel usage in SNOOP_SetupDLL.
+ - Refactor check_relay_from_relay.
+
+ * dlls/winmm/mciavi/wnd.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciWhere.
+ Fixed WHERE_WINDOW.
+
+ * programs/winecfg/main.c: Need to include config.h.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/directory.c, dlls/ntdll/file.c,
+ dlls/ntdll/ntdll_misc.h, include/winternl.h:
+ Implemented NtQueryDirectoryFile (partly based on a patch by Eric
+ Pouech).
+
+ * documentation/faq.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ A few updates.
+
+ * dlls/kernel/instr.c, dlls/kernel/wowthunk.c, tools/winebuild/relay.c:
+ Jukka Heinonen <jhei@iki.fi>
+ DPMI programs now handle pending events.
+
+ * dlls/winmm/mciavi/mmoutput.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle avi files with non standard video stream names.
+
+ * dlls/winmm/mci.c: Christian Costa <titan.costa@wanadoo.fr>
+ MCI strings are case insensitive.
+ Fixed a returned error value.
+
+ * dlls/winmm/mmio.c: Christian Costa <titan.costa@wanadoo.fr>
+ Default to FOURCC_DOS if no IOProc found.
+
+ * dlls/winmm/mciavi/mciavi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed deadlock when stopping playback.
+
+ * dlls/ddraw/ddraw_private.h: Christian Costa <titan.costa@wanadoo.fr>
+ DD_STRUCT_COPY_BYSIZE: Do not clear more that struct size.
+
+ * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ UrlCanonicalizeW: Remove \r and \n at the end of lpszUrlCpy, with test
+ cases.
+
+ * dlls/wininet/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ HTTP_HttpSendRequestA: Remove \r and \n at the end of
+ lpwhr->lpszPath.
+
+2004-03-15 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/cards/.cvsignore,
+ dlls/cards/Makefile.in, dlls/cards/cards.c, dlls/cards/cards.h,
+ dlls/cards/cards.rc, dlls/cards/cards.spec, dlls/cards/version.rc:
+ Sami Nopanen <xasmx@optonline.net>
+ Initial implementation of cards.dll.
+
+ * dlls/comctl32/updown.c: Huw Davies <huw@codeweavers.com>
+ When setting the buddy to 0 then we must still resize the updown
+ control.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Document completeness.
+ - Finish tooltip support.
+
+ * programs/regedit/childwnd.c, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/listview.c,
+ programs/regedit/main.h, programs/regedit/treeview.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Properly implement all key operations: new, delete, rename.
+ Fix rename command to handle both keys and values.
+
+ * documentation/configuring.sgml: Boaz Harrosh <boaz@hishome.net>
+ Tips for using native MS SQL ODBC drivers.
+
+ * include/msi.h: Mike McCormack <mike@codeweavers.com>
+ Declare MsiGetProductPropertyA/W.
+
+ * dlls/comctl32/updown.c: Huw Davies <huw@codeweavers.com>
+ Added CS_HREDRAW.
+
+ * programs/winecfg/main.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Message box to suggest the user not run wine as root.
+
+ * dlls/comctl32/tooltips.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Unicode notification detection should be local to each tool.
+ - Implement TTN_GETDISPINFOW notification.
+
+ * dlls/kernel/instr.c: Jukka Heinonen <jhei@iki.fi>
+ Emulating STI instruction now raises an exception if there are pending
+ events.
+
+ * tools/winebuild/build.h, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/winebuild.man.in:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove support for generating interrupt handlers.
+
+ * programs/winemine/It.rc: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Fix small typo.
+
+ * programs/regedit/main.c, programs/regedit/rsrc.rc:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add all needed accelerators to regedit. Cleanups.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Added SetupCreateDiskSpaceList stub.
+
+ * dlls/ntdll/virtual.c: Mike Hearn <mike@navi.cx>
+ Improve message given on image map failure.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Honour WM_SETREDRAW.
+ - Fix all calls of InvalidateRect.
+
+ * tools/winegcc/utils.c: Pierre d'Herbemont <stegefin@free.fr>
+ Support Darwin ".dylib".
+
+ * programs/regedit/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added "can't query key" translation.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Implementation of ICreateTypeInfo2_SetHelpContext,
+ ICreateTypeInfo2_SetTypeDescAlias, ITypeLib2_GetTypeInfoCount,
+ ITypeLib2_GetTypeInfoType, and ITypeLib2_IsName.
+ Fix to ICreateTypeInfo2_SetVarName to fix a case where multiple
+ instances of the same name are used in the same typelib.
+
+2004-03-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Implemented ITypeLib2_GetTypeInfo() and
+ ITypeLib2_GetTypeInfoOfGuid().
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Improve how the GUID hash system works. Mainly a cleanup so that the
+ hash lookups can be done from other functions.
+
+ * dlls/oleaut32/typelib.h, dlls/oleaut32/typelib2.c:
+ Alastair Bridgewater <nyef@softhome.net>
+ Rename some of the fields in typelib.h to makes more evocative than
+ 'unk00'.
+
+ * dlls/comctl32/rebar.c: Mike McCormack <mike@codeweavers.com>
+ Make sure to take account of hidden bands during layout.
+
+ * dlls/comctl32/propsheet.c: Juan Lang <juan_lang@yahoo.com>
+ Prevent negative coords for line, turn off redraw when initializing,
+ document one difference in native/builtin behavior.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W}, TB_MARKBUTTON and
+ undocumented message 0x460.
+ - Better debug output of undocumented message 0x45D.
+
+2004-03-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msacm/pcmconverter.c, dlls/msacm/stream.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
+ Fixed bug where interpolation is done with data past end of buffer. A
+ proper fix would be to project the last sample based on the previous
+ two but that requires significant changes.
+ Added TRACE and WARN where needed.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add support for a toolbar global iListGap.
+ - Make TOOLBAR_CalcToolbar and TOOLBAR_DrawButton not rely on "magic
+ numbers" and calculate sizes and positions more like native.
+
+ * dlls/comctl32/rebar.c: Mike McCormack <mike@codeweavers.com>
+ Don't calculate the redundant and unused REBAR_ROW structures.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Fixed implib target broken by previous change.
+
+ * include/Makefile.in, include/msvcrt/float.h, include/msvcrt/math.h:
+ Hans Leidekker <hans@it.vu.nl>
+ The beginnings of math.h and float.h.
+
+ * dlls/ddraw/dsurface/dib.c, dlls/gdi/gdi_private.h, dlls/x11drv/dib.c,
+ dlls/x11drv/x11drv.h, include/wine/wingdi16.h, include/wingdi.h,
+ objects/dib.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ CreateDIBSection takes a const pointer to BITMAPINFO.
+
+ * programs/regedit/En.rc, programs/regedit/Makefile.in,
+ programs/regedit/edit.c, programs/regedit/framewnd.c,
+ programs/regedit/main.h, programs/regedit/resource.h:
+ Zimler Attila <hijaszu@hlfslinux.hu>
+ Add delete key support.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/Ru.rc,
+ programs/winecfg/drive.c, programs/winecfg/resource.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the FileSystem option from the drive configuration.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Enable exact position calculation when hardware supports it.
+
+ * include/mmreg.h: Robert Reif <reif@earthlink.net>
+ Added WAVEFORMATEXTENSIBLE.
+
+ * dlls/comctl32/rebar.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix rebar band insertion and non-client calculation in pager control.
+
+ * dlls/kernel/except.c, tools/wine.inf:
+ We no longer need to pass --debugmsg -all to winedbg.
+
+ * files/file.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed typo in DOS device check in CreateFileW.
+
+ * dlls/ntdll/critsection.c, dlls/ntdll/env.c, dlls/ntdll/file.c,
+ dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/path.c,
+ dlls/ntdll/reg.c, dlls/ntdll/relay.c, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/sec.c:
+ Get rid of ntdll_get_process_heap and ntdll_get_process_pmts by using
+ standard APIs instead.
+
+ * dlls/winedos/int21.c, files/file.c, include/wine/server_protocol.h,
+ include/winternl.h, server/file.c, server/protocol.def,
+ server/trace.c:
+ Changed the create_file server request to take NtCreateFile flags
+ instead of CreateFileW ones (based on a patch by Eric Pouech).
+
+ * dlls/dmime/segment.c, dlls/dmloader/container.c,
+ dlls/dmloader/loader.c, dlls/dmscript/script.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - scripts sub-containers loading
+ - better segments Load and ParseDescriptor behaviors
+
+ * dlls/commdlg/filetitle.c, include/commdlg.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Change GetFileTitleA/W prototype to match PSDK.
+
+2004-03-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, documentation/wine.man.in, misc/options.c:
+ Get rid of the WINEOPTIONS variable and instead use WINEDEBUG to
+ inherit debug options.
+ Start deprecating the --debugmsg option.
+
+ * dlls/comctl32/toolbar.c: Ge van Geldorp <gvg@reactos.com>
+ Explicitly ask for image list with screen depth as ILC_COLOR can/will
+ limit the depth to 4bpp now.
+
+ * dlls/kernel/console.c, dlls/kernel/kernel32.spec,
+ dlls/kernel/kernel_private.h, files/file.c:
+ The OpenConsoleW inherit argument is a boolean not a
+ SECURITY_ATTRIBUTES pointer.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Build all file consistently, without shortcuts.
+ Do not pass winebuild escaped options to the compiler.
+
+ * programs/winhelp/Makefile.in: Michael Stefaniuc <mstefani@redhat.de>
+ Add the LDFLAGS when linking hlp2sgml.
+
+ * dlls/ntdll/wcstring.c: Hans Leidekker <hans@it.vu.nl>
+ _wto{l,i,i64} parameters are const.
+
+ * dlls/comctl32/commctrl.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix subclassing to support nested messages.
+
+ * programs/winebrowser/main.c:
+ We should no longer need to unset TMP and TEMP.
+
+ * dlls/user/tests/win.c, dlls/x11drv/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Windows truncates windows coordinates at 16 bits when moving or
+ resizing a window.
+
+ * documentation/README.de: Christian Britz <cbritz@gmx.net>
+ Correction of small spelling mistakes.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Rewrite drawing code.
+
+ * include/commctrl.h: Robert Reif <reif@earthlink.net>
+ Added some missing defines.
+
+ * dlls/kernel/process.c, files/directory.c:
+ Do not put the TEMP and TMP variables into the Unix environment, use
+ WINETEMP and WINETMP instead, like we already do for PATH.
+
+ * dlls/kernel/except.c:
+ Remove the WINEDEBUG variable from the environment of the debugger
+ process.
+
+ * dlls/ntdll/time.c, files/smb.c: Portability fixes.
+
+ * documentation/configuring.sgml: Added a couple of missing close tags.
+
+ * dlls/msvcrt/time.c: Hans Leidekker <hans@it.vu.nl>
+ Implement _ftime with Win32 APIs.
+
+ * controls/menu.c: Huw Davies <huw@codeweavers.com>
+ We need to set the new text even if the old text string was NULL.
+
+ * dlls/comctl32/animate.c:
+ Do not kill the animation thread with TerminateThread, let it finish
+ properly.
+ Fixed a couple of races with the animation thread.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c,
+ dlls/comctl32/progress.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Spelling fixes.
+
+ * dlls/comctl32/draglist.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Document control completeness.
+ - Remove unneeded include.
+ - Fix TEXT define.
+ - Fix tabs.
+ - Small optimisation in DrawInsert.
+
+ * dlls/msvcrt/tests/heap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Heap tests cleanup.
+
+ * dlls/gdi/enhmfdrv/bitblt.c, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/enhmfdrv/mapping.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Eliminate some unnecessary direct accesses to DC internals from EMF
+ driver.
+
+2004-03-09 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040309.
+
+----------------------------------------------------------------
+2004-03-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file16.c, dlls/kernel/profile.c, files/directory.c,
+ files/drive.c:
+ Moved a number of 16-bit functions to file16.c.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Do not create symlinks for the PE build since they can conflict with
+ the directory names.
+
+ * libs/port/statvfs.c: Check that we have statfs before using it.
+
+ * include/wine/port.h:
+ Added definitions for S_IXUSR, S_IXGRP and S_IXOTH.
+
+ * tools/winegcc/utils.c: chmod is more portable than fchmod.
+
+ * files/dos_fs.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Make IS_END_OF_NAME an inline function.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/process.c, dlls/kernel/sync.c, dlls/kernel/task.c,
+ dlls/kernel/time.c, dlls/winedos/int21.c, files/directory.c,
+ files/dos_fs.c, files/drive.c, files/file.c, files/smb.c,
+ include/drive.h, include/file.h:
+ Removed some unnecessary definitions from file.h.
+ Got rid of drive.h.
+
+ * dlls/ntdll/rtlstr.c:
+ ASCII string comparisons should not depend on the locale.
+
+ * dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in,
+ dlls/comctl32/comctl32.h, dlls/comctl32/draglist.c,
+ dlls/comctl32/rsrc.rc:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Implement the drag list control.
+ - Fix tabs in LBItemFromPt.
+
+ * windows/mdi.c: Huw Davies <huw@codeweavers.com>
+ We need to at least refresh the window menu in ChildActivate, so for
+ now remove the 'is already activated' optimization.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+ dlls/dxerr8/.cvsignore, dlls/dxerr8/Makefile.in,
+ dlls/dxerr8/dxerr8.c, dlls/dxerr8/errors.awk, dlls/dxerr8/errors.dat,
+ dlls/dxerr8/errors.h, dlls/dxerr8/make_errors,
+ dlls/dxerr9/.cvsignore, dlls/dxerr9/Makefile.in,
+ dlls/dxerr9/dxerr9.c, dlls/dxerr9/errors.awk, dlls/dxerr9/errors.dat,
+ dlls/dxerr9/errors.h, dlls/dxerr9/make_errors:
+ Robert Reif <reif@earthlink.net>
+ Added dxerr8 and dxerr9 libraries.
+
+ * documentation/configuring.sgml, documentation/samples/config,
+ documentation/wine.conf.man, files/directory.c, files/dos_fs.c,
+ files/drive.c, include/drive.h, include/file.h:
+ Get rid of the Filesystem option in the drive config, this was more
+ confusing than useful.
+
+ * include/wine/port.h: Added statvfs prototype.
+
+ * dlls/dmscript/dmscript_private.h, dlls/dmscript/script.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Better dmscript loading (now we load the script version, script
+ language identifier and the script source).
+
+ * dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
+ dlls/gdi/tests/metafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added an EMF test suite.
+
+ * windows/mdi.c: Huw Davies <huw@codeweavers.com>
+ Windows always adds a separator to the bottom of the new window
+ menu. Thanks to Dmitry Timoshkov for confirming this.
+
+ * dlls/gdi/freetype.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Check for NULL pointers returned by HeapAlloc.
+
+ * dlls/Maketest.rules.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in, programs/clock/Makefile.in,
+ programs/cmdlgtst/Makefile.in, programs/control/Makefile.in,
+ programs/expand/Makefile.in, programs/notepad/Makefile.in,
+ programs/progman/Makefile.in, programs/regedit/Makefile.in,
+ programs/regsvr32/Makefile.in, programs/rpcss/Makefile.in,
+ programs/rundll32/Makefile.in, programs/start/Makefile.in,
+ programs/uninstaller/Makefile.in, programs/view/Makefile.in,
+ programs/wcmd/Makefile.in, programs/wineboot/Makefile.in,
+ programs/winebrowser/Makefile.in, programs/winecfg/Makefile.in,
+ programs/wineconsole/Makefile.in, programs/winedbg/Makefile.in,
+ programs/winefile/Makefile.in, programs/winemenubuilder/Makefile.in,
+ programs/winemine/Makefile.in, programs/winepath/Makefile.in,
+ programs/winetest/Makefile.in, programs/winevdm/Makefile.in,
+ programs/winhelp/Makefile.in, programs/winver/Makefile.in:
+ Take advantage of the new winegcc -B support.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h, tools/winegcc/winegcc.c:
+ Allow multiple -B options.
+ Do not pass the -Btools/winebuild magic option to the compiler to
+ avoid warnings.
+ Pass to the linker even the libraries we didn't find in the lib search
+ path, in case we are not using the standard paths.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add a wine specific mode. If is activated if the -B prefix ends with
+ /tools/winebuild. If you happen to have such a prefix, but you don't
+ want this behaviour, simply add a trailing '/'. In this special mode,
+ no default Win32 DLLs are linked in, we don't force the short wchar_t,
+ and the standard dirs are not searched.
+
+ * tools/widl/Makefile.in, tools/widl/widl.man:
+ Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Added a man page for widl.
+
+ * tools/winegcc/utils.c, tools/winegcc/winegcc.c:
+ Fixed a couple of crashes.
+
+ * tools/bin2res.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Accept '-v' flag.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Add registry entries for any fonts found by fontconfig or that are in
+ the FontDirs directories.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add -B prefix support. Small consistency cleanups.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/amstream/.cvsignore,
+ dlls/amstream/Makefile.in, dlls/amstream/amstream.c,
+ dlls/amstream/amstream.spec, dlls/amstream/amstream_private.h,
+ dlls/amstream/main.c, dlls/amstream/regsvr.c,
+ dlls/amstream/version.rc, dlls/uuid/uuid.c, include/Makefile.in,
+ include/amstream.h, include/amstream.idl, include/austream.h,
+ include/austream.idl, include/ddraw.h, include/ddstream.h,
+ include/ddstream.idl, include/mmstream.h, include/mmstream.idl,
+ tools/wine.inf:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Add amstream dll (MultiMedia Streams), part of Direct Show.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/volume.c, dlls/ntdll/file.c,
+ documentation/samples/config, documentation/wine.conf.man,
+ files/drive.c, include/drive.h, include/winnt.h:
+ Reimplemented GetVolumeInformation and SetVolumeLabel; volume label
+ and serial number are now stored in the filesystem instead of in the
+ config file (partly based on a patch by Eric Pouech).
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Support processors made up of different commands.
+ Rename some processor enums for consistency.
+
+ * documentation/README.de: Christian Britz <cbritz@gmx.net>
+ Added German translation of the README file.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Bobby Bingham <bingham.21@osu.edu>
+ Stub EnumDesktopsW for now.
+ Implement EnumDesktopsA in terms of EnumDesktopsW.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not take into account LC_CTYPE and LC_MESSAGES while detecting a
+ user locale.
+
+2004-03-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/dib.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Calculate the size of BI_BITFIELDS dib sections via the width and
+ height.
+
+ * dlls/winspool/info.c, dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of GetDefaultPrinter from ascii to unicode, added
+ tests for GetDefaultPrinterA.
+
+ * configure, configure.ac, include/config.h.in, libs/port/statvfs.c:
+ Added check for f_namelen in struct statfs.
+
+ * dlls/dmime/performance.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix one ugly bug (horrible cast) into dmusic code to get Unreal2
+ crashing later (when trying to launch loaded sound) :)
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Don't allocate space for text when nMaxTextRows = 0.
+
+2004-03-05 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, files/drive.c, include/config.h.in,
+ include/wine/port.h, libs/port/Makefile.in, libs/port/statfs.c,
+ libs/port/statvfs.c:
+ Use statvfs instead of statfs, and provide a default implementation in
+ libwine_port if necessary.
+
+ * dlls/ntdll/cdrom.c:
+ Do not store the Unix file descriptor in the cache structure.
+ Protect the global cache with a critical section.
+
+ * dlls/user/user32.spec, windows/user.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Stub for RegisterDeviceNotificationW.
+
+ * dlls/winmm/mmio.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Handle playing of files containing a '+' as part of the filename.
+
+ * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IMediaEventSink and IMediaEventEx interfaces.
+
+2004-03-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/cdrom.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/ntdll_misc.h, files/drive.c, files/file.c, include/file.h,
+ include/wine/server_protocol.h, server/Makefile.in, server/device.c,
+ server/protocol.def, server/request.h, server/trace.c:
+ Open a real file handle for drive devices, and get rid of the server
+ device hacks (based on a patch by Eric Pouech).
+
+ * dlls/ddraw/dsurface/dib.c, dlls/gdi/enhmfdrv/bitblt.c,
+ dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/bitblt.c,
+ dlls/gdi/mfdrv/metafiledrv.h, dlls/gdi/mfdrv/objects.c,
+ dlls/gdi/painting.c, dlls/gdi/wing.c, dlls/ttydrv/palette.c,
+ dlls/x11drv/bitmap.c, dlls/x11drv/brush.c, dlls/x11drv/dib.c,
+ dlls/x11drv/palette.c, dlls/x11drv/x11ddraw.c, include/bitmap.h,
+ include/gdi.h, include/palette.h, objects/bitmap.c, objects/brush.c,
+ objects/dib.c, objects/gdiobj.c, objects/metafile.c,
+ objects/palette.c:
+ Moved more GDI definitions to gdi_private.h.
+ Get rid of bitmap.h and palette.h.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Enumerate all "shell\<verb>\command" entries in the registry instead
+ of searching only for "shell\open\command" entries.
+
+ * dlls/gdi/gdi_private.h, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.spec,
+ dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ dlls/x11drv/init.c, dlls/x11drv/x11drv.spec, objects/dc.c:
+ Changed the CreateDC driver entry point to use an HDC instead of a DC
+ pointer.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/init.c,
+ dlls/x11drv/x11drv.h:
+ Get rid of the X11DRV_DC_Funcs hack.
+ Removed a couple of unused bitmap functions.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/enumfilters.c,
+ dlls/quartz/enumregfilters.c, dlls/quartz/filtergraph.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/quartz_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
+ Renamed constructor of IEnumRegFilters interface.
+ Small fix in IFilterMapper_EnumMatchingFilters.
+
+ * dlls/imm32/imm.c, dlls/imm32/imm32.spec: Jesse Allen <uh_ja@gmx.net>
+ Added ImmAssociateContextEx stub.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Preserve the relative order of files and libraries. We do so by
+ maintaining a unique list of files and lib, each marked with the
+ appropriate metadata.
+
+ * dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, dlls/ttydrv/objects.c,
+ dlls/ttydrv/ttydrv.spec, dlls/wineps/font.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/text.c, dlls/x11drv/x11drv.h, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/xfont.c, objects/font.c:
+ Pass the gdiFont object to the SelectFont driver entry point so that
+ we don't need to look into the DC structure for it.
+
+ * dlls/x11drv/text.c, dlls/x11drv/xrender.c:
+ Avoid direct accesses to the xformWorld2Vport DC field.
+
+ * dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/text.c, dlls/ttydrv/graphics.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/wineps/psdrv.h, dlls/wineps/text.c,
+ dlls/wineps/wineps.spec, dlls/x11drv/text.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c, objects/text.c:
+ Pass the breakExtra value in the ExtTextOut driver call, since there
+ is no function to retrieve it from the HDC.
+
+ * controls/desktop.c, dlls/user/controls.h, windows/sysparams.c:
+ Justin Chevrier <burner1@hotmail.com>
+ Move implementation of SysParametersInfo from Ascii to Unicode.
+
+2004-03-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Maketest.rules.in, programs/Makeprog.rules.in:
+ Avoid some redundant libraries on the winegcc command line.
+
+ * tools/winegcc/winegcc.c:
+ Put the .spec.o file first and the so libraries last on the link
+ command line.
+
+ * dlls/ntdll/debugtools.c:
+ Smarter allocation algorithm for the string buffer, to allow
+ displaying more characters for strings without too many escapes.
+
+ * dlls/wineps/builtin.c, dlls/x11drv/text.c, include/gdi.h,
+ objects/dc.c, objects/font.c:
+ Changed the GetTextExtentPoint graphics driver entry point to return
+ device coordinates.
+ Removed not used breakCount field in the DC structure.
+
+ * Make.rules.in, configure, configure.ac, tools/winegcc/Makefile.in:
+ Renamed the symbol for the cpp binary to avoid conflicts with
+ configure internals.
+
+ * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+ Kevin Koltzau <kevin@plop.org>
+ Fix UrlCanonicalize and add regression test.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Don't tie the script name to the .exe.so name.
+
+ * dlls/vnbt.vxd/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Link to ws2_32.
+
+ * dlls/gdi/gdi16.c, dlls/gdi/gdi_private.h, include/gdi.h,
+ objects/dc.c:
+ Implemented Get/SetBoundsRect based on a patch by Ken Belleau.
+
+ * dlls/shlwapi/url.c: Kevin Koltzau <kevin@plop.org>
+ Prevent crash with invalid args in a few URL functions.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix buffer length usage for RegQueryValueW() calls at various places.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Support custom check background.
+ - Reduce number of parameters needed for DrawString function.
+
+ * include/rpcndr.h, include/wine/rpcfc.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add more RPC format characters.
+ - Add some NDR functions and structures.
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
+ but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
+ user.
+ Remove T_INIT and get_default_init(). These are obsolete (used to
+ select the entry-point, WinMain or main).
+ If the directory contains headers, then add '.' to INCLUDE_PATH.
+ Specify -mnocygwin during the link stage if we are to link with the
+ msvcrt.
+ Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
+ Correctly pass '-mconsole' or '-mwindows' to the link stage.
+ Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
+ obsolete.
+ Add implicit build rules for .c, .cpp, .cxx files so that our settings
+ (e.g. INCLUDE_PATH) are used.
+ Fix the rule for building RC files (it was invalid and rejected by
+ make). Convert it to an implicit rule like the others.
+ Add rules for 'make clean'.
+ Add the missing rules for recursive compilation.
+ Remove obsolete elements from the link command (LDDLLFLAGS,
+ ALL_LIBRARY_PATH, LIBS).
+
+ * include/Makefile.in, include/evcode.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added evcode.h include.
+
+ * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+ Handle null and duplicate name when adding a filter to the
+ filtergraph.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Implemented GetDaylightFlag.
+
+2004-03-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/tests/.cvsignore, dlls/comctl32/tests/.cvsignore,
+ dlls/ddraw/tests/.cvsignore, dlls/dsound/tests/.cvsignore,
+ dlls/gdi/tests/.cvsignore, dlls/iphlpapi/tests/.cvsignore,
+ dlls/kernel/tests/.cvsignore, dlls/msvcrt/tests/.cvsignore,
+ dlls/netapi32/tests/.cvsignore, dlls/ntdll/tests/.cvsignore,
+ dlls/oleaut32/tests/.cvsignore, dlls/rpcrt4/tests/.cvsignore,
+ dlls/shell32/tests/.cvsignore, dlls/shlwapi/tests/.cvsignore,
+ dlls/urlmon/tests/.cvsignore, dlls/user/tests/.cvsignore,
+ dlls/wininet/tests/.cvsignore, dlls/winmm/tests/.cvsignore,
+ dlls/winsock/tests/.cvsignore, dlls/winspool/tests/.cvsignore,
+ programs/avitools/.cvsignore, programs/clock/.cvsignore,
+ programs/cmdlgtst/.cvsignore, programs/control/.cvsignore,
+ programs/expand/.cvsignore, programs/notepad/.cvsignore,
+ programs/progman/.cvsignore, programs/regedit/.cvsignore,
+ programs/regsvr32/.cvsignore, programs/rpcss/.cvsignore,
+ programs/rundll32/.cvsignore, programs/start/.cvsignore,
+ programs/uninstaller/.cvsignore, programs/view/.cvsignore,
+ programs/wcmd/.cvsignore, programs/wineboot/.cvsignore,
+ programs/winebrowser/.cvsignore, programs/winecfg/.cvsignore,
+ programs/wineconsole/.cvsignore, programs/winedbg/.cvsignore,
+ programs/winefile/.cvsignore, programs/winemenubuilder/.cvsignore,
+ programs/winemine/.cvsignore, programs/winepath/.cvsignore,
+ programs/winetest/.cvsignore, programs/winevdm/.cvsignore,
+ programs/winhelp/.cvsignore, programs/winver/.cvsignore:
+ We no longer use the .exe.spec.c files.
+
+ * programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in,
+ programs/control/Makefile.in, programs/expand/Makefile.in,
+ programs/notepad/Makefile.in, programs/progman/Makefile.in,
+ programs/regedit/Makefile.in, programs/regsvr32/Makefile.in,
+ programs/rpcss/Makefile.in, programs/rundll32/Makefile.in,
+ programs/start/Makefile.in, programs/uninstaller/Makefile.in,
+ programs/view/Makefile.in, programs/wcmd/Makefile.in,
+ programs/wineboot/Makefile.in, programs/winebrowser/Makefile.in,
+ programs/winecfg/Makefile.in, programs/wineconsole/Makefile.in,
+ programs/winedbg/Makefile.in, programs/winefile/Makefile.in,
+ programs/winemenubuilder/Makefile.in, programs/winemine/Makefile.in,
+ programs/winepath/Makefile.in, programs/winetest/Makefile.in,
+ programs/winevdm/Makefile.in, programs/winhelp/Makefile.in,
+ programs/winver/Makefile.in:
+ Build all the programs with winegcc.
+
+ * programs/winetest/gui.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Make sure text isn't cut off by the close button.
+
+ * dlls/imm32/imm.c, dlls/rsabase/main.c, dlls/shlwapi/assoc.c,
+ dlls/uxtheme/draw.c, dlls/x11drv/keyboard.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling and case fixes.
+
+ * dlls/x11drv/window.c: Huw Davies <huw@codeweavers.com>
+ Enable resizing if WS_THICKFRAME is set.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+ dlls/opengl32/opengl_norm.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - sync up with latest OpenGL specifications
+ - some fixes in make_opengl to support the new types
+
+ * include/winsock2.h: Hans Leidekker <hans@it.vu.nl>
+ Added protocol type constants.
+
+ * tools/wineinstall: Dan Kegel <dank@kegel.com>
+ Fixed typo in test arguments.
+
+ * Make.rules.in, dlls/Maketest.rules.in: Build the tests with winegcc.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for passing options to winebuild via -Wb.
+ Generate only the loader script when given just the .exe.so.
+ Add function to delete element from a strarray.
+
+ * configure, configure.ac:
+ We need to use AC_CHECK_TOOL to check for cpp in order to support
+ cross-compilation properly.
+
+ * include/Makefile.in, include/dxerr8.h, include/dxerr9.h:
+ Robert Reif <reif@earthlink.net>
+ Added dxerr8.h and dxerr9.h header files.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added stub for RasGetEntryPropertiesA.
+
+ * tools/winedump/output.c:
+ Removed obsolete definitions from generated makefiles.
+
+ * tools/winegcc/winegcc.c:
+ Removed obsolete --dll option from loader script.
+ Added support for WINEBUILD environment variable.
+ Don't generate the loader script if the output file name ends in
+ .exe.so.
+ Fixed handling of -L option.
+ Static libraries have to be linked in after object files.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/secur32/.cvsignore,
+ dlls/secur32/Makefile.in, dlls/secur32/secur32.c,
+ dlls/secur32/secur32.spec, dlls/secur32/secur32_priv.h,
+ dlls/secur32/thunks.c, dlls/secur32/thunks.h, dlls/secur32/wrapper.c,
+ include/winerror.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Added a secur32.dll that loads other SSP DLLs and forwards calls to
+ them.
+
+ * dlls/comctl32/tab.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Adjust all dimensions to match native.
+ Invalidate whole tab area when multi-line.
+ In vertical tab placement go from top to bottom.
+ Fix annoying visual artifacts.
+
+ * Make.rules.in, configure, configure.ac, include/config.h.in,
+ tools/winegcc/Makefile.in, tools/winegcc/utils.c,
+ tools/winegcc/utils.h, tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Instrument winegcc to use the compilers and options detected at
+ configure time. Add support for parsing/formatting a string array
+ from/to a char string. Add option to disable short wchar support in
+ winegcc.
+
+ * files/dos_fs.c: Removed useless #ifdef SIZEOF_LONG_LONG.
+
+2004-03-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvideo/mciwnd.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h,
+ dlls/winmm/mciavi/wnd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Add a lot of traces to make debugging a bit easier.
+ - Add support for MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOAUTOSIZEWINDOW
+ and MCIWNDF_NOERRORDLG flags in the MCIWndClass implementation.
+ - Implement support for MCI_UPDATE in the MCIAVI driver and use it in
+ the MCIWndClass WM_PAINT handler.
+ - Reimplement MCI_STOP command in the MCIAVI driver via an event.
+ - Add a test preventing the MCIAVI driver to crash after MCI_SEEK
+ behind an end of stream.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/vnbt.vxd/.cvsignore,
+ dlls/vnbt.vxd/Makefile.in, dlls/vnbt.vxd/vnbt.c,
+ dlls/vnbt.vxd/vnbt.vxd.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ - The virtual netbios device driver is properly named vnbt.vxd, not
+ vnb.vxd.
+ - Make it not depend on UNIX includes.
+
+ * dlls/shell32/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Export LC_ALL before calling sed.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/enumregfilters.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/quartz_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IFilterMapper and IEnumRegFilters interfaces.
+ Fixed IFilterMapper2_EnumMatchingFilters.
+
+ * programs/winetest/send.c: Juan Lang <juan_lang@yahoo.com>
+ Connect to winehq.org by its name rather than by its IP addr.
+
+ * programs/winemine/En.rc, programs/winemine/Es.rc,
+ programs/winemine/Fr.rc, programs/winemine/It.rc,
+ programs/winemine/Nl.rc, programs/winemine/Pt.rc,
+ programs/winemine/Ru.rc, programs/winemine/Si.rc,
+ programs/winemine/main.c, programs/winemine/resource.h,
+ programs/winemine/rsrc.rc:
+ Oleg Prokhorov <xolegpro@rbcmail.ru>
+ - key accelerators for "New Game" and exit
+ - auto flag after successful game those entries which were not flagged
+ by player during the game himself
+
+ * include/objidl.idl, include/urlmon.h, include/urlmon.idl:
+ Kevin Koltzau <kevin@plop.org>
+ Define MKSYS_URLMONIKER.
+
+ * dlls/shell32/shlexec.c: Huw Davies <huw@codeweavers.com>
+ Add a missing '\\'.
+
+ * programs/winetest/send.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Submit results to WineHQ.
+
+ * dlls/comctl32/treeview.c: Steve Lustbader <slustbader@verizon.net>
+ Handle the firstVisible item being NULL in
+ TREEVIEW_UpdateScrollBars().
+
+ * include/Makefile.in, include/sspi.h: Juan Lang <juan_lang@yahoo.com>
+ Added sspi.h.
+
+ * configure, configure.ac, dlls/d3d8/shader.c,
+ dlls/dinput/joystick_linux.c, dlls/iphlpapi/ipstats.c,
+ dlls/netapi32/nbt.c, dlls/wined3d/vertexshader.c,
+ dlls/winedos/ppdev.c, dlls/winmm/joystick/joystick.c,
+ dlls/winsock/socket.c, files/dos_fs.c, include/config.h.in,
+ server/change.c:
+ Portability fixes for LSB compatibility.
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement NetpNetbiosStatusToApiStatus.
+
+ * dlls/ntdll/time.c: Rein Klazes <rklazes@xs4all.nl>
+ In TIME_GetBias make sure there is a cached value for daylight as
+ well.
+
+ * dlls/oleaut32/oleaut.c, include/oleauto.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Correct return type of SysStringLen() and SysStringByteLen().
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Set error code ERROR_DDE_FAIL if the DDE connection failed in
+ ShellExecute().
+
+ * dlls/rsabase/Makefile.in, dlls/rsabase/main.c, tools/wine.inf:
+ Juan Lang <juan_lang@yahoo.com>
+ Make rsabase.dll self-register.
+
+ * dlls/crypt32/Makefile.in, dlls/crypt32/cert.c,
+ dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, include/wincrypt.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - correct some prototypes, add some defines
+ - stub a couple more functions
+
+ * include/Makefile.in, include/lmcons.h, include/lmserver.h,
+ include/lmshare.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Declare a few more Net apis and constants.
+
+2004-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in: Remove the $(datadir)/wine directory on uninstall.
+
+ * documentation/samples/system.ini: No longer needed.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/generic.ppd,
+ documentation/samples/generic.ppd:
+ Moved generic.ppd to dlls/wineps, and install it in datadir.
+
+ * dlls/mswsock/mswsock.c, dlls/mswsock/mswsock.spec,
+ dlls/winsock/async.c, dlls/winsock/socket.c, include/mswsock.h,
+ include/winsock.h:
+ Patrik Stridvall <ps@leissner.se>
+ More stubs and better headers for mswsock.dll.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add SHMenuIndexFromID and SHCoCreateInstanceAC.
+
+2004-02-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wineinstall, winedefault.reg:
+ Use the new .inf script instead of winedefault.reg.
+ Removed some obsolete code.
+
+ * tools/Makefile.in, tools/wine.inf:
+ Added wine.inf setupapi script to setup the initial Wine registry
+ (based on the work of Chris Morgan and Brian Vincent).
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msrle32/.cvsignore,
+ dlls/msrle32/Makefile.in, dlls/msrle32/msrle32.c,
+ dlls/msrle32/msrle32.spec, dlls/msrle32/msrle_De.rc,
+ dlls/msrle32/msrle_En.rc, dlls/msrle32/msrle_Es.rc,
+ dlls/msrle32/msrle_Fr.rc, dlls/msrle32/msrle_It.rc,
+ dlls/msrle32/msrle_Nl.rc, dlls/msrle32/msrle_Pt.rc,
+ dlls/msrle32/msrle_Ru.rc, dlls/msrle32/msrle_Si.rc,
+ dlls/msrle32/msrle_private.h, dlls/msrle32/rsrc.rc:
+ Moved msrle32 to the top-level dlls directory.
+
+ * dlls/imm32/imm.c, dlls/kernel/kernel32.spec, dlls/kernel/module.c,
+ dlls/netapi32/wksta.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/varformat.c, dlls/oleaut32/variant.c,
+ dlls/rasapi32/rasapi32.spec, dlls/wineps/wineps.spec,
+ dlls/wininet/netconnection.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/xim.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/shell32/systray.c: Ove Kaaven <ovek@arcticnet.no>
+ Fixed icon leak.
+
+ * dlls/winmm/winmm.c: Robert Reif <reif@earthlink.net>
+ Cleanup prepare/unprepare header parameter checking.
+ Fix midiInGetDevCapsW.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Added missing #define for DS_INCOMPLETE.
+
+ * tools/winapi/win32.api: Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/kernel/actctx.c, include/winbase.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added proper headers for the *ActCtx* functions.
+
+ * include/winnt.h: Patrik Stridvall <ps@leissner.se>
+ Added macro DEFAULT_UNREACHABLE.
+
+ * dlls/msvideo/mciwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a typo in a comment.
+
+ * tools/winemaker, tools/winemaker.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Generate a simple Makefile that uses winegcc to compile.
+ No longer generate a configure script, that's project policy.
+
+ * dlls/comcat/regsvr.c, dlls/dmime/regsvr.c, dlls/dmstyle/regsvr.c,
+ dlls/ole32/regsvr.c, dlls/shell32/regsvr.c:
+ Sync some of the dll registrations with the contents of
+ winedefault.reg.
+
+ * dlls/setupapi/install.c:
+ SPINST_UNREGSVR must use the UnregisterDlls section, not the
+ RegisterDlls one.
+
+ * dlls/setupapi/install.c, dlls/setupapi/setupapi.spec,
+ dlls/setupapi/setupx_main.c, dlls/setupapi/stubs.c,
+ include/setupapi.h:
+ Implemented InstallHinfSection (based on a patch by Chris Morgan).
+
+ * dlls/advapi32/crypt.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Remove duplicate free.
+ - Remove debug message that dumps invalid string.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/draglist.c,
+ dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/smoothscroll.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Update common control function documentation.
+
+ * dlls/ntdll/rtlstr.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Update documentation for Rtl functions.
+
+ * dlls/uxtheme/draw.c: Kevin Koltzau <kevin@plop.org>
+ Implement GetThemeTextMetrics.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_message.c,
+ dlls/rpcrt4/rpc_server.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix a bad use of HeapRealloc.
+ - Fix error return codes.
+ - Improve traces.
+
+ * dlls/comctl32/rebar.c: Matt Chapman <matthewc@cse.unsw.edu.au>
+ REBAR_Layout should respect the minimum size of bands even when
+ RBBS_FIXEDSIZE is not set.
+
+ * dlls/msvideo/mciwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use some heuristics to decide what type of MCIWNDM_OPEN message to
+ use.
+
+ * dlls/setupapi/install.c, dlls/setupapi/parser.c,
+ dlls/setupapi/queue.c, dlls/setupapi/setupapi_private.h,
+ include/setupapi.h:
+ Added support for the RegisterDlls section (partly based on a patch by
+ Chris Morgan).
+
+ * dlls/ntdll/time.c: Huw Davies <huw@codeweavers.com>
+ Cache the result of TIME_GetBias for up to 1 second.
+
+ * dlls/comctl32/rebar.c: Matt Chapman <matthewc@cse.unsw.edu.au>
+ REBAR_ShowBand needs to force layout of the rebar after a band is
+ hidden/unhidden.
+
+ * dlls/winmm/mciavi/wnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert MCIAVI window support to unicode.
+ Allow multiple simultaneous MCIAVI driver instances.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the no longer used winewrap utility.
+
+2004-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/sync.c, dlls/kernel/syslevel.c,
+ dlls/msnet32/msnet_main.c, dlls/wintrust/wintrust_main.c,
+ windows/user.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the win32 debug channel, misc cleanup of debugging code.
+
+ * documentation/testing.sgml: Hans Leidekker <hans@it.vu.nl>
+ Document building tests with MinGW.
+
+ * dlls/kernel/time.c: Mike Hearn <mh@codeweavers.com>
+ Use time rather than win32 debug channel for kernel time functions.
+
+ * windows/dce.c: Mike Hearn <mh@codeweavers.com>
+ Add a comment to explain the LockWindowUpdate situation.
+
+ * include/digitalv.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add A/W mapping for MCI_DGV_WINDOW_PARMS.
+
+ * tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ For static libs (.a) we need to pass the actual filename to winebuild,
+ not a -l switch. Do not remove the file extension to get to the base
+ name if it's not .exe or .exe.so. Link shell32 by default for GUI
+ programs. Fix parsing of options with arguments.
+
+ * dlls/winmm/winmm.c: Sean Young <sean@mess.org>
+ Check uSize parameter in waveOutUnprepareHeader and
+ waveOutPrepareHeader.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tests/vartest.c,
+ dlls/oleaut32/variant.c:
+ Fabian Cenedese <Cenedese@indel.ch>
+ VarRound implementation (without type DECIMAL yet) with test function.
+
+ * dlls/ntdll/time.c: Huw Davies <huw@codeweavers.com>
+ Call TIME_GetBias rather than RtlQueryTimeZoneInfo if we're only
+ interested in the bias - it's faster.
+
+2004-02-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/locale.c, dlls/oleaut32/variant.c, dlls/wineps/init.c:
+ Fixed callers of GetLocaleInfoW to use the correct buffer size.
+
+ * dlls/kernel/vxd.c:
+ Return the right error code for non-existent VxD modules.
+
+ * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+ dlls/dmcompos/composer.c, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmcompos/signposttrack.c,
+ dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/graph.c,
+ dlls/dmime/lyricstrack.c, dlls/dmime/markertrack.c,
+ dlls/dmime/paramcontroltrack.c, dlls/dmime/patterntrack.c,
+ dlls/dmime/performance.c, dlls/dmime/segment.c,
+ dlls/dmime/segmentstate.c, dlls/dmime/segtriggertrack.c,
+ dlls/dmime/seqtrack.c, dlls/dmime/sysextrack.c,
+ dlls/dmime/tempotrack.c, dlls/dmime/timesigtrack.c,
+ dlls/dmime/tool.c, dlls/dmime/wavetrack.c, dlls/dmloader/container.c,
+ dlls/dmloader/dmloader_main.c, dlls/dmloader/dmloader_private.h,
+ dlls/dmloader/loader.c, dlls/dmloader/loaderstream.c,
+ dlls/dmscript/dmscript_main.c, dlls/dmscript/dmscript_private.h,
+ dlls/dmscript/regsvr.c, dlls/dmscript/script.c,
+ dlls/dmscript/scripttrack.c, dlls/dmstyle/auditiontrack.c,
+ dlls/dmstyle/chordtrack.c, dlls/dmstyle/commandtrack.c,
+ dlls/dmstyle/dmstyle_main.c, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/motiftrack.c, dlls/dmstyle/mutetrack.c,
+ dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/dmsynth_private.h,
+ dlls/dmsynth/synth.c, dlls/dmsynth/synthsink.c, dlls/dmusic/buffer.c,
+ dlls/dmusic/clock.c, dlls/dmusic/collection.c, dlls/dmusic/dmusic.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+ dlls/dmusic/instrument.c, dlls/dmusic/port.c,
+ dlls/dmusic/portdownload.c, dlls/dmusic/thru.c, dlls/dswave/dswave.c,
+ dlls/dswave/dswave_main.c, dlls/dswave/dswave_private.h,
+ include/dmusici.h:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Added name resolving for CLSIDs, IIDs, GUIDs and return codes.
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Handle proper substraction of unsigned numbers.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Add VMM VxD.
+
+ * dlls/ntdll/time.c: Huw Davies <huw@codeweavers.com>
+ Speed up RtlTimeFieldsToTime.
+
+ * programs/winedbg/memory.c: Matt Chapman <matthewc@cse.unsw.edu.au>
+ Fix dumping of Unicode strings.
+
+ * dlls/comctl32/propsheet.c: Matt Chapman <matthewc@cse.unsw.edu.au>
+ Fix a reentrancy issue in the property sheet implementation by not
+ caching a pointer that can change.
+
+ * dlls/oleaut32/vartype.c: Fabian Cenedese <Cenedese@indel.ch>
+ No sign extension for negative values.
+
+2004-02-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loadorder.c:
+ Tweak the load order algorithm a bit to better reflect the user's
+ intention, by taking into account non-wildcard module specifications
+ for all directories.
+
+ * dlls/ntdll/loader.c:
+ Return right away from import_dll when a dll is not found to avoid
+ displaying many useless function errors.
+
+ * configure, configure.ac:
+ More robust fix for the artsc-config breakage.
+
+ * programs/winedbg/elf.c: Yorick Hardy <yh@metroweb.co.za>
+ Use SHN_UNDEF instead of STN_UNDEF to specify undefined section
+ index.
+
+ * dlls/winmm/wineoss/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Replaced the timer and its callback by a thread for receiving midi in
+ events.
+ Handled DRVM_EXIT in OSS_midMessage.
+
+ * dlls/ntdll/signal_i386.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Set SA_RESTART sigaction flag for other BSDs beside NetBSD.
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix 'empty' glyphs
+ - implement proper bitmap coordinates
+
+ * dlls/kernel/kernel32.spec, files/directory.c, files/dos_fs.c,
+ files/file.c, include/file.h:
+ Removed some of the DOS device hacks (based on a patch by Eric
+ Pouech).
+
+ * dlls/msvcrt/scanf.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Implement I64 modifier, move WARN to TRACE.
+
+ * dlls/winedos/int21.c:
+ Changed handling of special DOS devices to use real file handles
+ instead of the server device object.
+
+ * dlls/kernel/sync.c, include/wine/server_protocol.h,
+ server/named_pipe.c, server/protocol.def, server/trace.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Pass inherit handle flag properly for CreateNamedPipe.
+
+ * dlls/commdlg/cdlg_It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Italian update.
+
+ * dlls/comctl32/tooltips.c: Christian Costa <titan.costa@wanadoo.fr>
+ Accept null module instance, Loadstring can handle it.
+
+ * dlls/winmm/winmm.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed waveInGetDevCapsW.
+
+ * dlls/ntdll/time.c: Huw Davies <huw@codeweavers.com>
+ Speed up RtlTimeToTimeFields.
+
+ * programs/uninstaller/main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert app description field to unicode and use CP_UNIXCP when
+ printing it on the console.
+
+ * tools/winegcc/.cvsignore, tools/winegcc/Makefile.in,
+ tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge winewrap into winegcc. Many cleanups.
+
+ * programs/winedbg/elf.c, programs/winedbg/module.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed ELF modules' size information
+ - fixed containers' tests
+
+ * dlls/winedos/ppdev.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ IO_pp_outp: Allow to switch direction of the printer port.
+
+ * dlls/comctl32/imagelist.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix a regression in ImageList_Create when creating a dibsection.
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Use the NULL matrix instead of giving a badly filled identity matrix.
+
+ * dlls/shell32/shellpath.c: Kevin Koltzau <kevin@plop.org>
+ Fill unused gap to fix lookups past CSIDL_CONNECTIONS.
+
+2004-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/kernel/vxd.c,
+ dlls/vmm.vxd/.cvsignore, dlls/vmm.vxd/Makefile.in,
+ dlls/vmm.vxd/vmm.c, dlls/vmm.vxd/vmm.vxd.spec,
+ dlls/vwin32.vxd/vwin32.c, dlls/vwin32.vxd/vwin32.vxd.spec:
+ Allow the implementation of the VxDCall entry points to be moved to
+ separate VxD dlls.
+ Moved VMM code to a separate dll, and removed the registry calls to
+ get rid of the code duplication with advapi32.
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/send.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Report the error sent by the CGI script.
+ Make progress bar selection explicit.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite winegcc in preparation for merging with winewrap.
+ We now have comprehensive (and correct) options parsing.
+
+ * dlls/shdocvw/shdocvw_main.c: Mike Hearn <mh@codeweavers.com>
+ Implement SHDOCVW_DllGetVersion. It returns the same information as
+ the Win98/IE6 implementation does.
+
+2004-02-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/capi2032/cap20wxx.c, dlls/capi2032/cap20wxx.h,
+ dlls/ddraw/main.c, dlls/glut32/glut.c,
+ dlls/iphlpapi/tests/iphlpapi.c, dlls/kernel/process.c,
+ dlls/kernel/task.c, dlls/kernel/thunk.c, dlls/msvidc32/msvideo1.c,
+ dlls/ntdll/exception.c, dlls/ole32/moniker.c, dlls/quartz/main.c,
+ dlls/setupapi/setupcab.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shlfileop.c, dlls/shlwapi/ordinal.c,
+ dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c,
+ dlls/winedos/dosvm.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/winejack/audio.c, dlls/x11drv/wintab.c, loader/glibc.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/comctl32/string.c:
+ Removed a couple of unneeded helper functions.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix typo introduced during the path search reorganizaton.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Minor bug fixes.
+
+ * dlls/comctl32/imagelist.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Use dibsections for the images.
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
+ changes in a resize.
+ Don't call SWP unless we're actually adjusting anything.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Add a free() call at the end.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implemented rendering synthesized BITMAP and DIB formats.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/device.c, dlls/kernel/vxd.c,
+ files/file.c, include/file.h:
+ Create real file handles for VxDs instead of using the server device
+ object hack (partly based on a patch by Eric Pouech).
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/string.c,
+ dlls/shlwapi/string.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Implement string functions in comctl32.
+ - Use CompareString in shlwapi wherever possible instead of ugly
+ helpers.
+
+ * dlls/user/winproc.h, windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ First step in using faster approach for A<->W message mapping.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Update DEVELOPERS-HINTS with the newly added VxDs.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ LVN_BEGINRDRAG is implemented now. Fix typo.
+
+ * dlls/uxtheme/draw.c, dlls/uxtheme/metric.c, dlls/uxtheme/msstyles.c,
+ dlls/uxtheme/msstyles.h, dlls/uxtheme/property.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implemented system metric functions.
+
+ * configure, configure.ac, dlls/Makefile.in,
+ dlls/ifsmgr.vxd/.cvsignore, dlls/ifsmgr.vxd/Makefile.in,
+ dlls/ifsmgr.vxd/ifsmgr.c, dlls/ifsmgr.vxd/ifsmgr.vxd.spec,
+ dlls/kernel/device.c, dlls/mmdevldr.vxd/.cvsignore,
+ dlls/mmdevldr.vxd/Makefile.in, dlls/mmdevldr.vxd/mmdevldr.c,
+ dlls/mmdevldr.vxd/mmdevldr.vxd.spec, dlls/monodebg.vxd/.cvsignore,
+ dlls/monodebg.vxd/Makefile.in, dlls/monodebg.vxd/monodebg.c,
+ dlls/monodebg.vxd/monodebg.vxd.spec, dlls/vdhcp.vxd/.cvsignore,
+ dlls/vdhcp.vxd/Makefile.in, dlls/vdhcp.vxd/vdhcp.c,
+ dlls/vdhcp.vxd/vdhcp.vxd.spec, dlls/vnetbios.vxd/.cvsignore,
+ dlls/vnetbios.vxd/Makefile.in, dlls/vnetbios.vxd/vnetbios.c,
+ dlls/vnetbios.vxd/vnetbios.vxd.spec, dlls/vtdapi.vxd/.cvsignore,
+ dlls/vtdapi.vxd/Makefile.in, dlls/vtdapi.vxd/vtdapi.c,
+ dlls/vtdapi.vxd/vtdapi.vxd.spec, dlls/vwin32.vxd/.cvsignore,
+ dlls/vwin32.vxd/Makefile.in, dlls/vwin32.vxd/vwin32.c,
+ dlls/vwin32.vxd/vwin32.vxd.spec:
+ Added support for implementing VxDs as separate dlls and loading them
+ on demand.
+ Moved all the DeviceIoControl code into the respective VxD dlls.
+
+ * documentation/running.sgml: Brian Vincent <vinn@theshell.com>
+ Remove reference to Calmira file manager, add bit about Winefile.
+
+ * programs/winetest/gui.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix non-standard code in report().
+
+ * objects/metafile.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Get the rectangle from the dc and uncomment PlayEnhMetaFile in
+ GetWinMetaFileBits.
+
+ * dlls/gdi/gdi32.spec, objects/palette.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Add stub implementation for SetICMProfileA().
+
+ * dlls/comctl32/listview.c: Aric Stewart <aric@codeweavers.com>
+ Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
+
+ * dlls/x11drv/palette.c: Finlo Boyde <fin@neeps.net>
+ Fix for deadlock when using private colormap.
+
+2004-02-19 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/maketest, programs/winetest/util.c,
+ programs/winetest/winetest.h:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - command line handling (GUI will follow)
+ - strip .exe[.so] from test names
+ - version 2 output
+
+ * dlls/winmm/winealsa/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Replaced the timer and its callback by a thread for receiving midi in
+ events.
+ Fixed time of MIM_LONGDATA notification.
+ Handled DRVM_EXIT in ALSA_midMessage.
+
+ * dlls/ole32/ifs.c: Mike Hearn <mh@codeweavers.com>
+ To reduce debugging noise, make IMalloc32/IMallocSpy implementations
+ output to the new olemalloc debug channel.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/scanf.c, dlls/msvcrt/scanf.h,
+ include/msvcrt/stdio.h:
+ Fixed varargs handling in the scanf functions (spotted by Eric
+ Pouech).
+
+ * include/winuser.h: Kevin Koltzau <kevin@plop.org>
+ Define SPI_* values introduced in XP.
+
+ * dlls/x11drv/clipboard.c:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Advance index as we set the atom values.
+
+ * dlls/mapi32/mapi32.spec: Mike Hearn <mh@codeweavers.com>
+ The presence of FGetComponentPath is used to check if mapi32.dll is
+ the Outlook version or not. It's common to GetProcAddress for it, so
+ let's not export it as otherwise apps may call it.
+
+2004-02-17 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winedump/Makefile.in, tools/winedump/winedump.man:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Added winedump man page, heavily based on the README file.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/stopwatch.c,
+ dlls/shlwapi/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Stub the stopwatch API.
+ Implement DoesStringRoundTripW,@371-3,@392.
+ Move a couple of string functions into string.c
+
+ * dlls/setupapi/stubs.c: Fixed a trace.
+
+ * dlls/comctl32/listview.c: Fabian Cenedese <Cenedese@indel.ch>
+ ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
+ to select cells not in the first column in REPORT mode with OWNERDRAW
+ style set.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Forward some wrapper functions since we don't care about compatibility
+ with Win98 in this case.
+
+ * dlls/kernel/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Support emulation of the privileged mov dr7,eax instruction.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, dlls/setupapi/setupapi.spec,
+ dlls/setupapi/stubs.c, include/setupapi.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added some stubs.
+
+ * dlls/uxtheme/system.c: Kevin Koltzau <kevin@plop.org>
+ Corrected method of creating registry keys, both to fix an issue where
+ they were not created and to act more like Windows.
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/string.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Move string functions to separate file.
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/gdi/Makefile.in,
+ dlls/kernel/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/user/Makefile.in, tools/winebuild/build.h,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/utils.c,
+ tools/winebuild/winebuild.man.in:
+ Added support for building a dll from a .def file for cases where we
+ don't want to write a full .spec.
+ Renamed --spec option to --dll for consistency.
+
+ * controls/menu.c, dlls/user/tests/msg.c, include/win.h, windows/win.c:
+ Huw Davies <huw@codeweavers.com>
+ SetMenu should always call SetWindowPos whether the window is visible
+ or not. However we shouldn't call SWP from CreateWindowEx.
+ Added a test for this behaviour.
+
+ * dlls/comctl32/toolbar.c, include/commctrl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix some traces.
+ - The TBM_GET*HOTLIST functions take imagelist ID in wParam.
+ - Implement TBM_GETSTRING{A,W}.
+ - Implement undocumented 0x462 message.
+
+ * programs/winecfg/En.rc, programs/winecfg/libraries.c,
+ programs/winecfg/resource.h:
+ Robert van Herk <robert@robertvanherk.nl>
+ Allow user to choose "native", "native,builtin", "builtin",
+ "builtin,native" and "disable" for each library they override.
+
+ * dlls/oleaut32/variant.c: Fabian Cenedese <Cenedese@indel.ch>
+ Accept VT_BOOL mixed with another type as valid combination in
+ VarOr/VarAnd.
+
+ * include/shlwapi.h: Fixed IntlStrEqWorkerA/W prototypes.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shlwapi/tests/string.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add IntlStrEqWorkerA/W.
+ - StrCmp tests.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Documentation update.
+
+ * dlls/ntdll/virtual.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Write section access also assumes read access.
+
+ * dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h,
+ dlls/uxtheme/system.c:
+ Kevin Koltzau <kevin@plop.org>
+ Keep track of theme filename within THEME_FILE.
+
+2004-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makedll.rules.in: Marcus Meissner <marcus@jet.franken.de>
+ Allow specification of "DLLMODE=native" for native dlls.
+
+ * dlls/Maketest.rules.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in, tools/winebuild/main.c,
+ tools/winebuild/winebuild.man.in:
+ Renamed --exe-mode option to --mode now that it can be used for dlls
+ too.
+
+ * dlls/comctl32/treeview.c: Mike Hearn <mike@theoretic.com>
+ Grow the treeview control expander button by 1px in each direction to
+ match the native look.
+
+ * dlls/ddraw/tests/Makefile.in: Sami Aario <sami.aario@surfeu.fi>
+ No need to link against the uuid library.
+
+ * dlls/x11drv/text.c, dlls/x11drv/xrender.c:
+ The clip rectangle for ExtTextOut is in logical coords.
+
+ * dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c,
+ dlls/msvideo/msvideo_main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Take palette into account while responding on
+ ICM_DECOMPRESS_GETFORMAT.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Add the new RSA encryption DLL.
+
+ * dlls/uxtheme/Makefile.in, dlls/uxtheme/draw.c,
+ dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h,
+ dlls/uxtheme/property.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implement DrawThemeBackgroundEx, DrawThemeText, GetThemeTextExtent.
+
+ * tools/winebuild/spec32.c: Marcus Meissner <marcus@jet.franken.de>
+ No need to check for DllEntryPoint style constants.
+
+ * dlls/wininet/ftp.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Store pointers in the internal structures and not handles.
+
+ * dlls/ddraw/tests/ddrawmodes.c: Sami Aario <sami.aario@surfeu.fi>
+ Added surface tests.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Add secondary buffer array.
+
+2004-02-13 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040213.
+
+----------------------------------------------------------------
+2004-02-13 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Added native mode dll support (based on a patch by Marcus Meissner).
+
+ * libs/port/getopt.c, libs/port/getopt1.c:
+ Don't build getopt at all if it's not needed.
+
+ * dlls/comctl32/listview.c: Aric Stewart <aric@codeweavers.com>
+ Work toward properly updating the SelectionMark when the selected
+ state changed inside a listbox.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Enable hardware secondary buffer support on cards that support it (SB
+ live and audigy).
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Save oss device fd and creation flags in dsound buffer object.
+
+ * dlls/gdi/gdi32.spec, dlls/ttydrv/wnd.c:
+ Get rid of a few 16-bit exports in gdi32.
+
+ * dlls/shdocvw/shdocvw_main.c: Mike McCormack <mike@codeweavers.com>
+ Use the Mozilla Active X control in place of the IE6 Active X
+ control.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Split buffer creation function into primary and secondary buffer
+ creation functions. Secondary buffer creation function is stubbed
+ out.
+
+ * configure, configure.ac, winedefault.reg, dlls/Makefile.in,
+ dlls/rsabase/.cvsignore, dlls/rsabase/Makefile.in,
+ dlls/rsabase/main.c, dlls/rsabase/rsabase.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Implement enough of rsabase.dll to get Steam to login.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Moved dsound mmap mapping info into dsound objects.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Use pipe sync code from wineoss.
+
+ * dlls/gdi/gdi_private.h, dlls/wineps/clipping.c, dlls/x11drv/bitblt.c,
+ dlls/x11drv/clipping.c, dlls/x11drv/graphics.c, dlls/x11drv/init.c,
+ dlls/x11drv/text.c, dlls/x11drv/x11drv.h, dlls/x11drv/xrender.c,
+ include/gdi.h, objects/clipping.c, objects/dc.c:
+ Moved hGCClipRgn handling to the graphics driver.
+
+ * dlls/dsound/primary.c: Robert Reif <reif@earthlink.net>
+ Properly release hardware primary buffer when changing formats.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Don't need primary lock. Fixes error in dsound tests in interactive
+ mode.
+
+ * documentation/getting.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix location of the FreeBSD port (thanks to lazybones).
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ For each lib dir, look for .so, .def. and .a files, instead of the
+ other way around.
+
+ * include/gdi.h, objects/bitmap.c, objects/dc.c, objects/font.c:
+ Removed a couple of unused fields in the DC structure.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the obsolete graphics/ directory.
+ Use the prefered method documenting style.
+ Remove irrelevant section about internal names.
+
+ * dlls/x11drv/bitblt.c, dlls/x11drv/text.c, dlls/x11drv/xrender.c:
+ Get rid of a few more references to the DC structure.
+
+ * dlls/x11drv/desktop.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xrandr.c,
+ dlls/x11drv/xvidmode.c:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ Update the desktop window size and send WM_DISPLAYCHANGE on resolution
+ changes.
+
+2004-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/dinput/Makefile.in,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ We don't really need subdirectories in dlls/dinput.
+
+ * configure, configure.ac, dlls/gdi/Makefile.in, dlls/gdi/bitblt.c,
+ dlls/gdi/mapping.c, dlls/gdi/painting.c, dlls/gdi/path.c:
+ Moved remaining files from graphics/ to dlls/gdi.
+
+ * configure, configure.ac, libs/Makelib.rules.in,
+ libs/unicode/Makefile.in, libs/unicode/wine_unicode.map,
+ libs/wine/Makefile.in, libs/wine/wine.map:
+ Added version scripts for libwine and libwine_unicode.
+
+ * documentation/faq.sgml:
+ A 0.9 release in 2003 seems unlikely at this point (spotted by Clay
+ Ashby).
+
+ * windows/sysparams.c, winedefault.reg:
+ Justin Chevrier <burner1@hotmail.com>
+ Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING,
+ SPI_GETHOTTRACKING, SPI_GETLISTBOXSMOOTHSCROLLING and
+ SPI_GETKEYBOARDCUES system parameter calls.
+
+ * include/wine/port.h: Steven Edwards <steven_ed4153@yahoo.com>
+ Windows porting fix - Define O_NONBLOCK if not defined.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Fix a TRACE.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi_private.h, objects/font.c:
+ Huw Davies <huw@codeweavers.com>
+ GetCharABCWidths returns the widths of unrotated glyphs like
+ GetCharWidth already does.
+
+ * dlls/wineps/escape.c, dlls/wineps/graphics.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ Bracket code inserted by the PASSTHROUGH escapes by
+ %%{Begin,End}Document. This stops cups' pstops becoming confused if it
+ comes across an %%EOF in an imported eps file.
+ The hack in PSDRV_Rectangle to fix eps files in office2k turns out to
+ be almost what Windows really does - update the code and the comment
+ to match Windows behaviour more precisely.
+
+ * dlls/wineps/download.c: Huw Davies <huw@codeweavers.com>
+ Make sure that the font ppem is always positive. Thanks to gslink.
+
+ * dlls/shell32/shell.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not leave not initialized fields in the structure passed to
+ ShellExecuteExW32.
+
+ * dlls/shell32/shlexec.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Translate the returned hInstApp from the unicode worker function.
+
+ * dlls/kernel/sync.c: David Hammerton <david@transgaming.com>
+ Mike McCormack <mike@codeweavers.com>
+ Completed PeekNamedPipe implementation.
+
+ * winedefault.reg: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Added My Computer.
+ - Updated installed DX Version.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/dispdib.c, dlls/gdi/driver.c,
+ dlls/gdi/env.c, dlls/gdi/gdi16.c:
+ Moved some code out of the graphics/ directory into dlls/gdi.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/dialog.c, windows/dialog.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Added the automatic tabbing in IsDialogMessage.
+ Added corrections to GetNextTab/GroupItem.
+ Included tests.
+
+ * dlls/kernel/flatthunk.h, dlls/kernel/thunk.c:
+ Get rid of the flatthunk.h header.
+
+ * controls/edit.c, controls/menu.c, dlls/commdlg/colordlg16.c,
+ dlls/commdlg/filedlg16.c, dlls/commdlg/finddlg.c,
+ dlls/commdlg/fontdlg16.c, dlls/opengl32/wgl.c, dlls/user/user_main.c,
+ dlls/user/winproc.h, include/user.h, windows/class.c,
+ windows/cursoricon.c, windows/mdi.c, windows/msgbox.c:
+ Avoid a few more GetModuleHandle calls.
+
+ * tools/widl/parser.y: Ove Kaaven <ovek@arcticnet.no>
+ Don't add imported constructs to any typelib output by default.
+
+ * dlls/kernel/dosmem.c, dlls/kernel/format_msg.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+ dlls/kernel/locale.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/process.c, dlls/kernel/thunk.c, dlls/kernel/toolhelp.h:
+ Store the kernel32 module handle globally to avoid some
+ GetModuleHandle calls that can cause deadlocks with the loader
+ section.
+ Moved some 16-bit definitions out of kernel_private.h.
+
+2004-02-11 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pthread.c: Better fix for the thread exit race on pthreads.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Document four new dlls: dswave, iccvid, msvcrt40, and msvidc32.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Parse the [input_sync] attribute.
+
+ * dlls/ddraw/dsurface/dib.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ There is no point in specifying both MEM_RESERVE and MEM_COMMIT for
+ VirtualAlloc.
+
+ * dlls/winmm/wineoss/audio.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ AFMT_AC3 might be not defined in the system headers.
+
+ * dlls/ntdll/virtual.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid double checking free type flags in NtFreeVirtualMemory.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/res16.c, tools/winebuild/res32.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Store all information about the current dll in a structure instead of
+ using global variables to make it easier to reuse the parsing
+ routines.
+
+ * dlls/ntdll/virtual.c:
+ Don't request PROT_EXEC permissions when mapping an image file to
+ avoid problems on noexec filesystems with kernel 2.6.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shellord.c, dlls/shell32/undocshell.h,
+ include/shellapi.h, include/shlobj.h:
+ Moved some more definitions out of undocshell.h into the exported
+ headers.
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ Only redraw button in PressButton and Indeterminate if its state has
+ changed.
+
+ * loader/glibc.c:
+ Don't depend on the name of the main binary, always load
+ wine-[kp]thread no matter what.
+
+ * dlls/shell32/pidl.c, dlls/shell32/undocshell.h, include/shlobj.h,
+ programs/winefile/winefile.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - move some PIDL function declarations from undocshell.h into public
+ header, as they are no longer undocumented
+ - implement context menu support for Winefile
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ Honour TB_SETMAXTEXTROWS.
+
+2004-02-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/netapi32/nbnamecache.c, dlls/netapi32/nbnamecache.h,
+ dlls/netapi32/netapi32.c, dlls/netapi32/wksta.c, include/lmstats.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting Fixes for Mingw/MSVC.
+
+ * include/wine/test.h: Francois Gouget <fgouget@free.fr>
+ Remove the winetest_ok() hack that adds a trailing '\n' if it is
+ missing.
+
+ * controls/static.c: Ge van Geldorp <ge@gse.nl>
+ Set upper-left corner of destination to (0, 0), using
+ GetBitmapDimensionEx doesn't make sense.
+
+ * dlls/comctl32/toolbar.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Add support for BTNS_WHOLEDROPDOWN.
+ Populate button rect when sending TBN_DROPDOWN.
+
+ * server/change.c: Huw Davies <huw@codeweavers.com>
+ Add the F_NOTIFY defines if we're compiling with linux and they're not
+ in the system header files.
+
+ * include/winbase.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add GetProcessHeaps() prototype.
+
+ * dlls/kernel/tests/virtual.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a couple of copy/paste errors.
+
+ * programs/winepath/winepath.c: Mike McCormack <mike@codeweavers.com>
+ Use GetFullPathName to convert unix path names to DOS ones.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Support for a small handful more return value/argument/variable types.
+
+ * include/user.h, windows/sysmetrics.c:
+ Dynamically retrieve the metrics that depend on the screen size (based
+ on a patch by Alex Pasadyn).
+ Get rid of the no longer used SM_WINE_BPP metric.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Fixes and support for TypeInfo alignment values.
+
+ * dlls/shlwapi/tests/Makefile.in, dlls/shlwapi/tests/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Test StrRetToBSTR.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some missing prototypes, fix AssocIsDangerous.
+ Implement StrRetToBSTR, delay-import oleaut32.
+
+ * dlls/shell32/tests/.cvsignore, dlls/shell32/tests/Makefile.in,
+ dlls/shell32/tests/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests for StrRetToStrAW.
+
+ * dlls/shell32/shellstring.c, dlls/shell32/shlview.c,
+ dlls/shell32/undocshell.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ StrRetToStrN returns BOOL and shouldn't crash on NULL dest.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/errorinfo.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - CoSetState info should be thread local.
+ - SetErrorInfo should allocate an apartment when no apartment present.
+
+ * dlls/x11drv/keyboard.c:
+ Leonardo Quijano Vincenzi <lquijano@hotpop.com>
+ Fixed Latin American keyboard.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Stubbed-out implementation of the ITypeLib interface.
+ A fix to ICreateTypeInfo::AddRefTypeInfo() to use Release() instead of
+ hacking a refcount directly.
+ A missed API doc comment for the ITypeInfo interface.
+
+ * dlls/comctl32/toolbar.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add partial support for some undocumented toolbar messages.
+
+2004-02-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/rebar.c, dlls/d3d8/device.c,
+ dlls/kernel/tests/thread.c, dlls/msvcrt/cpp.c,
+ dlls/msvidc32/msvideo1.c, dlls/ntdll/tests/rtl.c,
+ dlls/oleaut32/typelib2.c, dlls/shdocvw/classinfo.c,
+ dlls/uxtheme/stylemap.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/x11drv/xim.c, documentation/bugs.sgml,
+ documentation/faq.sgml, documentation/getting.sgml,
+ documentation/installing.sgml, programs/winedbg/elf.c,
+ programs/winefile/winefile.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling and case fixes.
+
+ * controls/menu.c:
+ Fixed TrackPopupMenu return value (based on a patch by Andreas
+ Rosenberg).
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/utility.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Better TRACEing in some functions.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Preliminary support for ICreateTypeInfo::AddImplType().
+ Support for ICreateTypeInfo::SetImplTypeFlags().
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ TB_ADDBUTTONS can pass a string ptr instead of an index.
+ TB_GETBUTTONINFO only returns a string if it's not in the internal
+ string list.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implemented proper asynchronous InternetOpenUrl handling.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Preliminary support for recording custom data in a type library.
+
+ * tools/winegcc/winegcc.c: libwine_uuid has been renamed to libuuid.
+
+ * files/file.c: Pofis <pofis@portugalmail.pt>
+ Don't print FIXME for FILE_ATTRIBUTE_TEMPORARY.
+
+ * configure, configure.ac:
+ Workaround for broken artsc-config script (based on a patch by
+ stirling@kc.rr.com).
+
+ * dlls/comctl32/toolbar.c, dlls/commdlg/filedlg.c,
+ dlls/shell32/shlview.c, programs/winefile/winefile.c:
+ Huw Davies <huw@codeweavers.com>
+ Use the BTNS_* toolbar button style defines rather than the outdated
+ TBSTYLE_*.
+
+ * tools/winebuild/import.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix proc name reported in delay load failure.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/virtual.c, dlls/ntdll/virtual.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for Virtual* APIs, fix a few bugs discovered by it.
+
+ * include/setupapi.h: Juan Lang <juan_lang@yahoo.com>
+ Declare some SetupDi functions and related constants.
+
+ * programs/uninstaller/main.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Remove some useless comments and rearrange the GUI a bit.
+
+ * dlls/shell32/pidl.c: Mike McCormack <mike@codeweavers.com>
+ Fix the bounds checking in SHGetPathFromIDListA/W.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Report real handles to the application, not Wine internal ones.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed a problem on BSD.
+ Fixed a trace.
+
+ * dlls/iphlpapi/ifenum.h: Juan Lang <juan_lang@yahoo.com>
+ Remove dead comment.
+
+ * dlls/msvcrt/file.c: Alfons Hoogervorst <alfons@proteus.demon.nl>
+ Fix infinite loop in _flushall.
+
+ * include/guiddef.h: Juan Lang <juan_lang@yahoo.com>
+ #ifdef guard the declaration of type IID to be compatible with
+ midl-generated stubs.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Support for recording the SYSKIND of the type library.
+
+ * dlls/kernel/tests/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow compilation with MSVC.
+
+ * objects/bitmap.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c,
+ objects/font.c, objects/gdiobj.c, objects/metafile.c,
+ objects/palette.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation fixes.
+
+ * dlls/commdlg/cdlg_Th.rc, dlls/commdlg/rsrc.rc:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Thai language translation.
+
+ * dlls/msvcrt/dir.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use Unicode calls instead of ASCII where applicable.
+ Documentation updates.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Allow API-doc generation for non WINAPI calls (e.g. msvcrt).
+
+ * dlls/dxguid/Makefile.in, dlls/uuid/Makefile.in:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Define empty rules for documentation generation.
+
+2004-02-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/profile.c, include/wine/unicode.h:
+ Added memchrW and memrchrW to the exported Unicode functions.
+
+ * dlls/kernel/locale.c:
+ Added missing parameter check in SetLocaleInfoA revealed by the
+ profile code changes.
+
+ * dlls/kernel/profile.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Use Win32 instead of Unix file functions.
+ - Process files fully in Unicode.
+ - Add Unicode file detection.
+
+ * dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl,
+ dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c,
+ dlls/opengl32/wgl_ext.c, dlls/opengl32/wgl_ext.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Beginning of infrastructure to support WGL extensions.
+
+ * documentation/testing.sgml: Michael Stefaniuc <mstefani@redhat.de>
+ Update doc about cross-compiling of the Wine tests.
+
+ * dlls/kernel/lcformat.c, dlls/kernel/tests/locale.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Correct GetNumberFormat for negative numbers with e.g. 3 leading
+ digits.
+
+ * windows/sysmetrics.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Report the mouse wheel as present in the system metrics.
+
+ * dlls/comctl32/toolbar.c: Huw Davies <huw@codeweavers.com>
+ Add a missing return.
+
+ * dlls/ole32/storage.c: Troy Rollo <wine@troy.rollo.name>
+ Added documentation for DocFiles, based on the CorVu implementation of
+ DocFiles.
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c, include/winternl.h:
+ Get pointer to CreateFileW earlier on during startup.
+ Make sure we don't crash when loading a dll before the modref for the
+ main exe has been created.
+
+ * tools/winecheck: Leonardo Quijano Vincenzi <lquijano@hotpop.com>
+ Added check for unhide option.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implement proper HINTERNET handles.
+
+ * dlls/ntdll/tests/env.c, dlls/ntdll/tests/error.c,
+ dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/path.c,
+ dlls/ntdll/tests/rtl.c, dlls/ntdll/tests/rtlstr.c,
+ dlls/ntdll/tests/string.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/ntdll/tests/rtlbitmap.c: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+ Spelling fixes in the ok() messages.
+
+ * dlls/uxtheme/msstyles.c: Kevin Koltzau <kevin@plop.org>
+ Process color metrics for themes.
+
+ * dlls/comctl32/tab.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ - Fix handling of TCS_RAGGEDRIGHT style.
+ - Clip UpDown control only if it is present.
+ - Add ToDos.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/Ru.rc,
+ programs/winecfg/Si.rc, programs/winecfg/appdefaults.c,
+ programs/winecfg/main.c, programs/winecfg/properties.c,
+ programs/winecfg/properties.h, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Rename 'General tab' to 'About', move to the last position.
+ Make applications tab handle global and per-app winver, dosver and
+ winelook settings, mirroring the Libraries tab. Code copied from
+ Robert van Herk's libraries tab.
+ Move global/app specific function and global to the x11drv tab where
+ it is currently used.
+ Add a couple of property helper functions.
+ Set 3D border around treeview controls.
+ Removed invalid resources from languages other than En.
+
+2004-02-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/exception.c: Trace register contents on exception.
+
+ * dlls/dsound/buffer.c: Robert Reif <reif@earthlink.net>
+ Fallback to software buffer if failed to create hardware buffer.
+ Minor code cleanups.
+
+ * dlls/kernel/tests/change.c, dlls/kernel/tests/heap.c,
+ dlls/kernel/tests/locale.c, dlls/kernel/tests/mailslot.c,
+ dlls/kernel/tests/path.c, dlls/kernel/tests/pipe.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/profile.c,
+ dlls/kernel/tests/thread.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/oleaut32/tests/vartest.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Implement tests for VarMod().
+ Added char *vtstr() to enhance test debugging by returning a text
+ string that corresponds to the input type.
+
+ * dlls/oleaut32/variant.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Implement VarMod().
+ Add a few trace outputs.
+ Fix VarNot() with VT_CY.
+ Fix VarParseNumFromStr() to work correctly with NUMPRS_HEX_OCT flag.
+
+ * programs/winedbg/elf.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed typo.
+
+ * dlls/dsound/dsound_main.c: Robert Reif <reif@earthlink.net>
+ Fallback to software buffer if duplicating hardware buffer fails.
+
+ * dlls/dsound/primary.c: Robert Reif <reif@earthlink.net>
+ Actual buffer format may be different from requested format so use
+ returned one for calculation.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Show sound card info in trace.
+
+ * programs/winemine/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Translate "options".
+
+ * dlls/user/tests/win.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case and a fix for the window styles state at the window
+ creation time.
+
+ * dlls/x11drv/window.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Make full-screen popup windows managed.
+
+ * dlls/netapi32/access.c, dlls/netapi32/netapi32.spec:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Stub NetUserEnum().
+
+ * dlls/wininet/internet.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Properly handle asynchronous HttpSendRequestA.
+
+ * programs/regedit/edit.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Cancel rename if value to rename to already exists.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/tests/dpa.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix nGrow initialization in DPA_CreateEx.
+
+2004-02-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/thread.c, include/wine/pthread.h, loader/kthread.c,
+ loader/pthread.c:
+ Revert the thread exit race fix for now, it doesn't work right on
+ pthreads.
+
+ * dlls/kernel/thread.c, dlls/ntdll/thread.c, include/wine/pthread.h,
+ libs/wine/port.c, libs/wine/wine.def, loader/kthread.c,
+ loader/pthread.c:
+ Fixed a couple of race conditions in the wine_pthread routines at
+ thread startup and exit.
+
+ * server/request.c:
+ Do a protocol error instead of crashing if the reply fd has not been
+ set.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/change.c, server/change.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Improved error reporting.
+ Add some notification types and a test.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ Stub for MLIsMLHInstance.
+
+ * configure, configure.ac, include/config.h.in, programs/winedbg/elf.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Fixed broken winedbg compilation on BSD.
+ - Fixed some corner case handling in ELF list walking (reported by
+ Robert Shearman).
+
+ * windows/user.c: Rein Klazes <rklazes@xs4all.nl>
+ Change return code from ExitWindowsEx() (and with that related
+ ExitWindows* functions) from FALSE to TRUE.
+
+ * dlls/winmm/winealsa/midi.c, dlls/winmm/wineoss/midi.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added missing notifications to MIDI_NotifyClient.
+ Made checks less strict in midPrepare, only return an error for buffer
+ in queue.
+ Fixed time of input events in Alsa driver.
+
+ * dlls/uxtheme/draw.c: Kevin Koltzau <kevin@plop.org>
+ Implement IsThemeBackgroundPartiallyTransparent,
+ DrawThemeParentBackground, and beginnings of other drawing functions.
+
+ * dlls/kernel/process.c: Mike McCormack <mike@codeweavers.com>
+ Fix incorrect GetLongPathName usage exposed by Eric's filename
+ patches.
+
+2004-02-03 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wingdi.h: Kevin Koltzau <kevin@plop.org>
+ Add define MAKEROP4.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Issue WARN instead of FIXME when there are mismatches between hard
+ coded and real keyboard layouts.
+
+ * include/shlobj.h: Juan Lang <juan_lang@yahoo.com>
+ Declare SHGetFolderPath and related constants.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Stubbed-out implementation of the ITypeInfo2 interface for the
+ ICreateTypeInfo2 implementation.
+ Implementation of ITypeInfo2_fnGetContainingTypeLib().
+ Preliminary implementation of ICreateTypeInfo2_fnAddRefTypeInfo().
+
+ * programs/winedbg/Makefile.in, programs/winedbg/debugger.h,
+ programs/winedbg/elf.c, programs/winedbg/gdbproxy.c,
+ programs/winedbg/hash.c, programs/winedbg/memory.c,
+ programs/winedbg/module.c, programs/winedbg/msc.c,
+ programs/winedbg/pe.c, programs/winedbg/stabs.c,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - now detecting Dwarf debug information in ELF modules (but don't load
+ it)
+ - separated module management (pe.c, elf.c) from debug information
+ management (stabs.c, msc.c)
+ - worked around new wine-pthread and wine-kthread loaders (no longer
+ use "wine" as default loader)
+ - better convergence of gdb-proxy and winedbg for ELF handling
+ - fixed ELF link-map walking - now using all loaded shared libs -
+ (with the help of Robert Shearman)
+ - added a bit of const correctness
+
+ * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+ Ken Belleau <jamez@ivic.qc.ca>
+ Added stub for ImmDisableIME.
+
+ * dlls/x11drv/xvidmode.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Use the first mode in the XVidMode mode list as the default.
+
+ * dlls/shell32/shlview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Set the item mask before calling GetItem.
+
+ * dlls/oleaut32/olepicture.c: Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ OLEPictureImpl_Load: fix for headerless pictures.
+
+ * tools/winemaker: Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Try to use -fshort-wchar if possible.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make the MDI Window menu refreshing Windows compatible.
+ Simplify MDI child visibility check.
+
+ * dlls/comctl32/toolbar.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Draw disabled toolbar buttons correctly.
+
+2004-02-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/gdi32.spec, dlls/msimg32/Makefile.in,
+ dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implementation of gdi32.GdiTransparentBlt and msimg32.TransparentBlt.
+
+ * include/commctrl.h: Eric Pouech <pouech-eric@wanadoo.fr>
+ Added ListView_GetHeader macro.
+
+ * dlls/shell32/shlview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Make SHChangeNotifyRegister be recursive so that will get all
+ notifications.
+
+ * dlls/shell32/changenotify.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix SHChangeNotify to send correct lParam and wParam values.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ GulimChe has the IsFixedPitch flag set, yet contains glyphs of
+ differing widths. To cope with this we need to call FT_Load_Glyph
+ with the FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH flag in order to get
+ back the correct glyph metrics from FreeType.
+
+ * tools/winewrapper: Francois Gouget <fgouget@free.fr>
+ Preserve the original WINEDLLPATH so we can load out-of-tree Winelib
+ applications.
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Link with msvcrt and use the msvcrt headers by default to improve the
+ Visual C++ compatibility.
+ Add a '--nomsvcrt' option to generate makefiles that do not use
+ msvcrt.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Test whether an active maximized MDI child is visible.
+
+2004-01-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/virtual.c:
+ Added memory constraint to avoid miscompilation of the unaligned_mmap
+ function (with help from Paul Streitman).
+
+ * documentation/configuring.sgml, documentation/fonts.sgml,
+ documentation/implementation.sgml, documentation/printing.sgml,
+ documentation/registry.sgml, documentation/running.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move keyboard programming instructions to the Devel Guide.
+ Cleanup up a bunch of bits that don't belong in a book.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix palette deletion issue seen in DungeonKeeper.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the Z transform in the XYRZHW case.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/actctx.c,
+ dlls/kernel/kernel32.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add stubs for the Activation Context API (XP+).
+
+ * dlls/richedit/reader.c, dlls/richedit/richedit.c,
+ dlls/richedit/rtf.h, dlls/richedit/text-writer.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove global variables from the richedit control.
+
+ * dlls/x11drv/wintab.c: Aric Stewart <aric@codeweavers.com>
+ The NVIDIA graphics device comes up as an X extension event, but
+ throws an error (BadMatch) when querying for the buttons. Catch this
+ error and and discard that device from being a tablet device.
+
+ * dlls/netapi32/nbt.c: Juan Lang <juan_lang@yahoo.com>
+ - fix broadcast address for name lookups after iphlpapi change
+ - fix bad registry key opening
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Update the handling of uuid.
+ Modify the autoconf script to detect '-z defs' and '-init/-fini'.
+
+ * dlls/x11drv/x11drv_main.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ If unable to open an X11 display mention that X needs to be running
+ and that $DISPLAY must be set correctly.
+
+ * dlls/shell32/shfldr_mycomp.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - remove unneccesary ISF_MyComputer_Constructor() declaration
+ - improve returned error code of ISF_MyComputer_fnParseDisplayName()
+ - remove wrong comment from ISF_MyComputer_fnGetDisplayNameOf()
+
+2004-01-28 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c, windows/winproc.c:
+ Fixed 16-bit MDI support (based on a patch by Dmitry Timoshkov).
+
+ * dlls/user/hook16.c, include/wine/winuser16.h, windows/struct32.c:
+ lpCreateParams should be a SEGPTR in 16-bit code.
+
+ * dlls/kernel/except.c:
+ Make sure that there is extra information in the exception record
+ before accessing it in check_resource_write.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Preliminary implementation of ICreateTypeInfo2_fnAddFuncDesc() and
+ ICreateTypeInfo2_fnSetFuncAndParamNames().
+
+ * documentation/Makefile.in, documentation/winelib-bindlls.sgml,
+ documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml,
+ documentation/winelib-porting.sgml, documentation/winelib-user.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove a bunch of dummy and/or obsolete info from the Winelib
+ Developers Guide.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Add stub for WSAStringToAddressA.
+
+ * dlls/ole32/ole2.c: Ge van Geldorp <ge@gse.nl>
+ Don't depend on user32-internal implementation of accelerator tables.
+
+ * dlls/version/info.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Allow VerQueryValueW to query 16-bit resources.
+
+ * programs/winedbg/break.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ - now reporting message on bogus line number in 'bp <num>' commands
+ (useful when user thinks <num> is a linear address)
+ - fixed bogus return value in DEBUG_AddBreakpoint
+
+ * dlls/winmm/mciavi/mmoutput.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed synchronization issue.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ Improvements to ICreateTypeInfo2_fnAddVarDesc().
+ A separate function to encode TYPEINFO structures.
+
+2004-01-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/winproc.h, windows/winproc.c:
+ Properly translate the message result for WM_GETTEXT-style messages.
+
+ * dlls/winmm/winearts/Makefile.in, dlls/winmm/wineaudioio/Makefile.in,
+ dlls/winmm/winejack/Makefile.in, dlls/winmm/winenas/Makefile.in:
+ All sound drivers need -ldxguid.
+
+ * dlls/netapi32/tests/access.c, dlls/netapi32/tests/apibuf.c,
+ dlls/netapi32/tests/wksta.c, dlls/shlwapi/tests/clist.c,
+ dlls/shlwapi/tests/clsid.c, dlls/shlwapi/tests/path.c,
+ dlls/shlwapi/tests/shreg.c, dlls/shlwapi/tests/string.c,
+ dlls/kernel/tests/file.c, dlls/kernel/tests/format_msg.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/winsock/socket.c: Alexey Spiridonov <lesha@netman.ru>
+ Fixed typo in memset call.
+
+ * dlls/kernel/console.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use case insensitive comparison with pseudo console handle names in
+ OpenConsole.
+
+ * dlls/user/focus.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ MSDN is wrong: WM_NCACTIVATE takes the same lParam as WM_ACTIVATE.
+
+ * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ We should forward WM_COMMAND notification to the active page for any
+ additional non-standard controls in the property sheet frame.
+
+ * programs/regedit/edit.c: John K. Hohm <jhohm@acm.org>
+ Allow regedit to edit (Default) key values.
+
+ * documentation/opengl.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove obsolete section about thread-safety.
+ Cleanup section on configuration, merged the remaining bit into the
+ "Known problems" section.
+ Miscellaneous cleanups and simplifications.
+
+ * documentation/implementation.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Reformat and cleanup the shrink.c file included in the documentation
+ for consistency with the Wine source.
+
+ * documentation/winelib-porting.sgml, documentation/winelib-user.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove obsolete info about wrappers, they are no longer necessary.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Update the developer hints to reflect the uuid libs move.
+ Make sure all directories end with a /, for consistency.
+
+ * include/uxtheme.h: Kevin Koltzau <kevin@plop.org>
+ Add missing DTBG_* defines.
+
+ * dlls/comctl32/tests/tab.c, dlls/msvcrt/tests/file.c,
+ dlls/msvcrt/tests/heap.c, dlls/msvcrt/tests/scanf.c,
+ dlls/oleaut32/tests/olefont.c, dlls/oleaut32/tests/vartype.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * programs/winedbg/info.c: Sami Aario <sami.aario@surfeu.fi>
+ Fix a debug message.
+
+ * dlls/oleaut32/typelib2.c: Alastair Bridgewater <nyef@softhome.net>
+ A small number of cleanups.
+ A new function to find a given NAME in a type library.
+ Support for growing a tlb segment when it overflows.
+ Duplicate GUID elimination.
+ GUID hash fixes.
+ NAME hash fixes.
+ Duplicate STRING elimination fixes.
+ Duplicate IMPORT elimination fixes.
+ Type information save ordering fixes.
+ Support for writing out the CUSTDATA and CUSTDATAGUID segments.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Add the same protection to MDI_AugmentFrameMenu as one existing in
+ MDI_RestoreFrameMenu against repetitive calls.
+ - Use Windows default icon for system menu bitmap if there is no one
+ supplied by a child window as Windows does.
+ - Use GetSystemMenu() to load system menu for a child window,
+ otherwise there is no way to generate WM_SYSCOMMAND menu messages.
+ - Restore check in WM_SIZE MDI child handler erroneously removed
+ earlier.
+
+ * dlls/x11drv/keyboard.c: Aric Stewart <aric@codeweavers.com>
+ Back out an unintentional change that snuck in with the XIM change.
+
+ * Make.rules.in, dlls/avifil32/Makefile.in, dlls/comcat/Makefile.in,
+ dlls/commdlg/Makefile.in, dlls/d3d8/Makefile.in,
+ dlls/d3d9/Makefile.in, dlls/d3dx8/Makefile.in,
+ dlls/ddraw/Makefile.in, dlls/ddraw/tests/Makefile.in,
+ dlls/devenum/Makefile.in, dlls/dinput/Makefile.in,
+ dlls/dinput8/Makefile.in, dlls/dmband/Makefile.in,
+ dlls/dmcompos/Makefile.in, dlls/dmime/Makefile.in,
+ dlls/dmloader/Makefile.in, dlls/dmscript/Makefile.in,
+ dlls/dmstyle/Makefile.in, dlls/dmsynth/Makefile.in,
+ dlls/dmusic/Makefile.in, dlls/dmusic32/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in,
+ dlls/dsound/tests/Makefile.in, dlls/dswave/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/mshtml/Makefile.in,
+ dlls/msi/Makefile.in, dlls/msisys/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/tests/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/shdocvw/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in,
+ dlls/urlmon/Makefile.in, dlls/wined3d/Makefile.in,
+ dlls/winmm/winealsa/Makefile.in, dlls/winmm/winearts/Makefile.in,
+ dlls/winmm/wineaudioio/Makefile.in, dlls/winmm/winejack/Makefile.in,
+ dlls/winmm/winenas/Makefile.in, dlls/winmm/wineoss/Makefile.in,
+ programs/winefile/Makefile.in, programs/winemenubuilder/Makefile.in:
+ Only link against libdxguid where necessary.
+
+ * controls/menu.c, dlls/advapi32/security.c,
+ dlls/avifil32/editstream.c, dlls/cabinet/cabextract.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c,
+ dlls/commdlg/filedlg.c, dlls/ddraw/mesa.c, dlls/gdi/bidi.c,
+ dlls/kernel/computername.c, dlls/kernel/ne_segment.c,
+ dlls/msvideo/msrle32/msrle32.c, dlls/netapi32/nbt.c,
+ dlls/oleaut32/typelib2.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_server.c, dlls/setupapi/setupcab.c,
+ dlls/shell32/changenotify.c, dlls/shell32/pidl.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shlfsbind.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/thread.c,
+ dlls/user/exticon.c, dlls/user/resource.c, dlls/wininet/urlcache.c,
+ dlls/winmm/winealsa/audio_05.c, dlls/winmm/wineoss/audio.c,
+ dlls/wsock32/service.c, dlls/wsock32/socket.c, dlls/x11drv/xrandr.c,
+ windows/user.c:
+ Francois Gouget <fgouget@free.fr>
+ Add missing '\n's to debug traces.
+
+2004-01-26 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, configure, configure.ac, dlls/Makedll.rules.in,
+ dlls/Makefile.in, dlls/Maketest.rules.in, dlls/dxguid/.cvsignore,
+ dlls/dxguid/Makefile.in, dlls/dxguid/dx8guid.c,
+ dlls/dxguid/dx9guid.c, dlls/dxguid/dxguid.c, dlls/make_dlls,
+ dlls/uuid/.cvsignore, dlls/uuid/Makefile.in, dlls/uuid/uuid.c,
+ libs/Makefile.in, programs/Makeprog.rules.in:
+ Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
+ a separate libdxguid library.
+
+ * dlls/uxtheme/msstyles.c: Kevin Koltzau <kevin@plop.org>
+ Ensure MSSTYLES_SetActiveTheme fails properly when theme is invalid.
+
+ * documentation/testing.sgml: Chris Morgan <cmorgan@alum.wpi.edu>
+ Visual Studio 6 users should get the processor pack. Note this in the
+ Visual C++ section.
+
+ * dlls/advapi32/tests/registry.c, dlls/rpcrt4/tests/rpc.c,
+ dlls/shell32/tests/shlfileop.c, dlls/kernel/tests/alloc.c,
+ dlls/kernel/tests/console.c, dlls/kernel/tests/directory.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c:
+ There is no need for a private heap in comctl32, memory allocations
+ should go to the standard process heap (reported by Ge van Geldorp).
+
+ * controls/edit.c, dlls/user/message.c, windows/defwnd.c,
+ windows/winproc.c:
+ Yoshiro Takeno <taro-x@justsystem.co.jp>
+ In Windows, the leading byte for multibyte characters are set to upper
+ byte. If single byte character is used, the upper byte is set to 0.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ In the WM_MDISETMENU handler use an existing frame menu if the passed
+ value is 0.
+ Visio expects that separator in the Window menu has ID 0.
+ Cope with a destroyed menu handle in WM_MDIREFRESHMENU handler.
+
+ * dlls/glut32/glut.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added glutCreateMenuWithExit, glutCreateWindowWithExit and
+ glutInitWithExit functions.
+
+ * dlls/uxtheme/msstyles.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Prevent segfault if no theme is set.
+
+ * dlls/user/wsprintf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Small fix for the WPR_SIGNED case (count the sign).
+
+ * dlls/rpcrt4/rpc_binding.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ Wine also supports the ncacn_np protocol sequence.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - don't link directly to NTDLL; use MultiByteToWideChar() instead of
+ RtlCreateUnicodeStringFromAsciiz()
+ - directly call InitCommonControlsEx()
+
+ * dlls/shell32/shellpath.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - define additional shell paths for CSIDL_... constants
+ - remove some superfluous commas
+
+2004-01-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/rebar.c, dlls/ole32/compobj.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/ifs.h, dlls/ole32/itemmoniker.c,
+ dlls/ole32/ole2.spec, dlls/ole32/ole2_16.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/ole2disp.h, dlls/olecli/olecli16.c,
+ dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c,
+ include/commctrl.h, include/objbase.h, include/wtypes.h,
+ include/wtypes.idl, windows/spy.c:
+ Moved a few remaining 16-bit definitions out of the standard headers.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/shlwapi/url.c,
+ include/shlwapi.h:
+ Ge van Geldorp <ge@gse.nl>
+ Fix various function prototypes to conform to PSDK.
+
+ * dlls/wininet/tests/http.c: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+ Fix a couple of spelling errors.
+
+ * dlls/dmusic/dmusic.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c,
+ dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage32.c,
+ dlls/shell32/shellole.c, include/objbase.h, include/ole2.h:
+ Ge van Geldorp <ge@gse.nl>
+ Fix various function prototypes to conform to PSDK.
+
+ * dlls/kernel/tests/drive.c, dlls/kernel/tests/environ.c,
+ dlls/user/tests/class.c, dlls/user/tests/listbox.c,
+ dlls/user/tests/resource.c, dlls/user/tests/sysparams.c,
+ dlls/user/tests/win.c, dlls/user/tests/wsprintf.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/wininet/tests/http.c, documentation/bugs.sgml:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ winehq.com -> winehq.org
+
+ * dlls/comctl32/comctl_Cn.rc, dlls/comctl32/comctl_De.rc,
+ dlls/comctl32/comctl_En.rc, dlls/comctl32/comctl_Es.rc,
+ dlls/comctl32/comctl_Fr.rc, dlls/comctl32/comctl_It.rc,
+ dlls/comctl32/comctl_Ja.rc, dlls/comctl32/comctl_Ko.rc,
+ dlls/comctl32/comctl_Nl.rc, dlls/comctl32/comctl_Pl.rc,
+ dlls/comctl32/comctl_Pt.rc, dlls/comctl32/comctl_Ru.rc,
+ dlls/comctl32/comctl_Si.rc, dlls/comctl32/comctl_Th.rc:
+ Huw Davies <huw@codeweavers.com>
+ The tab control should be multiline.
+
+ * dlls/comctl32/toolbar.c: Ge van Geldorp <ge@gse.nl>
+ Discard mouse button up events if no button is currently pressed.
+
+ * dlls/shell32/shfldr_desktop.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - ISF_Desktop_fnGetUIObjectOf(): allow context menu on the desktop
+ without any selected item; preserve return error codes.
+ - ISF_Desktop_fnGetDisplayNameOf(): don't initialize whole character
+ array with zero.
+
+ * dlls/shell32/shfldr_fs.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - IShellFolder_fnParseDisplayName(): return E_INVALIDARG instead of
+ E_OUTOFMEMORY.
+ - IShellFolder_fnGetUIObjectOf(): preserve return error codes.
+ - IShellFolder_fnGetDisplayNameOf(): don't initialize whole character
+ array with zero.
+
+ * dlls/shell32/shlfolder.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Improved error handling.
+ SHELL32_GetItemAttributes(): support for SFGAO_LINK attribute.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msvidc32/.cvsignore,
+ dlls/msvidc32/Makefile.in, dlls/msvidc32/msvidc32.spec,
+ dlls/msvidc32/msvideo1.c:
+ Mike McCormack <mike@codeweavers.com>
+ Merged ffmpeg's MS Video 1 decoder by Mike Melanson.
+
+ * dlls/uxtheme/draw.c, dlls/uxtheme/metric.c, dlls/uxtheme/msstyles.c,
+ dlls/uxtheme/msstyles.h, dlls/uxtheme/property.c,
+ dlls/uxtheme/stylemap.c, dlls/uxtheme/system.c, dlls/uxtheme/uxini.c:
+ Kevin Koltzau <kevin@plop.org>
+ Load properties from the theme ini.
+ Implemented most of the GetTheme* functions.
+
+ * dlls/shell32/shfldr_mycomp.c: Martin Fuchs <martin-fuchs@gmx.net>
+ ISF_MyComputer_fnGetDisplayNameOf(): return CLSID paths of virtual
+ folders rooted under "My Computer" folder, better error handling.
+
+ * dlls/shell32/shfldr_desktop.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Return 'My Compuer' PIDL when calling Desktop->ParseDisplayName() with
+ empty path string.
+
+ * dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in,
+ dlls/comctl32/rsrc.rc:
+ Ge van Geldorp <ge@gse.nl>
+ Generate all binary resources using bin2res.
+
+ * dlls/wineps/ps.c: Blake Leverett <bleverett@att.net>
+ Printing a dashed line causes all later solid lines in postscript
+ output to be dashed.
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/generated.c, dlls/shell32/tests/generated.c,
+ dlls/shlwapi/tests/generated.c, dlls/urlmon/tests/generated.c,
+ dlls/user/tests/generated.c, dlls/wininet/tests/generated.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+ Check whether _MSC_VER is defined.
+
+ * dlls/kernel/tests/atom.c, dlls/kernel/tests/codepage.c,
+ dlls/winsock/tests/sock.c, dlls/winspool/tests/info.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/d3d8/directx.c, dlls/dmloader/loaderstream.c, dlls/kernel/cpu.c,
+ dlls/kernel/file.c, dlls/kernel/system.c, dlls/kernel/time.c,
+ dlls/kernel/virtual.c, dlls/ntdll/cdrom.c, dlls/ntdll/file.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ntdll/virtual.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/git.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/memlockbytes16.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/vartype.c, dlls/rpcrt4/ndr_ole.c,
+ dlls/shell32/shfldr_mycomp.c, dlls/shlwapi/istream.c,
+ dlls/urlmon/umon.c, dlls/winedos/int2f.c, dlls/winedos/vga.c,
+ dlls/winedos/vxd.c, files/dos_fs.c, files/drive.c, files/file.c,
+ include/objbase.h, include/winnt.h, misc/registry.c,
+ programs/rpcss/rpcss_main.c, programs/wcmd/directory.c:
+ Ge van Geldorp <ge@gse.nl>
+ Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
+ with PSDK.
+
+ * documentation/installing.sgml:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Improved RPM installation instructions.
+
+ * dlls/commdlg/cdlg_It.rc, dlls/wineps/wps_It.rc,
+ programs/regedit/Es.rc, programs/regedit/Fr.rc,
+ programs/regedit/It.rc, programs/regedit/Nl.rc,
+ programs/regedit/Ru.rc, programs/regedit/Si.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Resource updates.
+
+2004-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040121.
+
+----------------------------------------------------------------
+2004-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shellpath.c, dlls/shell32/undocshell.h,
+ include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implement PathGetShortPathA/W and change its prototype to match the
+ documentation on MSDN.
+
+ * dlls/shell32/clipboard.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Only return valid file system names from RenderFILENAMEA/W() by using
+ SHELL_GetPathFromIDListA/W().
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Ge van Geldorp <ge@gse.nl>
+ Reimplementation of SHGetPathFromIDListA/W() using the new helper
+ functions SHELL_GetPathFromIDListA/W(). The new implementation avoids
+ using IShellFolder::GetDisplayNameOf(), so that it
+ - returns the absolute file system path, not relative to the dekstop
+ - returns FALSE as error code if the path can not converted in a valid
+ file system path
+ - doesn't return virtual CLSID paths
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/typelib.h, dlls/oleaut32/typelib2.c:
+ Alastair Bridgewater <nyef@softhome.net>
+ Initial implementation of CreateTypeLib2() and the ICreateTypeLib2 and
+ ICreateTypeInfo2 interfaces.
+
+ * windows/spy.c: Huw Davies <huw@codeweavers.com>
+ Add correct treeview structs to message spy.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Move the selection to the previous sibling if it can't go to the next
+ or the parent.
+ Fix the selection change logic.
+
+ * dlls/shell32/folders.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Use full paths instead of only filenames in icon cache to distinguish
+ between different files with the same name.
+
+ * dlls/shell32/pidl.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Implemented SHGetRealIDL().
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec,
+ dlls/x11drv/Makefile.in, dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
+ dlls/x11drv/window.c, dlls/x11drv/x11drv.h, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xim.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use X11 XIM callbacks to enable full IME support.
+ Correct some timing issues with XIM input.
+ Start to provide the framework for the MSIME messages.
+
+ * programs/rundll32/Makefile.in, programs/rundll32/rundll32.c:
+ Don't link directly to 16-bit APIs for portability reasons (based on a
+ patch by Steven Edwards).
+
+ * windows/painting.c: Rein Klazes <rklazes@xs4all.nl>
+ In RDW_UpdateRgn(), if hRgn is zero, clear the windows update region
+ if it is an empty region.
+
+2004-01-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove tests that are covered by vartype.c.
+ Call by pointer for more functions not available in early versions.
+ Add tests for VarFix/VarInt/VarNeg, VarFormat "on/off/yes/no".
+ Fix tests that assumed relative dates.
+ Make BSTR copy test separate.
+
+ * dlls/shell32/pidl.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - SHGetDataFromIDListA/W(): handle drives when retrieving file
+ attributes
+ - fixed error handling to avoid GPFs
+
+ * tools/winapi/c_type.pm: Hans Leidekker <hans@it.vu.nl>
+ Fixed misuse of scalar reference variable.
+
+ * dlls/rpcrt4/rpc_binding.c, include/rpcdce.h:
+ Mike Hearn <mike@theoretic.com>
+ Implemented RpcIsProtSeqValid.
+
+ * dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, dlls/ttydrv/bitmap.c,
+ dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/user.c,
+ dlls/ttydrv/wnd.c, dlls/wineps/download.c, dlls/wineps/pen.c,
+ dlls/x11drv/clipboard.c, dlls/x11drv/clipping.c, dlls/x11drv/init.c,
+ dlls/x11drv/opengl.c, dlls/x11drv/winpos.c, dlls/x11drv/wintab.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c,
+ dlls/x11drv/x11font.h, dlls/x11drv/xvidmode.c:
+ Removed some unnecessary inclusions of gdi.h.
+
+ * dlls/gdi/mfdrv/text.c, dlls/kernel/locale.c, include/wine/unicode.h,
+ libs/unicode/Makefile.in, libs/unicode/c_042.c,
+ libs/unicode/cpmap.pl, libs/unicode/cptable.c, libs/unicode/mbtowc.c,
+ libs/unicode/wctomb.c, libs/unicode/wine_unicode.def, objects/font.c,
+ objects/text.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Fix MultiByteToWideChar and WideCharToMultiByte when called with code
+ page CP_SYMBOL.
+ Remove the symbol font from the code page table, so it is not reported
+ as a valid/supported/installed code page.
+ Remove workarounds for the badly behaved MultiByteToWideChar and co.
+ in a few places.
+
+ * dlls/msvideo/Makefile.in, dlls/uxtheme/uxtheme.spec,
+ libs/wine/wine.def:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some problems found while compiling and linking Wine under
+ Cygwin.
+
+ * dlls/msvideo/mciwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make MCIWnd play a bit better as an MDI child.
+
+ * dlls/wineps/builtin.c, dlls/wineps/ps.c, dlls/x11drv/bitblt.c,
+ dlls/x11drv/dib.c, dlls/x11drv/graphics.c, dlls/x11drv/palette.c,
+ dlls/x11drv/text.c, dlls/x11drv/xfont.c, dlls/x11drv/xrender.c:
+ Get rid of some direct accesses to the DC structure from outside GDI.
+
+ * dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msacmdrv.h,
+ dlls/msacm/msadp32/msadp32.c, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/winemp3/mpegl3.c, include/Makefile.in, include/msacmdrv.h:
+ Moved msacmdrv.h to include directory to avoid inter-dll header
+ dependencies.
+
+ * dlls/setupapi/devinst16.c, dlls/setupapi/setupx.spec:
+ Rein Klazes <rklazes@xs4all.nl>
+ Stub for DiBuildClassDrvList().
+
+ * dlls/kernel/process.c: Francois Gouget <fgouget@codeweavers.com>
+ Avoid duplicate '=C:' entries in the child process environment.
+
+ * dlls/iccvid/iccvid.c: Mike McCormack <mike@codeweavers.com>
+ Implement ICM_DECOMPRESSEX, fix some bugs.
+
+ * documentation/README.it: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Updated.
+
+ * tools/winapi/winapi_test: Francois Gouget <fgouget@free.fr>
+ Generate ok("...\n") calls.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound.c,
+ dlls/ddraw/tests/ddrawmodes.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/user/tests/win.c, include/win.h, windows/mdi.c, windows/win.c,
+ windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Merge the MDI and common window creation code. Change the way MDI
+ children are managed in MDIClient.
+ Add support for MDICREATESTRUCT A<->W conversions.
+ Add support for WM_MDIREFRESHMENU.
+
+ * dlls/kernel/process.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix a file descriptor leak in create_process().
+
+ * programs/regedit/Es.rc, programs/regedit/Fr.rc,
+ programs/regedit/It.rc, programs/regedit/Nl.rc,
+ programs/regedit/Ru.rc, programs/regedit/Si.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Yet again catching up with En.rc.
+
+ * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+ programs/winecfg/audio.c, programs/winecfg/drive.c,
+ programs/winecfg/main.c, programs/winecfg/properties.c,
+ programs/winecfg/properties.h, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.h:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Add audio tab with first pass at autodetection of audio driver.
+ Double clicking a drive entry brings up drive edit window.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Added notify and property set to dsound output driver.
+ Cleaned up existing notify and property set for capture.
+
+ * dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/playsound.c,
+ dlls/winmm/winemm.h:
+ Robert Reif <reif@earthlink.net>
+ Fixed thread handle leaks.
+
+ * dlls/kernel/path.c, dlls/ntdll/path.c, files/dos_fs.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - RtlGetFullPathName_U: rewritten so that the source & destination
+ buffer can be the same
+ - GetFullPathName[AW]: now call RtlGetFullPathName_U
+ - GetShortPathNameW: fixed regression introduced in last patch
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shfldr_mycomp.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - fix typos in shelllink.c header comment and a struct comment
+ - corrected SCF_UNICODE constant and use the value of SCF_UNC instead
+ - implemented IShellLink_ConstructFromFile() to read shell links from
+ files
+ - call IShellLink_ConstructFromFile() in ISF_..._fnGetUIObjectOf()
+ when being queried for IShellLink interface
+
+ * programs/regedit/.cvsignore, programs/regedit/Makefile.in,
+ programs/regedit/resource.h, programs/regedit/resource.rc,
+ programs/regedit/treeview.c:
+ Thomas Weidenmueller <info@w3seek.de>
+ Regedit GUI enhancements with new Windows-like icons.
+
+ * dlls/shell32/shfldr.h: Martin Fuchs <martin-fuchs@gmx.net>
+ - fix typo
+ - return string length from SHELL32_GUIDToStringA()
+
+ * dlls/winedos/module.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fixed DOS EXE loader for the case where we realy have only 4 bytes on
+ the last page of the exe.
+
+ * programs/regedit/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Yet another update.
+
+ * documentation/printing.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Remove obsolete information about win3.1 drivers.
+
+ * loader/main.c:
+ Disable the exec shield workaround for now, it's causing too much
+ trouble.
+
+ * include/pshpack8.h: Removed useless warning.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dmband/band.c,
+ dlls/dmband/bandtrack.c, dlls/dmband/dmband_main.c,
+ dlls/dmband/dmband_private.h, dlls/dmband/regsvr.c,
+ dlls/dmband/version.rc, dlls/dmcompos/chordmap.c,
+ dlls/dmcompos/chordmaptrack.c, dlls/dmcompos/composer.c,
+ dlls/dmcompos/dmcompos_main.c, dlls/dmcompos/dmcompos_private.h,
+ dlls/dmcompos/regsvr.c, dlls/dmcompos/signposttrack.c,
+ dlls/dmcompos/version.rc, dlls/dmime/Makefile.in,
+ dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/graph.c,
+ dlls/dmime/lyricstrack.c, dlls/dmime/markertrack.c,
+ dlls/dmime/paramcontroltrack.c, dlls/dmime/patterntrack.c,
+ dlls/dmime/performance.c, dlls/dmime/regsvr.c, dlls/dmime/segment.c,
+ dlls/dmime/segmentstate.c, dlls/dmime/segtriggertrack.c,
+ dlls/dmime/seqtrack.c, dlls/dmime/song.c, dlls/dmime/sysextrack.c,
+ dlls/dmime/tempotrack.c, dlls/dmime/timesigtrack.c,
+ dlls/dmime/tool.c, dlls/dmime/version.rc, dlls/dmime/wavetrack.c,
+ winedefault.reg, dlls/dmloader/container.c,
+ dlls/dmloader/dmloader_main.c, dlls/dmloader/dmloader_private.h,
+ dlls/dmloader/loader.c, dlls/dmloader/loaderstream.c,
+ dlls/dmloader/regsvr.c, dlls/dmloader/version.rc,
+ dlls/dmscript/dmscript_main.c, dlls/dmscript/dmscript_private.h,
+ dlls/dmscript/regsvr.c, dlls/dmscript/script.c,
+ dlls/dmscript/scripttrack.c, dlls/dmscript/version.rc,
+ dlls/dmstyle/Makefile.in, dlls/dmstyle/auditiontrack.c,
+ dlls/dmstyle/chordtrack.c, dlls/dmstyle/commandtrack.c,
+ dlls/dmstyle/dmstyle_main.c, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/melodyformulationtrack.c, dlls/dmstyle/motiftrack.c,
+ dlls/dmstyle/mutetrack.c, dlls/dmstyle/regsvr.c,
+ dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c,
+ dlls/dmstyle/version.rc, dlls/dmsynth/dmsynth_main.c,
+ dlls/dmsynth/dmsynth_private.h, dlls/dmsynth/regsvr.c,
+ dlls/dmsynth/synth.c, dlls/dmsynth/synthsink.c,
+ dlls/dmsynth/version.rc, dlls/dmusic/buffer.c, dlls/dmusic/clock.c,
+ dlls/dmusic/collection.c, dlls/dmusic/dmusic.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+ dlls/dmusic/helper.c, dlls/dmusic/instrument.c, dlls/dmusic/port.c,
+ dlls/dmusic/portdownload.c, dlls/dmusic/regsvr.c, dlls/dmusic/thru.c,
+ dlls/dmusic/version.rc, dlls/dmusic32/dmusic32_main.c,
+ dlls/dmusic32/version.rc, dlls/dswave/.cvsignore,
+ dlls/dswave/Makefile.in, dlls/dswave/dswave.c,
+ dlls/dswave/dswave.spec, dlls/dswave/dswave_main.c,
+ dlls/dswave/dswave_private.h, dlls/dswave/regsvr.c,
+ dlls/dswave/version.rc, include/Makefile.in, include/dls1.h,
+ include/dls2.h, include/dmdls.h, include/dmerror.h,
+ include/dmplugin.h, include/dmusbuff.h, include/dmusicc.h,
+ include/dmusicf.h, include/dmusici.h, include/dmusics.h,
+ libs/uuid/dxguid.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ - updated resources to DX9
+ - completely rewritten headers (DX9 compat.; look much nicer now ;=)
+ - removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack
+ (which are removed from DX9; weren't implemented in DX8 anyway)
+ - combined/simplified IDirectMusicSomething / IDirectMusicObject /
+ IPersistStream for objects that support loading
+ - implemented IDirectMusicObject on all such objects; via generic
+ functions
+ - combined IDirectMusicTrack(8)/IPersistStream on all tracks
+ - fully implemented IDirectMusicContainer (at least 90% if there are
+ no private interfaces)
+ - implemented IDirectMusicCollection (99% work & MS compliant
+ behaviour; except for instruments)
+ - tried to implement IDirectMusicInstrument (unfortunately uses some
+ dirty private interfaces... :(
+ - added dswave.dll; DirectMusic Wave
+ - some changes in style
+ - many, many more ;)
+
+2004-01-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - move IShellFolder_fnGetDisplayNameOf() contents into a new function
+ SHELL_FS_ProcessDisplayFilename() to call it also in
+ ISF_Desktop_fnGetDisplayNameOf() and do the same file system
+ processing for the desktop level
+ - handle hidden file extensions in SHELL_FS_ProcessDisplayFilename(),
+ that are configured by "NeverShowExt" in the registry
+
+ * dlls/ole32/ifs.c: Ge van Geldorp <ge@gse.nl>
+ Swap arguments of LocalAlloc and only update Malloc32 block on
+ successful allocation.
+
+ * documentation/bugs.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added a link to the Microsoft download page of the Visual Basic
+ runtime environment.
+
+ * dlls/ntdll/server.c: Fixed an error message.
+
+ * dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h,
+ dlls/uxtheme/stylemap.c, dlls/uxtheme/system.c, dlls/uxtheme/uxini.c,
+ dlls/uxtheme/uxtheme.spec:
+ Kevin Koltzau <kevin@plop.org>
+ Full implementation of OpenThemeData, CloseThemeData, and
+ IsThemePartDefined
+ Export undocumented functions by ordinal only (to match Microsoft's
+ uxtheme).
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Fix compilation if Freetype isn't installed.
+
+ * dlls/commdlg/filedlg.c: Huw Davies <huw@codeweavers.com>
+ Directly use the hook proc for the custom template dialog rather than
+ calling it through another dlgproc.
+ Deliver the old style file_ok message with SendMessage, this allows
+ the dialog to be subclassed (as ATL/WTL does).
+ Only deliver this message if the app didn't reject the WM_NOTIFY
+ message.
+
+ * dlls/oleaut32/tests/vartype.c: Hans Leidekker <hans@it.vu.nl>
+ Add missing comma.
+
+ * dlls/comctl32/tests/dpa.c: Francois Gouget <fgouget@free.fr>
+ DPA_Create is missing from all recent import libraries so use
+ GetProcAddress to load it.
+ Add '\n' to 'ok' calls.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/shlwapi.spec, include/shlwapi.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented PathFileExistsAndAttributesA/W function.
+
+ * dlls/ole32/stg_bigblockfile.c: Mike McCormack <mike@codeweavers.com>
+ Don't use CreateFileMapping on a zero length file.
+
+ * dlls/comctl32/tests/tab.c: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+2004-01-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi_private.h, dlls/wineps/builtin.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/xfont.c, include/gdi.h,
+ objects/font.c:
+ Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
+ driver function instead of defining a private function type.
+
+ * tools/bin2res.c:
+ Windows rename() needs an unlink() first (reported by Steven
+ Edwards).
+
+ * tools/wrc/Makefile.in, tools/wrc/translation.c, tools/wrc/wrc.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added a new flag to wrc, to be used to assess translations
+ advancement.
+
+ * dlls/oledlg/oledlg_Pt.rc, dlls/oledlg/rsrc.rc,
+ programs/regedit/En.rc, programs/regedit/Pt.rc,
+ programs/winecfg/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Update of Portuguese resources.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shlview.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ ShellView_CreateList(), SIC_Initialize(): enable transparent icons on
+ the desktop.
+
+ * dlls/shell32/memorystream.c: Martin Fuchs <martin-fuchs@gmx.net>
+ IStream_fnWrite: only return write count if the given pointer
+ parameter is not NULL.
+
+ * dlls/ttydrv/dc.c, dlls/wineps/init.c, dlls/x11drv/bitblt.c,
+ dlls/x11drv/bitmap.c, dlls/x11drv/brush.c, dlls/x11drv/dib.c,
+ dlls/x11drv/graphics.c, dlls/x11drv/init.c, dlls/x11drv/palette.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/xrender.c, graphics/bitblt.c,
+ include/gdi.h, objects/bitmap.c, objects/dc.c:
+ Removed the bitsPerPixel field in the generic DC structure, and leave
+ it up to the graphics driver to define it if necessary.
+
+ * configure, configure.ac: Marcus Meissner <marcus@jet.franken.de>
+ Do not cache results of checks with side effects.
+
+ * documentation/getting.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Uniformize the cvs download instructions with the ones on WineHQ.
+
+ * dlls/kernel/locale.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/rtlstr.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added support for Unix code page in NTDLL.
+
+ * dlls/user/tests/input.c: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/x11drv/xfont.c: Marcelo Duarte <wine-devel@bol.com.br>
+ Fixed typos.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi_global.pm:
+ Hans Leidekker <hans@it.vu.nl>
+ Get rid of the static module list.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - declare PT_RAS_FOLDER for the "RAS Connections" folder
+ - handle PT_RAS_FOLDER and PT_NETPROVIDER in debugging functions and
+ _ILGetTextPointer() / _ILGetSTextPointer()
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for SHRegisterValidateTemplate.
+
+ * dlls/shell32/memorystream.c: Martin Fuchs <martin-fuchs@gmx.net>
+ CreateStreamOnFile(): use flag FILE_SHARE_READ for opening OLE stream
+ files to enable file sharing.
+
+2004-01-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/document.c, dlls/mshtml/main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Try using the Mozilla Active X control in MSHTML.
+
+ * dlls/shell32/classes.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Fixed HCR_GetExecuteCommandW() behavior with a class name (based on a
+ patch by Martin Fuchs).
+ Removed a couple of no longer used functions.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c,
+ dlls/shell32/undocshell.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Corrected definition of PathYetAnotherMakeUniqueName().
+
+ * dlls/msacm/format.c: Robert Reif <reif@earthlink.net>
+ Fix improper WAVEFORMATEX size calculation for non PCM formats.
+
+ * programs/regedit/edit.c, programs/regedit/framewnd.c,
+ programs/regedit/listview.c, programs/regedit/main.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix value renaming. Cleanup code, fix a few leaks.
+
+ * dlls/kernel/debugger.c, dlls/kernel/editline.c, dlls/ole32/compobj.c,
+ dlls/shell32/shlfolder.c, dlls/wintab32/wintab32.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/uxtheme/Makefile.in, dlls/uxtheme/main.c,
+ dlls/uxtheme/msstyles.c, dlls/uxtheme/msstyles.h,
+ dlls/uxtheme/property.c, dlls/uxtheme/stylemap.c,
+ dlls/uxtheme/system.c, dlls/uxtheme/uxini.c,
+ dlls/uxtheme/uxthemedll.h:
+ Kevin Koltzau <kevin@plop.org>
+ Add INI file processing.
+ Full implementation of GetThemeDocumentationProperty.
+ Define string maps for parsing INI files into useable form.
+ Implemented (undocumented) ApplyTheme to select current theme.
+
+ * dlls/kernel/file.c: Francois Gouget <fgouget@free.fr>
+ Return HFILE_ERROR instead of -1 in _lread.
+
+ * dlls/ole32/hglobalstream.c: Huw Davies <huw@codeweavers.com>
+ Trace the high part of the Seek offset.
+
+ * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+ Added SystemTimeToTzSpecificLocalTime definition.
+
+ * include/urlmon.h, include/urlmon.idl:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add a couple of missing definitions to urlmon.h.
+
+ * programs/regedit/childwnd.c, programs/regedit/listview.c,
+ programs/regedit/main.c:
+ Thomas Weidenmueller <info@w3seek.de>
+ Fixed handling of control focus.
+
+ * programs/regedit/En.rc: Thomas Weidenmueller <info@w3seek.de>
+ Enable the help menu for regedit.
+
+ * dlls/ntdll/virtual.c:
+ Check for overlapping memory views and delete the offending view if
+ necessary, to ensure we never have two views covering the same
+ address.
+
+ * dlls/kernel/tests/file.c, files/file.c:
+ Mike Hearn <mike@theoretic.com>
+ - Ensure we correctly add a backslash like Windows 98/XP do.
+ - Generate filenames that look like Windows does (no left digit
+ padding).
+
+ * dlls/shell32/shellpath.c: Filip Navara <xnavara@volny.cz>
+ - Moved actual code from SHGetSpecialFolderPathA to SHGetFolderPathW,
+ adjusted and unicodified it.
+ - Rewrote SHGetFolderPathA to call SHGetFolderPathW.
+ - Rewrote SHGetSpecialFolderPath[AW] to call SHGetFolderPath[AW].
+
+ * dlls/shell32/shell32_Cs.rc, dlls/shell32/shresdef.h:
+ Filip Navara <xnavara@volny.cz>
+ Complete Czech translation of shell32 resources.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Partially implement RegOpenUserClassesRoot.
+
+ * documentation/getting.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ We now have official packages.
+
+ * programs/regedit/edit.c, programs/regedit/framewnd.c,
+ programs/regedit/main.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Streamline the editing interfaces a bit.
+ Open the registry with only the required permissions for the
+ operation. Fix a few leaks.
+
+ * dlls/kernel/comm.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Move the implementation of GetDefaultCommConfig from A to W.
+ Get rid of a W->A cross call at the same time.
+
+ * dlls/kernel/comm.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Unicodify some comm functions.
+ Get rid of some W->A cross calls along the way.
+
+ * programs/regedit/En.rc, programs/regedit/listview.c,
+ programs/regedit/main.c, programs/regedit/main.h,
+ programs/regedit/resource.h:
+ Thomas Weidenmueller <info@w3seek.de>
+ Added context menu support.
+
+ * dlls/wininet/tests/http.c: Mike Hearn <mike@theoretic.com>
+ Change URL used in http tests to be a #define so it can be changed
+ easily in future, and make it point to winehq.
+
+ * dlls/user/tests/input.c: Francois Gouget <fgouget@free.fr>
+ The MSVC headers won't give a name to the nameless union of INPUT
+ despite our request (NONAMELESSUNION). So define our own type and use
+ it instead.
+ Remove useless NONAMELESSSTRUCT.
+ Fix signed/unsigned warning.
+
+ * dlls/user/tests/class.c, dlls/user/tests/win.c:
+ Francois Gouget <fgouget@free.fr>
+ We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and
+ ICON_SMALL2.
+
+ * dlls/shlwapi/tests/clsid.c: Francois Gouget <fgouget@free.fr>
+ MSVC does not want 'extern' variables to be initialized inside
+ functions.
+
+ * dlls/comctl32/imagelist.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Get rid of a W->A cross call in ImageList_LoadImageW.
+
+ * dlls/gdi/bidi.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix compilation with ICU after introduction of gdi_private.h.
+
+ * dlls/twain/dsm_ctrl.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Initialize a pointer before dereferencing it.
+
+ * tools/winapi_check/modules.dat:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Yet another new spec file, this time iccvid.spec.
+
+ * dlls/ntdll/signal_i386.c: Robert Lunnon <bobl@optushome.com.au>
+ Save UESP instead of ESP where UESP defined.
+
+ * programs/regedit/framewnd.c: Thomas Weidenmueller <info@w3seek.de>
+ Implemented View|Split.
+
+ * programs/regedit/Makefile.in, programs/regedit/about.c:
+ Thomas Weidenmueller <info@w3seek.de>
+ Simplify the About dialog code.
+
+ * programs/regedit/treeview.c: Thomas Weidenmueller <info@w3seek.de>
+ Expand the treeview on startup.
+
+2004-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c, dlls/wineps/download.c, dlls/wineps/graphics.c,
+ dlls/wineps/pen.c, dlls/wineps/psdrv.h, dlls/wineps/text.c,
+ dlls/x11drv/graphics.c, dlls/x11drv/pen.c, dlls/x11drv/text.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/xfont.c, dlls/x11drv/xrender.c,
+ include/gdi.h:
+ Get rid of the global INTERNAL_[XY]WSTODS macros.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ - Get rid of W->A calls for shlexec.
+ - Implementation of FindExecutableW.
+
+ * tools/winebuild/spec32.c:
+ Tweaked the init code so that it works properly no matter what linker
+ options are used.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/iccvid/.cvsignore,
+ dlls/iccvid/Makefile.in, dlls/iccvid/iccvid.c,
+ dlls/iccvid/iccvid.spec:
+ Tim Ferguson <Tim.Ferguson@infotech.monash.edu.au>
+ Mike McCormack <mike@codeweavers.com>
+ Port Tim Ferguson's ICCVID codec to Wine.
+
+ * dlls/kernel/tests/path.c, files/dos_fs.c:
+ Mike McCormack <mike@codeweavers.com>
+ Preserve trailing backslashes in GetFullPathName.
+
+ * programs/winetest/.cvsignore, programs/winetest/Makefile.in,
+ programs/winetest/gui.c, programs/winetest/gui.rc,
+ programs/winetest/guires.h, programs/winetest/main.c,
+ programs/winetest/send.c, programs/winetest/util.c,
+ programs/winetest/winetest.h:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Added graphical feedback.
+
+ * tools/winedump/main.c, tools/winedump/pe.c,
+ tools/winedump/winedump.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Be more strict about checks (especially in RVA translations).
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/enhmfdrv/objects.c, dlls/gdi/freetype.c, dlls/gdi/gdi16.c,
+ dlls/gdi/gdi_main.c, dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/objects.c,
+ dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/x11drv/bitblt.c,
+ dlls/x11drv/bitmap.c, dlls/x11drv/graphics.c, dlls/x11drv/init.c,
+ dlls/x11drv/text.c, dlls/x11drv/xrender.c, graphics/bitblt.c,
+ graphics/escape.c, graphics/mapping.c, graphics/painting.c,
+ graphics/path.c, include/gdi.h, include/wine/wingdi16.h,
+ objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c,
+ objects/font.c, objects/gdiobj.c, objects/metafile.c,
+ objects/palette.c, objects/pen.c, objects/region.c, objects/text.c,
+ windows/dce.c, windows/nonclient.c, windows/painting.c:
+ Moved a bunch of definitions from gdi.h into a new gdi_private.h to
+ make sure we don't use them outside of gdi32.
+
+ * dlls/iphlpapi/iphlpapi_main.c, dlls/kernel/device.c,
+ dlls/netapi32/nbt.c:
+ Define INADDR_NONE if needed (reported by Robert Lunnon).
+
+ * programs/winetest/Makefile.in:
+ Avoid non-portable strip -s (reported by Robert Lunnon).
+
+ * dlls/kernel/Makefile.in, dlls/kernel/path.c,
+ dlls/kernel/tests/path.c, dlls/ntdll/path.c, files/dos_fs.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Reimplemented Get{Short|Long}PathName and updated the regression
+ tests.
+
+2004-01-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineaudioio/audio.c: Robert Lunnon <bobl@optushome.com.au>
+ Fixed type mismatch in widDsCreate.
+
+ * dlls/iphlpapi/ifenum.c: Robert Lunnon <bobl@optushome.com.au>
+ Corrected code to acquire mtu under Solaris.
+
+ * dlls/ntdll/signal_i386.c:
+ Fixed __siginfo type for Solaris (based on a patch by Robert Lunnon).
+
+ * dlls/netapi32/nbt.c: Robert Lunnon <bobl@optushome.com.au>
+ FD_SET is not a type changed to struct fd_set.
+ Reordered headers to avoid including sys/select.h before winbase.h.
+
+ * tools/bin2res.c: Robert Lunnon <bobl@optushome.com.au>
+ Included limits.h to resolve missing macro definition.
+
+ * LICENSE, include/wine/wine_common_ver.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Updated copyright information.
+
+ * dlls/gdi/gdi32.spec, dlls/x11drv/clipping.c, dlls/x11drv/init.c,
+ dlls/x11drv/scroll.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h:
+ Moved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
+ functionality to x11drv escapes so that we don't have to access the DC
+ structure directly.
+
+ * dlls/kernel/file.c, dlls/kernel/file16.c, dlls/kernel/kernel32.spec,
+ dlls/winedos/int21.c, files/file.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - got rid of FILE_Dup2 export from kernel32
+ - move all dos handle related code into dlls/kernel32
+
+2004-01-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/gdi32.spec, dlls/x11drv/bitmap.c, dlls/x11drv/brush.c,
+ dlls/x11drv/dib.c, dlls/x11drv/x11drv.h, include/bitmap.h,
+ objects/dib.c, windows/cursoricon.c:
+ Moved some code around to avoid exporting DIB functions from gdi32.
+
+ * programs/regedit/edit.c, programs/regedit/framewnd.c,
+ programs/regedit/listview.c, programs/regedit/main.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add value rename support to regedit.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented VarInt, VarFix, VarNeg.
+
+ * dlls/oleaut32/vartype.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use integer math in VarCyInt, docs.
+
+ * dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec:
+ Rein Klazes <rklazes@xs4all.nl>
+ Two "unknown" parameters of _unDName() turn out to be the output
+ string and it length. If possible, use these instead of allocating a
+ new one. Put the code in _unDNameEx() and call that from _unDName().
+
+ * dlls/avifil32/rsrc.rc: Tom Wickline <twickline@skybest.com>
+ Fixed version info.
+
+ * programs/winebrowser/main.c: Tom Wickline <twickline@skybest.com>
+ Add dillo as a browser to search for.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/dir.c, dlls/msvcrt/errno.c,
+ dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/lconv.c,
+ dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec:
+ Implemented the remaining 64-bit file functions, and added a few other
+ functions and exported variables.
+ Removed the almost empty lconv.c file.
+
+ * dlls/msvcrtd/debug.c, dlls/msvcrtd/msvcrtd.spec:
+ Implemented a few more crt* functions.
+ Replaced most remaining stubs by forwards to msvcrt.
+
+ * dlls/x11drv/dib.c: Avoid direct access to the palette structure.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/gdi/icm.c,
+ include/wingdi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for EnumICMProfilesA/W.
+
+ * dlls/winsock/tests/sock.c: Jeremy White <jwhite@codeweavers.com>
+ Francois Gouget <fgouget@codeweavers.com>
+ Test the behavior of bind() wrt. SO_REUSEADDR.
+
+ * dlls/winsock/socket.c: Jeremy Shaw <jeremy.shaw@lindows.com>
+ Remove forced WS_SO_REUSEADDR on all binds.
+
+ * dlls/comctl32/animate.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix a race that caused the Microsoft Viewers 'file extraction'
+ animation to sometimes have a pink background.
+
+ * programs/regedit/regedit.c: Francois Gouget <fgouget@codeweavers.com>
+ Do a SearchPath before opening the file to improve compatibility with
+ the native regedit.
+
+ * programs/regedit/tests/orig.reg, programs/regedit/tests/regedit.pl:
+ Francois Gouget <fgouget@free.fr>
+ Remove references to regapi.
+
+ * tools/winapi_check/modules.dat:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add yet another spec file for a new dll.
+
+ * dlls/ntdll/tests/env.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove a "\" from a multiline string constant by splitting it in two.
+
+ * objects/metafile.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Removed a W->A cross-call (CopyMetaFileW->CopyMetaFileA).
+
+ * dlls/msvcrt40/msvcrt40.spec: Added all the missing functions.
+
+ * dlls/msvcrt/msvcrt.spec: _set_error_mode is cdecl not stdcall.
+
+ * dlls/msvcrtd/msvcrtd.spec: André Johansen <andrejoh@c2i.net>
+ Forward _set_error_mode to msvcrt.
+
+ * dlls/wineps/init.c, include/gdi.h, objects/dc.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Get rid of a W->A crosscall (ResetDCA->ResetDCW).
+
+ * dlls/winmm/winealsa/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added Midi IN support.
+
+2004-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Handle the cases when initdir is either invalid, or specifies a file.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msvcrt40/.cvsignore,
+ dlls/msvcrt40/Makefile.in, dlls/msvcrt40/msvcrt40.c,
+ dlls/msvcrt40/msvcrt40.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub enough of MSVCRT40 to make IE4 install work.
+
+ * dlls/user/user_main.c, dlls/x11drv/scroll.c, dlls/x11drv/x11drv.spec,
+ include/user.h, windows/scroll.c:
+ ScrollDC doesn't need to be in the graphics driver.
+
+ * objects/dc.c: Mike Hearn <mike@theoretic.com>
+ Change GetTransform stub to use the standard FIXME rather than ERR.
+
+ * dlls/wineps/wineps.spec: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ CreateDC is Unicode now, change the spec file accordingly.
+
+ * tools/winapi_check/modules.dat:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add spec files for new dlls.
+
+ * dlls/richedit/reader.c: Bill Medland <billmedland@mercuryspeed.com>
+ Correct handling of font table when the font name is not the last
+ thing in the entry (i.e. is followed by the font altname in a group).
+
+ * dlls/oleaut32/safearray.c: Marcus Meissner <marcus@jet.franken.de>
+ SafeArrayRedim: Use the correct size for resize too.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/toolhelp.c,
+ include/tlhelp32.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented Toolhelp32ReadProcessMemory.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implemented TIME_KILL_SYCHRONOUS timer flags
+ - timeKillTimer is now thread safe
+ - replaced some iData attributes by global variables
+
+ * dlls/dsound/dsound_private.h, dlls/dsound/mixer.c:
+ Robert Reif <reif@earthlink.net>
+ Reduce the use of the dsound global variable by passing address to
+ functions.
+
+2004-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/heap.c, dlls/kernel/local16.c, dlls/oleaut32/tmarshal.c,
+ dlls/rpcrt4/cproxy.c, dlls/winedos/module.c, dlls/winedos/xms.c,
+ include/cursoricon.h, include/miscemu.h, include/module.h,
+ include/wine/winbase16.h, include/wine/winuser16.h, include/winnt.h,
+ include/winuser.h:
+ Get rid of no longer needed WINE_PACKED define.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/primary.c,
+ include/dsound.h:
+ Robert Reif <reif@earthlink.net>
+ Added some missing defines and a struct.
+ Fixed some const * arguments.
+
+ * dlls/ntdll/file.c: Marcus Meissner <marcus@jet.franken.de>
+ Allow offset of NULL to NtWriteFile.
+
+ * dlls/winmm/winearts/audio.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed HeapRealloc typo.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the wrapper generation from winewrap, it is no longer necessary
+ (fixed by Alexandre's constructor patch).
+
+ * dlls/commdlg/printdlg.c, dlls/commdlg/printdlg.h,
+ dlls/commdlg/printdlg16.c:
+ Some more Win16/Win32 separation (based on a patch by Steven
+ Edwards).
+
+ * dlls/winedos/int10.c: Michael Stefaniuc <mstefani@redhat.de>
+ - add VESA mode 0x6a (same as 0x102)
+ - add a macro to check if a mode is a VESA mode
+ - output the unsupported VGA mode in hex (all VGA/VESA docs use hex
+ for that)
+
+ * dlls/winmm/winejack/audio.c, dlls/winmm/winejack/winejack.drv.spec,
+ dlls/winmm/winearts/audio.c, dlls/winmm/winearts/winearts.drv.spec:
+ Jeremy Shaw <jeremy.shaw@lindows.com>
+ Added wave-in support and fixed a few bugs in the wave-out code.
+
+ * dlls/x11drv/x11drv_main.c:
+ Removed XInitThreads call, the X libraries still have too many bugs to
+ make this viable.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/vartype.c,
+ dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Copy BSTRs byte wise.
+ Added a testcase for byte wise copy of VT_BSTR variant with
+ VariantCopy().
+
+ * include/Makefile.in, include/dbt.h:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Added header dbt.h.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/resource.c, dlls/user/tests/resource.rc:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Pin down LoadStringA behaviour on different buffer lengths.
+
+ * dlls/shell32/shv_bg_cmenu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix an IE crash and make the "Create Folder" functionality in
+ Favorites work.
+
+ * dlls/rpcrt4/rpc_server.c: Ove Kaaven <ovek@transgaming.com>
+ Avoid freeing request packet too early if an exception occurs.
+
+ * dlls/rpcrt4/rpc_binding.c: Ove Kaaven <ovek@transgaming.com>
+ Properly handle destroying the first connection in the connection
+ cache.
+
+ * dlls/kernel/tests/file.c: Mike McCormack <mike@codeweavers.com>
+ Regression test for files with zero length.
+
+ * server/mapping.c: Mike McCormack <mike@codeweavers.com>
+ Mapping a zero size file should fail.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not fail if we can't load some libs in the wrapper.
+ No need to link the wrapper with all libs, we know what we need.
+
+ * tools/winegcc/winewrap.c:
+ If supported, add -init and -fini flags to the linker invocation.
+
+ * configure, configure.ac, dlls/wintab32/Makefile.in,
+ dlls/wintab32/context.c, dlls/wintab32/wintab32.c,
+ dlls/wintab32/wintab_internal.h, dlls/x11drv/Makefile.in,
+ dlls/x11drv/event.c, dlls/x11drv/wintab.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, include/config.h.in, include/wintab.h:
+ Aric Stewart <aric@codeweavers.com>
+ Enable Tablet support with both Tilt and Pressure.
+
+2004-01-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/twain/twain.h, include/wine/mmsystem16.h:
+ There's no need for DUMMYUNIONNAME in private headers.
+
+ * include/commdlg.h: Kevin Koltzau <kevin@plop.org>
+ Define OPENFILENAME_SIZE_VERSION_400.
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h,
+ libs/port/Makefile.in, libs/port/readlink.c:
+ Added configure check for readlink.
+
+ * configure, configure.ac, dlls/kernel/process.c, dlls/ntdll/loader.c,
+ include/config.h.in, tools/winebuild/spec32.c:
+ If supported by the linker, prevent the ELF loader from calling the
+ dll constructors at load time and call them from the dll entry point
+ instead.
+
+ * dlls/kernel/thunk.c: Mike Hearn <mike@theoretic.com>
+ Always print a message for generic stubs.
+
+ * dlls/x11drv/clipboard.c, documentation/samples/config:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Add option to use the primary selection in addition to the clipboard
+ selection.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h,
+ dlls/cabinet/cabinet_main.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added the linked list with the name of files of the CAB archive.
+
+ * dlls/winmm/mcianim/mcianim.c, dlls/winmm/mcicda/mcicda.c,
+ dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT
+ (wasn't returning string resource ID).
+ - Fixed mciseq when opened without a filename.
+
+ * dlls/iphlpapi/tests/iphlpapi.c: Hans Leidekker <hans@it.vu.nl>
+ Remove some unused headers.
+
+ * programs/regedit/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Brought up to date to Dimi's latest patch.
+
+ * include/Makefile.in, include/icm.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add icm.h for colour management.
+
+ * include/shlobj.h: Kevin Koltzau <kevin@plop.org>
+ Define structs FILEDESCRIPTOR and FILEGROUPDESCRIPTOR used with the
+ clipboard format CF_FILEGROUPDESCRIPTOR.
+
+2004-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/process.c,
+ dlls/kernel/pthread.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+ Don't use constructors for ntdll and kernel32 initialization.
+
+ * tools/widl/Makefile.in, tools/widl/header.c, tools/widl/header.h,
+ tools/widl/parser.l, tools/widl/parser.y, tools/widl/proxy.c,
+ tools/widl/proxy.h, tools/widl/typelib.c, tools/widl/typelib.h,
+ tools/widl/widl.c, tools/widl/widl.h, tools/widl/widltypes.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added rules to parse library, coclass, dispinterface, and module
+ definitions, and a number of attributes, and cleaned up a few things.
+ Started on a typelib generation framework.
+
+ * configure, configure.ac, dlls/iphlpapi/Makefile.in,
+ dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/tests/.cvsignore,
+ dlls/iphlpapi/tests/Makefile.in, dlls/iphlpapi/tests/iphlpapi.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Fixed the dwBCastAddr member of MIB_IPADDRROW, added a test program.
+
+ * dlls/comctl32/treeview.c, dlls/msi/suminfo.c,
+ dlls/shell32/brsfolder.c:
+ Removed incorrect uses of DUMMYUNIONNAME.
+
+ * configure, configure.ac: Wim Lewis <wiml@underhill.hhhh.org>
+ Fixed shell quoting of the inline-asm tests so that they work properly
+ with the pdksh that ships with OpenBSD.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/Makefile.in, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc, programs/winecfg/Si.rc,
+ programs/winecfg/libraries.c, programs/winecfg/main.c,
+ programs/winecfg/resource.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h:
+ Robert van Herk <robert@robertvanherk.nl>
+ Added a tabsheet that allows the user to change the dll overrides,
+ both globally and per app.
+
+2004-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/tab.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/finddlg32.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/utils.c,
+ dlls/d3d8/volume.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/dinput/mouse/main.c, dlls/icmp/ip.h, dlls/kernel/tests/locale.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/main.c, dlls/ole32/clipboard.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/filemoniker.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c,
+ dlls/oleaut32/varformat.c, dlls/oleaut32/variant.c,
+ dlls/oleaut32/vartype.c, dlls/shell32/pidl.h, dlls/shell32/shlexec.c,
+ dlls/shell32/shlmenu.c, dlls/shlwapi/path.c, dlls/user/resource.c,
+ dlls/uxtheme/system.c, dlls/uxtheme/uxthemedll.h,
+ dlls/winedos/int10.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/winemm.h, dlls/winspool/info.c, dlls/x11drv/xfont.c,
+ documentation/getting.sgml, files/file.c, include/shlwapi.h,
+ programs/wcmd/wcmdmain.c, tools/c2man.pl, tools/winedump/README,
+ tools/wineinstall:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * include/shlguid.h, include/shobjidl.h, include/shobjidl.idl:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Define IShellExecuteHook interface.
+
+ * configure, configure.ac: Hans Leidekker <hans@it.vu.nl>
+ Use gcc's -pipe option to reduce compile time.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ %[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
+ Added some scanf tests.
+
+ * windows/dialog.c: Converted DlgDirList to Unicode.
+
+ * configure, configure.ac, programs/Makefile.in, programs/make_progs,
+ winedefault.reg, programs/winebrowser/.cvsignore,
+ programs/winebrowser/Makefile.in, programs/winebrowser/main.c,
+ tools/wineinstall:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Added winebrowser app that launches a Unix browser.
+
+ * dlls/avifil32/api.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellole.c, dlls/shell32/undocshell.h, include/shlobj.h:
+ SHCoCreateInstance is now documented (spotted by Francois Gouget).
+ Its first argument should be a Unicode string.
+
+ * windows/queue.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add missing \n on error message.
+
+ * dlls/advapi32/crypt.c: Mike McCormack <mike@codeweavers.com>
+ Added missing LF in trace.
+
+ * dlls/shell32/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Make sure sed uses the right locale.
+
+ * dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/private_mciavi.h,
+ dlls/winmm/mciavi/wnd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Register window class on mciavi driver loading, and unregister it on
+ driver unloading.
+
+ * dlls/winmm/mciavi/info.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Return correct resource id for time format strings.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Improve error reporting.
+
+ * programs/regedit/En.rc, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/main.h,
+ programs/regedit/resource.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add new value support. Misc improvements and cleanups.
+
+ * dlls/msvcrt/scanf.h: Peter Berg Larsen <pebl@math.ku.dk>
+ Added _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs.
+
+ * programs/regedit/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Updated Italian resources.
+
+ * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
+ xNum should be yNum in one place.
+
+ * dlls/d3d8/drawprim.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fix the draw*primitiveUP calls so they work directly after a draw
+ which uses vertex shaders.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec,
+ dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement wglUseFontBitmapsW.
+
+2004-01-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c, dlls/gdi/printdrv.c, dlls/kernel/kernel32.spec,
+ dlls/winedos/dosconf.c, files/dos_fs.c, include/winbase.h,
+ programs/winemenubuilder/winemenubuilder.c,
+ programs/winepath/winepath.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Made wine_get_unix_file_name take a Unicode string pointer.
+
+ * dlls/winmm/mciavi/mmoutput.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Accept all standard DIB compressions in the mciavi driver.
+
+ * dlls/ntdll/loadorder.c, documentation/samples/config,
+ documentation/wine.conf.man, documentation/wine.man.in:
+ Updates for the new loadorder handling of 16-bit dlls.
+
+ * documentation/configuring.sgml, documentation/getting.sgml:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Documentation updates.
+
+ * programs/regedit/En.rc, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/main.h,
+ programs/regedit/resource.h, programs/regedit/treeview.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add value delete, and dword edit support.
+
+ * dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Decode stream number from AVI frame data and assign the data to
+ appropriate streams.
+
+ * dlls/shell32/shlfileop.c, include/shellapi.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Correct return type of SHFileOperationA/W.
+
+ * dlls/setupapi/parser.c, dlls/setupapi/stubs.c, include/setupapi.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ MSVC porting fixes.
+
+ * documentation/registry.sgml: Marcus Meissner <marcus@jet.franken.de>
+ Drop paragraph describing no longer existing regclean.exe.
+
+ * dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on unknown sizes.
+
+2004-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/ne_module.c:
+ Always try to load the 32-bit owner dll instead of directly loading
+ the .so file for 16-bit builtins. Make the load order for 16-bit dlls
+ always match the load order of their 32-bit owner (if any).
+
+ * dlls/dmime/dmime_private.h, dlls/dmusic/dmusic_private.h:
+ Avoid referencing a private header in another dll.
+
+ * dlls/advapi32/registry.c, dlls/kernel/vxd.c, dlls/ntdll/reg.c,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/registry.c, server/request.h, server/trace.c:
+ Mike Hearn <mike@theoretic.com>
+ Implemented RegFlushKey and NtFlushKey.
+
+ * programs/regedit/En.rc, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/main.h,
+ programs/regedit/resource.h:
+ Zimler Attila <hijaszu@hlfslinux.hu>
+ Added support for creating new keys.
+
+2004-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/int10.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fill in the color MaskSize and FieldPosition fields in the
+ ModeInfoBlock.
+
+ * include/wine/library.h, libs/wine/loader.c, libs/wine/wine.def:
+ Added wine_dll_get_owner function that retrieves the 32-bit dll
+ containing a given 16-bit dll by reading the symlink, so that we don't
+ need to dlopen it.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Make symlinks for 16-bit files point to the 32-bit symlink so that
+ they don't contain a path.
+
+ * dlls/user/wnd16.c, windows/mdi.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Split up the Win16/32 MDI support a bit.
+
+ * dlls/comctl32/rebar.c: Mike McCormack <mike@codeweavers.com>
+ On a RB_SETBANDINFO message only redraw the rebar if something
+ changed.
+
+ * dlls/winedos/int10.c: Michael Stefaniuc <mstefani@redhat.de>
+ Use a struct as specified in the VBE 3.0 standard for the
+ ModeInfoBlock. Code wise this is a NOP.
+
+ * dlls/netapi32/nbcmdqueue.c, dlls/netapi32/nbt.c,
+ dlls/netapi32/netbios.h, include/nb30.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fix compiling netapi32 on MSVC with PSDK headers.
+
+ * dlls/winmm/winealsa/audio.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fix compilation issue with ALSA 0.5.
+
+ * dlls/cabinet/cabinet_main.c: Mike Hearn <mike@theoretic.com>
+ result2 seems to be optional, making it 0 allows IE to continue.
+
+ * dlls/shell32/systray.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Update the notes on how WINE uses the Systray under KDE.
+
+ * tools/wrc/parser.y: Mike McCormack <mike@codeweavers.com>
+ Avoid a crash if the dialog style is missing.
+
+ * dlls/winsock/socket.c: Wim Lewis <wiml@hhhh.org>
+ Clear struct sockaddr_ipx directly instead of just the sipx_zero
+ field.
+
+ * server/fd.c, server/file.c: Wim Lewis <wiml@hhhh.org>
+ EOVERFLOW does not exist on OpenBSD.
+
+ * dlls/winedos/int10.c: Michael Stefaniuc <mstefani@redhat.de>
+ Set the "bytes per scan line" field when generating the mode info
+ block.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added stub for CertFreeCertificateContext.
+
+ * dlls/user/resources/user32_It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Completed Italian language support.
+
+ * dlls/netapi32/nbt.c: Juan Lang <juan_lang@yahoo.com>
+ Fix conflicting registry value names, and try both Win9x and WinNT
+ locations for NetBT registry values.
+
+ * dlls/kernel/device.c: Juan Lang <juan_lang@yahoo.com>
+ Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
+ ipconfig.exe and winipcfg.exe display it.
+
+ * dlls/iphlpapi/iphlpapi_main.c: Juan Lang <juan_lang@yahoo.com>
+ Add tracing, add WINS configuration to GetAdaptersInfo, correct
+ ScopeID reading in GetFixedInfo.
+
+ * configure, configure.ac: Marcus Meissner <marcus@jet.franken.de>
+ When checking for gethostbyname_r_6 not try to compile but try to
+ link.
+
+ * configure, configure.ac, include/config.h.in:
+ Updated configure with autoconf 2.58. Set the bug report address.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c:
+ Commented out tests that assume that the current year is 2003.
+
+ * dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_De.rc,
+ dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Fi.rc,
+ dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Nl.rc,
+ dlls/user/resources/user32_Pt.rc, windows/nonclient.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Make the debug mark printing unconditional instead of conditional upon
+ the SHELL debug channel. Make mark text obvious by changing the
+ output text to 'Debug mark requested by user' and adding 'Debug mark'
+ to the menu resource text.
+
+ * programs/winefile/It.rc, programs/winefile/rsrc.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/commdlg/printdlg.c, dlls/commdlg/printdlg.h,
+ dlls/commdlg/printdlg16.c, dlls/winspool/info.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
+ instead.
+
+ * dlls/winmm/mciavi/mmoutput.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove a stray LeaveCriticalSection().
+
+ * dlls/msvideo/mciwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Trackbar range should be fixed only in the case of successful
+ mciSendStringW. It's better to initialize dwCallback parameter if
+ MCI_NOTIFY is specified.
+
+ * dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Fr.rc,
+ dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/commdlg/cdlg_Sk.rc,
+ dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Zh.rc,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filedlgbrowser.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags.
+ Changed IDL_OVERWRITEFILE string resource ID to IDS_OVERWRITEFILE.
+ Use the extended UI for the "Look In" combo.
+ Select the text in the "File name" field after filling it.
+
+2004-01-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/mci.c, dlls/winmm/mciavi/info.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mmoutput.c,
+ dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Much improved mciavi driver. Fixed synchronization, RIFF file with
+ many streams parsing, added support for some MCI_PUT and MCI_WHERE
+ cases.
+
+ * dlls/msvideo/mciwnd.c, dlls/msvideo/msvfw32.spec, include/vfw.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for many MCIWNDM_ messages and some MCI_ commands in the
+ MCIWndClass implementation.
+ MCIWndRegisterClass() takes no parameters according to Platform SDK
+ headers.
+
+ * dlls/winmm/driver.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use correct pointer to an internal driver description.
+
+ * dlls/winmm/winmm.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add MCI_SYSINFO command W to A mapping.
+
+2003-12-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/win.c, dlls/x11drv/window.c, include/user.h,
+ include/win.h, windows/defwnd.c, windows/nonclient.c, windows/win.c:
+ Store window icons in the window structure so that WM_SETICON can do
+ the right thing (based on a patch by Aric Stewart).
+
+ * dlls/winmm/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/time.c, dlls/winmm/winemm.h, dlls/winmm/winmm.c,
+ include/digitalv.h, include/mmsystem.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix many function prototypes and data types according to Platform SDK
+ definitions.
+
+ * dlls/msvideo/mciwnd.c, dlls/winmm/mci.c, dlls/winmm/mciavi/info.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mmoutput.c,
+ dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c,
+ dlls/winmm/winmm.c, include/mmsystem.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
+ a bug with a window creation belonging to another hInstance, add
+ support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY
+ and MCI_STOP in the MCIWndClass implementation.
+
+ * dlls/oleaut32/safearray.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed size calculation on redim if old size was 0.
+
+ * dlls/winmm/wineoss/audio.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Improve error messages in OSS_WaveOutInit() and OSS_WaveInInit() and
+ warn instead of aborting in case of problems reading mixer info.
+
+ * dlls/cabinet/.cvsignore, dlls/cabinet/Makefile.in,
+ dlls/cabinet/cabinet.rc:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added file version resource.
+
+ * dlls/user/msg16.c: Rein Klazes <rklazes@xs4all.nl>
+ IsdialogMessage16 must not process messages that are not intended for
+ the dialog box.
+
+ * documentation/samples/config: Mike Hearn <mike@theoretic.com>
+ Remove DCOM config file entries, as they have no effect.
+
+ * dlls/kernel/module.c: Marcus Meissner <marcus@jet.franken.de>
+ Removed too strict header check to enable execution of handcoded PE
+ exes.
+
+ * dlls/ntdll/loader.c: Mike Hearn <mike@theoretic.com>
+ Print exe name when initialization fails.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@skybest.com>
+ Add newdev, updated DMusic section, small fix to dpnhpast.
+
+ * dlls/wininet/urlcache.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove URLCache_FindEntry() which is not used any longer.
+
+2003-12-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/newdev/.cvsignore,
+ dlls/newdev/Makefile.in, dlls/newdev/main.c, dlls/newdev/newdev.spec:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Add stubbed version of newdev.dll.
+
+ * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in,
+ dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/fontdlg16.c, include/wingdi.h:
+ Rein Klazes <rklazes@xs4all.nl>
+ - Add a bitmap resource with the font icons: TrueType, printer,
+ OpenType and Type 1. Modify the code so that they will be used if or
+ when the needed bits are passed to the FontEnumProc.
+ - Use EnumFontFamiliesEx instead of EnumFontFamilies.
+ - Fix the fixme in the WM_MEASUREITEM message handler.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h,
+ dlls/cabinet/cabinet_main.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make use of/handle the first parameter of the function Extract.
+
+ * dlls/user/tests/win.c, windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add MDI child creation tests.
+
+ * loader/kthread.c: David Beck <dbeck@beckground.hu>
+ Added RFTHREAD flag in rfork call.
+
+ * dlls/devenum/createdevenum.c, dlls/devenum/devenum_main.c,
+ dlls/devenum/mediacatenum.c, dlls/devenum/parsedisplayname.c,
+ dlls/quartz/filtermapper.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fixed buffer overflow in IFilterMapper2::RegisterFilter.
+ - Fixed buffer overflow in DEVENUM_IPropertyBag_Read.
+ - Fixed NULL pointer de-ref in DllRegisterServer when IFilterMapper2
+ is not registered.
+ - Allowed returning the moniker in IFilterMapper2::RegisterFilter.
+ - Enumerate special categories without causing infinite loop.
+
+ * dlls/dplayx/dplay.c: Sami Aario <sami.aario@surfeu.fi>
+ Fix some return values of dplayx API calls.
+
+ * dlls/ntdll/exception.c:
+ Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
+
+ * dlls/shell32/pidl.c, dlls/shell32/shfldr.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_mycomp.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - correct return value of SHGetPathFromIDList[AW]() for virtual
+ folders like "My Computer"
+ - correct path parsing in ISF_Desktop_fnParseDisplayName()
+ - handle CLSID paths in ISF_MyComputer_fnParseDisplayName()
+ - return CLSID path in ISF_MyComputer_fnGetDisplayNameOf()
+
+ * dlls/advapi32/security.c: Juan Lang <juan_lang@yahoo.com>
+ Read the Policy{Account,Primary}DomainInformation from the registry,
+ rather than hardcoding it to "DOMAIN".
+
+ * dlls/shell32/shlexec.c: Ge van Geldorp <ge@gse.nl>
+ Enclose application name in double quotation marks, as it may contain
+ spaces.
+
+ * dlls/wininet/urlcache.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fixed mem leak on error path.
+
+ * dlls/commdlg/cdlg_Ja.rc, dlls/user/resources/user32_Ja.rc:
+ Vik Kumar <vik@zone81.com>
+ Fixed MS UI Gothic font names.
+
+ * dlls/msvideo/msrle32/msrle_Nl.rc, dlls/msvideo/msrle32/rsrc.rc,
+ dlls/oledlg/oledlg_Nl.rc, dlls/oledlg/rsrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Translate msrle32 and oledlg resources.
+
+ * programs/wcmd/builtins.c: Mike McCormack <mike@codeweavers.com>
+ Sort the output of wcmd's set command.
+
+ * dlls/ntdll/nt.c: Mike McCormack <mike@codeweavers.com>
+ Return an SID when GetTokenInformation is called with class
+ TokenOwner.
+
+ * dlls/wininet/internet.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Added stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.
+
+ * dlls/commdlg/fontdlg.c: Marcus Meissner <marcus@jet.franken.de>
+ DWL_USER might be used otherwise, so use an internal window property
+ for data storage.
+
+ * dlls/x11drv/keyboard.c: Zimler Attila <hijaszu@hlfslinux.hu>
+ Fixed Hungarian keyboard layout.
+
+ * dlls/x11drv/clipboard.c: Sami Aario <sami.aario@surfeu.fi>
+ Fixed a typo.
+
+ * dlls/mshtml/mshtml.spec: David Miller <compsol@ptd.net>
+ Removed explicit ordinals.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Also remove in the D3D code the pedantic check on the GetProcAddress
+ extension.
+
+ * dlls/quartz/filtergraph.c, dlls/quartz/regsvr.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix IGraphBuilder::ConnectDirect.
+ - Register IFilterMapper and IFilterMapper2 in DllRegisterServer.
+
+ * programs/progman/It.rc, programs/uninstaller/rsrc.rc,
+ programs/view/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Updated Italian translations.
+
+ * dlls/commdlg/filedlg16.c: Rein Klazes <rklazes@xs4all.nl>
+ When a directory is entered in the 16 bits file dialog, it should not
+ be returned the user. Instead the directory must be changed and the
+ dialog work from there.
+
+ * dlls/comctl32/trackbar.c: Duane Clark <dclark@akamail.com>
+ Reinitialize thumb when trackbar size is changed.
+
+ * windows/win.c: Mike Hearn <mike@theoretic.com>
+ Prevent false matches in WIN_FindWindow.
+
+ * programs/winetest/maketest: Ferenc Wagner <wferi@afavant.elte.hu>
+ Solaris sh portability fix.
+
+ * dlls/msvcrt/tests/file.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Fix undeleted temporary file.
+ Correct error messages and comments, break long lines.
+
+ * configure, configure.ac: Michael Stefaniuc <mstefani@redhat.de>
+ Search for mingw-$prog too.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Dimensions with cElements=0 are valid and needed by InstallShield.
+ SafeArrayGetElement: fixed BSTR and LPUNKNOWN handling.
+ Added testcases for above cases.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Added more argument numbers for _invoke().
+
+2003-12-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/tests/safearray.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ I8/UI8 are accepted in arrays in recent native dlls.
+ Test UDTs, array coercion and new functions.
+
+ * dlls/oleaut32/variant.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use the SafeArray conversion functions when coercing arrays.
+ Simplify VariantChangeTypeEx.
+ Replace calls to dump_Variant() with TRACE's.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Rewrite: Support I8/UI8,RECORD.
+ Store array bounds in the same order as native.
+ Add CreateEx, CreateVectorEx, VectorFromBstr, BstrFromVector.
+
+ * tools/winemaker: Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added mfc/Include and mfc/src as possible places for includes and the
+ library.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Patch and test for scanf %i.
+
+ * dlls/ntdll/tests/env.c, dlls/ntdll/tests/large_int.c,
+ dlls/ntdll/tests/path.c, dlls/ntdll/tests/rtl.c,
+ dlls/ntdll/tests/string.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Check if a function exists before testing it.
+
+ * dlls/msvideo/Makefile.in, dlls/msvideo/mciwnd.c,
+ dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c,
+ include/vfw.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages.
+ Convert MCIWndClass implementation to unicode.
+
+ * dlls/kernel/tests/file.c, files/file.c:
+ Hans Leidekker <hans@it.vu.nl>
+ MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
+ dlls/oleaut32/tests/vartest.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented VarInt, VarPow.
+ Added R4 (float) support to VarAdd.
+ Added DATE support to VarSub.
+
+ * documentation/debugger.sgml, programs/winedbg/break.c,
+ programs/winedbg/db_disasm.c, programs/winedbg/dbg.y,
+ programs/winedbg/debug.l, programs/winedbg/debugger.h,
+ programs/winedbg/display.c, programs/winedbg/expr.c,
+ programs/winedbg/gdbproxy.c, programs/winedbg/hash.c,
+ programs/winedbg/info.c, programs/winedbg/intvar.h,
+ programs/winedbg/memory.c, programs/winedbg/module.c,
+ programs/winedbg/msc.c, programs/winedbg/registers.c,
+ programs/winedbg/source.c, programs/winedbg/stabs.c,
+ programs/winedbg/stack.c, programs/winedbg/types.c,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - get rid of winedbg internal channels for output
+ - move all standard (old MESG channel) output to stdout
+ - move all other outputs (TRACE, WARN...) to a new wine debugging
+ channel (winedbg)
+ - replaced quite a few #ifdef:ed out output to new channels (mainly in
+ symbol management area...)
+ - added a new maintenance commands to ease up debugging
+ - updated documentation accordingly
+
+ * dlls/winmm/winmm_En.rc, dlls/winmm/winmm_Es.rc,
+ dlls/winmm/winmm_Fr.rc, dlls/winmm/winmm_It.rc,
+ dlls/winmm/winmm_Pt.rc, dlls/winmm/winmm_Ru.rc,
+ dlls/winmm/winmm_Sk.rc:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fix for winmm resources (patch by Filip Navara).
+
+ * dlls/kernel/tests/heap.c: Hans Leidekker <hans@it.vu.nl>
+ [Global|Local]ReAlloc don't fail with size 0.
+ Fixed typos.
+
+ * dlls/gdi/freetype.c: Marcus Meissner <meissner@suse.de>
+ Older versions of freetype do not have FT_Get_First_Char.
+
+ * tools/winapi/msvcmaker: Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed options for winebuild.
+
+ * dlls/kernel/device.c: Marcus Meissner <marcus@jet.franken.de>
+ Explicitly clear vm86 flag in DIOCRegs_2_CONTEXT.
+
+ * dlls/msvcrt/tests/scanf.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Added snprintf test.
+
+ * dlls/commdlg/cdlg_xx.rc: Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fix.
+
+ * dlls/shell32/iconcache.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Added include of "wine/port.h" for MSVC.
+
+ * dlls/winmm/winealsa/winealsa.drv.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Exported widMessage function.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Yet another useful hint for missing stdole32.tlb.
+
+ * dlls/wininet/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ HTTP_DealWithProxy: Only add http:// to proxy string when needed.
+
+ * dlls/oleaut32/vartype.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not clear the pointer we just allocated, just the first byte it
+ points to.
+
+ * dlls/ntdll/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed potentially uninitialised sz.
+
+ * tools/winemaker: Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added test for -fms-extensions to generated configure.ac.
+
+2003-12-12 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20031212.
+
+----------------------------------------------------------------
+2003-12-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/text.c: Ge van Geldorp <ge@gse.nl>
+ Pass dtp parameter on from DrawTextExA to DrawTextExW.
+
+ * dlls/advapi32/service.c, include/winsvc.h:
+ Aric Stewart <aric@codeweavers.com>
+ Better handling of some service functions.
+
+ * programs/wcmd/wcmd.h: Removed useless #ifdef WINELIB.
+
+ * programs/winefile/Makefile.in:
+ Define __WINE__ to enable extensions (spotted by Martin Fuchs).
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Update the dlls/ section. Remove gdi/{,enh}mfdrv, they aren't
+ DLLs. List the documentation/samples dir as well.
+
+ * Make.rules.in: Add DEFS to the resource compiler flags.
+
+ * libs/wine/ldt.c: Avoid common symbols on Darwin/Mac OS X.
+
+ * dlls/kernel/resource.c:
+ Added exception handlers in FindResourceExA/W (based on a patch by
+ Richard Cohen).
+
+ * dlls/advapi32/registry.c, dlls/ntdll/resource.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Try not to display uninitialized data in traces (found by Valgrind).
+
+ * dlls/comctl32/flatsb.c: Mike Hearn <mike@theoretic.com>
+ Remove flat scrollbar stub fixmes.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added implib rule for building import libs.
+
+ * dlls/x11drv/window.c: Jerry Jenkins <Jerry_J_Jenkins@hotmail.com>
+ Fix managed state of some windows.
+
+ * dlls/oleaut32/typelib.c: Andrew de Quincey <adq_dvb@lidskialf.net>
+ - Implemented HELPDIR subkeys properly in RegisterTypeLib().
+ - Implemented UnRegisterTypeLib().
+ - Fixed various minor bugs.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.h,
+ include/urlmon.idl:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added CreateAsyncBindCtx and IsAsyncMoniker stubs.
+
+ * include/wine/unicode.h, include/winnt.h, libs/unicode/Makefile.in:
+ Ge van Geldorp <ge@gse.nl>
+ When building a PE DLL (MinGW), variables exported from a DLL must be
+ explicitly marked as dllimport when using them.
+
+ * dlls/kernel/pthread.c:
+ Return an error in wine_pthread_mutex_unlock if we don't own the
+ critical section, this should avoid trouble caused by a locking bug
+ inside Xlib.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg16.h,
+ dlls/commdlg/colordlg.c, dlls/commdlg/colordlg.h,
+ dlls/commdlg/colordlg16.c, dlls/commdlg/filedlg16.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/fontdlg.h, dlls/commdlg/fontdlg16.c,
+ dlls/commdlg/generic.c, dlls/commdlg/printdlg.h,
+ dlls/commdlg/printdlg16.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ - The last of the major Win16/32 split for commdlg (for real this
+ time).
+ - Moved most of the 16bit stuff to cdlg16.h.
+ - A few small cleanups.
+
+ * dlls/user/lstr.c:
+ Make Char{Lower,Upper}A call Char{Lower,Upper}BuffA.
+ Small optimization to avoid a memory allocation.
+ Fixed sign extension in Char{Lower,Upper}A (reported by Andreas
+ Rosenberg).
+
+ * dlls/oleaut32/tests/vartype.c:
+ Avoid long long constants (reported by Gerald Pfeifer).
+ Added a few missing parentheses in macros.
+
+ * dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Url Cache improvements.
+ - In Internet{Set,Query}Option functions, hInternet can be NULL.
+ - Add traces to Internet* functions.
+
+ * dlls/kernel/locale.c: Vik Kumar <vik@zone81.com>
+ Added eucJP charset.
+
+ * dlls/commdlg/cdlg_Ja.rc, dlls/user/resources/user32_Ja.rc,
+ objects/gdiobj.c:
+ Vik Kumar <vik@zone81.com>
+ Font changes from MS P Gothic to MS UI Gothic.
+
+ * dlls/comctl32/comctl_Ja.rc, dlls/comctl32/rsrc.rc:
+ Vik Kumar <vik@zone81.com>
+ Added Japanese translation.
+
+ * dlls/ntdll/error.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/tests/rtlstr.c, include/winternl.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error,
+ RtlGUIDFromString, RtlStringFromGUID.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winenas/audio.c,
+ dlls/winmm/wineoss/audio.c:
+ Jeremy Shaw <jeremy.shaw@lindows.com>
+ Move the data around when the ring buffer is resized so that the empty
+ messages are between the tosave and toget indexes.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed missing initializations of struct SHELLEXECUTEINFO.
+
+ * dlls/kernel/console.c, files/file.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved all remaining console related code to dlls/kernel directory.
+
+ * dlls/winsock/socket.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix types in WSAHtonl.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ List the tools subdirs as we do for all the others.
+ Update description of the misc/ dir.
+
+ * programs/regedit/about.c, programs/regedit/childwnd.c,
+ programs/regedit/edit.c, programs/regedit/framewnd.c,
+ programs/regedit/listview.c, programs/regedit/main.c,
+ programs/regedit/main.h, programs/regedit/treeview.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove most string size limitations.
+ Better error handling. Less listview flicker.
+ A bunch of style fixes and improvements.
+
+2003-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/winproc.h, include/wine/server_protocol.h, server/class.c,
+ server/protocol.def, server/trace.c, server/user.h, server/window.c,
+ windows/class.c, windows/win.c:
+ Store a pointer to the client-side class structure in the server and
+ return it on create_window and destroy_class.
+ Only create a single instance of the desktop class for the whole
+ session.
+ Added some missing locking in the client-side class management.
+
+ * dlls/oleaut32/variant.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Oops - VT_EMPTY->VT_RECORD is not allowed.
+
+ * dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/Makefile.in,
+ dlls/oleaut32/tests/vartype.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Test almost all of the low level variant functions
+
+ * dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg.h,
+ dlls/commdlg/fontdlg16.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Do conversions between the font size specified in points (or
+ decipoints) and height specified in logical units.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added stub and prototype for WSAJoinLeaf.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c,
+ dlls/oleaut32/vartype.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Reimplement/document every low level variant function.
+ Implement DECIMAL, I8, UI8 types and other missing conversions.
+ VariantChangeType: Use LOCALE_USER_DEFAULT as per MSDN.
+ VariantChangeTypeEx: Support new types, pass proper flags.
+ VarNumFromParseNum: Support VT_DECIMAL as output.
+
+ * dlls/winmm/winealsa/audio.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added WaveIn support.
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Enable the display of a true type bitmap for true type fonts.
+
+ * dlls/netapi32/wksta.c: Huw Davies <huw@codeweavers.com>
+ Fix incorrect calculation of transport_addr.
+
+ * dlls/advapi32/service.c: Huw Davies <huw@codeweavers.com>
+ Don't crash if lpDependencies is NULL.
+
+ * dlls/crypt32/main.c, include/wincrypt.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implement CryptRegisterOIDFunction and CryptSIPAddProvider.
+
+ * dlls/wininet/http.c: Jeremy Shaw <jeremy.shaw@lindows.com>
+ Add a '\r\n' to lpszHeaders if it is not already terminated by
+ '\r\n'.
+
+ * dlls/kernel/comm.c: Frank <f.gockel@t-online.de>
+ Fixed size check in GetCommConfig().
+
+ * programs/view/view.c: Richard Cohen <richard@daijobu.co.uk>
+ - Fix obsolete comments about windowsx, commdlg.
+ - Increase filename length to MAX_PATH.
+ - Set the windows extent before playing the metafile.
+ - Don't hardcode logpixels to 96.
+
+ * dlls/shell32/control.c: Richard Cohen <richard@daijobu.co.uk>
+ - Check FindFirstFile against INVALID_HANDLE_VALUE not 0.
+ - Display window & messagebox even if there are no applets.
+
+2003-12-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/class.c:
+ Added tests for class style and instance handling.
+
+ * controls/button.c, controls/combo.c, controls/desktop.c,
+ controls/edit.c, controls/icontitle.c, controls/listbox.c,
+ controls/menu.c, controls/scroll.c, controls/static.c,
+ windows/dialog.c, windows/mdi.c:
+ System classes must not have the CS_GLOBALCLASS style.
+
+ * dlls/user/user_main.c, dlls/user/winproc.h,
+ include/wine/server_protocol.h, server/Makefile.in, server/class.c,
+ server/process.c, server/process.h, server/protocol.def,
+ server/request.h, server/trace.c, server/user.h, server/window.c,
+ windows/class.c, windows/win.c:
+ Added window classes in the server, and support for inter-process
+ GetClassWord/Long (based on a patch by Mike McCormack).
+ Various fixes to the class instance handling.
+
+ * server/file.c, server/trace.c:
+ Print names for Win32 errors too, plus a few more status codes.
+
+ * dlls/user/dialog16.c, windows/dialog.c:
+ Andreas Rosenberg <sonix2003@ctf-z.de>
+ Point size in DLG_TEMPLATE may be negative.
+
+ * programs/regedit/listview.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Sort the listview when clicking the Name or Type headers.
+
+ * dlls/msvideo/mciwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for some MCIWNDF_ styles, indicate that we do not support
+ MCIWNDM_* messages at all.
+
+ * windows/class.c:
+ Made all the RegisterClass and GetClassInfo variants call the
+ corresponding Ex function.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/trace.c,
+ server/window.c, windows/win.c:
+ Added support for inter-process GetWindowWord.
+ Do better range checking on the window extra bytes.
+
+ * server/file.c, server/thread.h:
+ Added set_win32_error() for error codes that don't have an NT status
+ equivalent.
+
+ * dlls/shell32/classes.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ - Implementation of HCR_GetExecuteCommandExW for internal use.
+ - New inline function __SHCloneStrAtoW.
+
+ * dlls/oleaut32/typelib.c: Andrew de Quincey <adq_dvb@lidskialf.net>
+ Upwards traversal of inheritance tree didn't occur for dispatch
+ interfaces.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix a couple of tests for w2k (Russian).
+
+ * dlls/comctl32/listview.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Don't call GetWindowLong for every comparison while sorting.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ If a font has a version 0 OS2 table then Windows uses ANSI_CHARSET if
+ the first charcode < 0x100, else it uses SYMBOL_CHARSET. Based on a
+ patch by Rein Klazes.
+
+ * include/winternl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add a few soon-to-be-implemented functions.
+
+2003-12-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix the tests to pass when locale settings are user-overriden.
+ Fix those tests which pass now.
+ Test copying, formatting, VarAbs, VarNot.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/parsedt.c, dlls/oleaut32/parsedt.h,
+ dlls/oleaut32/resource.h, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement conversions between dates and strings.
+ Remove the final cruft associated with the old date code
+ BPB's: Roll milliseconds correctly; LOCALE_NOUSEROVERRIDE for num
+ parsing.
+ Implement VarAbs and VarNot.
+
+2003-12-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user32.spec, include/winuser.h, windows/nonclient.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implemented GetTitleBarInfo.
+
+ * programs/regedit/childwnd.c, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/listview.c,
+ programs/regedit/main.c, programs/regedit/main.h,
+ programs/regedit/regedit.c, programs/regedit/regproc.c,
+ programs/regedit/regproc.h, programs/regedit/treeview.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Reformat regedit in a consistent manner.
+
+ * dlls/ole32/ifs.c, dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c,
+ dlls/ole32/ole32_main.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet been called and
+ debugging is on.
+ - Fix OleMetafilePictFromIconAndLabel (fixes attachments in Outlook2k).
+ - Implement OleTranslateAccelerator.
+ - Move OleCreate and a load of PropVariant functions out of stubs file.
+ - Change OleCreate to a semi-stub.
+
+ * dlls/uxtheme/Makefile.in, dlls/uxtheme/msstyles.c,
+ dlls/uxtheme/msstyles.h, dlls/uxtheme/system.c:
+ Kevin Koltzau <kevin@plop.org>
+ Load, validate and retrieve a few properties from an msstyles theme.
+
+ * programs/clock/Da.rc, programs/clock/De.rc, programs/clock/En.rc,
+ programs/clock/Es.rc, programs/clock/Fi.rc, programs/clock/Fr.rc,
+ programs/clock/Hu.rc, programs/clock/It.rc,
+ programs/clock/Makefile.in, programs/clock/Nl.rc,
+ programs/clock/Pt.rc, programs/clock/README, programs/clock/Ru.rc,
+ programs/clock/Si.rc, programs/clock/Sk.rc, programs/clock/Sw.rc,
+ programs/clock/TODO, programs/clock/Th.rc, programs/clock/Wa.rc,
+ programs/clock/Zh.rc, programs/clock/clock_res.h,
+ programs/clock/language.c, programs/clock/language.h,
+ programs/clock/main.c, programs/clock/main.h,
+ programs/clock/winclock.c, programs/clock/winclock.h:
+ Richard Cohen <richard@daijobu.co.uk>
+ - Implement 'Choose font', 'No title', 'Always on Top'.
+ - Paint to offscreen bitmap to eliminate flicker.
+ - Put 'Always on top' on the main menu not the system menu.
+ - Date format should be DATE_LONGDATE.
+ - L button drag to move.
+ - Cosmetic adjustments.
+
+ * dlls/kernel/tests/file.c: Hans Leidekker <hans@it.vu.nl>
+ Include tests for MoveFile[W|A].
+
+ * dlls/kernel/tests/locale.c: Hans Leidekker <hans@it.vu.nl>
+ Deal with kernels that don't have IsValidLanguageGroup.
+ Deal with non-implemented FoldString[A|W].
+
+ * dlls/kernel/tests/directory.c: Hans Leidekker <hans@it.vu.nl>
+ Check for ERROR_CALL_NOT_IMPLEMENTED error from RemoveDirectoryW.
+
+ * winedefault.reg: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct "MCI Extensions" registry section, add MCI32 section.
+
+ * include/winuser.h: Added CS_DROPSHADOW.
+
+ * dlls/kernel/atom.c, dlls/kernel/console.c, dlls/kernel/dosmem.c,
+ dlls/kernel/file.c, dlls/kernel/global16.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+ dlls/kernel/local16.c, dlls/kernel/ne_module.c,
+ dlls/kernel/ne_segment.c, dlls/kernel/snoop16.c, dlls/kernel/sync.c,
+ dlls/kernel/task.c, dlls/kernel/vxd.c, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/virtual.c,
+ dlls/user/user_main.c, dlls/x11drv/dib.c, include/global.h,
+ objects/metafile.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move content of global.h into the appropriate private headers.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Move (again) usage of 16 bit specific functions (thunk lock) to 16 bit
+ code only.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Limit usage of vertex arrays to correct states.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ If usWinAscent + usWinDescent == 0 then use the Ascender and Descender
+ values instead.
+
+ * dlls/commdlg/fontdlg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a font object leak in the font dialog's WM_PAINT handler.
+
+ * winedefault.reg: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct a couple of incorrect registry root key names.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, include/wincrypt.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for CertCreateCRLContext and CertCloseStore.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Streamline dlls/ and programs/ in terms of indentation.
+ Updated the programs/ (added and deleted a bunch of entries).
+ Added the include/{msvcrt,wine} to the list of include dirs.
+
+ * programs/winemine/rsrc.rc: Pavel Roskin <proski@gnu.org>
+ Make inactive LED segments dimmer to make numbers easier to read.
+
+ * dlls/msacm/winemp3/common.c, dlls/msacm/winemp3/interface.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Remove an instance of exit(). We should return failure, not kill the
+ thread, when a bad stream is encountered.
+
+ * dlls/winmm/winealsa/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ First enumerate all internal devices and then external midi ports.
+
+ * dlls/advapi32/tests/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Remove ntdll from imports.
+
+ * dlls/netapi32/wksta.c, include/lmcons.h, include/lmwksta.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Partially implement NetWkstaGetInfo.
+
+ * include/Makefile.in, programs/winemenubuilder/wine.xpm,
+ programs/winemenubuilder/winemenubuilder.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move include/bitmaps/*.xpm where they belong.
+
+ * dlls/cabinet/cabinet.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed parameter types of function Extract.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/bitmap.c, dlls/wineps/encode.c,
+ dlls/wineps/ps.c, dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ Run length and ascii85 encode image data.
+
+2003-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, include/clipboard.h,
+ windows/clipboard.c:
+ Get rid of clipboard.h.
+
+ * dlls/opengl32/wgl.c:
+ Removed now useless call to glXQueryExtensionsString.
+
+ * windows/painting.c:
+ In RDW_ValidateParent, get rid of the parent update region if it is
+ empty after the validation, to avoid a useless WM_PAINT.
+
+ * programs/regedit/regedit.c, programs/regedit/regproc.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Print error messages to stderr as is customary.
+
+ * configure, configure.ac, dlls/x11drv/Makefile.in,
+ dlls/x11drv/bitblt.c, dlls/x11drv/bitmap.c, dlls/x11drv/brush.c,
+ dlls/x11drv/clipping.c, dlls/x11drv/codepage.c, dlls/x11drv/dib.c,
+ dlls/x11drv/graphics.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c,
+ dlls/x11drv/palette.c, dlls/x11drv/pen.c, dlls/x11drv/text.c,
+ dlls/x11drv/xfont.c, tools/winapi_check/modules.dat:
+ Moved all the files in graphics/x11drv to dlls/x11drv.
+
+ * dlls/ntdll/server.c, documentation/wine.man.in, libs/wine/debug.c,
+ libs/wine/loader.c:
+ Added a WINEDEBUG environment variable that allows turning on debug
+ output as early as possible during startup.
+
+ * dlls/x11drv/x11drv_main.c, documentation/samples/config:
+ Removed X11 display parameter from the config file, this is more
+ confusing than useful.
+
+ * programs/regedit/childwnd.c, programs/regedit/framewnd.c:
+ Filip Navara <xnavara@volny.cz>
+ Fixed some flags in calls to CreateWindowEx.
+ Fixed color of the splitter.
+
+2003-12-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv_main.c:
+ Initialize Xlib threading support to see what it breaks...
+
+ * dlls/x11drv/window.c, dlls/x11drv/x11drv.h:
+ Mike Hearn <mike@theoretic.com>
+ Map (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_TYPE_UTILITY.
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Correct the test for the ODS_SELECTED bit in the WM_DRAWITEM message
+ handler.
+
+ * dlls/kernel/tests/heap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ More tests for {Local,Global}{,Re}Alloc() calls.
+ Cleanup of the Heap*() tests.
+
+ * dlls/winmm/winealsa/audio.c:
+ Define ALSA_PCM_OLD_* symbols for compatibility with Alsa 1.0.
+
+ * dlls/kernel/device.c: Juan Lang <juan_lang@yahoo.com>
+ Partially implement DeviceIoControl for VDHCP, VNETBIOS, and VNB.
+ Gets rid of FIXMEs for ipconfig.exe and winipcfg.exe.
+
+ * dlls/uxtheme/.cvsignore, dlls/uxtheme/Makefile.in,
+ dlls/uxtheme/draw.c, dlls/uxtheme/main.c, dlls/uxtheme/metric.c,
+ dlls/uxtheme/property.c, dlls/uxtheme/system.c,
+ dlls/uxtheme/uxtheme.spec, dlls/uxtheme/uxthemedll.h,
+ dlls/uxtheme/version.rc:
+ Kevin Koltzau <kevin@plop.org>
+ Added stubs for all functions.
+
+ * dlls/wineps/ps.c, dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ Let PSDRV_WriteSpool cope with strings longer than 0xffff bytes.
+
+ * dlls/netapi32/access.c, dlls/netapi32/browsr.c,
+ dlls/netapi32/netapi32.spec, dlls/netapi32/wksta.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for some functions.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add missing ListView_GetViewRect() macro.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement the Rtlp* registry functions.
+
+ * dlls/msvcrt/cppexcept.c, dlls/msvcrt/except.c,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrtd/msvcrtd.spec,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
+ make them available for imports.
+
+ * dlls/ntdll/exception.c, include/wine/port.h, include/winnt.h:
+ Moved the DEFINE_REGS_ENTRYPOINT macros to include/wine/port.h.
+ Removed the C fallback code, do that in the callers instead.
+
+ * dlls/ntdll/rtlstr.c:
+ We no longer need a special case for codepages on startup,
+ initialization is done in the correct order now.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/xdnd.c: Portability fixes.
+
+ * dlls/comctl32/comctl_Th.rc, dlls/comctl32/rsrc.rc:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added Thai translation.
+
+ * dlls/wsock32/wscontrol.h: Juan Lang <juan_lang@yahoo.com>
+ Removed unused structure declaration.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winetest/.cvsignore, programs/winetest/Makefile.in,
+ programs/winetest/main.c, programs/winetest/maketest,
+ programs/winetest/send.c, programs/winetest/util.c,
+ programs/winetest/winetest.h:
+ Jakob Eriksson <jakov@vmlinux.org>
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ New Wine test shell utility.
+
+ * dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg16.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Use the lfHeight field to initialize the font dialog's point size. Do
+ not forget to return some values in the choosefont structure in the 16
+ bit version of the ChooseFont function.
+
+ * dlls/netapi32/apibuf.c, dlls/netapi32/tests/apibuf.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix NetApiBufferReallocate and add a few tests for the border cases
+ (thanks to Juan Lang for clarifications).
+
+ * winedefault.reg: Rein Klazes <rklazes@xs4all.nl>
+ Add Fonts key for NT versions of Windows.
+
+ * dlls/kernel/cpu.c: Marcus Meissner <marcus@jet.franken.de>
+ On i686, report processor level 6.
+
+2003-12-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/locale.c:
+ Converted locale setup to Unicode so that we don't use code pages
+ before they are initialized. Improved error reporting a bit.
+
+ * programs/regedit/Makefile.in, programs/regedit/main.c,
+ programs/regedit/main.h:
+ Use delayed imports instead of explicit GetProcAddress calls.
+
+ * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cn.rc,
+ dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Es.rc,
+ dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc,
+ dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Nl.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc,
+ dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Si.rc,
+ dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc,
+ dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg.h,
+ dlls/commdlg/fontdlg16.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Implement combobox to select the font's character set.
+ Bug fixes: handle WM_MEASUREITEM message; handle the WM_PAINT message
+ in the 16bit font dialog, so it displays the sample string too.
+
+ * programs/rundll32/Makefile.in, programs/rundll32/rundll32.c:
+ Added support for loading 16-bit dlls.
+
+ * dlls/ntdll/loader.c:
+ Removed no longer used extra space allocated in the modref structure.
+
+ * dlls/kernel/locale.c:
+ Revert change for handling user overrides as numbers and reimplement
+ it differently.
+
+ * configure, configure.ac: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added -lXmu and -lXi for glut library.
+
+ * programs/regedit/En.rc, programs/regedit/Makefile.in,
+ programs/regedit/childwnd.c, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/main.c,
+ programs/regedit/main.h, programs/regedit/resource.h,
+ programs/regedit/treeview.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added support for editing strings.
+
+ * dlls/shell32/control.c, dlls/shell32/shell32.spec:
+ Implemented RunDLL_CallEntry16.
+
+ * programs/clock/main.c, programs/clock/winclock.c,
+ programs/clock/winclock.h:
+ Richard Cohen <richard@daijobu.co.uk>
+ - Properly disable the second hand.
+ - Remove unneeded #include "winnls", #define MIN.
+ - Get the digital clock working.
+
+ * include/urlmon.h, include/urlmon.idl:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ IBindHost interface additions.
+
+ * include/ocidl.h, include/ocidl.idl:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added IObjectWithSite interface.
+
+ * tools/winegcc/winewrap.c: Richard Cohen <richard@daijobu.co.uk>
+ Search for libraries in the order - .so - .def - .a
+
+ * programs/clock/Da.rc, programs/clock/De.rc, programs/clock/En.rc,
+ programs/clock/Es.rc, programs/clock/Fi.rc, programs/clock/Fr.rc,
+ programs/clock/Hu.rc, programs/clock/It.rc, programs/clock/Nl.rc,
+ programs/clock/Pt.rc, programs/clock/Ru.rc, programs/clock/Si.rc,
+ programs/clock/Sk.rc, programs/clock/Sw.rc, programs/clock/Th.rc,
+ programs/clock/Wa.rc, programs/clock/Zh.rc,
+ programs/clock/clock_res.h, programs/clock/language.c,
+ programs/clock/main.c, programs/clock/main.h, programs/clock/rsrc.rc:
+ Richard Cohen <richard@daijobu.co.uk>
+ - Use resource ids IDM_*, IDS_* instead of numbers.
+ - Move ... from toplevel "Info..." onto sub items (eg "About").
+
+ * objects/pen.c: Andrew de Quincey <adq_dvb@lidskialf.net>
+ Check brush style before printing FIXME.
+
+ * controls/scroll.c: Huw Davies <huw@codeweavers.com>
+ Only honour SBS_SIZEBOX*ALIGN styles if SBS_SIZE{GRIP,BOX} is set.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@skybest.com>
+ Updated.
+
+2003-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/avitools/Makefile.in, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c, programs/avitools/icinfo.c:
+ Use normal dll imports instead of GetProcAddress hacks.
+
+ * controls/listbox.c: Aric Stewart <aric@codeweavers.com>
+ Invalidate items on set selection.
+
+ * controls/scroll.c: Aric Stewart <aric@codeweavers.com>
+ Huw Davies <huw@codeweavers.com>
+ Some support for SBS_SIZEGRIP.
+
+ * dlls/opengl32/wgl.c: Daniel Skorka <skorka@gmx.net>
+ Fixed a problem using glXGetProcAddresARB with bad OpenGL libs.
+
+ * files/file.c: Removed no longer needed dll separation hack.
+
+ * dlls/kernel/comm.c, dlls/kernel/sync.c, dlls/winedos/int13.c,
+ dlls/winsock/socket.c, files/file.c, include/file.h:
+ Use wine_server_release_fd() instead of close() everywhere we use
+ wine_server_handle_to_fd().
+ A few minor winsock cleanups.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/glut32/.cvsignore,
+ dlls/glut32/Makefile.in, dlls/glut32/glut.c, dlls/glut32/glut32.spec,
+ dlls/make_dlls:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added glut32 dll.
+
+ * programs/wineconsole/wineconsole.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ - the last event was not looked at when compressing console events
+ - better compression for UPDATE_EVENTs as they are not influenced by
+ CURSOR_POS or CURSOR_GEOM
+ - added debug traces
+
+ * dlls/oleaut32/hash.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add hash tables for all supported languages.
+ Remove some useless includes.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c,
+ include/winsvc.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for ChangeServiceConfigA/W.
+ Implement CreateServiceW and call it from CreateServiceA.
+ Partial implementation of QueryServiceConfigW.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, include/wincrypt.h:
+ Thomas Brix Larsen <killar@get2net.dk>
+ Added stub for CryptProtectData, so programs like Skype can start.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Move usage of 16 bit specific functions (MapSL) in 16 bit code only.
+
+ * dlls/comctl32/tab.c, dlls/comctl32/tests/tab.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ - Fix drawing of HotTracked tabs & buttons.
+ - More tab size fixes in different styles.
+ - Don't use new padding until style changes.
+ - Fix left alignment of labels &| icons.
+ - Don't draw over UpDown control.
+ - Fully erase tabs when scrolling.
+ - More tests.
+
+2003-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/server.c,
+ dlls/ntdll/virtual.c, files/smb.c, files/smb.h, include/async.h,
+ include/wine/server.h, server/fd.c:
+ Added wine_server_release_fd function to release the fd returned by
+ wine_server_handle_to_fd. Fixed a couple of potential fd leaks.
+
+ * dlls/ntdll/relay.c:
+ Allow RELAY_SetupDLL to be called twice on the same dll.
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/lcformat.c,
+ dlls/kernel/time.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fail GetCalendarInfoA for Unicode-only locales.
+
+ * dlls/kernel/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Allow user overridden locale data to be retrieved as numbers.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/colordlg.h,
+ dlls/commdlg/colordlg16.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Split the Win16/32 color dialog by duplicating two internal
+ functions.
+
+ * programs/clock/Th.rc, programs/notepad/Th.rc,
+ programs/notepad/rsrc.rc:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Thai translation of notepad. Fix spelling in clock translations.
+
+ * dlls/gdi/gdi32.spec, objects/enhmetafile.c:
+ Huw Davies <huw@codeweavers.com>
+ Implement CopyEnhMetaFileW.
+
+ * dlls/commdlg/cdlg_En.rc: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Spelling/Grammar fixes.
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Add sample texts for all missing character sets (or explain why some
+ don't have it). Put the complete text in one place and remove the glue
+ code. Change the 2D array that holds the texts by a array of pointer
+ to 1D character arrays to save space.
+
+ * include/msi.h, include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Declare some MSI functions.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Move usage of 16 bit specific functions (MapSL) in 16 bit code only.
+
+ * dlls/winedos/timer.c: Jukka Heinonen <jhei@iki.fi>
+ Add upper limit for the number of pending timer interrupts.
+ Check if timer has been stuck and issue an error to user.
+ Fix handling of timer period zero.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <marcus@jet.franken.de>
+ Use correct pointer for SysFreeString.
+
+ * dlls/devenum/devenum.rc, dlls/msdmo/rsrc.rc:
+ Tom Wickline <twickline@skybest.com>
+ Use the same version format for all DX dlls.
+
+ * include/wingdi.h: Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added SetDCPenColor prototype.
+
+ * dlls/psapi/psapi.spec, dlls/psapi/psapi_main.c:
+ Kevin Koltzau <kevin@plop.org>
+ Export QueryWorkingSet.
+
+2003-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/Makefile.in, programs/make_progs:
+ Added make_progs tool to generate the programs makefile.
+ Create symlinks for all the Winelib apps.
+
+ * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+ dlls/iphlpapi/iphlpapi_main.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - fixes thread safety issues
+ - fixes problems with non-IP (e.g. IPX) addresses
+ - updates comments to reflect winsock, netapi32 changes
+
+ * dlls/avifil32/rsrc.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_xx.rc, dlls/devenum/devenum.rc,
+ dlls/shell32/shell32_xx.rc, dlls/shell32/version.rc,
+ dlls/shell32/version16.rc, include/wine/wine_common_ver.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ A general cleanup of the version resources in Wine DLLs.
+
+ * dlls/winsock/socket.c: Juan Lang <juan_lang@yahoo.com>
+ Removed annoying message about missing entry in /etc/services.
+
+ * programs/winedbg/debug.l: Andrew de Quincey <adq_dvb@lidskialf.net>
+ Fixed one more HeapReAlloc call.
+
+ * programs/clock/language.c, programs/clock/language.h,
+ programs/clock/main.c, programs/clock/main.h:
+ Richard Cohen <richard@daijobu.co.uk>
+ Remove some unused code.
+
+ * configure, configure.ac, programs/Makefile.in, tools/make_debug:
+ Removed some no longer used programs.
+
+ * documentation/bugs.sgml: Brian Vincent <vinn@theshell.com>
+ Replace some obsolete resources with newer ones.
+
+ * objects/dc.c: Richard Cohen <richard@daijobu.co.uk>
+ Added missing GDI_ReleaseObj() to GetDCBrushColor & GetDCPenColor.
+
+ * include/wine/wine_common_ver.rc, programs/regsvr32/regsvr32.rc:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Changed the version resource to be created in the common way.
+
+2003-11-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/rtlbitmap.c:
+ Fixed bitmap range checking to avoid integer overflows.
+
+ * dlls/netapi32/Makefile.in, dlls/netapi32/nbcmdqueue.c,
+ dlls/netapi32/nbcmdqueue.h, dlls/netapi32/nbnamecache.c,
+ dlls/netapi32/nbnamecache.h, dlls/netapi32/nbt.c,
+ dlls/netapi32/netapi32.c, dlls/netapi32/netbios.c,
+ dlls/netapi32/netbios.h, dlls/netapi32/wksta.c, include/lmwksta.h,
+ include/nb30.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Implemented a lot of Netbios().
+
+2003-11-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Remember (do not reset) font size and style parameters in the initial
+ dialog and when another font is selected.
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix a bug in the test for italic font style property.
+
+ * documentation/running.sgml: Mike Hearn <mike@theoretic.com>
+ Update debug channel list.
+
+ * dlls/ntdll/path.c: Francois Gouget <fgouget@codeweavers.com>
+ Only convert '/'s to '\\'s up to the '\0' as the rest of the buffer
+ may not be initialized (found by Valgrind).
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Tidy up indentation.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/shlwapi/tests/clsid.c:
+ Porting fixes.
+
+ * server/clipboard.c: cbthread and cbowner don't need to be exported.
+
+ * dlls/msvcrt/math.c, include/msvcrt/stdlib.h, tools/winebuild/import.c:
+ Better support for div and ldiv in Winelib apps.
+
+ * winedefault.reg: Francois Gouget <fgouget@codeweavers.com>
+ Remove duplicated SerialComm key.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/socket.c,
+ dlls/winsock/socket16.c, dlls/winsock/winsock.spec:
+ Moved the 16-bit code out of socket.c and into a separate file.
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement the TCP table query, netstat.exe now shows TCP listening and
+ connected sockets.
+
+ * programs/regsvr32/.cvsignore, programs/regsvr32/Makefile.in,
+ programs/regsvr32/regsvr32.rc:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added version info resource.
+
+ * tools/winegcc/Makefile.in, tools/winegcc/winewrap.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ - Add standard dll path last instead of first.
+ - Add standard lib path as well.
+ - Remove . from default library search path.
+ - Compiling with -lwine needs to use the given -L paths.
+
+ * dlls/shell32/iconcache.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix two memory leaks. Found by Dietrich Teickner.
+
+2003-11-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Merge {Set,Insert}Item[AW] to {Set,Insert}ItemT.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/unicows/.cvsignore,
+ dlls/unicows/Makefile.in, dlls/unicows/main.c,
+ dlls/unicows/unicows.spec:
+ Added unicows dll, based on the spec file written by Shachar Shemesh.
+
+ * dlls/kernel/computername.c, dlls/kernel/fiber.c, dlls/kernel/heap.c,
+ dlls/kernel/instr.c, dlls/kernel/module.c, dlls/kernel/process.c,
+ dlls/kernel/resource16.c, dlls/kernel/string.c, dlls/kernel/thread.c,
+ dlls/ntdll/loader.c, dlls/ntdll/resource.c, dlls/rpcrt4/rpc_server.c,
+ dlls/version/resource.c, dlls/win32s/w32sys.c, dlls/winedos/int25.c,
+ dlls/winedos/int26.c, dlls/wininet/internet.c, dlls/winspool/info.c,
+ dlls/x11drv/xvidmode.c, files/dos_fs.c, include/wine/server.h,
+ libs/wine/port.c, programs/winecfg/drive.c, programs/winedbg/dbg.y,
+ programs/winedbg/debugger.h, programs/winedbg/msc.c,
+ programs/winedbg/winedbg.c:
+ Porting fixes.
+
+ * dlls/x11drv/winpos.c: Rein Klazes <rklazes@xs4all.nl>
+ In clip_children() don't clip the visible region by children that have
+ a WS_EX_TRANSPARENT style.
+
+ * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ In TREEVIEW_EnsureVisible handle case where firstVisible is NULL.
+
+2003-11-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/caret.c, dlls/user/focus.c, dlls/user/hook.c,
+ dlls/user/lstr.c, dlls/user/painting.c, dlls/user/property.c,
+ dlls/winedos/dosvm.c, dlls/winedos/int21.c, windows/cursoricon.c,
+ windows/defwnd.c, windows/input.c, windows/message.c,
+ windows/painting.c, windows/queue.c, windows/timer.c,
+ windows/winpos.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fixes.
+
+ * dlls/user/resource.c: Jeff Miller <jeff-lists@tanner.com>
+ Mask off bit 0x80 in the accelerator table entry field fVirt if it's
+ not the last entry.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Merge GetItem[AW] into GetItemT.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/trace.c,
+ server/window.c, windows/win.c:
+ Added support for inter-process GetWindowLong on the window extra
+ bytes.
+
+ * dlls/comctl32/treeview.c: Aric Stewart <aric@codeweavers.com>
+ Redraw if bold state changes.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add support for TBSTYLE_EX_MIXEDBUTTONS.
+ - Add support for TBSTYLE_EX_HIDECLIPPEDBUTTONS.
+ - Replace 'magic numbers' with #define'd constants.
+ - Fix TBN_INITCUSTOMIZE.
+ - Add support for TBN_CUSTHELP and TBN_RESET.
+ - Fix TB_SETEXTENDEDSTYLE (it appears it should or the new style,
+ rather than set).
+ - Fix TB_SETSTYLE (this is meant to be for setting the control style,
+ not the button style).
+
+ * dlls/avifil32/avifile.c, dlls/avifil32/wavfile.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed multiple bugs in FindSample implementation of AVI and WAV file
+ handler.
+
+ * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Always recompute an item's text width in the case of text callbacks
+ and when its attributes change.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/x11drv/x11drv.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix .spec file parameters for CreateDC driver API.
+
+ * dlls/ntdll/relay.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix another RtlReAllocateHeap call.
+
+ * include/winuser.h:
+ Fixed WINELIB_NAME_AW typo (thanks to Robert Shearman).
+ Removed extra BroadcastSystemMessage prototype.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added a few missing TabCtrl_* macros.
+
+ * controls/menu.c, dlls/user/controls.h, windows/defwnd.c,
+ windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make Alt+[national key] menu shortcuts work.
+
+ * include/commctrl.h, include/winuser.h, windows/input.c:
+ Kevin Koltzau <kevin@plop.org>
+ Implement the TME_NONCLIENT flag in TrackMouseEvent to handle
+ nonclient hover/ leave events.
+
+ * tools/bug_report.pl: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Changed Adam Sacarny's email, and -debugmsg to --debugmsg.
+
+ * dlls/ole32/ifs.c, dlls/shell32/shell32_main.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ {Global,Local}ReAlloc() does not allocate memory.
+
+ * dlls/kernel/ne_module.c:
+ NE_LoadBuiltinModule: return error 21 if the module we loaded was a
+ 32-bit builtin. This should help WinExec16 to do the right thing.
+
+ * include/oledlg.h, include/ras.h, include/vfw.h, include/winbase.h,
+ include/wincrypt.h, include/wingdi.h, include/winnetwk.h,
+ include/winnls.h:
+ Added missing prototypes for some implemented functions.
+
+ * programs/winedbg/debug.l: Fixed one more HeapReAlloc call.
+
+ * controls/menu.c, dlls/user/msg16.c, dlls/user/user32.spec,
+ include/oleidl.h, include/oleidl.idl, include/winuser.h,
+ programs/regedit/main.c, programs/regedit/main.h, windows/message.c,
+ windows/win.c:
+ Fixed declarations of BroadcastSystemMessage and TranslateAccelerator
+ in winuser.h. Added GetWindowModuleFileName.
+
+ * dlls/shell32/shell32_main.h, include/shellapi.h, include/shlobj.h:
+ Moved the ShellExecuteEx definitions to shellapi.h where they belong.
+
+ * ANNOUNCE, BUGS, README, documentation/PACKAGING,
+ documentation/README.fr, documentation/README.it,
+ documentation/README.pt, documentation/README.pt_br,
+ documentation/bugs.sgml, documentation/configuring.sgml,
+ documentation/cvs-regression.sgml, documentation/documentation.sgml,
+ documentation/faq.sgml, documentation/fonts.sgml,
+ documentation/getting.sgml, documentation/introduction.sgml,
+ documentation/testing.sgml, documentation/wine.man.in,
+ documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml,
+ documentation/winelib-porting.sgml, programs/winecfg/En.rc,
+ programs/winecfg/Es.rc, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc, programs/winecfg/Si.rc, tools/bug_report.pl,
+ tools/genpatch, tools/winebuild/winebuild.man.in,
+ tools/winedump/winedump.h, tools/wineinstall, tools/wmc/wmc.man,
+ tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make the winehq.org domain the official one.
+
+ * programs/winemine/En.rc, programs/winemine/Fr.rc,
+ programs/winemine/It.rc, programs/winemine/dialog.c,
+ programs/winemine/dialog.h, programs/winemine/main.c,
+ programs/winemine/main.h, programs/winemine/resource.h,
+ programs/winemine/rsrc.rc:
+ Joshua Thielen <joshua_thielen@yahoo.com>
+ Fixed incorrect labeling of question boxes.
+ Removed incorrect email address in copyright.
+
+ * dlls/winmm/winmm.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fix handling of the lpuDeviceID input param in MIDI_StreamOpen.
+
+ * dlls/commdlg/fontdlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix "sample" box drawing by adding some needed coordinate and size
+ transformations.
+
+ * dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/metafiledrv.h, dlls/gdi/mfdrv/objects.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use the handle deletion mechanism in wmfs.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Unicodification. Based on a patch by Aric Stewart.
+
+ * Makefile.in: Shachar Shemesh <wine-patches@shemesh.biz>
+ Fix the ctags building command.
+
+ * dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c,
+ dlls/ole32/memlockbytes16.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix mem leak when GlobalReAlloc() fails.
+
+ * dlls/oleaut32/oleaut.c: Dimitrie O. Paun <dpaun@rogers.com>
+ SysReAllocStringLen is documented to segfault on NULL pointer.
+
+ * dlls/ole32/ifs.c, dlls/ole32/ole16.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the IMalloc::ReAlloc() to follow the documented behavior.
+
+2003-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c:
+ Better support for loading exe files as libraries.
+ Make sure kernel32 and ntdll have a full path name even though they
+ are loaded before we know the system dir.
+
+ * dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/enhmfdrv/objects.c, dlls/gdi/mfdrv/init.c, include/gdi.h,
+ objects/gdiobj.c:
+ Huw Davies <huw@codeweavers.com>
+ Let enhmetafiles reuse gdi handles. This works by a dc 'registering'
+ with an object that it wants to know when the object is deleted. Until
+ the dc gets delete notification it's free to assume that it doesn't
+ need to write the create record for that object again. Upon receiving
+ the delete notification it writes the DeleteObject record. Windows
+ seems to do it this way too.
+
+ * dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c, dlls/ntdll/thread.c,
+ include/thread.h:
+ Store the thread entry point in the startup info passed to the new
+ thread instead of the TEB.
+
+ * configure, configure.ac, include/config.h.in, libs/Makelib.rules.in,
+ tools/winemaker:
+ Pierre d'Herbemont <stegefin@free.fr>
+ Add Darwin/Mac OS X support to the build system.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/dib_convert.c,
+ dlls/x11drv/dib_dst_swap.c, dlls/x11drv/dib_src_swap.c,
+ dlls/x11drv/x11drv.h:
+ Huw Davies <huw@codeweavers.com>
+ Add support for display of dibs on MSB XServers.
+
+ * dlls/winedos/int21.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ INT21_GetFreeDiskSpace(): The drive parameter is found in the DL
+ register.
+
+ * dlls/kernel/thread.c, dlls/ntdll/heap.c, include/thread.h,
+ include/winbase.h:
+ Store the last error code at the TEB offset used by NT instead of the
+ Win9x one.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int13.c,
+ dlls/winedos/int25.c, dlls/winedos/int26.c, files/drive.c,
+ include/drive.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Got rid of DRIVE_OpenDevice, and replaced it with Win32 equivalents.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests for the non-variant date conversion functions.
+
+ * dlls/oleaut32/typelib.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Improve/shrink variant dumping code.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/varformat.c, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented the variant formatting functions.
+ Bool->bstr makes a number str unless [ALPHA|LOCAL]BOOL is passed.
+
+ * dlls/oleaut32/variant.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Macros for dumping a variants type and flags.
+ Fix the date inlines.
+ Round negative numbers with fractional parts > 0.5 correctly.
+
+ * dlls/wininet/internet.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Undefine FAR to avoid conflict with ssl.h.
+
+ * tools/bug_report.pl: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added winver information for windows me and windows server 2003.
+ Updated date format from YYMMDD to YYYYMMDD.
+ Changed a few output messages so they are more
+ intuitive/constructive/up to date.
+
+ * dlls/oleacc/main.c, dlls/oleacc/oleacc.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for CreateStdAccessibleObject.
+
+ * dlls/comctl32/toolbar.c: Rein Klazes <rklazes@xs4all.nl>
+ Use button face color for the image mask when adding a bitmap to the
+ toolbar, not the color of the top left pixel of the image.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/process.c, dlls/ntdll/loader.c,
+ dlls/ntdll/loadorder.c, dlls/ntdll/ntdll.spec, include/module.h:
+ Removed MODULE_GetLoadOrderA.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/heap.c, dlls/ntdll/heap.c,
+ dlls/ntdll/tests/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ RtlHeapReAllocate() should not allocate memory.
+ Add small test to make sure it doesn't return.
+ Don't import ntdll for tests, we need to load it dynamically.
+
+ * dlls/msdmo/Makefile.in, dlls/msdmo/dmoreg.c, include/mediaobj.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implemented DMORegister, DMOUnregister, DMOGetName, DMOEnum.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/ne_module.c,
+ dlls/kernel/ne_segment.c, dlls/kernel/resource16.c,
+ dlls/kernel/task.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/user/user16.c, dlls/winedos/int21.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, dlls/winedos/module.c, dlls/winedos/vxd.c,
+ files/drive.c, include/module.h, include/task.h,
+ include/wine/winbase16.h:
+ Removed task.h.
+
+ * dlls/kernel/cpu.c, dlls/kernel/lcformat.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates
+
+ * programs/clock/Th.rc, programs/clock/rsrc.rc:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Thai language translation.
+
+ * dlls/avifil32/editstream.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Implemented IAVIEditSTream_fnPaste method.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/gl_api.h,
+ dlls/ddraw/gl_private.h, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Use vertex arrays when possible.
+
+ * objects/gdiobj.c: Hiroshi Inoue <inoueh@uranus.dti.ne.jp>
+ Fix the name of Japanese default GuiFont.
+
+ * include/lmaccess.h: Mike McCormack <mike@codeweavers.com>
+ Added some structures used by NetUserModalsGet.
+
+2003-11-22 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/kernel/process.c,
+ include/wine/library.h, libs/wine/port.c, loader/Makefile.in,
+ loader/main.c:
+ Create a huge array in bss to reserve the memory area we need for PE
+ binaries, to prevent exec shield from mapping system libraries there.
+
+ * dlls/kernel/locale.c, dlls/kernel/tests/locale.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/tests/string.c,
+ include/wine/unicode.h, libs/unicode/sortkey.c,
+ libs/unicode/string.c, libs/unicode/wine_unicode.def:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move CompareString implementation to libwine_unicode, add a bunch of
+ CompareString tests.
+
+2003-11-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/mciavi/mmoutput.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ HeapReAlloc doesn't allocate memory.
+
+ * dlls/ntdll/file.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Handle EIO file error.
+
+ * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ Implemented RpcObjectSetType.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/X11_calls,
+ dlls/x11drv/desktop.c, dlls/x11drv/scroll.c, dlls/x11drv/ts_xlib.c,
+ dlls/x11drv/ts_xlib.h, dlls/x11drv/x11ddraw.c,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xrandr.c,
+ dlls/x11drv/xrender.c, tools/make_X11wrappers:
+ Removed the ts_xlib files.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/dga2.c, dlls/x11drv/event.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h, dlls/x11drv/xdnd.c,
+ dlls/x11drv/xvidmode.c:
+ Removed the remaining TSX calls.
+
+ * programs/cmdlgtst/It.rc, programs/notepad/It.rc,
+ programs/regedit/It.rc, programs/regedit/rsrc.rc,
+ programs/winemine/En.rc, programs/winemine/It.rc,
+ programs/winemine/README, programs/winemine/rsrc.rc,
+ programs/winhelp/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added/updated Italian resources.
+
+ * dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c,
+ dlls/imagehlp/imagehlp.spec, dlls/imagehlp/modify.c:
+ Marcus R. Brown <mrbrown@0xd6.org>
+ Replace various routines with a forward to ntdll.
+
+ * dlls/comctl32/toolbar.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix some confusion between number of bitmaps and number of buttons in
+ TOOLBAR_ReplaceBitmap().
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ We need to send TVN_EXPAND* on collapsing either when the user has
+ initiated it with the mouse/keybaord or in response to a TVM_EXPAND
+ when the state is not TVIS_EXPANDEDONCE. This brings the logic into
+ line with TREEVIEW_Expand.
+
+ * dlls/x11drv/X11_calls, dlls/x11drv/ts_xlib.c, dlls/x11drv/ts_xlib.h,
+ dlls/x11drv/xrender.c:
+ Removed more TSX functions.
+
+ * dlls/x11drv/event.c, dlls/x11drv/x11drv_main.c:
+ Always ignore BadMatch errors resulting from XSetInputFocus so that we
+ don't need to wait for the reply.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/window.c, dlls/x11drv/x11drv.h:
+ Delay the creation of the X atoms until we really need them, to allow
+ getting more of them in one call.
+ Use XGetAtomNames to retrieve all the selection atoms at once.
+
+ * dlls/x11drv/X11_calls, dlls/x11drv/clipboard.c, dlls/x11drv/event.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c, dlls/x11drv/ts_xlib.c,
+ dlls/x11drv/ts_xlib.h, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c:
+ Get rid of a bunch of TSX functions.
+
+2003-11-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv_main.c:
+ There's no need to initialize XKB on the GDI display, this saves a
+ couple of server round trips.
+
+ * dlls/ntdll/path.c: Dimitrie O. Paun <dpaun@rogers.com>
+ RtlReAllocateHeap() does not allocate memory.
+
+ * programs/regedit/regproc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ HeapReAlloc() does not allocate memory.
+
+ * dlls/rpcrt4/rpc_binding.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Bail when we're out of memory.
+
+ * dlls/msvcrt/heap.c, dlls/msvcrt/tests/.cvsignore,
+ dlls/msvcrt/tests/Makefile.in, dlls/msvcrt/tests/heap.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix realloc() to match the documented behaviour.
+ Add a few simple tests for it.
+
+ * dlls/rpcrt4/rpc_server.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - Trace the argument to RPCRT4_server_thread.
+ - ^null implies two indirections, we have one.
+ - Ove's intent doesn't matter, the current implementation is right.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/event.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/xdnd.c:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Initial implementation to support XDND protocol.
+
+ * dlls/commdlg/cdlg_It.rc, dlls/oledlg/oledlg_It.rc,
+ dlls/oledlg/rsrc.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_It.rc, dlls/user/resources/user32_It.rc,
+ programs/progman/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added/updated Italian resources.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/header.c,
+ dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/pager.c,
+ dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c,
+ dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make the controls send notifications to the parent window passed to
+ them in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
+
+ * tools/Makefile.in: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Remove wineconf.libs from EXTRASUBDIRS.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/desktop.c, dlls/x11drv/event.c,
+ dlls/x11drv/window.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c:
+ Intern all the atoms we'll need in one step to avoid multiple server
+ round trips.
+
+ * tools/winebuild/utils.c:
+ open_input_file(): try to open the file in the current directory
+ before trying the source directory.
+
+ * dlls/shell32/shellpath.c: Francois Gouget <fgouget@codeweavers.com>
+ If using the default values, also set dwType to REG_SZ as our default
+ strings don't need to be expanded (found by Valgrind).
+
+ * dlls/shlwapi/reg.c: Francois Gouget <fgouget@codeweavers.com>
+ Don't use the data returned by RegQueryValueExW if it fails (found by
+ Valgrind).
+ A spelling fix.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Don't ignore libs specified by the user while linking.
+
+ * dlls/comctl32/treeview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the edit wndproc a bit.
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove some dead code: hwndParent is not used anywhere.
+
+ * dlls/msvideo/msrle32/msrle_It.rc, dlls/msvideo/msrle32/rsrc.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian language support.
+
+ * dlls/quartz/control.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Avoid long long constant.
+
+ * include/Makefile.in: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Removed stale instance.h.
+
+ * configure, configure.ac: Rein Klazes <rklazes@xs4all.nl>
+ Fix detection of freetype/freetype.h when the libfreetype version
+ requires that ft2build.h is included first.
+
+ * dlls/x11drv/keyboard.c: Grant Williamson <traxtopel@fastmail.fm>
+ Dutch keyboard support.
+
+2003-11-18 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20031118.
+
+----------------------------------------------------------------
+2003-11-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/Makefile.in:
+ Use a more portable way to generate authors.c.
+
+ * configure, configure.ac, dlls/gdi/freetype.c, dlls/wineps/truetype.c, include/config.h.in:
+ Rein Klazes <rklazes@xs4all.nl>
+ Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7
+ requires this.
+
+ * dlls/comctl32/comctl_It.rc, dlls/comctl32/rsrc.rc, dlls/msacm/msacm.rc, dlls/msacm/msacm_It.rc, dlls/oleaut32/oleaut32_It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added/updated Italian resources.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/direct3d/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix some other multi-texturing problems.
+
+ * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl,
+ tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl,
+ tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl,
+ tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl,
+ tools/wineconf.libs/saveRC.tcl, tools/wineconf.tcl,
+ tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng,
+ tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl:
+ Removed obsolete wineconf tcl implementation.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/avisplit.c,
+ dlls/quartz/control.c, dlls/quartz/control_private.h,
+ dlls/quartz/fourcc.h, dlls/quartz/main.c, dlls/quartz/pin.c,
+ dlls/quartz/quartz_private.h, include/wine/debug.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - AVI Splitter implementation.
+ - Add new debugging function wine_dbstr_longlong.
+
+ * dlls/wininet/internet.c, include/oleauto.h, include/sddl.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * winedefault.reg: Francois Gouget <fgouget@codeweavers.com>
+ Tweak the top-level comment hopefully for the better.
+ Fix the "Default Devmode" entry.
+ s/StdComponentCategoriesMgr/Component Categories Manager/.
+
+ * dlls/advapi32/crypt.c: Mike McCormack <mike@codeweavers.com>
+ Improve error handling in CryptAcquireContext.
+
+ * dlls/kernel/tests/path.c: Hans Leidekker <hans@it.vu.nl>
+ Account for the fact that the temporary directory may expand to a long
+ name.
+
+ * AUTHORS: Updated authors list.
+
+ * AUTHORS, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/authors.h, dlls/shell32/shell32_main.c,
+ tools/make_authors:
+ Generate the authors list for the shell about dialog from AUTHORS at
+ compile time. Converted the about dialog to Unicode.
+
+ * controls/menu.c, dlls/user/controls.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make national (hot)keys work in menus. Make menu code use unicode APIs.
+
+ * dlls/comctl32/trackbar.c: Huw Davies <huw@codeweavers.com>
+ Unswap Page Up & Down and fix TBS_DOWNISLEFT.
+ NM_* notifications go via WM_NOTIFY not WN_?SCROLL.
+ Pull the notification window from the CreateStruct.
+ Send a TB_THUMBPOSITION at the end of a drag.
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Fix the generation of wineapploader in sub directories.
+
+ * dlls/kernel/tests/process.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Scale the buffer sizes with MAX_LISTED_ENV_VAR.
+ Add a note about the limited buffer size used by the *Profile functions.
+ Fix a couple of spelling errors.
+
+ * dlls/comctl32/listview.c: Rein Klazes <rklazes@xs4all.nl>
+ The LVN_GETDISPINFO notify message should point to the same iSubItem
+ as in the call to LISTVIEW_GetItemT, valid or not. Fix a badly placed
+ brace.
+
+ * dlls/kernel/global16.c, dlls/kernel/instr.c,
+ dlls/kernel/kernel_private.h, dlls/kernel/local16.c,
+ dlls/kernel/selector.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ include/selectors.h:
+ Removed include/selectors.h.
+
+ * dlls/kernel/thread.c, dlls/ntdll/thread.c:
+ Force minimum stack size to 1Mb for Xlib.
+
+ * dlls/user/focus.c, dlls/user/tests/win.c, server/window.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Move shell window into the background.
+ - Add tests for Get/SetShellWindow().
+
+ * configure, configure.ac, dlls/ddraw/Makefile.in,
+ dlls/ddraw/tests/.cvsignore, dlls/ddraw/tests/Makefile.in,
+ dlls/ddraw/tests/ddrawmodes.c:
+ Sami Aario <sami.aario@surfeu.fi>
+ Added some conformance tests for ddraw. These enumerate some display
+ modes and then attempt to open them.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/himem.c,
+ dlls/winedos/int31.c:
+ Use the wine_ldt_* functions directly in winedos instead of calling
+ SELECTOR_AllocBlock.
+
+ * dlls/comctl32/listview.c: Aric Stewart <aric@codeweavers.com>
+ We need to make sure that customdraw_fill is called even if
+ CDRF_NOTIFYITEMDRAW is not being used because we used the text and
+ background colors from that struct later.
+
+ * objects/bitmap.c: Huw Davies <huw@codeweavers.com>
+ A bitmap created by CreateCompatibleBitmap should not be owned by a
+ driver until it is selected into it. The driver checks that the
+ bitmap is of the correct depth in SelectBitmap.
+
+ * objects/font.c: Phil Krylov <phil@newstar.rinet.ru>
+ Added support for returning caret positions in
+ GetCharacterPlacementW().
+
+ * dlls/oleaut32/typelib.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Apply same magic to LibAttr.lcid from MSFT to SLTG.
+
+2003-11-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/toolhelp.h,
+ dlls/winedos/int31.c, include/toolhelp.h:
+ Moved toolhelp.h to dlls/kernel.
+
+ * dlls/advapi32/registry.c, dlls/commdlg/fontdlg16.c,
+ dlls/gdi/printdrv.c, dlls/kernel/dosmem.c, dlls/kernel/profile.c,
+ dlls/kernel/relay16.c, dlls/kernel/task.c, dlls/ntdll/loader.c,
+ dlls/ntdll/loadorder.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/sec.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/version.c,
+ dlls/shell32/shelllink.c, dlls/winedos/dosconf.c,
+ dlls/winedos/himem.c, dlls/winedos/module.c, dlls/winedos/vxd.c,
+ include/miscemu.h, misc/options.c, objects/bitmap.c, objects/dc.c,
+ objects/dib.c, windows/user.c:
+ Removed some unnecessary includes.
+
+ * dlls/kernel/process.c:
+ Fixed regression in loading of builtin apps from the system dir when
+ the native doesn't exist.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/process.c, include/module.h:
+ Moved a few definitions used in only one source file out of module.h.
+
+ * dlls/kernel/instr.c, dlls/kernel/wowthunk.c,
+ dlls/ntdll/signal_i386.c, dlls/winedos/int31.c, include/selectors.h,
+ include/wine/library.h, libs/wine/ldt.c, libs/wine/wine.def:
+ Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro,
+ and stop exporting the WINE_LDT_FIRST_ENTRY constant.
+
+ * configure, configure.ac:
+ Link the main binaries with --export-dynamic so that the pthread
+ emulation works correctly (reported by Jeremy Shaw).
+
+ * dlls/d3d8/drawprim.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Disable the use of the 'w' parm in rhw mode.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ If swap mode is discard, clear the backbuffer before moving onto the
+ next frame.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Use the current window visual only.
+
+ * dlls/dsound/buffer.c: Robert Reif <reif@earthlink.net>
+ Initialize buffer reference count.
+
+ * programs/winecfg/En.rc, programs/winecfg/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Localization to Portuguese.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix graphical corruption on surface lock when multi-texturing is
+ active.
+
+ * dlls/comctl32/listview.c: Rein Klazes <rklazes@xs4all.nl>
+ Ignore invalid iSubItem in LISTVIEW_GetItemT().
+
+ * tools/winapi_check/modules.dat:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add a couple of missing spec files.
+
+ * dlls/avifil32/avifile_It.rc, programs/clock/It.rc,
+ programs/notepad/It.rc, programs/progman/It.rc, programs/start/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Improved Italian translations.
+
+ * dlls/serialui/It.rc, dlls/serialui/serialui_rc.rc,
+ dlls/setupapi/It.rc, dlls/setupapi/setupapi.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_It.rc, dlls/winmm/winmm_En.rc,
+ dlls/winmm/winmm_It.rc, dlls/winmm/winmm_res.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian translation.
+
+2003-11-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/device.c, dlls/kernel/file16.c, dlls/kernel/instr.c,
+ dlls/kernel/thunk.c, dlls/kernel/vxd.c, dlls/kernel/win87em.c,
+ dlls/kernel/windebug.c, dlls/kernel/wowthunk.c,
+ dlls/winaspi/winaspi16.c, dlls/winedos/devices.c,
+ dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/fpu.c,
+ dlls/winedos/int11.c, dlls/winedos/int12.c, dlls/winedos/int13.c,
+ dlls/winedos/int15.c, dlls/winedos/int17.c, dlls/winedos/int21.c,
+ dlls/winedos/int25.c, dlls/winedos/int26.c, dlls/winedos/int2a.c,
+ dlls/winedos/int31.c, dlls/winedos/int41.c, dlls/winedos/int4b.c,
+ dlls/winedos/int5c.c, dlls/winedos/vxd.c, dlls/winedos/xms.c,
+ files/directory.c, files/dos_fs.c, files/drive.c, files/file.c,
+ include/miscemu.h, include/msdos.h:
+ Moved a number of DOS definitions out of the global headers and into
+ winedos private files. Removed the msdos.h header.
+
+2003-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * DEVELOPERS-HINTS, configure, configure.ac, tools/winapi/msvcmaker,
+ tools/winapi_check/modules.dat:
+ Get rid of the msdos/ directory.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/device.c, dlls/kernel/instr.c,
+ dlls/kernel/kernel_private.h, dlls/kernel/vxd.c, include/miscemu.h:
+ Moved winedos loading functionality to dlls/kernel/instr.c and get rid
+ of msdos/dpmi.c.
+
+ * dlls/dsound/capture.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Fixes more use before set races.
+ Work around for queue reordering feature.
+ Stop recording on reset.
+ Better debug info.
+ Dsound callback capture state fix.
+
+ * dlls/oleaut32/variant.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement the non-variant date conversions correctly, without going
+ through 'struct tm' first. Handle negative & 'rolling' dates too.
+
+ * dlls/oleaut32/oleaut.c, include/oleauto.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some missing prototypes/defines.
+ OaBuildVersion() returns a ULONG, not UINT.
+
+ * libs/unicode/string.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove a redundant test.
+ Handle 'a','A','e','E','F','g','G' flavours of double arguments.
+
+ * dlls/oleaut32/typelib.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Dump a few more known variant types.
+ Don't call DateToTM() - it's going away soon.
+
+ * dlls/kernel/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix a crash in GetLocaleInfo() when extra high bits are set.
+
+ * controls/combo.c: Carlos Lozano <clozano@andago.com>
+ Fixed CB_DIR16 handling.
+
+ * dlls/winedos/int21.c: Repaired INT21_FindFirst/FindNext.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/winedos/int21.c, files/dos_fs.c, files/drive.c, include/drive.h,
+ include/file.h, include/msdos.h, include/winbase.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - moved the remaining of int21 calls to dlls/winedos
+ - disabled drive enabling/disabling as well as disk serial number
+ writing (for DLL separation issues)
+ - added volume management prototypes to include/winbase.h
+ - started DefineDosDevice (needed by first item in this list)
+ - removed int21 specific code from dlls/kernel
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/make_dlls,
+ dlls/wined3d/.cvsignore, dlls/wined3d/Makefile.in,
+ dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d.spec,
+ dlls/wined3d/wined3d_main.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_gl.h, include/wine/wined3d_interface.h,
+ include/wine/wined3d_types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Add the wined3d dll for beginning a cleaner d3d architecture that will
+ contain the shared openGL code needed for all wine direct3d
+ implementations.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/user/user32.spec,
+ dlls/user/user_main.c, dlls/x11drv/Makefile.in,
+ dlls/x11drv/keyboard.c, dlls/x11drv/x11drv.spec, include/user.h,
+ include/winuser.h, windows/defwnd.c, windows/input.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add preliminary support for keyboard layout APIs.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ Check for the existence of the driver CreateDIBSection before calling
+ it.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added _execle/_execlpe & _spawnle/_spawnlpe stubs.
+
+2003-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/atom.c, dlls/kernel/device.c, dlls/kernel/instr.c,
+ dlls/kernel/kernel_private.h, dlls/kernel/local16.c,
+ dlls/kernel/task.c, dlls/kernel/vxd.c, include/callback.h,
+ include/instance.h:
+ Removed instance.h and callback.h, moving their contents to
+ kernel_private.h.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/kernel/Makefile.in,
+ dlls/kernel/cpu.c, dlls/kernel/environ.c, dlls/kernel/virtual.c,
+ misc/cpu.c, tools/winapi/msvcmaker, tools/winapi_check/modules.dat:
+ Moved memory/environ.c, memory/virtual.c and misc/cpu.c to
+ dlls/kernel.
+ Get rid of the memory/ directory.
+
+ * dlls/capi2032/cap20wxx.c, dlls/capi2032/cap20wxx.h:
+ AVM GmbH http://www.avm.de/
+ Removed some old RCS comments.
+ Fixed a message location and CAPI_WAIT_FOR_SIGNAL.
+
+ * objects/font.c: Aric Stewart <aric@codeweavers.com>
+ Convert lpnFit back to multibyte in GetTextExtentExPointA.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ Implemented LVS_EX_CHECKBOXES.
+
+ * objects/brush.c: Aric Stewart <aric@codeweavers.com>
+ An app depends on a NULL return from CreateDIBPatternBrushPt if data
+ is NULL.
+
+ * dlls/comctl32/treeview.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid setting infoPtr->firstVisible to NULL in TREEVIEW_Sort.
+
+2003-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, include/config.h.in, loader/pthread.c:
+ Added configure check for pthread_getattr_np.
+
+ * dlls/gdi/freetype.c, dlls/wineps/download.c, dlls/wineps/psdrv.h,
+ dlls/wineps/type1.c, dlls/wineps/type42.c:
+ Huw Davies <huw@codeweavers.com>
+ Scale the OUTLINETEXTMETRIC's bounding box with the font size.
+ Fix wineps's font downloaders to cope with this behaviour.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ Make sure we create a polychrome bitmap from the dib. CreateDIBitmap
+ doesn't do this when the dib is 1bpp and has a black/white colour
+ table. In such cases this resulted in a monochrome bitmap being
+ StretchBlt'ed which is clearly incorrect since we then start using
+ text and bkgnd colours.
+
+ * dlls/comctl32/imagelist.c: Huw Davies <huw@codeweavers.com>
+ Fix some weird logic in ImageList_Write.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ A multicolumn listview should get a customdraw notification for the
+ item as well as one for subitem 0.
+
+ * dlls/winmm/winealsa/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Alsa midi fixes.
+
+ * configure, configure.ac, loader/.cvsignore, loader/Makefile.in,
+ loader/glibc.c, tools/wineinstall:
+ Added a wine-glibc binary that detects the glibc threading in use and
+ execs the corresponding wine binary.
+ Removed the --with-nptl configure option.
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h,
+ libs/port/Makefile.in, libs/port/gettid.c, libs/port/sigsetjmp.c,
+ loader/pthread.c:
+ Added sigsetjmp/siglongjmp and gettid to the portability library.
+
+2003-11-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/process.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/server.c, include/wine/library.h,
+ libs/wine/Makefile.in, libs/wine/config.c, libs/wine/loader.c,
+ libs/wine/wine.def:
+ Moved the exec_wine_binary function to the wine library, and use it to
+ exec the wineserver too.
+
+ * dlls/ntdll/virtual.c:
+ Make sure the protection flags on the memory view of the PE header
+ match the actual mmap protection.
+
+ * tools/winedump/pe.c: Cosmetics.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/Makefile.in,
+ include/sddl.h, include/winbase.h, include/winnt.h,
+ include/winternl.h:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Added stubs for AccessCheckByType, AddAuditAccessAce,
+ GetNamedSecurityInfoA, GetNamedSecurityInfoW.
+ Implemented ConvertStringSecurityDescriptorToSecurityDescriptorW,
+ DeleteAce, MakeAbsoluteSD, GetAclInformation, ConvertStringSidToSidW,
+ RtlDeleteAce, RtlQueryInformationAcl.
+
+ * dlls/kernel/version.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Don't include build number in GetVersion() for Win9x versions.
+
+ * dlls/advapi32/eventlog.c: Mike Hearn <mike@theoretic.com>
+ Implemented ReportEventA/W.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a bug in VkKeyScan.
+
+ * dlls/ntdll/file.c: Carlos Lozano <clozano@andago.com>
+ NtReadFile checks that offset is not null.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Don't flag failed opens of unsupported formats as an error.
+
+ * controls/combo.c: Huw Davies <huw@codeweavers.com>
+ Add support for CBS_{LOWER|UPPER}CASE.
+
+ * dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ Handle multicopy printing correctly.
+
+ * dlls/wineps/type42.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix format strings in T42_download_header() and T42_download_glyph().
+
+ * objects/font.c: Huw Davies <huw@codeweavers.com>
+ If the buffer passed to GetOutlineTextMetrics isn't big enough then
+ Windows fills it upto the supplied size rather than returning an
+ error.
+
+ * dlls/gdi/freetype.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Constify strings.
+
+ * dlls/winspool/info.c, include/winspool.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Huw Davies <huw@codeweavers.com>
+ Constify strings.
+ Fix args of [GS]etPrinterDataEx
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix parsing of GL version string in X.Y cases.
+
+ * configure, configure.ac, loader/Makefile.in:
+ Only build both Wine binaries on Linux, pthread support doesn't work
+ on other platforms.
+
+ * dlls/ntdll/signal_i386.c, dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Fix race in real mode event handling.
+ Merge real mode pending event checking routines.
+ Remove some obsolete code.
+
+ * dlls/d3d8/device.c, dlls/d3d8/shader.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - stupid typos fixes on software vertex shader operands
+ - CopyRects fix (problem in error paths) based on Carlos Lozano patch
+
+ * dlls/x11drv/scroll.c: Huw Davies <huw@codeweavers.com>
+ Rewrite ScrollDC.
+
+ * objects/enhmetafile.c: Huw Davies <huw@codeweavers.com>
+ PatBlt()s get recorded as EMR_BITBLT records with offBmiSrc == 0, so
+ ensure that we pick these out in playback.
+ EMR_STRETCHBLT should behave like EMR_BITBLT if there are no bits
+ (ie. it's a PalBlt).
+ Set the text and bkgnd colour to black and white respectively before
+ enumerating an emf.
+ Print out the record names to make debugging easier.
+ Add a few TRACE()s.
+
+ * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+ Much better parsing of /etc/printcap.
+ Don't even try to use heuristics to guess whether the printer is
+ PostScript or not - we're going to get it wrong anyway.
+ Don't list printer entries that begin with ispunct() - these are used
+ for 'tc' aliases.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+ dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Better color-keying support.
+
+ * dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/type42.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Constify strings.
+
+ * dlls/glu32/Makefile.in, dlls/glu32/glu.c, dlls/glu32/glu32.spec:
+ Huw Davies <huw@codeweavers.com>
+ Implement the missing tesselator functions and fix the tesselator
+ callbacks so that the correct calling convention is used.
+
+ * include/commctrl.h: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add constants for DSA_InsertItem and DPA_InsertPtr according to newest
+ MSDN headers.
+
+ * dlls/wineps/text.c: Huw Davies <huw@codeweavers.com>
+ GetTextExtentPoint already adds char_extra so don't add it on again.
+
+ * dlls/x11drv/xrender.c, objects/font.c:
+ Huw Davies <huw@codeweavers.com>
+ GetTextExtentPoint should include an inter character spacing set by
+ SetTextCharacterExtra.
+
+ * objects/dc.c: Huw Davies <huw@codeweavers.com>
+ Only reselect the font if the transformation has actually changed.
+
+ * graphics/path.c: Huw Davies <huw@codeweavers.com>
+ We need to set the WorldTransform to the identity before stroking or
+ filling the path.
+ Fixed a memory leak.
+
+ * objects/dib.c: Huw Davies <huw@codeweavers.com>
+ CreateDIBSection ignores the supplied values of biClrUsed and
+ biClrImportant and calculates them from biBitCount.
+
+ * controls/edit.c: Huw Davies <huw@codeweavers.com>
+ We need to invalidate the replaced text region before calling
+ EM_ScrollCaret as this may call ScrollWindow. Previously newly added
+ lines were not displayed if the edit needed to scroll.
+
+ * controls/button.c: Huw Davies <huw@codeweavers.com>
+ Ownerdraw buttons should erase themselves in WM_ERASEBKGND.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ Add support for LVS_EX_SUBITEMIMAGES.
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Fix a race condition where result could be read before set.
+ Fix test to use correct event in interactive mode.
+
+ * dlls/ttydrv/graphics.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix format specifiers for HDCs.
+
+2003-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/pthread.c, dlls/ntdll/Makefile.in,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c, dlls/ntdll/sysdeps.c,
+ dlls/ntdll/thread.c, include/thread.h, include/wine/pthread.h,
+ libs/wine/port.c, loader/kthread.c, loader/pthread.c:
+ Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
+ Let the pthread library allocate the stack itself.
+
+ * dlls/wininet/Makefile.in, dlls/wininet/gopher.c,
+ dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Kirill Smelkov <kirr@landau.phys.spbu.ru>
+ Added gopher stubs.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix some stupid bug with missing braces.
+
+ * dlls/oleaut32/variant.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Removed dead code in VarDateFromUI2().
+
+ * Makefile.in: Francois Gouget <fgouget@free.fr>
+ If the command line is too long when calling etags, it's probably too
+ long when invoking ctags.
+
+ * dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/message16.c,
+ dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c,
+ dlls/winmm/winemm.h, dlls/winmm/winemm16.h, dlls/winmm/winmm.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed some more dependencies on wine 16-bit specific entities.
+
+ * graphics/x11drv/palette.c:
+ Don't bother to fill the color map on TrueColor displays.
+ Moved X11 locking calls out of the loops.
+
+ * dlls/x11drv/event.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/dib.c:
+ Avoid the XSync call in X11DRV_expect_error by storing the current
+ request number and checking that on errors.
+ Moved the XSync call from X11DRV_check_error into the callers so that
+ it can be avoided for requests that already wait for a reply.
+
+ * documentation/samples/system.ini:
+ Tom Wickline <twickline@skybest.com>
+ updated [mci] & [drivers32] sections.
+
+ * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
+ Gerald Pfeifer <gerald@pfeifer.com>
+ Move scsi_command_size from winescsi.h to SCSI_Fix_CMD_LEN(), its only
+ user.
+
+ * dlls/ttydrv/wnd.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix format specifiers for HWNDs.
+
+ * dlls/kernel/tests/process.c: Francois Gouget <fgouget@free.fr>
+ Fixed buffer overflow.
+ Fixed two -Wwrite-strings warnings (but there are more).
+
+ * configure, configure.ac, dlls/gdi/freetype.c, include/config.h.in:
+ Huw Davies <huw@codeweavers.com>
+ Load any TrueType fonts that fontconfig knows about.
+
+ * dlls/comctl32/rebar.c, include/commctrl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added chevron support.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ ReleaseCapture on lbuttondown if the cursor is outside an item, just
+ like the native one does.
+
+ * dlls/wineps/init.c: Huw Davies <huw@codeweavers.com>
+ Update the visrgn in ResetDC so that GetClipBox works correctly after
+ a change in paper size/orientation.
+
+ * windows/dialog.c: Rein Klazes <rklazes@xs4all.nl>
+ If GetNextDlgTabItem() cannot find any next control, return the handle
+ of the original control.
+
+2003-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * DEVELOPERS-HINTS, configure, configure.ac, include/config.h.in,
+ loader/.cvsignore, loader/Makefile.in, loader/kthread.c,
+ loader/pthread.c:
+ Create two separate wine binaries, one using libpthread and one using
+ kernel threading directly.
+ Get rid of the remaining HAVE_NPTL ifdefs.
+ Remove the scheduler directory.
+
+ * DEVELOPERS-HINTS, Makefile.in, configure, configure.ac,
+ loader/.cvsignore, loader/Makefile.in, loader/main.c,
+ tools/winapi/msvcmaker, tools/winapi_check/modules.dat,
+ tools/winewrapper:
+ Re-use the loader directory for the main wine loader, and get rid of
+ the miscemu directory.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/module.c, loader/module.c:
+ Moved loader/module.c to dlls/kernel.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/capi2032/.cvsignore,
+ dlls/capi2032/Makefile.in, dlls/capi2032/cap20wxx.c,
+ dlls/capi2032/cap20wxx.h, dlls/capi2032/capi2032.spec,
+ include/config.h.in:
+ AVM Computersysteme Vertriebs GmbH
+ Implemented a CAPI20 wrapper library for CAPI4Linux access.
+
+ Marcus Meissner <marcus@jet.franken.de>
+ Cleaned up, autoconfed.
+
+ * dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/sync.c, dlls/ntdll/sysdeps.c,
+ dlls/ntdll/thread.c, include/thread.h, include/wine/server.h:
+ Added server_abort_thread to replace SYSDEPS_AbortThread.
+ Removed no longer used SIGNAL_Block and SIGNAL_Reset.
+ Moved some internal ntdll definitions to ntdll_misc.h.
+
+2003-11-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/thread.c, dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/sysdeps.c, dlls/ntdll/thread.c, include/wine/pthread.h,
+ libs/wine/port.c:
+ Added wine_pthread_create_thread and wine_pthread_exit_thread to the
+ pthread support, and removed the corresponding SYSDEPS functions.
+ Moved stack allocation for new threads to wine_pthread_create_thread
+ to allow more flexibility.
+
+ * dlls/msacm/msacm.rc, dlls/msacm/msacm_Pt.rc,
+ dlls/oleaut32/oleaut32.rc, dlls/oleaut32/oleaut32_Pt.rc,
+ dlls/serialui/Pt.rc, dlls/serialui/serialui_rc.rc,
+ dlls/setupapi/Pt.rc, dlls/setupapi/setupapi.rc,
+ dlls/shell32/shell32_Pt.rc, programs/notepad/En.rc,
+ programs/notepad/Pt.rc, programs/uninstaller/rsrc.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Localization to the Portuguese of Brazil.
+
+ * dlls/gdi/gdi32.spec, objects/dc.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implemented GetDCPenColor and GetDCBrushColor.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fix wave in stop.
+
+ * include/msi.h, include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Move and correct the MSIDBOPEN defines.
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ MsiOpenDatabase's szPersist parameter may be a string or a bitmask.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/gdi32.spec,
+ dlls/gdi/mfdrv/init.c, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/brush.c, graphics/x11drv/pen.c, include/gdi.h,
+ include/wingdi.h, objects/dc.c, objects/gdiobj.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implemented SetDCPenColor and SetDCBrushColor.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for MsiVerifyPackage.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implemented RtlSelfRelativeToAbsoluteSD and RtlMakeSelfRelativeSD.
+ Fixed some related SE_SELF_RELATIVE bugs.
+
+ * dlls/oledlg/.cvsignore, dlls/oledlg/Makefile.in,
+ dlls/oledlg/insobjdlg.c, dlls/oledlg/oledlg_En.rc,
+ dlls/oledlg/oledlg_main.c, dlls/oledlg/resource.h,
+ dlls/oledlg/rsrc.rc, include/oledlg.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Initial implementation of OleUIInsertObject.
+
+ * dlls/kernel/syslevel.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/signal_i386.c:
+ Use the signal stack pointer to determine the current thread.
+ Converted the SIGUSR2 handler to use setup_exception (probably still
+ not working properly).
+
+ * dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/system.c, dlls/kernel/thunk.c, dlls/winedos/int31.c,
+ windows/winproc.c:
+ Set %fs and %gs in the register context to their current value when
+ calling 16-bit code.
+
+ * dlls/wineps/driver.c, dlls/wineps/init.c, dlls/wineps/ppd.c,
+ dlls/wineps/ps.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h,
+ dlls/wineps/wps_De.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Fr.rc,
+ dlls/wineps/wps_Ko.rc, dlls/wineps/wps_Pt.rc, dlls/wineps/wps_Ru.rc,
+ dlls/wineps/wps_Si.rc, dlls/wineps/wps_Sk.rc:
+ Huw Davies <huw@codeweavers.com>
+ Support for duplex printing.
+
+ * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+ Make sure that all printer entries have a valid Name and Port key.
+ Cope with cups printer deletion.
+
+ * programs/winedbg/info.c: Rein Klazes <rklazes@xs4all.nl>
+ Let "info wnd" print the client rectangle in screen coordinates.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ LISTVIEW_GetSubItemRect should succeed if subitem == 0 whatever mode
+ the listview is in.
+
+ * dlls/comctl32/toolbar.c: Rein Klazes <rklazes@xs4all.nl>
+ Correctly place a toolbar with CCS_BOTTOM style at the bottom, not the
+ top.
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ Implement MsiOpenProductW.
+
+2003-11-04 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h:
+ Disable the asm inline functions when building ntdll to avoid trouble
+ when compiling without optimization.
+ The PPC inline functions are no longer needed now that kernel is
+ properly separated.
+
+ * dlls/kernel/thread.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/sysdeps.c, dlls/ntdll/thread.c,
+ dlls/ntdll/virtual.c, include/thread.h, include/wine/server.h:
+ Allocate the TEB and signal stack separately from the main stack.
+ Dynamically allocate the initial TEB too so that it is properly
+ page-aligned.
+
+ * dlls/ntdll/cdrom.c: Gerald Pfeifer <gerald@pfeifer.com>
+ The CDDA case of CDROM_RawRead() no longer works on FreeBSD -CURRENT,
+ remove it. Also, combine the FreeBSD and NetBSD NYI notes.
+
+ * dlls/comctl32/propsheet.c: Huw Davies <huw@codeweavers.com>
+ PropSheetPageProc callback should always have hwnd = 0.
+
+ * dlls/comctl32/listview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Huw Davies <huw@codeweavers.com>
+ Added drag and drop support to listview.
+
+ * dlls/comctl32/imagelist.c: Huw Davies <huw@codeweavers.com>
+ Fix a fixme.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ WM_WINDOWPOSCHANGING should receive original, not fixed values.
+
+ * controls/scroll.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always repaint scroll bar if requested.
+
+ * dlls/shell32/pidl.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect ILIsParent from NULL pidls.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed bug in capture stop. Only current header should be returned to
+ app.
+ Make wave fragment size adjustable to guarantee better than 10 ms
+ latency. Makes a difference for 8 kHz voice apps.
+
+ * Makefile.in: Mike Hearn <mike@theoretic.com>
+ Avoid argument list limit in etags generation.
+
+ * dlls/d3d8/stateblock.c, dlls/d3d8/surface.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Pass through floats correctly to the render states at
+ initialization. Fixes point problems.
+
+ * dlls/d3d8/device.c: Carlos Lozano <clozano@andago.com>
+ Check that we don't write out of the defined range of palettes.
+
+2003-11-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c:
+ Allocate a memory view for builtin dlls so that VirtualQuery returns
+ something sensible.
+
+ * dlls/ntdll/virtual.c, dlls/x11drv/dga2.c:
+ Fixed type and protection values returned by NtQueryVirtualMemory to
+ be closer to what Windows does.
+ Allow using MEM_SYSTEM without MEM_RESERVE to avoid 64k alignment.
+ Use pread instead of lseek+read when faking mmap.
+
+ * libs/wine/loader.c, tools/winebuild/spec32.c:
+ Put better values for code and data sizes in the NT header of builtin
+ dlls.
+
+ * controls/edit.c: Huw Davies <huw@codeweavers.com>
+ WM_LBUTTONDOWN calls SetFocus under Windows. Remove the SetFocus in
+ WM_MOUSEACTIVATE.
+
+ * dlls/comctl32/propsheet.c: Huw Davies <huw@codeweavers.com>
+ Don't get confused if PSN_SETACTIVE returns a positive number that
+ isn't a resource id.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ Make the listview send its notifications to the parent window passed
+ to it in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
+
+ * dlls/wineps/bitmap.c: Huw Davies <huw@codeweavers.com>
+ Fix the return value of StretchDIBits.
+
+ * dlls/wineps/graphics.c, dlls/wineps/wineps.spec:
+ Huw Davies <huw@codeweavers.com>
+ Implement PSDRV_PaintRgn (also gets us FillRgn, FrameRgn and FillPath
+ for free).
+
+ * windows/spy.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add common dialog notification messages and WM_SIZE.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for QWERTZ virtual keys mapping, fix many keyboard layouts
+ to conform to the XFree86 ones, add support for Russian cp1251 and
+ phonetic keyboard layouts, Israelian phonetic and Saharon keyboard
+ layouts.
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Implement fat32 extended free space function.
+ Make fat32 calls reset carry flag explicitly.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not coerce arguments of ITypeLib::Invoke in-place, or we get
+ corrupted variants.
+ Handle V_ARRAY | something -> VT_SAFEARRAY, as this is a NOP.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for job control.
+
+2003-10-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/dde/client.c, dlls/user/focus.c, windows/painting.c,
+ windows/syscolor.c, windows/sysparams.c:
+ Use a timeout when sending broadcast messages.
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/file.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Duplicate stdin/stdout handles to avoid closing them when library is
+ unloaded.
+
+ * dlls/iphlpapi/iphlpapi_main.c: Aric Stewart <aric@codeweavers.com>
+ Switched a + to a - so that it makes sense when marking the last node
+ in the Adapters Info linked list.
+
+ * dlls/d3d8/device.c, dlls/d3d8/surface.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make support for CopyRects to a small area of the back buffer, and
+ correct the general method of updating the back buffer.
+
+ * dlls/kernel/nls/brf.nls, dlls/kernel/nls/cat.nls,
+ dlls/kernel/nls/cor.nls, dlls/kernel/nls/dan.nls,
+ dlls/kernel/nls/dea.nls, dlls/kernel/nls/dec.nls,
+ dlls/kernel/nls/del.nls, dlls/kernel/nls/des.nls,
+ dlls/kernel/nls/deu.nls, dlls/kernel/nls/eng.nls,
+ dlls/kernel/nls/eni.nls, dlls/kernel/nls/esn.nls,
+ dlls/kernel/nls/esp.nls, dlls/kernel/nls/eti.nls,
+ dlls/kernel/nls/euq.nls, dlls/kernel/nls/fin.nls,
+ dlls/kernel/nls/fos.nls, dlls/kernel/nls/fra.nls,
+ dlls/kernel/nls/frb.nls, dlls/kernel/nls/frl.nls,
+ dlls/kernel/nls/frm.nls, dlls/kernel/nls/frs.nls,
+ dlls/kernel/nls/gae.nls, dlls/kernel/nls/gdh.nls,
+ dlls/kernel/nls/gdv.nls, dlls/kernel/nls/glc.nls,
+ dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls,
+ dlls/kernel/nls/its.nls, dlls/kernel/nls/nlb.nls,
+ dlls/kernel/nls/nld.nls, dlls/kernel/nls/nls.nls,
+ dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls,
+ dlls/kernel/nls/ptg.nls, dlls/kernel/nls/sve.nls,
+ dlls/kernel/nls/svf.nls, dlls/kernel/nls/uzl.nls,
+ dlls/kernel/nls/wal.nls:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace 28591 by 28605 (euro) for appropriate locales.
+
+ * files/file.c: Make sure GetTempFileName never returns 0 on success.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/cfgmgr32/.cvsignore,
+ dlls/cfgmgr32/Makefile.in, dlls/cfgmgr32/cfgmgr32.spec,
+ dlls/cfgmgr32/main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Mostly stub implemenation for cfgmgr32.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Clear should not be affected by write masks.
+
+ * dlls/kernel/thread.c, dlls/ntdll/ntdll.spec, dlls/ntdll/thread.c,
+ include/winbase.h, include/winternl.h:
+ Implemented RtlCreateUserThread, and use it to move thread creation to
+ ntdll.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ ColorWriteEnable should not impact clearing the screen.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Use the style returned in custom draw structure to draw the button,
+ as apps may modify the style this way.
+ - Disabled buttons can become hot.
+ - Retrieve image list for drawing after getting image list ID (in
+ I_IMAGECALLBACK case).
+
+ * dlls/dmloader/dmloader_private.h, dlls/dmloader/loader.c,
+ dlls/dmscript/script.c, dlls/dmscript/scripttrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - better traces
+ - some IPersistStream::GetClassID implementation
+ - add the "search by name" support for IDirectMusicLoader8::GetObject
+ (and a hack for understanding containers use)
+
+ * dlls/comctl32/tab.c, dlls/comctl32/tests/.cvsignore,
+ dlls/comctl32/tests/Makefile.in, dlls/comctl32/tests/tab.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ - Fix tab size for TCS_OWNERDRAWFIXED style.
+ - Correct size recalculation after setting tab width.
+ - Fix button sizes to match native.
+ - Center both vertically and horizontally tab text & icon.
+ - Use correct left/center alignment flags.
+
+2003-10-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ CopyRects (per rect) copied one too many lines, trashing the heap.
+ Also tidies up scissor test from previous patch.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/mailslot.c:
+ Mike McCormack <mike@codeweavers.com>
+ Added a test for mailslots.
+
+ * dlls/ntdll/signal_i386.c:
+ Fixed race in %gs selector restoring during vm86 mode return.
+ Minor cleanups.
+
+ * tools/winedump/pe.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Change some variables from int to unsigned to avoid signedness
+ mismatches.
+
+ * tools/winegcc/utils.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Add proper casts to avoid signed vs. unsigned mismatches in
+ strmake().
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Cache the wave volume so it can be returned rather than the OSS
+ derived value when possible.
+
+ * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+ Return more sane mailslot error values.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Clean up *GetDevCaps to check for valid pointer and only copy proper
+ amount of data.
+
+ * dlls/ntdll/exception.c: Pavel Roskin <proski@gnu.org>
+ Include ntdll_misc.h to avoid undefined reference to GetProcessHeap
+ when compiled without optimization.
+
+ * dlls/kernel/process.c: Mike McCormack <mike@codeweavers.com>
+ Fix incorrectly sized buffer.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Culling to different viewports failed as clearing the whole viewport
+ cleared the screen.
+
+ * tools/winebuild/spec32.c: Better defaults for heap and stack sizes.
+
+ * dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c:
+ Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ JoystickAImpl_Unacquire should return DI_NOEFFECT if the device is not
+ in an acquired state.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, dlls/msi/msiquery.c, include/msi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Some stub implementations.
+
+ * dlls/msi/tokenize.c: Mike McCormack <mike@codeweavers.com>
+ Sql tokens are case insensitive in msi.dll.
+
+ * dlls/d3d8/device.c, dlls/d3d8/stateblock.c, dlls/d3d8/surface.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct writing to back buffer in non-ortho mode, and ensure the line
+ stipple is passed correctly to enable proper wireframe support.
+
+2003-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/instr.c, dlls/kernel/wowthunk.c:
+ Restored emulation of protected instructions in 32-bit code when
+ running with a Win9x version.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Treat missing MSI tables as empty.
+
+ * include/wine/library.h:
+ Increase WINE_LDT_FIRST_ENTRY to leave room for glibc thread
+ selectors.
+
+ * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+ include/thread.h:
+ Removed no longer needed SIGNAL_Unblock() function.
+
+ * dlls/comctl32/toolbar.c, dlls/kernel/tests/locale.c,
+ dlls/oleaut32/variant.c, dlls/user/tests/input.c, include/tmschema.h,
+ libs/unicode/cpmap.pl, programs/regapi/regapi.c,
+ programs/regedit/regproc.c, tools/winapi/winapi_check_options.pm,
+ tools/winapi_check/winapi_check:
+ Francois Gouget <fgouget@free.fr>
+ Weekly spelling fixes.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Fixed MSI buffer overflow.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/exception.c,
+ dlls/ntdll/ntdll.spec, include/winbase.h, include/winnt.h,
+ include/winternl.h:
+ Implemented Add/RemoveVectoredExceptionHandler.
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Add support for .dbg.c files. This makes it possible to use the Wine
+ tracing macros in Winelib applications.
+ The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
+ the wine_unicode and wine_uuid detection.
+ Fix generation of the clean target (in some corner cases it could
+ generate a $(RM) command with no parameter).
+ Move the distclean target to the top-level Makefile and make it more
+ thorough.
+ Update a few autoconf constructs.
+ Remote commented out code in wrapper.c. If we need that code we can
+ always get it from CVS.
+
+ * dlls/msvcrt/dir.c, include/msvcrt/stdlib.h:
+ Pierre d'Herbemont <stegefin@free.fr>
+ Fixed _wfullpath prototype.
+
+ * dlls/x11drv/wineclipsrv.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Move event_names[] into EVENT_ProcessEvent().
+
+ * dlls/kernel/format_msg.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ FormatMessageW: Allocate anough space.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Fix string value lookups in MSI.
+
+ * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_private.h:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Some fixes in dmband loading.
+
+ * dlls/dinput/mouse/main.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ SysMouseAImpl_Unacquire should return DI_NOEFFECT if the device is not
+ in an acquired state.
+
+ * dlls/kernel/process.c:
+ Fixed typo that broke handling of .com and .bat files.
+
+ * dlls/ntdll/signal_i386.c, tools/winebuild/relay.c:
+ Switch back to the main process stack before calling exception
+ handlers.
+
+ * dlls/ntdll/loader.c:
+ Repaired relay debugging for kernel and ntdll (spotted by Uwe
+ Bonnes).
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/input.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Test WM_KEY* and WM_SYSKEY* messages generated by various keyboard
+ events.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Added support for getting the wave device name.
+
+ * dlls/dmloader/loader.c: Rok Mandeljc <rok.mandeljc@gimb.org>
+ Fix dmloader's behavior to be more MS compliant.
+
+ * dlls/gdi/freetype.c: Marcus Meissner <marcus@jet.franken.de>
+ Use freetype 2.0 defines for font encodings instead of misuse of
+ MS_MAKE_TAG.
+
+ * dlls/ntdll/path.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ get_full_path_helper: Handle the case \\.\\ as intended; fix length
+ arguments for memmove.
+
+ * dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Another difference in the printf family.
+
+ * windows/input.c: Rein Klazes <rklazes@xs4all.nl>
+ Correct the logic that decides whether a WM_SYSKEYUP/DOWN or a
+ WM_KEYUP/DOWN message is to be sent.
+
+2003-10-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winemaker:
+ libntdll.dll.so no longer exists, check for libntdll.def instead.
+
+ * tools/winedump/pe.c:
+ Added printing of the target of forwarded exports.
+
+ * server/thread.c:
+ Make init_thread request deal better with fd allocation errors.
+
+ * dlls/dmime/performance.c, dlls/dmloader/container.c,
+ dlls/dmloader/loader.c, dlls/dmloader/loaderstream.c,
+ include/dsound.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Some fixes on DirectSound init (need SetCooperativeLevel as seen in
+ msdn) on IDirectMusicPerformance8::InitAudio.
+ - Some fixes in IDirectMusicPerformance8ImplCreateStandardAudioPath
+ (not perfect yet, need to understand/fix the channel init/use).
+ - Fix typo on CreateDirectMusicContainer.
+ - Add missing define in dsound.h.
+ - Better traces on IDirectMusicLoader8::SetSearchDirectory.
+
+ * dlls/shell32/control.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Control_DoLaunch: memmove needs bytes as length argument.
+
+ * dlls/winedos/int33.c: Jukka Heinonen <jhei@iki.fi>
+ Clean up mouse driver implementation.
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Moved drive parameter block (DPB) routines to winedos.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added a few stubs.
+
+ * tools/winebuild/import.c: Pierre d'Herbemont <stegefin@free.fr>
+ Fix PowerPC assembler syntax mistakes.
+
+ * dlls/avifil32/avifile_Nl.rc, dlls/avifil32/rsrc.rc,
+ dlls/comctl32/comctl_Nl.rc, dlls/comctl32/rsrc.rc,
+ dlls/msacm/msacm.rc, dlls/msacm/msacm_Nl.rc, dlls/serialui/Nl.rc,
+ dlls/serialui/serialui_rc.rc, dlls/setupapi/Nl.rc,
+ dlls/setupapi/setupapi.rc, dlls/wineps/rsrc.rc,
+ dlls/wineps/wps_Nl.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Nl.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Added Dutch translations.
+
+ * programs/start/Nl.rc, programs/start/rsrc.rc, programs/view/Nl.rc,
+ programs/view/viewrc.rc, programs/wineconsole/wineconsole_Nl.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/En.rc,
+ programs/winefile/Nl.rc, programs/winefile/rsrc.rc,
+ programs/winemine/Nl.rc, programs/winemine/rsrc.rc,
+ programs/winhelp/Nl.rc, programs/winhelp/rsrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ - Dutch translations of Wine programs.
+ - Correct grammar error in winefile.
+
+ * programs/wcmd/En.rc, programs/wcmd/Nl.rc, programs/wcmd/wcmdrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ - Added Dutch translation.
+ - Make an example's description consistent with the example.
+
+ * dlls/kernel/nls/heb.nls: Shachar Shemesh <wine-patch@shemesh.biz>
+ Updated Hebrew resources.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Fix SMPTE time.
+ Fix primary buffer volume setting.
+
+ * dlls/winmm/mmsystem.c: Robert Reif <reif@earthlink.net>
+ Only copy amount requested up to size of structure.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Clear a new hardware buffer to proper silence values based on format.
+ Allows dxdiag to play 8 bit sounds in hardware primary buffer now.
+
+ * configure, configure.ac: Pierre d'Herbemont <stegefin@free.fr>
+ Include <arpa/nameser.h> before <resolv.h>.
+
+2003-10-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/tests/generated.c, dlls/shlwapi/tests/generated.c,
+ dlls/urlmon/tests/generated.c, dlls/user/tests/generated.c,
+ dlls/wininet/tests/generated.c:
+ Updated some of the generated tests.
+
+ * tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Specify include quotes in the tests.dat file.
+
+ * dlls/kernel/fiber.c, dlls/ntdll/exception.c,
+ include/wine/exception.h:
+ Use sigsetjmp instead of setjmp in Wine internal exception handlers to
+ make sure the signal mask is restored properly.
+
+ * server/signal.c:
+ Added support for the linuxthreads cancel signal as an alternative to
+ SIGCHLD.
+
+ * dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added a test case for sprintf.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shlview.c,
+ dlls/shell32/shpolicy.c, dlls/shell32/systray.c:
+ Filip Navara <xnavara@volny.cz>
+ - Removed initialization of sh32_policy_table in SHInitRestricted,
+ because it's already statically initialized.
+ - Removed calling of SHInitRestricted(NULL, NULL) from DllMain because
+ it does nothing in this case now.
+ - Added support for flags FWF_DESKTOP, FWF_NOCLIENTEDGE,
+ FWF_TRANSPARENT in ShellView.
+ - Fixed small bug in setting SysTray window class hbrBackground.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ More tests for window creation parameters.
+
+ * windows/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Initialize MinMax.ptReserved, use better defaults for child windows.
+
+ * dlls/x11drv/window.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Windows always sets cbtc.hwndInsertAfter to HWND_TOP.
+
+ * dlls/msvcrt/file.c: Pavel Roskin <proski@gnu.org>
+ Make MSVCRT__sopen() complain louder about unknown oflags, but not
+ about _O_WRONLY.
+ MSVCRT_fopen() should pass third argument to _open() because it may
+ set _O_CREAT.
+
+ * include/Makefile.in, include/amvideo.h, include/amvideo.idl,
+ include/aviriff.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added amvideo.{idl,h} and aviriff.h.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Don't store band text if "" is passed into SetBandInfo.
+
+ * programs/winecfg/En.rc, programs/winecfg/winecfg.c:
+ Mike Hearn <mike@theoretic.com>
+ Minor GUI relayout.
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c:
+ Call the application entry point from kernel32, some apps depend on
+ that.
+
+ * dlls/setupapi/parser.c, dlls/setupapi/virtcopy.c,
+ dlls/x11drv/xrender.c:
+ Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Another portion of HeapReAlloc fixes.
+
+ * tools/winebuild/import.c, tools/winebuild/spec32.c:
+ Pierre d'Herbemont <stegefin@free.fr>
+ Change mctr PowerPC asm instruction to mtctr. Add Support for the
+ .text section and the .space section of darwin's ld.
+
+ * dlls/kernel/tests/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added tests for FoldStringA/W.
+
+ * dlls/kernel/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented FoldStringA (using W version).
+ Documentation updates.
+
+ * dlls/msvcrt/tests/file.c: Pavel Roskin <proski@gnu.org>
+ Added test for tmpnam().
+
+ * dlls/msvcrt/file.c, include/msvcrt/stdio.h:
+ Pavel Roskin <proski@gnu.org>
+ MSVCRT_tmpnam(): complete rewrite. Use the same names as the native
+ version. Use the caller-supplied buffer if possible.
+
+2003-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/thread.c, dlls/ntdll/signal_i386.c, dlls/ntdll/virtual.c,
+ include/thread.h:
+ Simplified signal stack allocation a bit, and avoid allocating it on
+ non-i386 platforms.
+
+ * dlls/ntdll/signal_powerpc.c: A signal stack is not needed on PowerPC.
+
+ * tools/wmc/lang.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added support for neutral language.
+
+ * include/setupapi.h: Fixed naming of the A/W types.
+
+ * dlls/advapi32/crypt.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix error paths in advapi32.CryptAcquireContextA.
+ - Call CRYPT_VerifyImage to verify the signature, even though it
+ currently does nothing.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Fix MMDRV_PhysicalFeatures to handle both 16 and 32 bit pointers
+ properly.
+
+ * programs/winecfg/main.c: Mike Hearn <mike@theoretic.com>
+ Complete support DOS version and winelook settings.
+
+ * dlls/gdi/enhmfdrv/init.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Fix EMF driver UpdateBBox routine. The EMF bounding box must be stored
+ in device coordinates in the metafile.
+
+ * programs/winecfg/appdefaults.c, programs/winecfg/drive.c,
+ programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ - Clear screen depth combo box on page init.
+ - Some appdefaults support.
+ - Rename hDlg to dialog in some places so enable/disable macros work.
+ - Don't update registry when the GUI is being initially configured.
+
+2003-10-21 Alexandre Julliard <julliard@winehq.com>
+
+ * files/smb.c, graphics/x11drv/xfont.c, include/bitmaps/wine.xpm,
+ libs/wpp/ppl.l, libs/wpp/preproc.c, misc/registry.c,
+ server/unicode.c, server/unicode.h:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * dlls/msvcrt/dir.c, dlls/ntdll/string.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Fix splitpath and wsplitpath for the file extension.
+
+ * dlls/rpcrt4/ndr_midl.c: Gregory M. Turner <gmturner007@ameritech.net>
+ - Remove an erroneous check in NdrSendReceive.
+ - Change fixmes.
+
+ * dlls/msvcrt/process.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variables EXE, BAT, CMD, and COM.
+
+ * dlls/x11drv/xrandr.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variable depths[].
+
+ * controls/edit.c: Rein Klazes <rklazes@xs4all.nl>
+ A WM_CREATE message sent to an Edit window procedure should
+ return 1. Power Builder masked edit controls depend on it.
+
+ * tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Francois Gouget <fgouget@free.fr>
+ Update tests.dat to include the various #include fixes.
+ gcc says that sizeof(long double)==12.
+ Fix the detection of pragma packs to detect #include <...>.
+ Generate ok("...\n") calls.
+
+ * documentation/bugs.sgml, tools/testrun:
+ Francois Gouget <fgouget@codeweavers.com>
+ Change all head/tail -X to head/tail -n X to be more POSIXly
+ compliant.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c,
+ dlls/setupapi/setupapi_private.h, dlls/setupapi/setupcab.c,
+ dlls/setupapi/setupx16.h, include/setupapi.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ - Win16/32 cleanup.
+ - Fixes for building with the PSDK.
+
+ * dlls/advapi32/registry.c, include/winreg.h:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ RegCreateKeyEx{A,W}: state that class string is constant.
+
+ * dlls/comctl32/tab.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix TAB_DeleteItem and TAB_DeleteAllItems regressions introduced by
+ the last TAB_InvalidateTabArea changes.
+ Correct the indentation for these functions.
+
+ * dlls/comctl32/status.c: Mike McCormack <mike@codeweavers.com>
+ Don't use free'd pointer in status control - found by Valgrind.
+
+ * dlls/kernel/tests/file.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Account for unique NT4 behaviour.
+ Better error message.
+
+ * files/directory.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variable wineW.
+
+ * windows/win.c: Rein Klazes <rklazes@xs4all.nl>
+ Use the extended window style for the previous style in the style
+ changing/changed messages if WIN_SetWindowLong is called with
+ GWL_EXSTYLE.
+
+ * dlls/winmm/mmsystem.c: Robert Reif <reif@earthlink.net>
+ Only return the number of bytes requested.
+
+2003-10-16 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20031016.
+
+----------------------------------------------------------------
+2003-10-16 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/wine/wine.def: Don't export the wine_pthread_* functions.
+
+ * dlls/commdlg/cdlg32.c, dlls/dmloader/loaderstream.c,
+ dlls/kernel/process.c, programs/notepad/dialog.c:
+ Replaced a few more 0xffffffff by the appropriate constants.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/file.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/tests/shlfileop.c,
+ dlls/version/install.c, dlls/winedos/int21.c, dlls/winmm/mmio.c,
+ files/file.c, misc/registry.c, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c, programs/wcmd/directory.c,
+ programs/winedbg/source.c, programs/winhelp/macro.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Use INVALID_FILE_ATTRIBUTES to test for failure of
+ GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
+
+ * documentation/samples/config: Alex Pasadyn <ajp@mail.utexas.edu>
+ Add UseXRandR to sample config file.
+
+ * dlls/oleaut32/typelib.c:
+ The imported typelib name must be converted to Unicode.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Add support for all Z buffer depths that are lower that the current
+ one.
+
+ * configure, configure.ac:
+ Recent versions of libXrandr depend on libXrender.
+
+ * dlls/kernel/relay16.c, dlls/ntdll/relay.c,
+ documentation/wine.conf.man:
+ Fixed handling of relay and snoop include/exclude lists to behave as
+ documented (based on a patch by Rein Klazes).
+
+ * dlls/kernel/snoop16.c: Print thread id in snoop traces.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/desktop.c,
+ dlls/x11drv/settings.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xrandr.c,
+ dlls/x11drv/xrandr.h, dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ - Added support for XRandR extension.
+ - Added new debugging channels for resolution changing.
+ - Streamlined resolution changing and removed duplicated code.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg.h, dlls/commdlg/filedlg16.c,
+ dlls/commdlg/filedlg95.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ - Split Win16/32 file dialogs.
+ - Remove support for Win16 style'd Win32 dialogs.
+
+2003-10-15 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/debugger.h, programs/winedbg/memory.c:
+ Get rid of the memory allocation macros, use real functions instead.
+
+ * dlls/shlwapi/reg.c: Fixed cut&paste error.
+
+ * dlls/comctl32/treeview.c: Adam Gundy <arg@cyberscience.com>
+ Only send TVN_ITEMEXPANDING for items marked as having children.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/time.c,
+ dlls/winmm/winejack/audio.c, dlls/winmm/wineoss/audio.c,
+ dlls/winspool/info.c, graphics/x11drv/palette.c,
+ programs/wineconsole/curses.c, programs/wineconsole/wineconsole.c,
+ programs/winhelp/hlpfile.c:
+ Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Another portion of HeapReAlloc fixes.
+
+ * documentation/samples/win.ini: Dimitrie O. Paun <dpaun@rogers.com>
+ Merge win.ini/[mci extensions] into the registry.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented FoldStringW.
+
+ * include/wine/unicode.h, libs/unicode/Makefile.in,
+ libs/unicode/fold.c, libs/unicode/wine_unicode.def:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added string folding support.
+
+ * dlls/gdi/freetype.c: Marcus Meissner <marcus@jet.franken.de>
+ Specify fourcc codes for encodings directly, instead of using changing
+ enum names.
+
+ * programs/regapi/regapi.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variable commandSaveRegistry.
+
+ * dlls/user/hook.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix an obvious typo in call_hook_AtoW.
+
+ * dlls/oleaut32/.cvsignore, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.rc,
+ dlls/oleaut32/oleaut32_Cz.rc, dlls/oleaut32/oleaut32_De.rc,
+ dlls/oleaut32/oleaut32_Dk.rc, dlls/oleaut32/oleaut32_En.rc,
+ dlls/oleaut32/oleaut32_Es.rc, dlls/oleaut32/oleaut32_Fr.rc,
+ dlls/oleaut32/oleaut32_Hu.rc, dlls/oleaut32/oleaut32_It.rc,
+ dlls/oleaut32/oleaut32_Nl.rc, dlls/oleaut32/oleaut32_No.rc,
+ dlls/oleaut32/oleaut32_Sv.rc, dlls/oleaut32/oleaut32_Th.rc,
+ dlls/oleaut32/resource.h, dlls/oleaut32/variant.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add resources for boolean strings in several languages.
+
+ * dlls/winmm/mci.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Merge win.ini/[mci extensions] into the registry.
+
+ * winedefault.reg: Dimitrie O. Paun <dpaun@rogers.com>
+ A few more keys extracted from the old documentation/shell32.
+
+ * documentation/installation-und-konfiguration.german:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove out-of-band installation-und-konfiguration.german.
+
+ * configure, configure.ac:
+ Regroup the X11 header checks to reduce the size of the generated
+ configure a bit.
+
+ * dlls/kernel/profile.c, files/directory.c, files/dos_fs.c,
+ files/drive.c, include/drive.h:
+ Get rid of the drive codepages and use CP_UNIXCP instead.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/tests/cpp.c, include/wine/port.h,
+ libs/port/spawn.c, programs/winemenubuilder/winemenubuilder.c,
+ tools/winegcc/utils.c, tools/winegcc/utils.h,
+ tools/winegcc/winewrap.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * objects/font.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Get Wine to behave like Windows does when Bold and/or Italic is
+ specified in the typeface name argument to CreateFont.
+
+ * configure, configure.ac, include/config.h.in:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ Check for Xrandr extension.
+
+ * dlls/msvcrt/dir.c, dlls/ntdll/string.c:
+ Rewrote splitpath and wsplitpath to avoid modifying the path
+ separators.
+
+ * dlls/gdi/freetype.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Improved selection of freetype face charmap.
+
+ * dlls/gdi/enhmfdrv/bitblt.c, dlls/gdi/enhmfdrv/init.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver
+ callbacks.
+ Cleaned up redundant code in EMFDRV_StretchDIBits.
+
+ * libs/unicode/casemap.c, libs/unicode/cpmap.pl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add generation of digit and compatability mapping tables.
+ Generate smaller mapping tables by merging overlaps.
+
+ * objects/dib.c: Dave Belanger <dave.belanger@cimmetry.com>
+ In CreateDIBitmap, the fact that the bits init flag is set or not
+ doesn't have anything to do with the color state of the DIB.
+
+2003-10-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+ programs/winedbg/debugger.h, programs/winedbg/display.c,
+ programs/winedbg/hash.c, programs/winedbg/info.c:
+ Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ Extend displays: now one can add displays active only in specified
+ function; displays now can be enabled/disabled like in gdb.
+
+ * dlls/ole32/ifs.h, include/objbase.h, include/objidl.h,
+ include/objidl.idl:
+ Moved the 16-bit storage interfaces out of the exported headers.
+
+ * documentation/running.sgml: Removed the --dll option.
+
+ * documentation/Makefile.in, documentation/default.dsl:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the default.dsl sheet -- the default is good enough.
+
+ * dlls/comctl32/header.c, include/commctrl.h:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Implemented HEADER_SetBitmapMargin and HEADER_GetBitmapMargin.
+ - Get rid of some magic numbers in HEADER_DrawItem.
+ - Fixed the drawing of images from imagelist when the
+ HDF_BITMAP_ON_RIGHT flag is set.
+
+ * dlls/comctl32/tab.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Only redraw the necessary area of the tab component and not the whole
+ component like windows does.
+
+ * graphics/x11drv/bitblt.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Prevent a crash with a BadDrawable X error message with some MaskBlt
+ calls.
+
+ * programs/winhelp/hlp2sgml.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variable debug_channels.
+
+ * dlls/oleaut32/parsedt.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove unused variables mdays, months, days, and DateStyle.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix Finnish keyboard layout to better match the XFree86 one.
+
+ * dlls/commdlg/printdlg.c: Mike McCormack <mike@codeweavers.com>
+ Pass the correct lparam when calling PageDlgProcA's PageSetupHook for
+ WM_INITDIALOG.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed usage of GlobaReAlloc.
+
+ * dlls/winmm/winmm.c: Robert Reif <reif@earthlink.net>
+ Free should not happen when still playing.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c,
+ dlls/kernel/locale.c, dlls/kernel/process.c, memory/codepage.c:
+ Moved codepage functions to dlls/kernel.
+ Changed initialisation of the locale functions so that CP_UNIXCP works
+ as soon as possible during kernel32 init.
+
+ * configure, configure.ac, dlls/gdi/Makefile.in,
+ dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ipstats.c,
+ dlls/mshtml/mshtml.spec, dlls/msi/msi.spec, dlls/rpcrt4/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/wininet/internet.h,
+ dlls/winsock/socket.c, include/config.h.in, include/wine/port.h,
+ libs/wine/wine.def:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some problems found while compiling and linking Wine under
+ Cygwin.
+
+ * controls/listbox.c, dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/kernel/editline.c, dlls/kernel/global16.c,
+ dlls/kernel/resource16.c, dlls/kernel/snoop16.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c, dlls/rpcrt4/rpc_server.c,
+ dlls/setupapi/dirid.c, dlls/setupapi/setupx_main.c,
+ dlls/user/message.c:
+ Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Another portion of HeapReAlloc fixes.
+
+ * dlls/kernel/instr.c, dlls/ntdll/signal_i386.c, dlls/winedos/dosvm.c,
+ dlls/winedos/relay.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove races from DPMI async event handling.
+
+ * dlls/ntdll/loader.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix function pointer variable declaration in __wine_process_init().
+
+ * dlls/winmm/winealsa/audio.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Small fix in sound flushing code.
+
+ * dlls/kernel/debugger.c, dlls/kernel/except.c, dlls/kernel/process.c,
+ dlls/ntdll/exception.c, dlls/ntdll/loader.c,
+ include/wine/server_protocol.h, server/debugger.c, server/process.c,
+ server/process.h, server/protocol.def, server/trace.c:
+ Set or clear the BeingDebugged flag in the PEB when a debugger is
+ attached to or detached from a process.
+ Don't send exception events to the server unless a debugger is
+ present.
+
+ * configure, configure.ac, dlls/kernel/pthread.c, include/config.h.in,
+ libs/wine/port.c:
+ Added check for pthread.h (reported by Steven Edwards).
+ Removed init_done check, the process heap is now created before kernel
+ is loaded anyway.
+
+ * dlls/msi/sql.y, tools/wrc/dumpres.c, tools/wrc/dumpres.h,
+ tools/wrc/genres.c, tools/wrc/genres.h, tools/wrc/parser.l,
+ tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c,
+ tools/wrc/utils.h:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix some cases when 'keysym' might be left uninitialized.
+
+ * dlls/winmm/winealsa/audio.c: Daniel Marmier <d.marmier@bluewin.ch>
+ ALSA_WaveInit: repaired device name.
+
+ * loader/module.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert GetBinaryType to unicode.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3dviewport.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Add necessary AddRef/Release stuff to {Set/Get}CurrentViewport.
+ When changing parameters of a viewport, do the appropriate update if
+ it is current.
+
+ * dlls/comctl32/tab.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix setting size of tab control.
+
+2003-10-12 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/pthread.c:
+ Moved the errno functions patching to wine_pthread_init_thread so that
+ it's done early enough now that kernel is only loaded later on.
+
+ * miscemu/Makefile.in:
+ Link the main binary against libpthread for NPTL builds.
+
+2003-10-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c:
+ Update __wine_main_argc after option processing.
+
+ * dlls/dmusic/dmusic.c, programs/winedbg/hash.c,
+ programs/winhelp/macro.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix some instances of memory allocation through HeapReAlloc().
+
+ * dlls/gdi/freetype.c, dlls/x11drv/xrender.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implementation of underline and strikeout text in xrender.
+
+ * objects/dib.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Improvement on the code that deals with setting the color map in
+ GetDIBits.
+
+ * dlls/*/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
+
+ * Make.rules.in, configure, configure.ac, dlls/Makedll.rules.in,
+ dlls/Maketest.rules.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in:
+ Define an LDDLL command to link dlls, instead of using LDDLLFLAGS.
+
+ * Makefile.in, dlls/Makefile.in, dlls/make_dlls, tools/winewrapper:
+ We no longer need to link against ntdll in the Unix sense.
+
+2003-10-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, miscemu/Makefile.in:
+ Moved the pthread emulation into the main binary so that we don't need
+ to link it against ntdll.
+
+ * dlls/oleaut32/oleaut.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation update.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Have the wrapper load the used DLLs in case the main program
+ calls them from constructors (with help from Alexandre Julliard).
+
+ * dlls/kernel/process.c, include/wine/library.h, libs/wine/loader.c:
+ Don't reference the environ global variable from kernel32, it may fail
+ to link (reported by Gerald Pfeifer).
+
+ * dlls/ntdll/loader.c:
+ Fixed importing of dlls with no exports (reported by Warren Baird).
+ Don't crash on an empty load order specification (reported by Maxime
+ Bellengé).
+ Try to avoid crashing when an import is missing for a builtin dll.
+
+ * dlls/Makedll.rules.in:
+ The intermediate .tmp.o file is no longer needed.
+ DLLMAIN is not used anymore.
+
+ * dlls/user/Makefile.in, dlls/user/user32.spec, dlls/user/user_main.c:
+ Use the standard DllMain entry point.
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/make_dlls:
+ LDIMPORTS is no longer needed.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c:
+ We can now use the standard DllMain as entry point.
+
+ * dlls/kernel/Makefile.in, dlls/ntdll/ntdll.spec:
+ Link kernel32 as a normal dll.
+
+ * libs/wine/port.c:
+ Added placeholders for wine_pthread_init_process and
+ wine_pthread_init_thread.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/process.c, dlls/ntdll/heap.c,
+ dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c,
+ include/module.h, include/winternl.h, libs/wine/loader.c:
+ Changed the init code to make libwine load only ntdll and transfer
+ control to it, and then have ntdll load kernel32 using the normal
+ loader mechanisms.
+ Get rid of BUILTIN32_LoadExeModule.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implementation of SetTextJustication EMF driver callback.
+
+ * dlls/gdi/freetype.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Improved font glyph transformation support in GetGlyphOutline.
+
+ * dlls/advapi32/service.c:
+ Make sure we always use the same name for the semaphore (spotted by
+ Ben A L Jemmett).
+
+ * programs/wineconsole/curses.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Changed debug channel to "curses" to seperate it from wineconsole.c
+ and added some trace infomation.
+
+ * dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added test for %n.
+
+ * dlls/msvcrt/scanf.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ %n returns the number of consumed characters.
+
+2003-10-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/thread.c, include/winternl.h:
+ Use the Rtl bitmap functions to implement Tls allocation.
+ Get rid of the PDB structure.
+
+ * dlls/kernel/wowthunk.c:
+ We need to initialize the relay debug lists for +snoop too.
+
+ * dlls/kernel/ne_segment.c, dlls/winedos/vga.c, files/directory.c:
+ Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Avoid HeapReAlloc of a NULL pointer.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove inexistent dir, add a doc reference from shell32.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shelllink.c, documentation/shell32:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move useful information out of documentation/shell32.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for some functions related to RegisterWait.
+
+ * programs/uninstaller/Makefile.in, programs/uninstaller/main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Handle quoting on the command line in uninstaller.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed SMPTE time.
+ Fixed bad wave in position at startup and reset.
+
+ * dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c,
+ include/imagehlp.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Bring imagehlp (mostly) inline with the PSDK and Mingw.
+
+ * dlls/gdi/enhmfdrv/graphics.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Improved the bounding box calculation for the EMF driver ExtTextOut
+ metarecord. It takes the text alignment into account.
+
+ * dlls/ntdll/ntdll.spec: Added a few missing exports.
+
+ * dlls/kernel/process.c, dlls/kernel/thread.c, dlls/ntdll/thread.c,
+ include/thread.h:
+ Moved the constructor for the initial TEB to ntdll so that it runs as
+ early as possible on startup.
+
+ * dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/mapping.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implementation of EMF driver OffsetViewportOrg and OffsetWindowOrg
+ callbacks using the EMR_SETVIEWPORTORGEX and EMR_SETWINDOWORGEX
+ metarecords respectively.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c, programs/winecfg/drive.c,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+ programs/winedbg/db_disasm.c, programs/winedbg/dbg.y,
+ programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+ programs/winedbg/hash.c, programs/winedbg/info.c,
+ programs/winedbg/types.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * configure, configure.ac, documentation/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Use docbook2txt to generate the text output instead of adhoc hacks.
+
+ * programs/wineconsole/wineconsole.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of
+ deleting it with a memmove.
+
+ * programs/wineconsole/curses.c: Peter Berg Larsen <pebl@math.ku.dk>
+ The Tab key was considered a ctrl-key and Shift-Tab was ignored.
+
+2003-10-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/syslevel.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/signal_i386.c, tools/winebuild/relay.c:
+ Added __wine_set_signal_fs function to avoid sharing the
+ SYSLEVEL_Win16CurrentTeb variable between kernel and ntdll.
+ On the kernel side, replaced SYSLEVEL_Win16CurrentTeb by
+ CallTo16_TebSelector stored directly in the asm relay code to avoid a
+ run-time relocation.
+
+ * dlls/kernel/relay16.c, dlls/kernel/snoop16.c, dlls/kernel/wowthunk.c,
+ dlls/ntdll/relay.c:
+ Duplicate parts of the relay debugging init code into kernel to avoid
+ referencing ntdll internal symbols.
+
+ * dlls/kernel/process.c, dlls/ntdll/env.c:
+ Moved build_command_line back to kernel and make it handle Unicode
+ properly.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/propset.c, dlls/dsound/tests/capture.c:
+ Robert Reif <reif@earthlink.net>
+ Make capture more reliable by submitting all buffers before start.
+ Added support for non pcm formats.
+ Added more property set support.
+
+ * dlls/ntdll/debugtools.c: Pavel Roskin <proski@gnu.org>
+ Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.
+
+ * dlls/gdi/enhmfdrv/graphics.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implementation of SetPixel metarecord.
+
+ * dlls/gdi/enhmfdrv/init.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Avoid excessive heap memory reallocation when generating EMF
+ metarecords in memory.
+
+ * programs/wineconsole/wineconsole.c:
+ Removed useless WINE_TRACE_ON tests.
+
+ * programs/wineconsole/wineconsole.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Moved debug output up before calling the backend.
+
+ * dlls/ntdll/server.c, dlls/ntdll/virtual.c:
+ Pavel Roskin <proski@gnu.org>
+ Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.
+
+ * dlls/ntdll/heap.c: Pavel Roskin <proski@gnu.org>
+ Eliminate dependency on SetLastError().
+
+ * dlls/gdi/wing.c, dlls/wininet/netconnection.c:
+ Francois Gouget <fgouget@free.fr>
+ Some spelling fixes.
+
+ * documentation/documentation.sgml: Francois Gouget <fgouget@free.fr>
+ Remove irrelevant (and incomplete) documentation in 'The Wine DocBook
+ System' section.
+
+ * dlls/ole32/storage.c: Warren Baird <warren.baird@cimmetry.com>
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Moved code out of assert statements so you can safely compile with
+ -DNDEBUG.
+
+ * dlls/winedos/interrupts.c, include/task.h:
+ Mike McCormack <mike@codeweavers.com>
+ Don't share some protected mode interrupts in winedos.
+
+ * configure, configure.ac:
+ Removed creation of loader/ne and win32 directories.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/console.c, dlls/kernel/device.c,
+ dlls/kernel/process.c, dlls/kernel/sync.c, dlls/ntdll/Makefile.in,
+ scheduler/handle.c:
+ Moved a few more functions to the dlls/kernel directory.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/global16.c, dlls/kernel/heap.c,
+ dlls/kernel/ne_module.c, dlls/kernel/process.c, dlls/kernel/string.c,
+ dlls/kernel/task.c, dlls/kernel/thread.c, dlls/ntdll/Makefile.in,
+ loader/task.c, memory/global.c, memory/heap.c, memory/string.c,
+ scheduler/process.c, scheduler/thread.c:
+ Link all remaining files that contain kernel APIs into kernel32.dll
+ instead of ntdll.dll. Removed a number of no longer needed files.
+
+ * include/module.h:
+ Added hack to call CreateFileW through a pointer so that we don't need
+ to link to kernel functions.
+ Commented out SMB support in NtReadFile for now.
+
+ * files/smb.c: Removed dependency on ntdll_misc.h.
+
+ * dlls/kernel/process.c, dlls/ntdll/file.c, dlls/ntdll/loader.c,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/path.c:
+ Added hack to call CreateFileW through a pointer so that we don't need
+ to link to kernel functions.
+ Commented out SMB support in NtReadFile for now.
+
+ * dlls/ntdll/cdrom.c, dlls/ntdll/file.c, files/drive.c:
+ Pass the cdrom device path in CDROM_InitRegistry so that ntdll doesn't
+ need to call DRIVE_GetDevice.
+ Get rid of GetDriveType calls.
+
+ * include/wininet.h: Warren Baird <warren.baird@cimmetry.com>
+ Changed InternetSetStatusCallback declaration to
+ InternetSetStatusCallbackA/W.
+
+ * graphics/x11drv/bitblt.c: Warren Baird <warren.baird@cimmetry.com>
+ Handle cases where XGetImage or X11DRV_DIB_CreateXImage fail.
+
+ * dlls/kernel/process.c, dlls/ntdll/server.c, include/options.h,
+ misc/options.c:
+ Get rid of the argv0 and full_argv0 global variables.
+
+ * include/wine/library.h, libs/wine/config.c, libs/wine/loader.c:
+ Added wine_get_argv0_path() to retrieve the path of the wine binary.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/virtual.c, files/file.c,
+ include/wine/server_protocol.h, server/file.c, server/file.h,
+ server/mapping.c, server/process.c, server/protocol.def,
+ server/trace.c:
+ Store a "removable" flag instead of the full drive type in the server
+ file object; this way we don't need to use GetDriveTypeW in the loader
+ code.
+ Make sure we always have a valid builtin_load_info pointer.
+
+2003-10-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c, dlls/ntdll/loadorder.c, dlls/ntdll/ntdll_misc.h:
+ Removed references to GetSystemDirectoryW.
+ Optimized module lookup a bit.
+ Keep track of the modref pointer across builtin dll loads to avoid
+ having to look it up by name afterwards.
+
+ * dlls/odbc32/proxyodbc.h, dlls/quartz/main.c,
+ dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+ dlls/shlwapi/reg.c, dlls/shlwapi/tests/path.c,
+ dlls/shlwapi/tests/shreg.c, dlls/winmm/mcianim/mcianim.c,
+ dlls/winmm/mciavi/info.c, dlls/winmm/mcicda/mcicda.c,
+ dlls/winmm/mciseq/mcimidi.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/wineoss/mixer.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * include/wincrypt.h: Warren Baird <warren.baird@cimmetry.com>
+ Added extern "C".
+
+ * dlls/commdlg/printdlg.c, dlls/setupapi/devinst.c,
+ dlls/winmm/joystick.c, include/setupapi.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Remove a few unneeded include statements in internal headers.
+ Started bringing setupapi in line with PSDK.
+
+ * programs/regsvr32/regsvr32.c: Mike McCormack <mike@codeweavers.com>
+ When registering a dll, search the dll's directory for dll
+ dependencies too.
+
+ * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added a check for <scsi/scsi.h> and include it in dlls/ntdll/cdrom.c.
+
+ * dlls/msvcrt/tests/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added some tests around fget(w)s.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ fget(w)s(): Don't drop characters when buffer is not large enough.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _write(): Don't fragment WriteFile() for TEXT mode write.
+
+ * dlls/ntdll/loader.c:
+ Rewrite of the dll file search algorithm to better deal with the
+ broken behavior of RtlDosSearchPath_U.
+
+ * dlls/ntdll/path.c: A couple more fixes in RtlGetFullPathName_U.
+ Reverted my previous fix in RtlDosSearchPath_U, extension handling is
+ supposed to be broken.
+
+ * dlls/user/focus.c, include/wine/server_protocol.h,
+ server/protocol.def, server/request.h, server/trace.c,
+ server/window.c, windows/winpos.c:
+ Store the global shell, progman and taskman windows in the server
+ (based on a patch by Martin Fuchs).
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _read(): In _O_TEXT mode make Readfile calls in chunks as big as
+ possible.
+
+ * dlls/gdi/enhmfdrv/dc.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Spit out EMR_RESTOREDC metarecords with -1 as argument as long as we
+ don't get to the saved state we want.
+
+ * dlls/winedos/interrupts.c: Jukka Heinonen <jhei@iki.fi>
+ Use correct pointer when accessing real mode interrupt vectors under
+ Win16.
+
+ * dlls/d3d8/drawprim.c, dlls/d3d8/surface.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ DXTn stride is to the next block, which is the equivalent to 4 rows
+ worth of bytes.
+
+ * dlls/advapi32/crypt.c, dlls/cabinet/cabextract.c,
+ dlls/comctl32/header.c, dlls/comctl32/listview.c,
+ dlls/comctl32/rebar.c, dlls/dinput/device.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplobby.c, dlls/winsock/tests/sock.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+2003-10-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/ntdll_misc.h, include/module.h, include/winternl.h:
+ Moved the final process init and dependency loading to
+ dlls/ntdll/loader.c, (ab)using the LdrInitializeThunk entry point.
+
+ * dlls/user/resources/version.rc, dlls/winmm/winmm_res.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change resources from last language file used to LANG_NEUTRAL.
+
+ * dlls/msvcrt/cpp.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT___RTDynamicCast: Reject a NULL cppobj.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * dlls/kernel/kernel32.spec, memory/codepage.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented GetCPInfoExA/W.
+ Documentation updates.
+
+ * tools/bin2res.c: Pavel Roskin <proski@gnu.org>
+ Read and write binary files in binary mode on Windows.
+
+ * include/tmschema.h: Kevin Koltzau <kevin@plop.org>
+ Added missing defines and fixed a few typos.
+
+ * dlls/ntdll/nt.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Fix buffer length error code for NtQueryInformationToken.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c,
+ dlls/ntdll/tests/path.c, dlls/ntdll/tests/rtlstr.c,
+ dlls/ole32/compobj.c, dlls/user/tests/sysparams.c,
+ dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, windows/dialog.c,
+ windows/spy.c, windows/sysparams.c, windows/winpos.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * tools/wrc/dumpres.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Get rid of useless comment (empty function header).
+
+2003-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in,
+ programs/cmdlgtst/cmdlgr.rc, programs/notepad/Nl.rc,
+ programs/progman/Pt.rc, programs/regedit/Makefile.in,
+ programs/view/En.rc, programs/view/Es.rc, programs/view/Fr.rc,
+ programs/view/It.rc, programs/view/Pt.rc, programs/view/Ru.rc,
+ programs/view/Si.rc, programs/wcmd/.cvsignore, programs/wcmd/En.rc,
+ programs/wcmd/Fr.rc, programs/wcmd/Makefile.in, programs/wcmd/Pt.rc,
+ programs/wcmd/Ru.rc, programs/wcmd/Si.rc, programs/wcmd/wcmdrc.rc,
+ programs/winefile/.cvsignore, programs/winefile/Makefile.in,
+ programs/winefile/resource.rc, programs/winemine/.cvsignore,
+ programs/winemine/Makefile.in, programs/winemine/rsrc.rc:
+ Pavel Roskin <proski@gnu.org>
+ Convert resources to standard format without embedded binary data.
+ Fixes to be compatible with windres.
+
+ * dlls/gdi/freetype.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Improved generation of font signature from freetype face charmaps.
+
+ * dlls/kernel/process.c, dlls/ntdll/env.c, dlls/ntdll/loadorder.c,
+ dlls/ntdll/version.c, files/drive.c, include/drive.h, include/file.h,
+ include/module.h, include/wine/server_protocol.h, server/process.c,
+ server/protocol.def, server/trace.c:
+ Converted process creation to Unicode.
+
+ * dlls/gdi/freetype.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Face families are in the top 4 bits of lfPitchAndFamily, so mask with
+ 0xF0 before testing.
+
+ * dlls/user/Makefile.in, dlls/user/resources/user32.rc,
+ dlls/user/resources/user32_bin.rc,
+ dlls/user/resources/user32_bitmaps.rc,
+ dlls/user/resources/user32_cursors.rc,
+ dlls/user/resources/user32_icons.rc:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge all binary resources for user32 in one file.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/uxtheme/.cvsignore,
+ dlls/uxtheme/Makefile.in, dlls/uxtheme/main.c,
+ dlls/uxtheme/uxtheme.spec, include/Makefile.in, include/uxtheme.h:
+ Kevin Koltzau <kevin@plop.org>
+ Initial implementation of uxtheme.dll, mostly stubbed out for now.
+
+ * dlls/ntdll/env.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c,
+ include/winternl.h:
+ Implemented RtlCreateProcessParameters and related functions.
+
+ * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in,
+ programs/uninstaller/rsrc.rc:
+ Pavel Roskin <proski@gnu.org>
+ Use a better icon. Comment out the binary resource.
+
+ * programs/progman/En.rc, programs/progman/Nl.rc,
+ programs/progman/rsrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Dutch translation of progman.
+ Correct typo in English resources.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/mfdrv/init.c, include/gdi.h, objects/dc.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implemented the SetArcDirection metarecord in EMF driver.
+
+ * programs/winemine/main.c: Pavel Roskin <proski@gnu.org>
+ Don't pass unused pointers to RegCreateKeyEx() - this prevents score
+ saving on Windows 2000.
+
+ * dlls/ntdll/path.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed a couple of bugs in RtlGetFullPathName_U.
+
+ * programs/winhelp/winhelp.c: Pavel Roskin <proski@gnu.org>
+ Set win_style of the main window to WS_OVERLAPPEDWINDOW.
+
+ * dlls/kernel/dosmem.c, dlls/winedos/int19.c, dlls/winedos/interrupts.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Reboot (int19) under DOS now does ExitProcess.
+ Made BIOS reboot vector call int19.
+
+ * dlls/ntdll/relay.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_ShowDebugmsgSnoop(): check for NULL function name.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/editstream.c,
+ dlls/avifil32/getframe.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - First part of a new IAVIEditStream implementation.
+ - Fixed/Added some parameter checking.
+ - Fixed bug in EditStreamSetInfoW.
+ - Fixed bug in avifil32.spec (str instead of wstr).
+ - Fixed cosmetic bug in IAVIStreamImpl_fnRelease.
+ - Fixed typo.
+
+ * dlls/commdlg/printdlg.h, dlls/commdlg/printdlg16.c,
+ dlls/ntdll/tests/error.c, dlls/ntdll/tests/large_int.c,
+ dlls/ntdll/tests/rtlstr.c, dlls/ntdll/tests/string.c,
+ dlls/opengl32/opengl_ext.h, dlls/winmm/mciavi/wnd.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+2003-10-03 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in,
+ dlls/comctl32/rsrc.rc, dlls/commdlg/.cvsignore,
+ dlls/commdlg/Makefile.in, dlls/commdlg/cdlg_xx.rc,
+ dlls/ole32/.cvsignore, dlls/ole32/Makefile.in,
+ dlls/ole32/ole32res.rc, dlls/shell32/.cvsignore,
+ dlls/shell32/Makefile.in, dlls/shell32/shres.rc,
+ dlls/user/Makefile.in, dlls/user/resources/.cvsignore,
+ dlls/user/resources/display.rc,
+ dlls/user/resources/user32_bitmaps.rc,
+ dlls/user/resources/user32_cursors.rc,
+ dlls/user/resources/user32_icons.rc, programs/regedit/.cvsignore,
+ programs/regedit/Makefile.in, programs/regedit/resource.rc,
+ programs/winecfg/.cvsignore, programs/winecfg/Makefile.in,
+ programs/winecfg/winecfg.rc:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Extract binary resources to files, to fit the standard.
+
+ * dlls/ntdll/cdrom.c: Avoid closing the cdrom if we failed to open it.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Check for advertized vertex blend support before querying device
+ capabilities, which silences issues about vertex blending.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests for recent variant changes.
+
+ * dlls/ntdll/cdrom.c: Pavel Roskin <proski@gnu.org>
+ Add support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
+ Fix device number for IDE CD-ROMs. Return 0 for unsupported drives.
+
+ * configure, configure.ac, include/config.h.in:
+ Pavel Roskin <proski@gnu.org>
+ Added check for scsi/scsi_ioctl.h.
+
+ * dlls/msi/msi.spec: Mike McCormack <mike@codeweavers.com>
+ Fixed msi spec file.
+
+ * scheduler/pthread.c:
+ A couple of new functions have been added to the pthread_functions
+ structure.
+
+ * dlls/x11drv/window.c:
+ We only need to check for same process siblings in desktop mode for
+ top-level windows.
+
+ * dlls/oleaut32/variant.c, dlls/oleaut32/variant.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add VarParseNumFromStr()/VarNumFromParseNum(), use them for
+ conversions.
+ VariantInit(): Only touch V_VT field.
+ VariantClear(): Support IRecordInfo, don't free null bstrs.
+ Add support for upcoming vtypes, remove dead code, docs.
+
+ * dlls/d3d8/device.c, dlls/d3d8/drawprim.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Minor fixes - Remove light debug statements, handle disabled specular
+ material properly, release surfaces when debugging and clean up trace
+ a little.
+
+ * libs/wine/debug.c, tools/fnt2bdf.c, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/relay.c,
+ tools/winebuild/spec16.c:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Fixed warnings with gcc option "-Wwrite-strings".
+
+ * programs/regapi/regSet.sh: Gerald Pfeifer <gerald@pfeifer.com>
+ This is actually a /bin/sh script, /bin/bash is not needed.
+ Check whether the two input files exists instead of assuming they do.
+
+ * tools/bin2res.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Make bin2res silent by default.
+
+ * include/Makefile.in, include/commctrl.h, include/tmschema.h,
+ include/winuser.h:
+ Kevin Koltzau <kevin@plop.org>
+ Added tmschema.h and some other theme defines.
+
+ * files/file.c: Pavel Roskin <proski@gnu.org>
+ Implemented GetCompressedFileSize[AW].
+
+ * configure, configure.ac, include/config.h.in:
+ Pavel Roskin <proski@gnu.org>
+ Added check for st_blocks in struct stat.
+
+2003-10-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c, files/directory.c,
+ include/file.h, loader/module.c:
+ Changed LdrLoadDll to only search for the dll in the specified path,
+ using ntdll functions.
+ Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
+ where it belongs.
+
+ * dlls/x11drv/window.c:
+ In desktop mode, only move the window in Z-order relative to siblings
+ belonging to the same process.
+
+ * files/drive.c:
+ Hack to update ntdll current directory value in DRIVE_Chdir.
+
+ * dlls/ntdll/path.c:
+ Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
+ Make RtlDoesFileExists_U do something useful by calling CreateFileW
+ for now.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/msg.c, documentation/gui:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move the message sequences documented in documentation/gui into a unit
+ test.
+
+ * dlls/user/resources/TODO: Dimitrie O. Paun <dimi@intelliware.ca>
+ Removed obsolete TODO file.
+
+ * dlls/shdocvw/shdocvw_main.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ SHDOCVW_118 (ShellDDEInit) is really a dynamic forward to SHELL32_188.
+
+ * dlls/shell32/shpolicy.c, dlls/shell32/undocshell.h, include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Moved definition of newly documented API SHRestricted() and the
+ according policy definitions to shlobj.h.
+ Replace the policy numeric values with the new official defines and
+ change SHRestricted() to match the new documented prototype.
+
+ * dlls/ntdll/time.c, tools/wmc/write.c:
+ Gerald Pfeifer <gerald@pfeifer.com>
+ Cast time_t parameters to fprintf(...,"%l",...) to long.
+
+ * dlls/x11drv/keyboard.c: Salmela <9700584@cs.stadia.fi>
+ Updated Finnish keyboard layout.
+
+ * documentation/Makefile.in: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove obsolete "status" directory from EXTRASUBDIRS.
+
+ * programs/notepad/Nl.rc, programs/notepad/rsrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Added Dutch translation.
+
+ * dlls/shell32/shellpath.c: Mike McCormack <mike@codeweavers.com>
+ Change a MESSAGE about creating a directory to a TRACE.
+
+ * dlls/comctl32/propsheet.c: Pavel Roskin <proski@gnu.org>
+ Ignore window caption from PROPSHEETHEADER in wizards. Update window
+ caption when changing pages.
+
+ * documentation/winelib-bindlls.sgml, documentation/winelib-mfc.sgml,
+ documentation/winelib-porting.sgml, documentation/winelib-user.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add author list as with the other guides.
+ Small cleanups.
+
+ * dlls/odbc32/proxyodbc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Tidy up the notes for the ODBC driver.
+
+ * include/mmddk.h: Robert Reif <reif@earthlink.net>
+ Added some missing defines.
+ Moved Wine only defines to not conflict.
+
+2003-10-01 Alexandre Julliard <julliard@winehq.com>
+
+ * server/registry.c, server/trace.c, tools/make_requests:
+ Gerald Pfeifer <gerald@pfeifer.com>
+ Cast time_t to long for printing.
+
+ * dlls/advapi32/security.c, dlls/gdi/wing.c, dlls/kernel/atom.c,
+ dlls/ntdll/large_int.c, dlls/shlwapi/string.c, loader/module.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * dlls/advapi32/crypt.c, dlls/commdlg/printdlg16.c,
+ dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fix missing mem freeing on error path.
+
+ * tools/bin2res.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Teach bin2res to deal with one file at a time.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for Get/SetUserGeoID().
+
+ * dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/Makefile.in,
+ dlls/shlwapi/tests/clsid.c, dlls/shlwapi/tests/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ New tests for shlwapi string and clsid functions.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add @405/406, document URL functions.
+ Fix MLLoadLibraryW prototype.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Ensure we generate for -noname ordinals documented as '@'.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound.spec,
+ dlls/dsound/dsound_main.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed some traces.
+ Fixed spec file to match Microsoft dll.
+
+ * dlls/shell32/shell32_main.c: Pavel Roskin <proski@gnu.org>
+ Make it possible to close the "About Wine" dialog by pressing Escape.
+
+ * programs/clock/Nl.rc, programs/clock/rsrc.rc,
+ programs/cmdlgtst/Nl.rc, programs/cmdlgtst/cmdlgr.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Dutch translation of clock and cmdlgtst.
+
+ * programs/winhelp/macro.c: Pavel Roskin <proski@gnu.org>
+ Correctly set openfilename.lStructSize before calling
+ GetOpenFileName().
+
+2003-09-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/kernel/toolhelp.c, dlls/ntdll/env.c,
+ dlls/ntdll/loader.c, dlls/ntdll/nt.c, dlls/psapi/psapi_main.c,
+ include/wine/server_protocol.h, programs/winedbg/debugger.h,
+ programs/winedbg/gdbproxy.c, programs/winedbg/winedbg.c,
+ server/debugger.c, server/process.c, server/process.h,
+ server/protocol.def, server/trace.c:
+ Store module names in Unicode in the server.
+
+ * dlls/gdi/bidi.c, dlls/iphlpapi/ipstats.c, dlls/kernel/pthread.c,
+ dlls/msvcrt/process.c, dlls/winsock/async.c, dlls/winsock/socket.c,
+ include/pshpack1.h, include/pshpack2.h, include/pshpack4.h,
+ include/pshpack8.h, include/winnt.h, scheduler/pthread.c,
+ tools/winapi/winapi_test:
+ Daniel Marmier <d.marmier@bluewin.ch>
+ Use #ifdef instead of #if for all feature tests.
+ Check that _MSC_VER is defined before using it.
+
+ * dlls/ddraw/ddraw/user.c, dlls/x11drv/desktop.c,
+ dlls/x11drv/xvidmode.c:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ - Add more logging to resolution changes and queries.
+ - Always enumerate and allow 8, 16, and 32-bit modes.
+ - Add more default choices to Wine desktop sizes.
+ - Renamed some variables to make things easier to follow.
+
+ * dlls/olesvr/olesvr.spec, dlls/olesvr/olesvr32.spec,
+ dlls/olesvr/olesvr_main.c:
+ Pavel Roskin <proski@gnu.org>
+ Implement stubs for OleRenameServerDoc, OleRevertServerDoc and
+ OleSavedServerDoc and their 16-bit equivalents.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Small lighting fix.
+
+ * tools/wineshelllink: Francois Gouget <fgouget@free.fr>
+ Return 2 in case of a usage error.
+ Use -z instead of comparing to an empty string.
+
+ * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+ programs/winecfg/appdefaults.c, programs/winecfg/drive.c,
+ programs/winecfg/main.c, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+ programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ Move Applications tab before Libraries tab.
+ Improve return_if_fail.
+ Partly implement appdefaults UI.
+ Replace usage of EnableWindow with clearer enable/disable macros.
+
+ * dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Fr.rc,
+ dlls/shell32/shres.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Extract localisable resources from shres.rc to proper language file.
+
+ * dlls/ole32/compositemoniker.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/ole16.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fixes for memory leaks on error path.
+ One fix for use of previous released pointer.
+
+ * dlls/commdlg/colordlg.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fix memory leaks on error path.
+
+ * dlls/winedos/devices.c, dlls/winedos/dosexe.h, dlls/winedos/dosvm.c,
+ dlls/winedos/int09.c, dlls/winedos/int10.c, dlls/winedos/int16.c,
+ dlls/winedos/int1a.c, dlls/winedos/timer.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Use correct linear pointer when accessing BIOS data area.
+
+ * dlls/kernel/version.rc: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Set version of kernel32 to Windows 2000 SP4.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/stateblock.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ MaxActiveLights means number of concurrent lights, but any number can
+ be set up. Change support for lights into a linked list and only set
+ up an equivalent gl light when the light is enabled.
+
+ * dlls/d3d8/surface.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make unlock of the backbuffer correctly restore the contents.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added IsLFNDriveA/W/AW exports and two more stubs.
+
+2003-09-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/relay16.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/relay.c, files/directory.c, include/file.h,
+ include/winternl.h:
+ Converted most of the loader code to Unicode.
+
+ * tools/wineinstall:
+ Try to catch the case of a non-writable source directory before
+ running configure.
+
+ * tools/wrc/parser.y:
+ Fixed handling of Unicode strings used as filenames (reports by Martin
+ Fuchs).
+
+ * dlls/dplayx/dplayx_messages.c, dlls/imm32/imm.c,
+ dlls/kernel/lcformat.c, dlls/kernel/tests/comm.c,
+ dlls/kernel/tests/locale.c, dlls/oleaut32/dispatch.c,
+ dlls/shell32/pidl.c, dlls/shell32/shlfolder.c,
+ documentation/README.it, documentation/cvs-regression.sgml,
+ documentation/debugging.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Some spelling fixes.
+ Fix the case of WineHQ.
+
+ * dlls/shell32/shell32_En.rc, dlls/winmm/winmm_En.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change some resources from LANG_NEUTRAL to LANG_ENGLISH.
+
+ * tools/c2man.pl, tools/winapi/winapi.pm,
+ tools/winapi_check/modules.dat:
+ Francois Gouget <fgouget@free.fr>
+ Update winapi and c2man so they know about -ret16. Remove support for
+ the obsolete pascal16 and -noimport.
+ Update modules.dat so winapi knows about the new dlls.
+
+ * documentation/HOWTO-winelib: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the obsolete Winelib HOWTO and DDE status.
+
+ * dlls/msacm/msacm.rc, dlls/msacm/msacm_En.rc, dlls/msacm/msacm_Fr.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Extract localisable resources from msacm resource file.
+
+ * programs/winemine/En.rc, programs/winemine/Es.rc,
+ programs/winemine/Fr.rc, programs/winemine/Pt.rc,
+ programs/winemine/Si.rc:
+ Pavel Roskin <proski@gnu.org>
+ Widen the "About" dialog to prevent wrapping of text.
+
+ * programs/winemine/dialog.c, programs/winemine/main.c:
+ Pavel Roskin <proski@gnu.org>
+ Fix processing of IDCANCEL command.
+ Don't change settings if the user canceled the "Custom" dialog.
+
+ * dlls/d3d9/version.rc: Tom Wickline <twickline@skybest.com>
+ Set version to 9.
+
+ * dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c,
+ dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c,
+ dlls/dplayx/lobbysp.c, dlls/dplayx/name_server.c:
+ Tom Wickline <twickline@skybest.com>
+ Remove obsolete information.
+
+2003-09-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/ne_module.c, dlls/kernel/process.c, dlls/ntdll/loader.c,
+ dlls/ntdll/loadorder.c, include/module.h:
+ Converted the load order code to use Unicode throughout.
+
+ * include/wine/unicode.h: Added strspnW and strcspnW.
+
+ * dlls/shell32/shlfileop.c, dlls/shell32/tests/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix a return value in SHFileOperation and add some extra tests to
+ internal helper functions necessary to deal with shortcomings of
+ kernel32 functions for the time being.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/class.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implemented RealGetWindowClass.
+
+ * dlls/msvcrt/file.c:
+ _tempnam and _wtempnam should not create the temp file (reported by
+ Wim Vanderbauwhede).
+
+ * tools/winedump/ne.c:
+ Added dumping of the resident name table of NE files.
+
+ * dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c,
+ programs/winevdm/winevdm.c:
+ Make sure all 16-bit system drivers are loaded for 16-bit apps.
+
+ * dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/comm.drv.spec, dlls/kernel/comm.spec,
+ dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/display.drv.spec, dlls/user/display.spec,
+ dlls/user/keyboard.drv.spec, dlls/user/keyboard.spec,
+ dlls/user/mouse.drv.spec, dlls/user/mouse.spec:
+ Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the
+ .drv extension.
+
+ * dlls/setupapi/queue.c: Michael Stefaniuc <mstefani@redhat.com>
+ Due to a misplaced "}" memory wasn't freed on the error path.
+
+ * programs/notepad/dialog.c, programs/regapi/regapi.c,
+ programs/regtest/regtest.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fix some memory leaks found by smatch.
+
+ * dlls/shell32/shell.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fix both a warning and some nasty crashes...
+
+ * dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+ dlls/msi/suminfo.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove references to HEAP_strdupAtoW.
+
+ * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_main.c,
+ dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_queue.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge documentation/status/directplay into the code.
+
+ * dlls/ddraw/ddraw/main.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Merge documentation/status/directdraw into the ddraw code.
+
+ * dlls/version/info.c, dlls/version/install.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge documentation/status/version into the version code.
+
+ * dlls/lzexpand/lzexpand_main.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Merge documentation/status/lzexpand into the lzexpand source.
+
+ * programs/start/Es.rc, programs/start/rsrc.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish resources.
+
+ * dlls/dsound/tests/.cvsignore, dlls/dsound/tests/Makefile.in,
+ dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Remove capture tests from dsound.c and place them in a new file
+ capture.c.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Allow wave emulated capture while doing hardware accelerated
+ playback.
+
+ * include/msi.h, include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Added AW defines to msi.h and msiquery.h.
+
+2003-09-26 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/spec32.c:
+ Store the dll name for the export directory inside the exported names
+ list.
+
+ * loader/module.c:
+ Avoid depending on MODULE_GetBinaryType in load_library_as_datafile.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shlexec.c,
+ files/directory.c:
+ The "Path" value of the "App Paths" entry should be handled in
+ ShellExecute by changing PATH in the new process, instead of being
+ done in SearchPath.
+
+ * dlls/commdlg/commdlg.spec, dlls/ctl3d/ctl3d.spec,
+ dlls/ctl3d/ctl3dv2.spec, dlls/gdi/dispdib.spec,
+ dlls/gdi/gdi.exe.spec, dlls/gdi/wing.spec,
+ dlls/kernel/krnl386.exe.spec, dlls/kernel/system.drv.spec,
+ dlls/kernel/toolhelp.spec, dlls/kernel/win87em.spec,
+ dlls/lzexpand/lzexpand.spec, dlls/msacm/msacm.spec,
+ dlls/msvideo/msvideo.spec, dlls/ole32/compobj.spec,
+ dlls/ole32/ole2.spec, dlls/ole32/ole2nls.spec,
+ dlls/olecli/olecli.spec, dlls/setupapi/setupx.spec,
+ dlls/shell32/shell.spec, dlls/user/ddeml.spec,
+ dlls/user/display.spec, dlls/user/keyboard.spec,
+ dlls/user/mouse.spec, dlls/user/user.exe.spec,
+ dlls/win32s/w32sys.spec, dlls/win32s/win32s16.spec,
+ dlls/winaspi/winaspi.spec, dlls/wineps/wineps16.drv.spec,
+ dlls/winmm/mmsystem.spec, dlls/winmm/sound.spec,
+ dlls/winnls/winnls.spec, dlls/winsock/winsock.spec,
+ dlls/wintab32/wintab.spec, tools/winebuild/parser.c,
+ tools/winebuild/winebuild.man.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the obsolete pascal16 (replaced by pascal -ret16).
+
+ * dlls/x11drv/desktop.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fixed missing wine_tsx11_unlock() on error path.
+
+2003-09-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c, include/module.h:
+ Moved WINE_MODREF definition to loader.c.
+ Removed short module name from WINE_MODREF, Windows doesn't have it.
+ Rewrote LdrGetDllHandle to only use Unicode.
+
+ * dlls/quartz/filesource.c, dlls/quartz/pin.c, dlls/quartz/pin.h,
+ dlls/quartz/quartz_private.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - A few cosmetic fixes.
+ - Various bug fixes.
+ - Add some OutputPin helpers.
+ - Add a new type of pin, PullPin.
+
+ * documentation/implementation.sgml, documentation/wine-devel.sgml,
+ documentation/wine.texinfo:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge the non-obsolete bits from wine.texinfo into the Wine Developers
+ Guide.
+
+ * programs/cmdlgtst/En.rc, programs/cmdlgtst/Fr.rc,
+ programs/cmdlgtst/It.rc, programs/cmdlgtst/Pt.rc,
+ programs/cmdlgtst/Ru.rc, programs/cmdlgtst/Si.rc:
+ Pavel Roskin <proski@gnu.org>
+ Fix checkboxes in the "Color dialog flags" dialogs. They would not
+ change state.
+
+ * dlls/serialui/Es.rc, dlls/serialui/serialui_rc.rc,
+ dlls/setupapi/Es.rc, dlls/setupapi/setupapi.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish resources.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/process.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/loader.c, dlls/ntdll/loadorder.c,
+ dlls/ntdll/ntdll_misc.h, documentation/wine.man.in, include/module.h,
+ loader/loadorder.c, misc/options.c, tools/runtest:
+ Moved loadorder support to dlls/ntdll.
+ Removed the --dll option and replaced it by the WINEDLLOVERRIDES
+ environment variable.
+
+ * scheduler/pthread.c:
+ Ignore __pthread_rwlock_unlock call if the pthread functions are not
+ initialized yet.
+
+ * dlls/advapi32/tests/registry.c, dlls/kernel/tests/console.c,
+ dlls/kernel/tests/file.c, dlls/msvcrt/tests/scanf.c,
+ dlls/netapi32/tests/access.c, dlls/netapi32/tests/wksta.c,
+ dlls/ntdll/tests/rtlstr.c, dlls/shlwapi/tests/clist.c,
+ dlls/shlwapi/tests/path.c, dlls/wininet/tests/http.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Various test fixes for XP/msvc.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shell32.spec:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add some comments to functions and minor fixes.
+ Export already existing (but still undocumented) functions
+ ILCreateFromPathA/W.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/utility.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use unions instead of defines in async work requests.
+
+ * documentation/cvs-regression.sgml:
+ Richard Cohen <richard.cohen@virgin.net>
+ - "wine-cvsdirs" should be "full-cvs".
+ - Removed unnecessary 'cd'.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Avoid divide by zero if the sound driver returns 0 for speed.
+
+ * dlls/d3d8/shader.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add real support for VS1.1, ie make the relative addressing mode
+ work.
+
+ * dlls/d3d8/directx.c, dlls/d3d8/drawprim.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ The 'w' component is used more than just for the vertex, so we cannot
+ do the projection mapping ourselves. Also tidy up a tracepoint, and
+ preinitialize the shaders output as windows seems to.
+
+ * programs/uninstaller/main.c: Pavel Roskin <proski@gnu.org>
+ Call HeapAlloc() on entries before HeapReAlloc() to avoid crash on
+ Windows 2000.
+
+ * programs/control/control.c: Pavel Roskin <proski@gnu.org>
+ Fix processing of the command line.
+
+2003-09-24 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/user/Makefile.in, include/Makefile.in, libs/Makelib.rules.in,
+ libs/port/Makefile.in, libs/uuid/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+ Moved DLLFLAGS to a separate variable instead of including it in
+ DEFS.
+
+ * dlls/msvcrt/environ.c:
+ Rewrote getenv and _wgetenv to avoid returning a pointer to a freed
+ memory block.
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h,
+ libs/port/spawn.c:
+ Pavel Roskin <proski@gnu.org>
+ Added configure check for spawnvp().
+
+ * dlls/kernel/tests/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ More locale tests.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add LanguageGroup/GeoID enumeration fns.
+ Add some reg entries from XP.
+ SetLocaleInfo(): Set 2 I-values from S-values.
+ Optimise code size, fix a few bugs, documentation.
+
+ * dlls/msvcrt/tests/.cvsignore, dlls/msvcrt/tests/Makefile.in,
+ dlls/msvcrt/tests/cpp.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added tests for cpp objects/RTTI.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/process.c,
+ dlls/kernel/version.c, dlls/ntdll/Makefile.in, dlls/ntdll/rtl.c,
+ dlls/ntdll/version.c, files/drive.c, include/winbase.h,
+ include/windef.h, include/wine/winbase16.h, include/winnt.h,
+ include/winternl.h, misc/version.c:
+ Moved the Windows version code to dlls/ntdll, and implemented
+ RtlGetVersion and RtlVerifyVersionInfo.
+ Moved the 16-bit and DOS version support to dlls/kernel.
+
+ * dlls/ntdll/error.c, dlls/shlwapi/clist.c, dlls/shlwapi/istream.c,
+ dlls/shlwapi/wsprintf.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Document BSTR functions, add SetOANoCache().
+
+ * tools/winebuild/res16.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ MSVC warning fix.
+
+ * libs/port/mkstemps.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Portability fix.
+
+ * documentation/configuring.sgml, documentation/documentation.sgml,
+ documentation/wine-faq.sgml, documentation/wine-user.sgml,
+ documentation/winelib-user.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Small cleanups, remove references to authors.ent.
+
+2003-09-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/pthread.c, include/wine/pthread.h, scheduler/pthread.c:
+ Juraj Hercek <juraj@syncad.com>
+ Eric Frias <efrias@syncad.com>
+ Implemented pthread conditions.
+
+ * include/winuser.h: Juraj Hercek <juraj@syncad.com>
+ Added SS_ENDELLIPSIS.
+
+ * documentation/authors.ent, documentation/configuring.sgml,
+ documentation/fonts.sgml, documentation/introduction.sgml,
+ documentation/printing.sgml, documentation/running.sgml,
+ documentation/wine-doc.sgml, documentation/wine-user.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move authors to the wine-user.sgml.
+ Remove unused files.
+
+ * libs/port/pread.c, libs/port/pwrite.c, libs/wpp/preproc.c,
+ programs/wineconsole/curses.c, programs/winedbg/ext_debugger.c,
+ programs/winedbg/gdbproxy.c, programs/winedbg/msc.c,
+ programs/winedbg/source.c, programs/winedbg/stabs.c,
+ programs/winedbg/types.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Not everyone has <unistd.h>, some files need <io.h> too (msvc).
+
+ * tools/winapi/msvcmaker: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added some needed config.h entries.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/wcs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ A first stab at wcstod().
+
+ * include/shlwapi.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added StrFormatKBSizeA/W.
+
+ * include/commctrl.h: Felix Nawothnig <flexo@arara.de>
+ Added definitions for ListView_GetColumnWidth, ListView_SetColumnWidth
+ and ListView_RedrawItems.
+
+ * windows/mdi.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix MDISetMenu in the case it is called before a Windows Menu exists
+ as Agent newsreader does.
+
+ * dlls/wininet/ftp.c: Mike McCormack <mike@codeweavers.com>
+ Fix more unicode/memory allocation errors.
+
+2003-09-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/comctl32.h, dlls/comctl32/datetime.c,
+ dlls/comctl32/header.c, dlls/comctl32/hotkey.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/listview.c, dlls/comctl32/monthcal.c,
+ dlls/comctl32/nativefont.c, dlls/comctl32/pager.c,
+ dlls/comctl32/progress.c, dlls/comctl32/propsheet.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+ dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c,
+ dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}.
+
+ * documentation/Makefile.in, documentation/build.sgml,
+ documentation/cvs.sgml, documentation/tools.sgml,
+ documentation/wine-devel.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove redundant sections from the guide:
+ tools: is now included in the new bin2res
+ build: moved to PACKAGING
+ cvs: is available in many other places.
+
+ * msdos/int21.c: Small cleanup.
+
+ * dlls/avifil32/avifile_Fr.rc, dlls/avifil32/rsrc.rc,
+ dlls/comctl32/comctl_Fr.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Fr.rc, dlls/msvideo/msrle32/msrle_Fr.rc,
+ dlls/serialui/Fr.rc, dlls/serialui/serialui_rc.rc,
+ dlls/setupapi/Fr.rc, dlls/setupapi/setupapi.rc,
+ dlls/shell32/shell32_Fr.rc, dlls/user/resources/user32_Fr.rc,
+ dlls/wineps/wps_Fr.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Fr.rc, dlls/winmm/winmm_Fr.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Yet another batch of French resources updates.
+
+ * dlls/wininet/netconnection.c: Mike McCormack <mike@codeweavers.com>
+ Fix logic problems with NETCON_connected.
+
+ * documentation/multimedia.sgml: Eric Pouech <pouech-eric@wanadoo.fr>
+ Documentation updates.
+
+ * documentation/debugging.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Big update to the debug logging section.
+
+ * documentation/wine-devel.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Move the authors out of the sections.
+
+ * programs/winecfg/En.rc, programs/winecfg/resource.h,
+ programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ Remove Managed option. Add DXGrab, DesktopDoubleBuffer, UseTakeFocus.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/wineaudioio/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Volume and Pan driver requests need to return success even though they
+ are not implemented.
+
+ * programs/winedbg/hash.c:
+ Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ DEBUG_cmp_sym: micro optimization/cleanup.
+
+ * programs/start/Fr.rc, programs/start/rsrc.rc, programs/wcmd/Fr.rc,
+ programs/wineconsole/wineconsole_Fr.rc, programs/winefile/Fr.rc,
+ programs/winemine/Fr.rc, programs/winemine/rsrc.rc,
+ programs/winhelp/Fr.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Another batch of French resources updates.
+
+ * include/commctrl.h: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Added LVKF_* defines.
+
+ * dlls/shlwapi/path.c: Mike McCormack <mike@codeweavers.com>
+ Fixed a memory leak.
+
+ * dlls/ole32/storage32.c: Mike McCormack <mike@codeweavers.com>
+ Change erroneous malloc to HeapAlloc.
+
+ * dlls/wininet/internet.c: Mike McCormack <mike@codeweavers.com>
+ Fix a bunch of unicode/memory allocation errors.
+
+ * tools/wrc/dumpres.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix strncpyWtoA to actually act as advertised (and not overflow the
+ input buffer).
+ Small cleanups of it at the same time.
+
+ * dlls/advapi32/crypt.c: Marcus Meissner <marcus@jet.franken.de>
+ Print fixmes if we do not find a crypto providers for a specified
+ type/name and other failures.
+
+ * dlls/dmloader/dmloader_private.h, dlls/dmloader/loader.c,
+ dlls/dmloader/loaderstream.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Rewritten cache code and fixed a bug that was in it.
+
+ * documentation/cvs-regression.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move Gerard's name to the author list.
+
+ * documentation/consoles.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup formatting a bit.
+
+ * documentation/porting.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the introduction a bit.
+
+ * documentation/implementation.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove a lot of obsolete information, misc cleanups.
+
+ * documentation/multimedia.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Move Eric's name in the author list.
+
+ * documentation/opengl.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Small cleanups of the OpenGL section.
+
+ * documentation/ole.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Trivial cleanups to the OLE section.
+
+ * documentation/architecture.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove obsolete info about the service thread.
+ Update x11 wrapping description, misc cleanups.
+
+ * documentation/i18n.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite the i18n section.
+
+ * documentation/testing.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove uglifying notes.
+
+ * documentation/patches.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Small cleanups on how to send in patches.
+
+ * documentation/documentation.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the documentation section.
+ Comment out some empty sections.
+
+ * documentation/debugger.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the debugging section.
+
+ * dlls/winedos/int2f.c: Michael Stefaniuc <mstefani@redhat.de>
+ Silence the FIXME produced by an install check of MVSOUND.SYS.
+
+ * dlls/winedos/int21.c: Michael Stefaniuc <mstefani@redhat.de>
+ Silence the FIXME's produced by a check for a dos32 extender.
+
+ * dlls/winedos/int31.c: Jukka Heinonen <jhei@iki.fi>
+ When entering protected mode, V86 flag must be clear.
+
+ * programs/wineconsole/curses.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ - win32 console's window cannot be larger than curses' stdscr
+ - correctly manage backspace
+ - various cleanup
+
+ * dlls/user/message.c: Mike McCormack <mike@codeweavers.com>
+ Always initialize send_message_info.flags.
+
+ * dlls/x11drv/keyboard.c: Mike McCormack <mike@codeweavers.com>
+ Only ignore certain keyboard events if a XLookupString returned a
+ value (detected by Valgrind).
+
+ * dlls/shell32/folders.c: Mike McCormack <mike@codeweavers.com>
+ Fix errors in IExtractIcon detected by valgrind.
+
+ * documentation/faq.sgml: Mike Hearn <mike@theoretic.com>
+ Removing the directory is almost always the wrong way to remove wine.
+
+ * tools/winecheck: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Adapted winecheck to use new environment variable syntax
+ (ex. %HOME%).
+
+ * dlls/ntdll/relay.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fix.
+
+ * tools/winebuild/utils.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fix for Alpha.
+
+ * dlls/comctl32/listview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ When an item is activated, we should send a NMITEMACTIVATE struct and
+ not a NMHDR one.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Update the directory list, tidy it up in the process.
+ A few fixes for obsolete filenames in the debugging hints.
+
+ * programs/winecfg/En.rc, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ Add screen depth option and remove "Allocated System Colors" setting.
+
+ * dlls/winmm/winealsa/audio.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Implemented sound flushing.
+
+ * dlls/winmm/lolvldrv.c:
+ Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ MMDRV_Install: Fix confusing indentation.
+
+ * programs/regedit/Nl.rc, programs/regedit/rsrc.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Added Dutch translation.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/pidl.c,
+ dlls/shell32/shlview.c, dlls/shell32/undocshell.h, include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added declarations for newly documented SHChangeNotify API and fixed
+ some prototypes.
+
+ * include/windef.h: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Don't redefine declspec under MSVC.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <marcus@jet.franken.de>
+ _nrroffuncs: Check for error before dereferencing returned pointer.
+
+2003-09-19 Alexandre Julliard <julliard@winehq.com>
+
+ * DEVELOPERS-HINTS, configure, configure.ac, tools/winapi/msvcmaker:
+ Get rid of relay32 directory.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/snoop16.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c,
+ include/snoop.h:
+ Moved 32-bit relay and snoop support to dlls/ntdll.
+
+ * dlls/kernel/process.c, dlls/ntdll/Makefile.in, dlls/ntdll/loader.c,
+ dlls/ntdll/ntdll_misc.h, include/module.h, include/snoop.h,
+ loader/pe_image.c:
+ Moved the 32-bit builtin loader and the remaining bits of the PE
+ loader into dlls/ntdll/loader.c.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ DXTn format has odd mipmap levels in that the space allocated for
+ small levels needs a lot of padding.
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/surface.c,
+ dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ GL doesn't like incorrect lengths passed into DXTN processing.
+
+ * tools/winegcc/winegcc.c, tools/winegcc/winewrap.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Handle default linker output name in winewrap instead of winegcc.
+
+ * tools/winebuild/build.h, tools/winebuild/res16.c,
+ tools/winebuild/res32.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Add printf format attributes & fix the warnings.
+
+ * dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c,
+ dlls/dsound/tests/dsound.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Added volume and pan support to primary buffers.
+ Added more property set support.
+
+ * documentation/.cvsignore, documentation/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Build the HTML documents as one big file.
+
+ * dlls/d3d8/drawprim.c, dlls/d3d8/vshaderdeclaration.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Vertex shader output is lit and transformed, so stop GL doing it all
+ again.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Simple fix to handle the more common case of actually having a GL
+ context!
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/process.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/process.c,
+ include/winnt.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented kernel32.GetIoProcessCounters and stubbed
+ ntdll.NtQueryProcessInformation(ProcessIoCounters).
+
+ * dlls/kernel/console.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ By default, console handles are inheritable.
+
+2003-09-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/kernel/thread.c, dlls/ntdll/Makefile.in,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/server.c, include/wine/server.h,
+ misc/registry.c, scheduler/client.c:
+ Moved the wine server client-side support to dlls/ntdll. Removed a
+ couple of unnecessary functions.
+
+ * dlls/kernel/ne_module.c, loader/task.c:
+ Moved a couple more functions to dlls/kernel.
+
+ * dlls/kernel/selector.c, dlls/kernel/Makefile.in,
+ dlls/kernel/dosmem.c, dlls/kernel/global16.c, dlls/kernel/heap.c,
+ dlls/ntdll/Makefile.in, memory/global.c, memory/selector.c,
+ msdos/dosmem.c:
+ Moved 16-bit global heap, DOS memory and selector functions to
+ dlls/kernel.
+
+ * dlls/kernel/process.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Set default StdError to fd 2 (was on 1).
+
+ * tools/bin2res.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete rewrite of bin2res, for a cleaner codebase.
+ Add online help describing how the program works.
+ Sanitize command line options.
+
+ * scheduler/pthread.c:
+ Gabriele Giorgetti <gabriele.giorgetti@teamfab.it>
+ Fix build with old libc.
+
+ * documentation/.cvsignore, documentation/Makefile.in:
+ Remove the FAQ from the doc tarball, and build it as a single .html
+ file (based on patch by Dimitrie O. Paun).
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_private.h,
+ dlls/kernel/relay16.c, dlls/kernel/sync.c, dlls/kernel/syslevel.c,
+ dlls/kernel/task.c, dlls/kernel/wowthunk.c, dlls/ntdll/Makefile.in,
+ dlls/ntdll/signal_i386.c, include/syslevel.h, scheduler/synchro.c,
+ scheduler/syslevel.c:
+ Moved synchronization and syslevel routines to dlls/kernel.
+
+ * dlls/kernel/ne_module.c, files/file.c, include/module.h,
+ loader/module.c:
+ Keep the file handle of 16-bit modules open while the module is
+ loaded. This makes it possible to remove the InstallShield hack in
+ OpenFile16.
+ Moved LoadLibrary32_16 to kernel.
+
+ * programs/winecfg/En.rc, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ - Implement "managed mode" setting.
+ - Make system colors setting work.
+ - Disable DGA setting, as enabling it breaks wine.
+
+ * tools/wrc/parser.y: Eric Frias <efrias@syncad.com>
+ Fixed combobox flags handling to allow CBS_DROPDOWN style.
+
+ * documentation/PACKAGING: Dimitrie O. Paun <dpaun@rogers.com>
+ Add blurb about soft/hard dependencies to the Packaging Guide, based
+ on a contribution by Shachar Shemesh.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/task.c, memory/environ.c:
+ Moved the 16-bit environment support to dlls/kernel.
+
+ * dlls/kernel/file16.c, files/dos_fs.c:
+ Reimplemented the 16-bit FindFirstFile, FindNextFile and FindClose
+ functions on top of their 32-bit counterpart, and moved them to
+ dlls/kernel.
+
+ * dlls/kernel/Makefile.in, dlls/ntdll/Makefile.in:
+ Link msdos/int21.c into kernel for now, until it is properly moved to
+ winedos.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/vxd.c:
+ Moved VxDCall support to dlls/kernel.
+
+2003-09-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/instr.c, dlls/ntdll/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/ioports.c, dlls/winedos/ppdev.c, dlls/winedos/timer.c,
+ dlls/winedos/winedos.spec, include/callback.h, include/miscemu.h,
+ msdos/dpmi.c, msdos/ioports.c, msdos/ppdev.c:
+ Moved I/O port handling to dlls/winedos.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32.spec,
+ dlls/comctl32/comctl32undoc.c:
+ Renamed the COMCTL32_* functions to use the exported name.
+
+ * programs/winecfg/En.rc, programs/winecfg/drive.c,
+ programs/winecfg/resource.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h:
+ Mike Hearn <mike@theoretic.com>
+ - All settings in the drive edit dialog are now instant apply.
+ - Replace OK/Cancel buttons on the right with a close button on the
+ bottom.
+ - Warn the user when a C drive is not present.
+ - Add drive functionality will now always create a C drive if one
+ isn't present.
+ - Misc crasher fixes.
+ - Drive list box now reflects drives that take their data from a
+ device correctly.
+ - Various code cleanups.
+
+ * dlls/kernel/tests/locale.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ More tests for kernel NLS functions.
+ Use LOCALE_NOUSEROVERRIDE where appropriate.
+
+ * dlls/kernel/lcformat.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Re-implement and optimise the NLS formatting functions (many fixes).
+ Documentation updates.
+
+ * dlls/winmm/winealsa/audio.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Avoid crash if invalid rate was specified.
+
+ * dlls/setupapi/En.rc, dlls/setupapi/Ru.rc, dlls/setupapi/setupapi.rc:
+ Igor Stepin <is@istudio.ru>
+ Added Russian translation.
+
+ * documentation/Makefile.in, documentation/make_winehq,
+ documentation/print.dsl, documentation/winehq.dsl:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Get rid of no longer needed files.
+
+ * programs/winhelp/winhelp.c: Mike Hearn <mike@theoretic.com>
+ Implemented mouse wheel support.
+
+ * dlls/kernel/instr.c, dlls/kernel/wowthunk.c, dlls/winedos/dosvm.c,
+ include/miscemu.h:
+ Use WOWCallback16Ex to switch to vm86 mode so that we can setup a
+ proper exception handler and handle instruction emulation.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/imagelist.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c,
+ dlls/comctl32/nativefont.c, dlls/comctl32/pager.c,
+ dlls/comctl32/progress.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/status.c, dlls/comctl32/toolbar.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c,
+ dlls/comctl32/updown.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shlview.c,
+ include/commctrl.h:
+ Moved undocumented functions out of the exported commctrl.h.
+
+ * dlls/winmm/winealsa/midi.c: Avoid linking error with older alsa libs.
+
+ * dlls/avifil32/avifile_Ru.rc, dlls/kernel/nls/rus.nls,
+ dlls/wininet/rsrc.rc, dlls/wininet/wininet_Ru.rc,
+ programs/cmdlgtst/Ru.rc, programs/cmdlgtst/cmdlgr.rc,
+ programs/regedit/Ru.rc, programs/regedit/rsrc.rc,
+ programs/start/Ru.rc, programs/view/Ru.rc, programs/view/viewrc.rc,
+ programs/wcmd/Ru.rc, programs/wcmd/wcmdrc.rc, programs/winecfg/Ru.rc,
+ programs/winecfg/winecfg.rc:
+ Igor Stepin <is@istudio.ru>
+ Added a lot of Russian translations.
+
+ * dlls/serialui/En.rc, dlls/serialui/Ru.rc,
+ dlls/serialui/serialui_rc.rc:
+ Igor Stepin <is@istudio.ru>
+ Added Russian translation.
+
+ * dlls/kernel/sync.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Created stub functions for advapi32.GetExplicitEntriesFromAclA/W().
+
+ * dlls/opengl32/wgl.c: Mike McCormack <mike@codeweavers.com>
+ Add missing LF in trace message.
+
+ * programs/winecfg/Es.rc: José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated Spanish translation.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/except.c, dlls/kernel/fiber.c,
+ dlls/kernel/process.c, dlls/kernel/thread.c, dlls/ntdll/Makefile.in,
+ libs/wine/loader.c, loader/module.c, scheduler/fiber.c,
+ scheduler/process.c, scheduler/thread.c:
+ Moved almost all remaining process, thread, fiber and exception
+ functions to dlls/kernel.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/instr.c, dlls/kernel/wowthunk.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/signal_i386.c, memory/instr.c:
+ Moved instruction emulation to dlls/kernel.
+
+ * controls/combo.c, dlls/comctl32/trackbar.c, dlls/oleaut32/parsedt.h,
+ include/windef.h, include/wine/windef16.h, include/winuser.h,
+ include/wtypes.h, include/wtypes.idl:
+ Moved out of windef.h a few definitions that don't belong there
+ (reported by Filip Navara).
+
+ * controls/edit.c, controls/menu.c, controls/scroll.c,
+ dlls/comctl32/header.c, dlls/comctl32/listview.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/pager.c,
+ dlls/comctl32/treeview.c, dlls/comctl32/updown.c,
+ dlls/commdlg/colordlg.c, dlls/x11drv/winpos.c,
+ graphics/x11drv/text.c, windows/defwnd.c, windows/mdi.c,
+ windows/nonclient.c:
+ SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara).
+
+ * documentation/samples/config: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Use native msi until our own implementation works decently.
+
+ * dlls/kernel/tests/file.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix another error under Win9x (hopefully).
+
+ * dlls/shell32/Makefile.in, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shlfsbind.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented SHSimpleIDListFromPath correctly.
+
+ * dlls/ntdll/debugtools.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Remove redundant includes.
+
+2003-09-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/locale.c: More robust detection of charset names.
+
+ * dlls/kernel/string.c, dlls/ntdll/path.c, files/dos_fs.c,
+ memory/string.c:
+ Moved most kernel string functions to dlls/kernel.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/heap.c, dlls/ntdll/Makefile.in,
+ memory/global.c, memory/heap.c, memory/local.c, memory/selector.c,
+ scheduler/process.c:
+ Moved most 32-bit heap functions to dlls/kernel.
+
+ * tools/winegcc/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not require GUI support for displaying errors in wrapper.
+ Link the wrapper only against kernel (no dl, msvcrt, etc).
+ Allow the setting of the app DLL when a wrapper is created.
+
+ * dlls/imagehlp/integrity.c: Mike McCormack <mike@codeweavers.com>
+ Implemented ImageGetCertificateData.
+
+ * include/winnt.h: Mike McCormack <mike@codeweavers.com>
+ Added mailslot defines.
+
+ * dlls/winmm/winealsa/midi.c: Pavel Roskin <proski@gnu.org>
+ Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
+
+ * dlls/ddraw/ddraw/user.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Enable resolution changes for older D3D/DDraw applications.
+
+ * dlls/d3d8/directx.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Enable resolution changes for D3D8 applications.
+
+ * dlls/x11drv/desktop.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/xvidmode.c:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ - Allow applications to resize the Wine desktop window.
+ - Some cleanup of ChangeDisplaySettings and friends.
+
+ * dlls/kernel/tests/file.c, files/dos_fs.c:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ - Use HeapAlloc instead of GlobalAlloc in FindNextFile.
+ - Add test for FindNextFile that checks last error value.
+
+ * dlls/kernel/tests/directory.c, dlls/kernel/tests/file.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added a few todo_wine tests with filenames with wildcards.
+
+ * dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Remove <ntstatus.h> to allow compilation with MS PSDK headers.
+
+ * dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c, include/commctrl.h:
+ Filip Navara <xnavara@volny.cz>
+ Fixed definitions of TTTOOLINFOA/W_V1_SIZE and
+ REBARBANDINFOA/W_V3_SIZE.
+
+ * programs/winecfg/main.c, programs/winecfg/properties.c:
+ Mike Hearn <mike@theoretic.com>
+ Normalize win2000, nt2k, nt2000 to win2k, normalize win2k3 to win2003
+ (spotted by Vincent Béron).
+
+ * dlls/ntdll/nt.c, include/wine/server_protocol.h, include/winternl.h,
+ server/handle.c, server/handle.h, server/process.c, server/process.h,
+ server/protocol.def, server/snapshot.c, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Implemented a few information classes in NtQuerySystemInformation.
+ - Added handle information to (wineserver) process snapshot.
+
+ * documentation/Makefile.in: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the unused WINE_DOC_SRCS, and the useless BOOKS_TARGETS.
+
+ * dlls/oleaut32/variant.c: <develop@stueben.com>
+ Use SysAllocStringByteLen/SysStringByteLen to copy BSTR variants.
+
+ * programs/clock/Fr.rc, programs/cmdlgtst/Fr.rc,
+ programs/cmdlgtst/cmdlgr.rc, programs/notepad/Fr.rc,
+ programs/progman/Fr.rc, programs/progman/rsrc.rc,
+ programs/regedit/Fr.rc, programs/regedit/rsrc.rc,
+ programs/uninstaller/rsrc.rc, programs/view/Fr.rc,
+ programs/view/init.c, programs/view/viewrc.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Updates for various French resources.
+
+2003-09-15 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/clock/It.rc, programs/notepad/It.rc, programs/start/It.rc,
+ programs/start/rsrc.rc, programs/view/It.rc, programs/view/viewrc.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added/improved Italian translations.
+
+ * dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlfolder.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citengineering.com>
+ Make sure the bind context is forwarded in
+ ShellFolder_ParseDisplayName.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citengineering.com>
+ Signed/unsigned warnings and some formatting.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlfsbind.c, include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citengineering.com>
+ Added IFileSystemBindData implementation.
+
+ * dlls/shell32/changenotify.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citengineering.com>
+ SHChangeNotify should use SHSimpleIDListFromPath as this function
+ should not fail on paths that do not exist anymore.
+
+ * programs/winecfg/winecfg.c: Mike Hearn <mike@theoretic.com>
+ Added a simple TODO list.
+
+ * dlls/winmm/winealsa/Makefile.in, dlls/winmm/winealsa/alsa.c,
+ dlls/winmm/winealsa/alsa.h, dlls/winmm/winealsa/midi.c,
+ dlls/winmm/winealsa/winealsa.drv.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added midi support to the ALSA driver.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Mike McCormack <mike@codeweavers.com>
+ Move the mailslot stubs into the dlls/kernel directory.
+
+ * documentation/Makefile.in, documentation/dlls.sgml,
+ documentation/wine-devel.sgml, documentation/wine-doc.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove obsolete documentation/dlls.sgml.
+
+ * dlls/kernel/Makefile.in:
+ Remove generated assembly code on make clean.
+
+ * dlls/winmm/driver.c, dlls/winmm/mci.c, dlls/winmm/mmio.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/winmm.c, dlls/winmm/winmm.spec,
+ include/mmddk.h, include/mmsystem.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Moved Wine extension to get DSound interface from a wave device from
+ include/mmsystem.h to include/mmddk.h.
+ - Removed all dependencies on heap.h.
+ - Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).
+
+ * documentation/winelib-porting.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove no longer current issues from the Winelib guide.
+
+ * documentation/porting.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Update the porting documentation.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Added better tests for volume and pan.
+ Added capture notification test.
+ Fixed capture query notification test bug.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Device enumeration callbacks should return a NULL guid for default
+ devices.
+ Fixed some volume and pan cases.
+ Added missing property set.
+ Fixed capture notification bug.
+
+ * documentation/debugger.sgml, documentation/default.dsl:
+ Francois Gouget <fgouget@free.fr>
+ Removed reference to 'systemname' and added a link to winsite in
+ debugger.sgml.
+ Remove cruft from default.dsl. Add comments explaining what our other
+ settings do.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Remove the Lycos link (which does not even point to Lycos). Point to
+ ibiblio.org's mirrors page.
+
+ * graphics/x11drv/xfont.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Check X11 errors on each XLoadQueryFont calls.
+
+ * tools/winegcc/Makefile.in, tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dimi@intelliware.ca>
+ Teach winegcc to masquerade as cpp.
+
+ * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+ Declare mailslot functions.
+
+ * dlls/kernel/comm.c, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/Makefile.in, dlls/kernel/tests/comm.c:
+ Kevin Groeneveld <kgroeneveld@mcmaster.ca>
+ - Fix small bug with parsing of numbers in BuildCommDCB functions.
+ - Add conformance test for BuildCommDCB functions.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/fakezbuffer.h, dlls/ddraw/gl_api.h,
+ dlls/ddraw/gl_private.h, dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - add ZBuffer write support
+ - some TRACEing fixes
+
+ * dlls/ddraw/d3dexecutebuffer.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Use ddraw_geom in the execute buffer code.
+
+ * dlls/user/message.c, dlls/user/user32.spec:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Implemented IsHungAppWindow.
+ - Added rejection of interprocess messages related to icons.
+
+ * dlls/rpcrt4/rpc_server.c: Mike Hearn <mike@theoretic.com>
+ Move packet linked list tail forward correctly on push.
+
+2003-09-11 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030911.
+
+----------------------------------------------------------------
+2003-09-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/comm.c, include/winbase.h:
+ Kevin Groeneveld <kgroeneveld@mcmaster.ca>
+ Add missing wReserved1 member to DCB structure definition.
+ Fix several bugs in BuildCommDCBAndTimeouts:
+ - make sure LPCSTR parameter is really treated as constant
+ - fix possible buffer overflow if passed in string is too long
+ - if the device control string is invalid, do not modify DCB
+ - do not clear entire DCB, only modify appropriate members
+ - fix parsing of stop bits parameter so it works for 1 and 1.5
+ - populate COMMTIMEOUTS when to=xxx parameter is specified
+ - added support for xon, odsr, octs, dtr, rts, and idsr parameters
+ - fix several other parsing errors
+
+ * tools/winegcc/winewrap.c: Richard Cohen <richard.cohen@virgin.net>
+ Handle -L<dir> in a separate array.
+
+ * dlls/msvideo/msvideo_main.c, dlls/winmm/winemm.h, include/mmsystem.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved some MM internal definition to internal include files.
+
+ * windows/dialog.c: Kevin Groeneveld <kgroeneveld@mcmaster.ca>
+ Modify CheckRadioButton function to be more consistent with Windows.
+
+ * dlls/oleaut32/usrmarshal.c: Mike Hearn <mike@theoretic.com>
+ Implement dispatch variant marshalling.
+
+ * dlls/glu32/glu32.spec: Dave Miller <compsol@ptd.net>
+ Alphabetized the functions.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Make sure dropdown arrow is always centered.
+ - Add support for the TBNRF_HIDEHELP customization flag, but emit a
+ FIXME when it isn't present.
+
+ * tools/winegcc/Makefile.in, tools/winegcc/winewrap.c:
+ Set the dll search path to the location specified in configure
+ (spotted by Vincent Béron).
+
+ * include/poppack.h, include/pshpack1.h, include/pshpack2.h,
+ include/pshpack4.h, include/pshpack8.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove checks from {pop,psh}pack[1248].h that were causing the
+ standalone processor to fail.
+
+ * dlls/shlwapi/shlwapi.spec: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ MLLoadlibrary: Remove -noname and duplicate entry.
+
+ * documentation/faq.sgml, documentation/samples/config:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Mention win2k3 support in the sample config and in the faq.
+
+ * tools/winegcc/Makefile.in, tools/winegcc/utils.c,
+ tools/winegcc/utils.h, tools/winegcc/winegcc.c,
+ tools/winegcc/winewrap.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Use an extendable array to store the lists of strings.
+ Only make wrapper argument lists if we're going to use them.
+
+ * configure, configure.ac, tools/.cvsignore, tools/Makefile.in,
+ tools/winegcc.c, tools/winegcc/.cvsignore, tools/winegcc/Makefile.in,
+ tools/winegcc/winegcc.c, tools/winegcc/winewrap.c, tools/winewrap.c:
+ Moved winegcc and winewrap to a separate directory.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/enummedia.c, dlls/quartz/main.c,
+ dlls/quartz/memallocator.c, dlls/quartz/quartz_private.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented IMemAllocator and IMediaSample.
+
+ * include/wine/list.h, server/change.c, server/list.h, server/object.c,
+ server/object.h:
+ Moved list.h to include/wine so that it can be used everywhere.
+
+ * programs/wcmd/wcmdmain.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Implement >> style (append) output redirection.
+
+ * include/wingdi.h: Dimitrie O. Paun <dpaun@rogers.com>
+ The Get[RGB]Value() macros should return a BYTE, not the same type as
+ the one passed in.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Changed ordinal functions that now have a name to use -noname instead
+ of nameless exports.
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec,
+ include/Makefile.in, include/lm.h, include/lmstats.h:
+ Geoff Thorpe <geoff@geoffthorpe.net>
+ Added a stub for NetStatisticsGet.
+
+ * dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+ dlls/ole32/clipboard.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c,
+ dlls/ole32/defaulthandler.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/ftmarshal.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/marshal.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c,
+ dlls/ole32/ole32_main.c, dlls/ole32/oleobj.c, dlls/ole32/oleproxy.c,
+ dlls/ole32/regsvr.c, dlls/ole32/storage32.c:
+ Dave Miller <compsol@ptd.net>
+ Removed ordinals from comments.
+
+ * dlls/ole32/ole32.spec: Dave Miller <compsol@ptd.net>
+ Remove all the ordinals and use @ instead.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/toolhelp.c,
+ include/tlhelp32.h:
+ Geoff Thorpe <geoff@geoffthorpe.net>
+ Added a stub for Heap32ListFirst.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/install.c, dlls/setupapi/parser.c,
+ dlls/setupapi/queue.c, dlls/setupapi/setupcab.c,
+ dlls/setupapi/stubs.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Porting fixes.
+
+ * dlls/shlwapi/assoc.c, dlls/shlwapi/clist.c, dlls/shlwapi/istream.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c, dlls/shlwapi/thread.c, dlls/shlwapi/url.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Convert ordinals to their real names.
+ - Partially implement a few Assoc* functions.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@free.fr>
+ Modify ok("xxx") calls into ok("xxx\n") as is now expected.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Updated the Wine ports section.
+
+ * scheduler/pthread.c:
+ Added ptr___pthread_cond_timedwait in the pthread_functions structure
+ to match the latest glibc.
+
+ * dlls/kernel/tests/locale.c, dlls/oleaut32/tests/vartest.c,
+ dlls/user/tests/sysparams.c, include/wine/test.h:
+ Francois Gouget <fgouget@free.fr>
+ Modify winetest_ok to only add a trailing '\n' if there is none.
+ Modify macros in the kernel, oleaut32 and user tests to print a '\n'.
+
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ Updated the "TODO" comments.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c,
+ dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add proper names to ordinal-only functions.
+
+ * programs/winemine/Ru.rc: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Small grammar fix.
+
+ * msdos/ppdev.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - spelling fixes
+ - change one ill-chosen FIXME to ERR
+
+ * dlls/comctl32/commctrl.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Fix invalid C constructs (spotted by Marcus Meissner).
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Revert some word-splits to their normal form, e.g. InstallShield.
+ Fix case of TransGaming in two places.
+ Fix the URL to dosfs.
+
+ * dlls/quartz/version.rc: Tom Wickline <twickline@skybest.com>
+ Set version to 8.1.
+
+2003-09-10 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winedump/pe.c: Added dumping of message table resources.
+
+ * controls/button.c, controls/combo.c, controls/desktop.c,
+ controls/edit.c, controls/icontitle.c, controls/listbox.c,
+ controls/menu.c, controls/scroll.c, controls/static.c,
+ dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/flatsb.c, dlls/comctl32/header.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c,
+ dlls/comctl32/pager.c, dlls/comctl32/progress.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/treeview.c, dlls/comctl32/updown.c,
+ dlls/commdlg/colordlg.c, dlls/commdlg/colordlg16.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg16.c,
+ dlls/commdlg/printdlg.c, dlls/commdlg/printdlg16.c,
+ dlls/ddraw/dsurface/wndproc.c, dlls/kernel/format_msg.c,
+ dlls/kernel/locale.c, dlls/kernel/resource16.c, dlls/msvcrt/locale.c,
+ dlls/richedit/richedit.c, dlls/setupapi/virtcopy.c,
+ dlls/shell32/brsfolder.c, dlls/shell32/dialogs.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shlview.c,
+ dlls/shell32/systray.c, dlls/shlwapi/ordinal.c, dlls/user/controls.h,
+ dlls/user/dialog16.c, dlls/user/exticon.c, dlls/user/resource.c,
+ dlls/user/tests/sysparams.c, dlls/user/tests/win.c, dlls/winmm/mci.c,
+ dlls/winmm/mciavi/wnd.c, dlls/winmm/mmsystem.c,
+ dlls/x11drv/desktop.c, include/wine/winuser16.h, include/winuser.h,
+ programs/winemenubuilder/winemenubuilder.c,
+ programs/winhelp/winhelp.c, windows/class.c, windows/cursoricon.c,
+ windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/msgbox.c,
+ windows/nonclient.c:
+ Removed the A/W constants for builtin cursors, icons and resource
+ types since they don't exist on Windows, and added typecasts
+ everywhere instead.
+
+ * tools/wrc/utils.c: Steven Edwards <Steven_Ed4153@yahoo.com>
+ Portability fix for language ids.
+
+ * programs/clock/Wa.rc, programs/notepad/Wa.rc, programs/winhelp/Wa.rc:
+ Pavel Roskin <proski@gnu.org>
+ Compile Walon resources only if LANG_WALON is defined.
+
+ * programs/winecfg/drive.c, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h:
+ Mike Hearn <mike@theoretic.com>
+ - Bugfixes to the transaction system.
+ - Better protection against incomplete config sections.
+ - Implement "Add Drive".
+ - Partly reactivate edit drive dialog.
+
+2003-09-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avicap32/avicap32_main.c, dlls/avifil32/extrachunk.c,
+ dlls/avifil32/factory.c, dlls/avifil32/getframe.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.h,
+ dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c,
+ dlls/dplayx/lobbysp.h, dlls/mshtml/main.c,
+ dlls/msvideo/msrle32/msrle_private.h, dlls/ole32/compositemoniker.c,
+ dlls/ole32/defaulthandler.c, dlls/ole32/git.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/marshal.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/memlockbytes16.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole16.c, dlls/ole32/oleobj.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/stg_bigblockfile.c, dlls/oleaut32/ole2disp.c,
+ dlls/olepro32/olepro32stubs.c, dlls/quartz/enummoniker.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/shdocvw/Makefile.in,
+ dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h,
+ dlls/shdocvw/shdocvw_main.c, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shlfolder.c, include/oleidl.h, include/oleidl.idl:
+ Fixed a few more headers dependency issues.
+
+ * dlls/commdlg/filedlg95.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, include/Makefile.in,
+ include/shlguid.h, include/shlobj.h, include/shobjidl.h,
+ include/shobjidl.idl, include/wine/obj_commdlgbrowser.h,
+ include/wine/obj_contextmenu.h,
+ include/wine/obj_dockingwindowframe.h,
+ include/wine/obj_dragdrophelper.h, include/wine/obj_extracticon.h,
+ include/wine/obj_shellfolder.h, include/wtypes.h, include/wtypes.idl:
+ Converted the rest of the obj_*.h headers to IDL into shobjidl.idl.
+
+ * include/winnt.h:
+ Some STATUS_* defines have to be duplicated in winnt.h.
+
+2003-09-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avicap32/avicap32_main.c, dlls/comctl32/listview.c,
+ dlls/crypt32/main.c, dlls/imm32/imm.c, dlls/kernel/locale.c,
+ dlls/kernel/locale_rc.rc, dlls/kernel/string.c,
+ dlls/kernel/nls/*.nls, dlls/kernel/tests/format_msg.c,
+ dlls/mapi32/mapi32_main.c, dlls/mpr/pwcache.c, dlls/msi/distinct.c,
+ dlls/msi/handle.c, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/msiquery.c, dlls/msi/order.c, dlls/msi/query.h,
+ dlls/msi/record.c, dlls/msi/select.c, dlls/msi/sql.y,
+ dlls/msi/suminfo.c, dlls/msi/table.c, dlls/msi/where.c,
+ dlls/msisys/msisys.c, dlls/ntdll/loader.c, dlls/ole32/ole32_main.c,
+ dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/devinst.c,
+ dlls/setupapi/devinst16.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/setupx16.h, dlls/shell32/memorystream.c,
+ dlls/sti/sti_main.c, dlls/urlmon/urlmon_main.h,
+ dlls/wininet/resource.h, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_En.rc, documentation/README.it,
+ documentation/README.pt, documentation/README.pt_br,
+ documentation/faq.sgml, documentation/getting.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/status/dde, programs/rundll32/rundll32.c,
+ programs/winecfg/x11drvdlg.c,
+ programs/winemenubuilder/winemenubuilder.c, tools/bug_report.pl,
+ tools/config.guess, tools/winedump/cvinclude.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix the case of product and company names.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/mshtml/.cvsignore,
+ dlls/mshtml/Makefile.in, dlls/mshtml/document.c, dlls/mshtml/main.c,
+ dlls/mshtml/mshtml.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added an initial (mostly stub) implementation of MSHTML.DLL.
+
+ * programs/winecfg/drive.c, programs/winecfg/main.c,
+ programs/winecfg/properties.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h:
+ Mike Hearn <mike@theoretic.com>
+ - Removed the central configuration structure, all changes are
+ committed instantly now.
+ - Updated the drive handling code so it loads direct from the
+ registry.
+ - Removed DRIVE_DESC, drives are keyed by drive letter now.
+ - Documented drive_available_mask.
+ - Simplified the code somewhat.
+
+ * server/protocol.def:
+ Fixed include statements to match server_protocol.h (spotted by Eric
+ Pouech).
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/thread.c,
+ include/thread.h, include/winternl.h, scheduler/process.c,
+ scheduler/thread.c:
+ On TlsFree, clear the released TLS index in all threads.
+
+ * dlls/iphlpapi/Makefile.in, dlls/iphlpapi/iphlpapi.spec,
+ dlls/iphlpapi/iphlpapi_main.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - Fix buffer overrun in GetNetworkParams.
+ - Implement GetBest(Route,Interface).
+ - Implement some AllocateAndGet*FromStack functions.
+
+ * programs/winecfg/En.rc, programs/winecfg/main.c,
+ programs/winecfg/properties.c, programs/winecfg/properties.h,
+ programs/winecfg/resource.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@theoretic.com>
+ - Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
+ colour map".
+ - Implement a simple transaction system for instant apply.
+ - Complete the desktop size code, this now reads and writes to the
+ registry correctly.
+ - Remove const modifier from version accessor functions.
+ - Change registry root to Wine/WineCfg for testing purposes.
+
+ * dlls/cabinet/fdi.c, dlls/dmloader/loader.c, documentation/faq.sgml:
+ Francois Gouget <fgouget@free.fr>
+ A few spelling fixes.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ wineinstall used a Unix-style environment variable in the temporary
+ config file.
+
+ * programs/winemine/Ru.rc, programs/winemine/rsrc.rc:
+ Pavel Roskin <proski@gnu.org>
+ Added Russian resources.
+
+ * programs/notepad/Fr.rc: Pavel Roskin <proski@gnu.org>
+ Fix French translation.
+
+ * documentation/architecture.sgml:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Modify the wineserver documentation for the new location of the socket
+ and add a warning.
+
+ * memory/instr.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed compile warning.
+
+ * dlls/odbc32/odbc32.spec: Dave Miller <compsol@ptd.net>
+ Fix incorrect ordinals.
+
+ * dlls/shell32/shellpath.c, include/shlobj.h,
+ include/wine/obj_shellfolder.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Change parameter in SHGetSpecialFolderPathA/W to int as documented in
+ MSDN.
+ Add some more definitions and move SHGetDesktopFolder() from
+ wine/obj_shellfolder.h to here.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Mike McCormack <mike@codeweavers.com>
+ Create a proper stub for oleaut32.VarMod.
+
+2003-09-07 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/regedit/main.h, programs/wineconsole/curses.c,
+ programs/winedbg/gdbproxy.c, server/registry.c:
+ Added a few missing stdarg.h includes.
+
+2003-09-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Maketest.rules.in:
+ Added a missing dependency for testlist.c files.
+
+ * dlls/ole32/dcom.h: Regenerated with the latest widl.
+
+2003-09-05 Alexandre Julliard <julliard@winehq.com>
+
+ * */*.c, include/*.h:
+ Fixed header dependencies to be fully compatible with the Windows
+ headers (with help from Dimitrie O. Paun).
+
+2003-09-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shelllink.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlview.c, include/Makefile.in, include/shlguid.h,
+ include/shlobj.h, include/shobjidl.h, include/shobjidl.idl,
+ include/shtypes.h, include/shtypes.idl,
+ include/wine/obj_enumidlist.h, include/wine/obj_shellbrowser.h,
+ include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h,
+ include/wine/obj_shelllink.h, include/wine/obj_shellview.h:
+ Implemented shtypes.idl and shobjidl.idl and removed a few more
+ wine/obj_* headers.
+
+ * include/dbghelp.h, include/digitalv.h, include/winioctl.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Removed non-standard header includes.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Adjust selection ranges before we insert the item so we don't mix the
+ new selection with the existing ones (reported by Eric Pouech).
+
+ * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c,
+ dlls/shlwapi/ordinal.c, include/Makefile.in, include/exdisp.h,
+ include/exdisp.idl, include/wine/obj_webbrowser.h, libs/uuid/uuid.c:
+ Converted obj_webbrowser.h to IDL and moved the definitions to
+ exdisp.idl where they belong.
+
+ * include/Makefile.in, include/docobj.h, include/docobj.idl:
+ Converted docobj.h to IDL.
+
+ * include/docobj.h, include/ole2.h, include/oleauto.h,
+ include/olectl.h:
+ Removed no longer needed include protections.
+
+ * dlls/winmm/wineoss/midi.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fix modLongData.
+ Enable opening of MOD_SYNTH type devices.
+ Add some comments.
+
+ * dlls/comctl32/comctl32.h:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Updated minor version number.
+
+ * include/Makefile.in, include/oaidl.h, include/oaidl.idl,
+ include/ocidl.h, include/ocidl.idl, include/oleidl.h,
+ include/oleidl.idl, include/wine/obj_connection.h,
+ include/wine/obj_control.h, include/wine/obj_olefont.h,
+ include/wine/obj_oleundo.h, include/wine/obj_picture.h,
+ include/wine/obj_property.h:
+ Converted ocidl.h to IDL.
+
+2003-09-03 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in, include/urlmon.h, include/urlmon.idl,
+ include/wtypes.h, include/wtypes.idl:
+ Converted urlmon.h to IDL.
+
+ * include/Makefile.in, include/servprov.h, include/servprov.idl:
+ Converted servprov.h to IDL.
+
+ * dlls/ole32/datacache.c, dlls/shell32/shlview.c, include/Makefile.in,
+ include/oleidl.h, include/oleidl.idl, include/wine/obj_cache.h,
+ include/wine/obj_dragdrop.h, include/wine/obj_inplace.h,
+ include/wine/obj_oleobj.h, include/wine/obj_oleview.h:
+ Converted oleidl.h to IDL.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+ tools/widl/proxy.c, tools/widl/widltypes.h:
+ Added partial support for function pointers.
+
+ * include/Makefile.in, include/comcat.h, include/comcat.idl,
+ include/wine/obj_comcat.h, include/wine/obj_enumguid.h:
+ Converted comcat.h to IDL.
+
+ * include/objidl.h, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/widl.c:
+ Use <> format in generated #include statements.
+ Integer constants should be unsigned.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/propset.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Use the drivers to get device capabilities and property sets.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Forward all arguments to gcc when we have no input files.
+ Kill the -V option, as it's not compatible with gcc.
+ Fix silly bug when we are not given an output name.
+
+ * configure, configure.ac, dlls/kernel/Makefile.in,
+ dlls/kernel/pthread.c, dlls/ntdll/sysdeps.c, include/config.h.in,
+ include/wine/pthread.h, libs/wine/loader.c, scheduler/process.c,
+ scheduler/pthread.c:
+ Moved the implementation of the pthread wrappers to dlls/kernel.
+
+ * documentation/installation-und-konfiguration.german:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Use DOS style variables in the German documentation of the config
+ file.
+
+ * dlls/gdi/mfdrv/init.c:
+ Avoid heap reallocation each time a metarecord is written in memory
+ (based on a patch by Warren Baird).
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/devenum/devenum_private.h, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/olepicture.c, dlls/quartz/filtermapper.c,
+ dlls/shell32/shell32_main.h, dlls/shlwapi/ordinal.c,
+ include/Makefile.in, include/wine/obj_serviceprovider.h:
+ Avoid including wine/obj_*.h files directly from C files.
+ Removed no longer used obj_serviceprovider.h.
+
+ * dlls/shell32/dragdrophelper.c, dlls/shell32/shellole.c,
+ include/shlobj.h, libs/uuid/uuid.c:
+ shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin
+ Fuchs).
+
+ * dlls/winedos/int21.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Changed some functions to reset CFLAG on success.
+ Added some traces.
+
+2003-09-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/updown.c: Kevin Groeneveld <kgroeneveld@mcmaster.ca>
+ Change default range of up-down control to match range used in
+ window.
+
+ * programs/winecfg/En.rc, programs/winecfg/drive.c,
+ programs/winecfg/resource.h:
+ Mike Hearn <mike@theoretic.com>
+ - Path changes are saved to the struct correctly.
+ - Rename enable_cdrom_box to enable_labelserial_box to better reflect
+ purpose.
+ - Rename IDC_BOX_CDROM to IDC_BOX_LABELSERIAL.
+ - Support for editing label for all drives, allow editing of
+ serial/device for CD-ROMS.
+
+ * documentation/faq.sgml: Tom Wickline <twickline@skybest.com>
+ Merge from lostwages faq.
+
+ * documentation/testing.sgml: Ferenc Wagner <wferi@afavant.elte.hu>
+ Fix testing example.
+
+ * documentation/PACKAGING, documentation/configuring.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Bring documentation in sync regarding expansion of environment
+ variables in the config file.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Bring wineinstall in sync regarding expansion of environment variables
+ in the config file.
+
+ * include/commctrl.h, include/dbghelp.h, include/winbase.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added a few missing definitions.
+
+ * files/dos_fs.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of QueryDosDevice from ascii to unicode.
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Make the different helper functions all return actual error codes.
+ Avoid code duplication between ANSI and Unicode variant of those
+ functions.
+
+ * dlls/winsock/async.c, dlls/winsock/socket.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ _ws_gethostbyname() and WSAAsyncGetHostByName() when called with a
+ null name, should use the name returned by gethostname().
+
+ * dlls/msvideo/msvideo_main.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Implemented semi-stubs for GetOpenFileNamePreviewA/W and
+ GetSaveFileNamePreviewA/W based on GetOpenFileName dialog in
+ COMDLG32.DLL - still must add OFN_ENABLEHOOK and it's handler.
+ - Implemented ICCompressorFree.
+ - Prepared ICCompressorChoose.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/commdlg/filedlgbrowser.h, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c, dlls/shell32/dataobject.c,
+ dlls/shell32/debughlp.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shfldr.h, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlmenu.c, dlls/shell32/shlview.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shell32/undocshell.h, include/shlobj.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Declare LPCITEMIDLIST as 'const' pointer and adjust shell32
+ implementation to the corrected type.
+
+ * dlls/winedos/int33.c: Michael Stefaniuc <mstefani@redhat.de>
+ int33 21h is identical to int33 00h.
+
+ * include/Makefile.in, include/msvcrt/limits.h, include/msvcrt/math.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added msvcrt headers limits.h and math.h.
+
+ * programs/winelauncher.in: Marcus Meissner <meissner@suse.de>
+ Change all head -1 to head -n 1 to be more POSIXly compliant.
+
+ * dlls/comctl32/tab.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented TAB_SetMinTabWidth and TAB_HighlightItem.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound_private.h, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Now that reference counting is correct, there is no need to check if
+ the base object goes away.
+
+ * dlls/iphlpapi/ipstats.c: Juan Lang <juan_lang@yahoo.com>
+ Fixed bug parsing /proc/net/arp for arp table.
+
+ * dlls/wsock32/socket.c: Juan Lang <juan_lang@yahoo.com>
+ Implemented arp table querying through WsControl, and fixed problem I
+ introduced getting IP addresses for multiple interfaces.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/getframe.c, include/vfw.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming.
+ - Fixed loading of empty AVI files.
+ - Fixed bug in IGetFrame interface with uncompressed streams.
+ - Fixed missing ICOM_DEFINE for IAVIStreaming.
+
+ * dlls/kernel/format_msg.c: Juan Lang <juan_lang@yahoo.com>
+ Fix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE is specified and
+ lpSource is NULL. Make indenting consistent too.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Use a dummy GL context if one is not available when GetDeviceCaps is
+ called.
+ Remove the compiler warnings introduced in the last DXTn patch.
+
+ * dlls/winedos/int20.c, dlls/winedos/int21.c, dlls/winedos/int31.c,
+ dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Make DOS process exit using ExitProcess instead of ExitThread.
+ Make calling DOS exit functions from DPMI either return to StartPM or
+ print error message if not allowed by DPMI specification.
+
+2003-09-01 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wrc/Makefile.in: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed typo.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Added more tests and restructured tests for easier debugging.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c, dlls/dsound/propset.c,
+ dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get
+ reference counting right.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec: Robert Reif <reif@earthlink.net>
+ Added a few stub implementations.
+
+ * dlls/kernel/ne_module.c:
+ Don't strip the path in LoadModule16 before we have opened the file
+ (reported by Jukka Heinonen).
+
+ * dlls/winedos/dosvm.c: Jukka Heinonen <jhei@iki.fi>
+ Add support for specific EOI PIC command.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ If we don't send custom draw messages for subitems, inherit the color
+ & text attributes of the main item.
+
+ * include/winuser.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Define ICON_SMALL2 and ShowWindowAsync().
+
+ * include/commctrl.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Define TBIF_BYINDEX.
+
+2003-08-30 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+ programs/winecfg/drive.c, programs/winecfg/main.c,
+ programs/winecfg/properties.h, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h:
+ Mark Westcott <mark@houseoffish.org>
+ Mike Hearn <mike@theoretic.com>
+ - Merge drive code from Mark.
+ - Rename saveX11DrvDlgSettings to fetchX11DrvDlgSettings.
+ - Make the listbox display drive title, not letter.
+
+ * programs/winecfg/Makefile.in, programs/winecfg/main.c,
+ programs/winecfg/properties.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ Mark Westcott <mark@houseoffish.org>
+ Mike Hearn <mike@theoretic.com>
+ - Rename hSession to configKey.
+ - Make the config struct a global, rename to "config".
+ - Correct bug in OK/Cancel handling.
+ - Merge X11DRV dialog code from Mark.
+ - Add newline to the initial FIXME.
+
+ * programs/winecfg/En.rc, programs/winecfg/main.c,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h:
+ Mike Hearn <mike@theoretic.com>
+ - Correct return code of loadConfig().
+ - Make the registry key used a constant.
+ - Made code slightly more consistant with itself.
+ - Some style changes, expanding out variable names, whitespace,
+ removing unnecessary variable initializers and hungarian notation etc.
+ - Replace dialog box with a FIXME in WinMain() to warn of
+ incompleteness.
+ - Implement saveConfigValue().
+ - Hook up support for save/load of WinVer.
+
+ * programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Si.rc, programs/start/En.rc, programs/start/Pt.rc,
+ programs/start/Ru.rc, programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/Si.rc,
+ programs/winecfg/winecfg.rc, programs/winefile/De.rc,
+ programs/winefile/En.rc, programs/winefile/Fr.rc,
+ programs/winefile/Hu.rc, programs/winefile/Ru.rc,
+ programs/winefile/Si.rc, programs/winefile/Zh.rc:
+ Removed wrong or unneeded codepage pragmas.
+
+ * dlls/winsock/socket.c: Juan Lang <juan_lang@yahoo.com>
+ - improve some parameter checking in WSAIoctl
+ - fix a memory leak I introduced in WSAIoctl
+
+ * dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, objects/palette.c:
+ Dave Belanger <dave.belanger@cimmetry.com>
+ Implementation of SelectPalette and RealizePalette in the metafile
+ driver.
+
+ * dlls/gdi/mfdrv/dc.c: Warren Baird <Warren_Baird@cimmetry.com>
+ Save the ext alignment information in a 8-bytes metarecord as it
+ should be.
+
+2003-08-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/sysdeps.c, include/thread.h, include/wine/library.h,
+ libs/wine/Makefile.in, libs/wine/loader.c, libs/wine/port.c,
+ scheduler/fiber.c, scheduler/process.c:
+ Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
+ wine_switch_to_stack().
+
+ * dlls/comctl32/comctl_Si.rc, dlls/commdlg/cdlg_Si.rc,
+ dlls/shell32/shell32_Si.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Si.rc, dlls/winmm/winmm_Si.rc,
+ programs/clock/Si.rc, programs/cmdlgtst/Si.rc,
+ programs/cmdlgtst/cmdlgr.rc, programs/notepad/Si.rc,
+ programs/progman/Si.rc, programs/start/Si.rc, programs/start/rsrc.rc,
+ programs/view/Si.rc, programs/view/viewrc.rc, programs/wcmd/Si.rc,
+ programs/wcmd/wcmdrc.rc, programs/winecfg/Si.rc,
+ programs/winecfg/winecfg.rc, programs/winefile/Si.rc,
+ programs/winefile/rsrc.rc, programs/winemine/Si.rc,
+ programs/winemine/rsrc.rc:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Minor updates of Slovenian translations.
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - improve WsControl error checking
+ - make WsControl output more closely match Win98's
+ - document WsControl behavior a bit better
+
+ * dlls/winedos/int33.c: Jukka Heinonen <jhei@iki.fi>
+ Workaround implemented for passing faked mickeys to mouse callback
+ routine.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Allow application to use VGA window that overlaps framebuffer only
+ partially.
+
+ * dlls/msi/msi.spec: Robert Reif <reif@earthlink.net>
+ Added some missing functions.
+
+ * dlls/winmm/wineoss/audio.c: Mike Hearn <mike@theoretic.com>
+ Fixed the error message in Wave(In|Out)Init, it used to give a
+ confusing message, now uses strerror.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/undocshell.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Change protoype of SHChangeNotifyRegister to what MSDN says.
+ Remove an unsigned mismatch warning.
+
+ * dlls/ntdll/nt.c: John K. Hohm <jhohm@acm.org>
+ Set SE_GROUP_ENABLED in Attributes of Administrators SID during
+ NtQueryInformationToken for TokenGroups.
+
+ * dlls/comctl32/imagelist.c: Mike Hearn <mike@theoretic.com>
+ Avoid division by zero when the imagelist is created with a width of
+ zero (ie no images).
+
+ * dlls/ole32/bindctx.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citengineering.com>
+ Make sure the passed in object pointer is only addrefed on success.
+
+2003-08-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/olepicture.c: Warning fix.
+
+ * include/*.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Use angle brackets (<>) rather than quotes ("") for the include
+ directives in our .h files. This should avoid some potentially nasty
+ surprises for Winelib apps.
+
+ * dlls/kernel/change.c, dlls/kernel/process.c, dlls/msvcrt/except.c,
+ dlls/ntdll/exception.c, dlls/ntdll/thread.c, dlls/ntdll/virtual.c,
+ dlls/ole32/compobj_private.h, dlls/user/msg16.c,
+ dlls/user/user_main.c, dlls/winedos/dosvm.c, dlls/winsock/socket.c,
+ include/async.h, include/thread.h, include/wine/server.h,
+ include/winternl.h, loader/module.c, memory/environ.c,
+ tools/winebuild/spec16.c, windows/message.c:
+ Start using the exported TEB structure from winternl.h where
+ possible.
+
+ * dlls/oleaut32/typelib.c: Mike Hearn <mike@theoretic.com>
+ Implemented a typelib loader cache.
+
+ * include/objbase.h: Dave Belanger <dave.belanger@cimmetry.com>
+ Added CoDisconnectObject and CoRegisterMessageFilter prototypes.
+
+ * programs/winefile/winefile.c: Don't use alloca.
+
+ * dlls/ntdll/signal_sparc.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Fixed a compile error.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Added speaker config macros.
+
+ * include/uuids.h: Mike McCormack <mike@codeweavers.com>
+ Add CLSID_HTMLDocument.
+
+ * include/urlmon.h: Mike McCormack <mike@codeweavers.com>
+ Define the IPersistMoniker interface.
+
+ * dlls/msvcrt/except.c, dlls/ntdll/exception.c, dlls/ntdll/sysdeps.c,
+ include/thread.h, scheduler/fiber.c, scheduler/thread.c,
+ tools/winebuild/relay.c:
+ Renamed a few more TEB fields.
+
+ * dlls/kernel/wowthunk.c, dlls/msvcrt/cppexcept.c,
+ dlls/msvcrt/cppexcept.h, dlls/msvcrt/except.c,
+ dlls/ntdll/exception.c, include/stackframe.h, include/thread.h,
+ include/winnt.h, include/wine/exception.h, programs/winedbg/info.c:
+ Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that
+ seems to be the official name.
+
+ * scheduler/pthread.c:
+ Added missing functions for platforms that don't build the pthreads
+ emulation (reported by Todd Vierling).
+
+2003-08-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/task.c, dlls/kernel/wowthunk.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/loader.c, dlls/ntdll/sysdeps.c, dlls/ntdll/virtual.c,
+ dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, include/thread.h,
+ include/winternl.h, scheduler/client.c, scheduler/fiber.c,
+ scheduler/process.c, scheduler/syslevel.c, scheduler/thread.c:
+ Renamed a few TEB fields to use the "official" names.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupcab.c, dlls/setupapi/setupx_main.c,
+ dlls/setupapi/stubs.c, include/setupapi.h:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ Implement (most of) SetupIterateCabinet.
+
+ * programs/wcmd/wcmdmain.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ No handles were inherited in CreateProcess, all child console programs
+ were silent.
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Ensure redirected stream handle for child process are actually
+ inheritable.
+
+ * dlls/comctl32/toolbar.c: Duane Clark <dclark@akamail.com>
+ Button width should be the larger of text width/bitmap width.
+
+ * libs/wine/loader.c: Todd Vierling <tv@pobox.com>
+ Use MAP_TRYFIXED on NetBSD if available.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/task.c, dlls/kernel/thunk.c,
+ include/stackframe.h:
+ Removed some no longer needed definitions from stackframe.h.
+
+ * dlls/kernel/krnl386.exe.spec, dlls/kernel/wowthunk.c:
+ Converted remaining 16-bit functions to the new varargs mechanism.
+
+ * dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+ dlls/winedos/dosvm.c, dlls/winedos/int31.c, dlls/winedos/relay.c,
+ memory/selector.c, relay32/relay386.c, scheduler/syslevel.c,
+ scheduler/thread.c, win32/device.c, win32/except.c, windows/win.c:
+ Avoid including stackframe.h if it's not needed.
+
+ * dlls/kernel/debugger.c, dlls/kernel/krnl386.exe.spec,
+ dlls/kernel/relay16.c, dlls/msvideo/msvideo.spec,
+ dlls/msvideo/msvideo16.c, dlls/msvideo/vfw16.h,
+ dlls/user/user.exe.spec, dlls/user/wsprintf.c, include/stackframe.h,
+ include/wine/windef16.h, include/wine/winuser16.h,
+ tools/winebuild/build.h, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/winebuild.man.in:
+ Added varargs support for 16-bit entry points.
+ Added -ret16 entry point flag to allow 16-bit cdecl and varargs
+ function to return 16-bit values too.
+
+ * dlls/dpnhpast/main.c, dlls/dsound/tests/propset.c,
+ dlls/opengl32/opengl_norm.c, dlls/twain/twain.h, include/windef.h,
+ include/wtypes.idl, programs/cmdlgtst/cmdlgtst.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove some unneeded __WINESRC__ tests from the headers.
+ Miscellaneous cleanups and fixes.
+
+ * DEVELOPERS-HINTS: Mike Hearn <mike@theoretic.com>
+ Update DLL list, add a link to msdn.com.
+
+2003-08-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/profile.c,
+ dlls/ntdll/Makefile.in, files/directory.c, files/drive.c,
+ files/profile.c, include/file.h:
+ Moved profile functions to dlls/kernel.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, tools/winapi/msvcmaker,
+ tools/winapi_check/modules.dat:
+ The if1632 directory no longer exists.
+
+ * dlls/kernel/local16.c, loader/task.c, memory/local.c:
+ Moved a few more functions to dlls/kernel.
+
+ * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/ne_module.c, dlls/kernel/relay16.c,
+ dlls/kernel/snoop16.c, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ loader/ne/module.c:
+ Moved 16-bit relay and snoop support to dlls/kernel.
+
+2003-08-25 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winecfg/main.c: Mike Hearn <mike@theoretic.com>
+ Warn users of winecfg about its incompleteness.
+
+ * dlls/kernel/wowthunk.c, memory/instr.c, tools/winebuild/relay.c:
+ Moved selector fixup for the relay code to the callto16 exception
+ handler.
+ Make sure to only use pop instructions to modify segment registers in
+ the relay code to simplify the selector fixup.
+
+ * include/wine/port.h, libs/port/memcpy_unaligned.c:
+ Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported
+ by Jon Griffiths).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Always setup the selection colour, not just in custom draw.
+
+ * dlls/winedos/devices.c, dlls/winedos/dosaspi.c,
+ dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int31.c,
+ dlls/winedos/int33.c, dlls/winedos/interrupts.c,
+ dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Make all users of DOSVM_Enter explicitly set V86 flag.
+ Fix mouse relay stack usage in protected mode.
+ Raw mode switch now handles interrupt flag correctly.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+ dlls/kernel/wowthunk.c, dlls/ntdll/exception.c, include/module.h,
+ memory/instr.c, tools/winebuild/relay.c:
+ Moved 16-bit calls initialization and exception handling to kernel32.
+ Store the call_to_16 return address on the stack from the C code so
+ that we don't need two variants of call_to_16_regs.
+
+ * dlls/winedos/int31.c:
+ Fixed copy/paste error in WOWCallback16Ex call (spotted by Dmitry
+ Timoshkov).
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Replace some magic numbers with symbols.
+ Add sanity checks so that VGA window cannot be used to access memory
+ outside framebuffer.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the hit test for full row select in REPORT mode (found, debugged,
+ and tested by Eric Pouech).
+
+2003-08-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/ne_module.c,
+ dlls/kernel/ne_segment.c, dlls/kernel/system.c, dlls/kernel/thunk.c,
+ dlls/kernel/wowthunk.c, dlls/winedos/int31.c, include/stackframe.h,
+ include/wine/winbase16.h, include/wownt32.h, tools/winebuild/relay.c,
+ windows/winproc.c:
+ Extended WOWCallback16Ex to support register functions too. This
+ allows simplifying the wine_call_to_16 assembly code by moving part of
+ it to C code, and getting rid of the extra kernel exports.
+
+ * dlls/comctl32/treeview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix the creation of treeview with checkboxes.
+
+ * dlls/setupapi/Makefile.in: Steven Edwards <steven_ed4153@yahoo.com>
+ Split win16/32 support.
+
+ * dlls/kernel/ne_module.c, dlls/ntdll/Makefile.in, include/module.h,
+ loader/loadorder.c:
+ Moved 16-bit builtin module handling to dlls/kernel/ne_module.c.
+
+ * dlls/d3dim/version.rc, dlls/dinput/version.rc, dlls/dplayx/version.rc:
+ Tom Wickline <twickline@skybest.com>
+ Set version to 8.1.
+
+ * dlls/comctl32/comctl_Es.rc, dlls/comctl32/rsrc.rc,
+ dlls/msvideo/msrle32/msrle_Es.rc, dlls/msvideo/msrle32/rsrc.rc,
+ dlls/wineps/rsrc.rc, dlls/wineps/wps_Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ More Spanish translations.
+
+ * dlls/dsound/Makefile.in, dlls/dsound/dsound.spec,
+ dlls/dsound/regsvr.c, dlls/dsound/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for dsound.dll,
+ and add OleSelfRegister version string.
+
+ * programs/notepad/It.rc, programs/notepad/rsrc.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian resources.
+
+ * programs/progman/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Minor fixes.
+
+ * dlls/shdocvw/Makefile.in, dlls/shdocvw/regsvr.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for shdocvw.dll,
+ and add OleSelfRegister version string.
+
+ * dlls/quartz/.cvsignore, dlls/quartz/Makefile.in, dlls/quartz/main.c,
+ dlls/quartz/quartz.spec, dlls/quartz/regsvr.c,
+ dlls/quartz/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for quartz.dll,
+ and add OleSelfRegister version string.
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dplayx/regsvr.c, dlls/dplayx/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for dplayx.dll,
+ and add OleSelfRegister version string.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec,
+ dlls/avifil32/regsvr.c, dlls/avifil32/rsrc.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for avifil32.dll,
+ and add OleSelfRegister version string.
+
+ * controls/static.c: Igor Grahek <igorg@cadlink.com>
+ Send STN_CLICKED ad STN_DBLCLK messages to parent window if SS_NOTIFY
+ is enabled.
+
+ * dlls/ole32/git.c: Mike Hearn <mike@theoretic.com>
+ In the global interface table:
+ - Print warnings when things go wrong.
+ - Alter the way we do refcounting.
+ - Don't release the stream on retrieval, just rewind it instead.
+ - Implement thread safety.
+
+ * Make.rules.in, Makefile.in, dlls/Makedll.rules.in,
+ dlls/ntdll/.cvsignore, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/spec16.c,
+ tools/winebuild/winebuild.man.in:
+ Got rid of 16-bit glue code generation since it is no longer used.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c,
+ dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/task.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/ntdll/Makefile.in, files/drive.c, include/task.h,
+ include/thread.h, loader/module.c, loader/ne/module.c,
+ loader/ne/segment.c, loader/task.c, msdos/int21.c,
+ scheduler/thread.c:
+ Moved most of the 16-bit task support and NE module loader to
+ dlls/kernel.
+
+2003-08-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmband/Makefile.in, dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmband/regsvr.c, winedefault.reg, dlls/dmcompos/Makefile.in,
+ dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+ dlls/dmcompos/composer.c, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmcompos/regsvr.c,
+ dlls/dmcompos/signposttrack.c, dlls/dmime/Makefile.in,
+ dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/graph.c,
+ dlls/dmime/lyricstrack.c, dlls/dmime/markertrack.c,
+ dlls/dmime/paramcontroltrack.c, dlls/dmime/patterntrack.c,
+ dlls/dmime/performance.c, dlls/dmime/regsvr.c, dlls/dmime/segment.c,
+ dlls/dmime/segmentstate.c, dlls/dmime/segtriggertrack.c,
+ dlls/dmime/seqtrack.c, dlls/dmime/song.c, dlls/dmime/sysextrack.c,
+ dlls/dmime/tempotrack.c, dlls/dmime/timesigtrack.c,
+ dlls/dmime/tool.c, dlls/dmime/track.c, dlls/dmime/wavetrack.c,
+ dlls/dmloader/Makefile.in, dlls/dmloader/container.c,
+ dlls/dmloader/dmloader_main.c, dlls/dmloader/dmloader_private.h,
+ dlls/dmloader/getloader.c, dlls/dmloader/loader.c,
+ dlls/dmloader/loaderstream.c, dlls/dmloader/regsvr.c,
+ dlls/dmscript/Makefile.in, dlls/dmscript/dmscript_main.c,
+ dlls/dmscript/dmscript_private.h, dlls/dmscript/regsvr.c,
+ dlls/dmscript/script.c, dlls/dmscript/scripttrack.c,
+ dlls/dmstyle/Makefile.in, dlls/dmstyle/auditiontrack.c,
+ dlls/dmstyle/chordtrack.c, dlls/dmstyle/commandtrack.c,
+ dlls/dmstyle/dmstyle_main.c, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/melodyformulationtrack.c, dlls/dmstyle/motiftrack.c,
+ dlls/dmstyle/mutetrack.c, dlls/dmstyle/regsvr.c,
+ dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/regsvr.c,
+ dlls/dmsynth/synth.c, dlls/dmsynth/synthsink.c,
+ dlls/dmusic/Makefile.in, dlls/dmusic/buffer.c, dlls/dmusic/clock.c,
+ dlls/dmusic/collection.c, dlls/dmusic/dmusic.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+ dlls/dmusic/instrument.c, dlls/dmusic/object.c, dlls/dmusic/port.c,
+ dlls/dmusic/portdownload.c, dlls/dmusic/thru.c,
+ dlls/dmusic32/dmusic32.spec, dlls/dmusic32/dmusic32_main.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ - implemented loader, loader's stream and loading of objects (now you
+ can use builtin dmloader and native other dm*.dlls)
+ - implemented proper creation of objects and retrieval of dmusic
+ interfaces from them (object, stream, ...)
+ - implemented all "standard track types" and appropriate stream (for
+ dmband, loading is almost complete)
+ - cleaned some obsolete stuff
+ - split debug channels
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/imagelist.c, include/commctrl.h:
+ Filip Navara <xnavara@volny.cz>
+ Fixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
+ ImageList_EndDrag, ImageList_SetImageCount.
+
+ * programs/regedit/Si.rc, programs/regedit/rsrc.rc:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Added Slovenian translation.
+
+ * include/winerror.h: Removed obsolete WIN32_LastError definition.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Fix/make the case of Bochs and Plex86 more consistent.
+ Add CodeWeavers to the list of contributors (currently hosts WineHQ).
+ Tweak the 'how to submit patches' FAQ.
+ Add Kylix and MusicMatch JukeBox to the list of applications ported
+ using Wine(lib).
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Be more explicit when describing what belongs in Wine (API) and what
+ does not belong in Wine (drivers, Windows applets, window managers,
+ etc.). Also point to projects where such contributions would be more
+ appropriate.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Answer this eternal question:
+ Can I use Wine to make the Windows driver for my network card /
+ graphics card / scanner / etc. work on Unix?
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Add an entry answering the eternal question:
+ When will Wine integrate an x86 CPU emulator?
+
+ * dlls/advapi32/advapi.c, dlls/crtdll/crtdll_main.c,
+ dlls/twain/capability.c, dlls/twain/ds_image.c,
+ dlls/twain/dsm_ctrl.c, dlls/twain/twain32_main.c,
+ dlls/winaspi/aspi.c, tools/bin2res.c, tools/wrc/genres.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fixes for building with w32api headers on Mingw.
+
+ * include/winnls.h: Removed no longer used internal definitions.
+
+ * include/wtypes.h:
+ Removed reference to the WINE_UNICODE_TEXT macro that no longer
+ exists.
+
+ * dlls/avifil32/avifile_Es.rc, dlls/avifil32/rsrc.rc,
+ dlls/shell32/shell32_Es.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Es.rc, programs/clock/Es.rc,
+ programs/notepad/Es.rc, programs/regedit/Es.rc,
+ programs/regedit/rsrc.rc, programs/view/Es.rc,
+ programs/view/viewrc.rc, programs/winecfg/Es.rc,
+ programs/winecfg/winecfg.rc, programs/winhelp/Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Some new Spanish translations and improvements to other existing
+ ones.
+
+ * programs/wcmd/wcmdmain.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Avoid crash in WCMD_run_program when no extension was specified.
+
+ * dlls/commdlg/filedlg95.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Some applications depend on the order of initialization steps of the
+ custom file open dialog.
+
+ * windows/sysparams.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect SystemParametersInfoA(SPI_GETxxx) from NULL pvParam.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Tweak 'Will there be a Windows version of Wine?':
+ - Add a pointer to the MinGW project
+ - Fix the ReactOS case
+ - Explain the rationale behind these porting projects
+
+2003-08-21 Alexandre Julliard <julliard@winehq.com>
+
+ * server/ptrace.c: Cope with wait4 being interrupted by a signal.
+
+ * dlls/ntdll/debugtools.c, dlls/ntdll/sysdeps.c, include/thread.h,
+ scheduler/thread.c:
+ Store the debug info structure on the thread stack.
+ Moved thread initialization code from sysdeps.c to thread.c to avoid
+ an indirection.
+
+ * include/imm.h, include/ras.h, include/windowsx.h:
+ Removed a few remaining WINVER checks.
+
+ * configure, configure.ac:
+ It seems FreeBSD no longer requires libpthread when linking with
+ OpenGL.
+
+ * programs/winedbg/winedbg.c:
+ Correctly pass the exception to the application when
+ BreakOnFirstChance is 0.
+
+ * dlls/avifil32/avifile_En.rc, programs/clock/It.rc,
+ programs/cmdlgtst/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Small resources fixes.
+
+ * dlls/avifil32/avifile_It.rc, dlls/avifil32/rsrc.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/shell32/shlfileop.c: Mike McCormack <mike@codeweavers.com>
+ Remove useless comments that clutter the code.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shlfolder.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub for (undocumented) SHCreateLinks.
+
+ * tools/winedump/output.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update install script to match current build process.
+ Fix a warning in generated dll now we build with -DSTRICT.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/commdlg/filedlgbrowser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Cope with potentially moved and resized file view window.
+
+2003-08-20 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg16.c,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg16.c, dlls/ddraw/main.c,
+ dlls/devenum/devenum.rc, dlls/msacm/imaadp32/imaadp32.c,
+ dlls/msacm/msadp32/msadp32.c, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/winemp3/mpegl3.c, dlls/ntdll/resource.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib16.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shlview.c,
+ dlls/shell32/systray.c, dlls/shlwapi/assoc.c, dlls/shlwapi/thread.c,
+ dlls/shlwapi/url.c, dlls/ttydrv/graphics.c, dlls/winmm/joystick.c,
+ graphics/x11drv/codepage.c, graphics/x11drv/text.c,
+ graphics/x11drv/xfont.c, include/winnls.h, memory/virtual.c,
+ msdos/ioports.c, objects/enhmetafile.c, objects/font.c,
+ programs/wineconsole/curses.c, windows/dialog.c, windows/input.c:
+ winnls.h must not include winbase.h.
+
+ * dlls/dsound/tests/propset.c: Robert Reif <reif@earthlink.net>
+ Added tests for buffer property sets.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Split property sets into two types: buffer and private.
+
+ * dlls/winedos/fpu.c: Jukka Heinonen <jhei@iki.fi>
+ Make FPU emulation use CS:IP when determining location of calling
+ software interrupt.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/int31.c, dlls/winedos/relay.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove unnecessary __wine_call_from_16_regs call frame management code
+ from raw mode switch handler.
+
+ * include/wine/unicode.h: Steven Edwards <steven_ed4153@yahoo.com>
+ Fix building libwine_unicode with w32api headers.
+
+ * configure, configure.ac, include/config.h.in,
+ programs/wineconsole/Makefile.in, programs/wineconsole/curses.c:
+ Mike McCormack <mike@codeweavers.com>
+ Dlopen libncurses.so in wineconsole.
+
+ * tools/Makefile.in: BINDIR is no longer needed.
+
+ * tools/winegcc.c: Richard Cohen <richard.cohen@virgin.net>
+ Support -mconsole.
+
+ * tools/winegcc.c, tools/winewrap.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Remove hardcoded BINDIR paths.
+
+ * configure, configure.ac, include/config.h.in, libs/wine/Makefile.in,
+ libs/wine/errno.c:
+ Remove the dummy pthread functions and use -lpthread instead to
+ resolve missing symbols in GL libs.
+
+ * dlls/x11drv/keyboard.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Updated LT keyboard.
+
+ * files/dos_fs.c, include/file.h: Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed the DOSFS_ specific time related conversion routine, and make
+ use of the ntdll equivalents.
+
+ * misc/registry.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Translate a few more kernel32 calls into the ntdll equivalents.
+
+ * files/profile.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed code for handling ${VAR} constructs in .ini files.
+
+ * dlls/winmm/winealsa/audio.c: <wine@frotz.org>
+ Fix parameter to snd_pcm_sw_params_set_silence_size().
+
+ * dlls/ntdll/rtlstr.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Apply only specified tests.
+ Implement IS_TEXT_UNICODE_REVERSE_SIGNATURE, IS_TEXT_UNICODE_STATISTICS
+ and IS_TEXT_UNICODE_NULL_BYTES tests.
+ Revert IS_TEXT_UNICODE_ODD_LENGTH test.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c,
+ dlls/msvcrtd/msvcrtd.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Stub out the _[w]popen/_pclose() functions.
+
+2003-08-19 Alexandre Julliard <julliard@winehq.com>
+
+ * server/process.c:
+ We need to ignore STATUS_OBJECT_TYPE_MISMATCH errors too when setting
+ the process console.
+
+ * programs/clock/It.rc, programs/clock/rsrc.rc,
+ programs/cmdlgtst/It.rc, programs/cmdlgtst/cmdlgr.rc,
+ programs/progman/It.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel_main.c, dlls/kernel/system.drv.spec,
+ dlls/kernel/system.spec, loader/loadorder.c:
+ Renamed system.dll to system.drv.
+
+ * dlls/kernel/computername.c, documentation/samples/config,
+ files/directory.c, files/dos_fs.c, files/drive.c, files/file.c,
+ files/profile.c, include/file.h, misc/registry.c, msdos/ioports.c:
+ Replaced remaining calls to PROFILE_GetWineIniString/Bool by direct
+ registry accesses.
+
+ * winedefault.reg: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added i8n entries.
+
+ * dlls/msvcrt/cpp.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use exception as the base for all exception derived classes.
+ Implement type_info methods correctly.
+ Add static RTTI for exported objects.
+ Throw exceptions when run time casts fail.
+
+ * dlls/advapi32/registry.c, include/wine/server_protocol.h,
+ server/protocol.def, server/registry.c, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement registry key unloading.
+
+ * include/wine/server_protocol.h, scheduler/process.c,
+ server/console.c, server/process.c, server/protocol.def,
+ server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed regression in process creation (std handle inheritance).
+
+ * dlls/crtdll/crtdll.spec, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrtd/msvcrtd.spec, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec:
+ _ftol should return a 64-bit int (spotted by Jon Griffiths).
+
+ * dlls/winedos/relay.c: Jukka Heinonen <jhei@iki.fi>
+ When forcing call to DOS relay from protected mode, make sure that
+ relay sees original stack and code pointers. Make it possible for DOS
+ relay to modify code and stack pointers.
+
+ * include/mmsystem.h: Erwin Wolff <erwinwolffnl@microformatica.com>
+ Removed VERSION typedef.
+
+ * programs/winedbg/msc.c: Gregory M. Turner <gmturner007@ameritech.net>
+ Wrap error-prone msc symbol loading with a __TRY block.
+
+ * dlls/imagehlp/access.c: Christian Costa <titan.costa@wanadoo.fr>
+ Allocate space to contain the IMAGE_NT_HEADERS structure (ImageLoad
+ function).
+ Add some more traces.
+
+ * dlls/comctl32/treeview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButtonDown.
+
+ * dlls/ntdll/time.c, include/winternl.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Make RtlTimeToSecondsSince1970 consistent with other time calls.
+ Documentation fixes.
+
+2003-08-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/ordinal.c, documentation/introduction.sgml,
+ graphics/x11drv/dib.c, objects/dc.c, programs/avitools/aviplay.c,
+ programs/notepad/main.c, programs/regedit/main.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling and case fixes.
+
+ * programs/winemine/Es.rc, programs/winemine/rsrc.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish translation.
+
+ * dlls/winedos/fpu.c: Added missing \n in TRACE calls.
+
+ * dlls/kernel/sync.c:
+ Free the debug info when making a critical section global.
+
+ * libs/wpp/preproc.c, tools/bin2res.c, tools/widl/utils.c,
+ tools/winedump/ne.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Portability fixes.
+
+ * include/oaidl.h, include/oaidl.idl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Make I1 fields explicitly signed.
+ Add support for I8 fields in variants.
+ Add a missing undocumented FADF_ flag.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/gl_private.h, dlls/ddraw/main.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added support for multi-texturing.
+
+ * dlls/ntdll/rtlstr.c, include/winnls.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some new types and functions.
+ Remove ITU_IMPLEMENTED_TESTS, its not part of the Win32 Api.
+
+ * dlls/oleaut32/olepicture.c: Robert Reif <reif@earthlink.net>
+ Fixed Warblade image loading.
+
+ * dlls/dsound/tests/propset.c: Robert Reif <reif@earthlink.net>
+ Fixed bug where last tests were not executed.
+ Print out sound device info.
+
+ * dlls/winedos/interrupts.c: Jukka Heinonen <jhei@iki.fi>
+ Fix CPU flag handling when internal interrupts are branched to.
+
+ * loader/module.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Windows ignores values of e_cparhdr and e_crlc of the MZ header.
+
+ * dlls/x11drv/keyboard.c: Raul <zombi82@hot.ee>
+ Small Estonian keyboard fix.
+
+ * dlls/cabinet/fdi.c: Gregory M. Turner <gmturner007@ameritech.net>
+ Don't touch perf in FDIIsCabinet, InstallShield may already have freed
+ it.
+
+ * tools/winedump/Makefile.in: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use $(EXEEXT) for the winedump executable.
+
+ * tools/wrc/wrc.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Only statics are sure to be set to 0, explicitly initialise globals.
+
+ * dlls/ole32/defaulthandler.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove redundant wine specific #include.
+
+ * tools/winapi/msvcmaker: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ ole/ directory doesn't exist anymore.
+
+ * dlls/kernel/time.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Spelling fixes.
+
+ * include/winerror.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Cast hresult error codes to HRESULT.
+
+ * dlls/comctl32/treeview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix things broken by the last TREEVIEW_UpdateDispInfo patch.
+
+ * dlls/ntdll/file.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Regression fixes for Nt{Read|Write}File:
+ - actually block in TIMEOUT mode
+ - in overlapped mode, if any data is already available then process it
+ without returning a pending status code
+
+ * programs/regedit/Pt.rc, programs/regedit/rsrc.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Localization to the Portuguese of Brazil.
+
+2003-08-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/sysdeps.c, include/thread.h, scheduler/pthread.c,
+ scheduler/thread.c:
+ Moved __errno_location() handling to pthread.c, and added similar
+ handling for __res_state().
+
+ * dlls/msi/Makefile.in: Added missing dependency.
+
+ * programs/rundll32/rundll32.c: Fixed indentation.
+
+ * documentation/configuring.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/samples/config, programs/winecfg/properties.h,
+ programs/winecfg/winecfg.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Remove from docs / config tool useless / obsoleted options.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ DXT1/3/5 support was broken, but unnoticeable since we also indicated
+ it wasn't supported.
+
+ * programs/winecfg/properties.c:
+ E. C. F. Wolff <erwinwolffnl@microformatica.com>
+ Added Windows 2k3.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Use WideByteToMultiChar not strlenW.
+ Use HeapAlloc, not malloc.
+
+ * programs/regedit/regedit.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed command line support.
+
+2003-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030813.
+
+----------------------------------------------------------------
+2003-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * include/msvcrt/stdio.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Alias _vsnprintf as vsnprintf.
+
+ * tools/winebuild/import.c:
+ Support for Mac OS X powerpc register names (based on a patch by
+ Pierre d'Herbemont).
+
+ * programs/winefile/winefile.c: Francois Gouget <fgouget@free.fr>
+ Fix compilation error.
+
+ * programs/winefile/Makefile.in, programs/winefile/resource.rc,
+ programs/winefile/winefile.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Use __WINE__ instead of _WINE_, _WIN32.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Remove no longer necessary includes <signal.h>, <wait.h>.
+
+ * dlls/comctl32/treeview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.
+
+ * misc/version.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add Windows 2003 to the versions Wine can return.
+
+ * objects/dc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert initData as well.
+
+ * include/msvcrt/sys/stat.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add definitions for the S_IS* macros.
+
+ * include/winnt.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add a bunch of IMAGE_SIZEOF_* constants.
+
+ * dlls/advapi32/advapi32.spec: Mike McCormack <mike@codeweavers.com>
+ Fix spec for InitiateSystemShutdownExA, as pointed out by Stefan
+ Leichter.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msi/.cvsignore,
+ dlls/msi/Makefile.in, dlls/msi/distinct.c, dlls/msi/handle.c,
+ dlls/msi/msi.c, dlls/msi/msi.spec, dlls/msi/msipriv.h,
+ dlls/msi/msiquery.c, dlls/msi/order.c, dlls/msi/query.h,
+ dlls/msi/record.c, dlls/msi/select.c, dlls/msi/sql.y,
+ dlls/msi/suminfo.c, dlls/msi/table.c, dlls/msi/tokenize.c,
+ dlls/msi/where.c, include/Makefile.in, include/msi.h,
+ include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Partial implementation of the Microsoft Installer (msi.dll).
+
+ * programs/winefile/Makefile.in, programs/winefile/resource.h,
+ programs/winefile/winefile.c, programs/winefile/winefile.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Extended winefile for an optional shell namespace mode.
+
+ * dlls/ntdll/critsection.c:
+ Don't try to allocate the debug info before the process heap exists.
+
+2003-08-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/keyboard/main.c, dlls/gdi/driver.c,
+ dlls/kernel/console.c, dlls/kernel/kernel_main.c,
+ dlls/ntdll/critsection.c, dlls/ntdll/loader.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/virtual.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
+ dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c,
+ dlls/shell32/changenotify.c, dlls/shell32/iconcache.c,
+ dlls/user/dde/misc.c, dlls/user/message.c, dlls/winaspi/winaspi32.c,
+ dlls/winedos/dosvm.c, dlls/winedos/vga.c, dlls/winsock/async.c,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xrender.c, files/profile.c,
+ graphics/x11drv/xfont.c, include/winbase.h, objects/gdiobj.c,
+ scheduler/pthread.c, scheduler/syslevel.c, windows/cursoricon.c,
+ windows/timer.c, windows/user.c, windows/win.c, windows/winproc.c:
+ Allocate DebugInfo field for all critical sections (based on a patch
+ by Alex Pasadyn).
+ Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
+
+ * dlls/winspool/info.c: Avoid crashes when devmode is null.
+
+ * dlls/gdi/driver.c, dlls/gdi/gdi32.spec, dlls/ttydrv/dc.c,
+ dlls/wineps/init.c, dlls/winspool/Makefile.in, dlls/winspool/info.c,
+ graphics/x11drv/init.c, include/gdi.h, include/wingdi.h,
+ objects/dc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert CreateDC to unicode in the driver interface.
+
+ * dlls/ntdll/heap.c: Minor tracing fix.
+
+ * dlls/x11drv/x11drv_main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Print X display and locale of X Input Method in the debug log.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/win.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation of FlashWindowEx.
+
+ * dlls/shell32/shell32_Sv.rc: Johan Dahlin <jdahlin@async.com.br>
+ Updated Swedish translation.
+
+ * dlls/ntdll/sysdeps.c, scheduler/pthread.c:
+ Fixed the pthread wrappers to work with the new glibc/linuxthreads
+ interface in glibc 2.3.2.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/kernel/powermgnt.c, dlls/kernel/thread.c, include/winbase.h,
+ include/winnt.h, win32/newfns.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Consolidate all kernel power management functions.
+ Provide prototypes and stubs for missing functions.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Ignore some keyboard events. In any case we don't know how to handle
+ them.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub some winspool functions.
+
+ * include/winerror.h: Mike McCormack <mike@codeweavers.com>
+ Added two printer error codes.
+
+ * dlls/shell32/shell32.spec: Mike McCormack <mike@codeweavers.com>
+ Export SHBindToParent (already implemented).
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
+ and SetNamedSecurityInfo.
+
+ * include/richedit.h: Phil Krylov <phil@newstar.rinet.ru>
+ Added ES_SELECTIONBAR style.
+
+2003-08-11 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/scroll.c, controls/static.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ WM_PAINT(wParam) might be a valid HDC.
+
+ * dlls/comctl32/status.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Accept SIZE_MAXIMIZED as one of statuses of MDI windows.
+
+ * include/commdlg.h: Phil Krylov <phil@newstar.rinet.ru>
+ Added some missing FR_* defines.
+
+ * programs/winhelp/winhelp.c: Johan Dahlin <jdahlin@async.com.br>
+ Make sure winhelp doesn't scroll outside of its display area.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for BuildTrusteeWithSid(A/W).
+
+ * configure, configure.ac: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ resolv.h may require netinet/in.h, so try to #include that when
+ checking for the former.
+
+2003-08-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c:
+ Make do_block use poll() rather than select() (based on a patch by
+ Mike Hearn).
+
+ * dlls/avifil32/api.c, dlls/comcat/regsvr.c, dlls/ctl3d/ctl3d.c,
+ dlls/ctl3d/ctl3d.spec, dlls/ctl3d/ctl3d32.c, dlls/ctl3d/ctl3dv2.spec,
+ dlls/d3d8/d3d8_main.c, dlls/d3d9/d3d9_main.c, dlls/iphlpapi/ifenum.c,
+ dlls/iphlpapi/iphlpapi_main.c, dlls/kernel/locale.c,
+ dlls/ole32/memlockbytes16.c, dlls/ole32/ole2.spec,
+ dlls/ole32/regsvr.c, dlls/oleaut32/olepicture.c, dlls/opengl32/wgl.c,
+ dlls/shell32/shlfileop.c, dlls/winedos/interrupts.c,
+ dlls/wineps/driver.c, dlls/wininet/cookie.c, dlls/wininet/internet.c,
+ dlls/wininet/urlcache.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/config.pm, tools/winapi/win16.api,
+ tools/winapi/win32.api, tools/winapi/winapi.pm,
+ tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/preprocessor.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Minor bug fixes.
+
+ * programs/regedit/treeview.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Fixed build with older compilers.
+
+ * dlls/d3dim/version.rc, dlls/dinput/version.rc:
+ Tom Wickline <twickline@skybest.com>
+ Set version to DirectX 7.
+
+2003-08-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dplayx/version.rc: Tom Wickline <twickline@skybest.com>
+ Set version to DirectX 7.
+
+ * dlls/dsound/propset.c: Duane Clark <dclark@akamail.com>
+ Move declarations to compile with older compilers.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Better support for __declspec() (based on a suggestion from Ove
+ Kaaven).
+
+ * dlls/x11drv/keyboard.c:
+ Supphachoke Suntiwichaya <mrchoke@opentle.org>
+ Added Thai keyboard layout.
+
+ * misc/registry.c: Get rid of wrong/confusing _strdupnA usage.
+
+ * programs/regedit/.cvsignore, programs/regedit/En.rc,
+ programs/regedit/Makefile.in, programs/regedit/about.c,
+ programs/regedit/childwnd.c, programs/regedit/framewnd.c,
+ programs/regedit/listview.c, programs/regedit/main.c,
+ programs/regedit/main.h, programs/regedit/regedit.c,
+ programs/regedit/regproc.c, programs/regedit/regproc.h,
+ programs/regedit/resource.h, programs/regedit/resource.rc,
+ programs/regedit/rsrc.rc, programs/regedit/treeview.c:
+ Robert Dickenson <robd@reactos.org>
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Mike McCormack <mike@codeweavers.com>
+ Implemented GUI for regedit.
+
+ * dlls/dsound/tests/.cvsignore: Added propset.ok.
+
+ * dlls/user/tests/sysparams.c: Richard Cohen <richard.cohen@virgin.net>
+ SystemParametersInfo returning a value for Wallpaper does not mean
+ that the registry key exists.
+
+ * programs/winedbg/hash.c, programs/winedbg/stabs.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Use the ELF sections for the addresses of globals, as the STABS are
+ likely to be wrong.
+
+ * programs/winedbg/memory.c, programs/winedbg/types.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ - Print short ASCII strings without the "..."
+ - Make printing for Unicode strings more similar to ASCII.
+
+2003-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/Makefile.in, dlls/quartz/filesource.c,
+ dlls/quartz/main.c, dlls/quartz/quartz_private.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added File Source (Async) Filter.
+
+ * dlls/dsound/tests/Makefile.in, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Added some COM and property set tests.
+ Added LIBUUID to makefile.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Added class factories for DirectSoundCapture, DirectSoundFullDuplex
+ and DirectSoundPrivate.
+ Added error checking to QueryInterface and CreateInterface.
+ Added some more functionality to property sets.
+
+ * dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/rtl.c,
+ dlls/ntdll/tests/string.c, dlls/shlwapi/string.c:
+ Avoid non-portable long long constants.
+
+ * dlls/kernel/local16.c, dlls/kernel/tests/atom.c,
+ dlls/msvcrt/locale.c, dlls/shell32/shell.c:
+ Warning fixes.
+
+ * libs/uuid/uuid.c: Mike McCormack <mike@codeweavers.com>
+ Defined FMTIDs for ole32.
+
+ * dlls/comctl32/trackbar.c: Duane Clark <dclark@akamail.com>
+ Oops, back to hard coding initial thumb size until we figure out how
+ it really should work.
+ Fix the channel size/selection range for the TBS_ENABLESELRANGE
+ style.
+ One pixel tweaks in several spots.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/enummedia.c,
+ dlls/quartz/enumpins.c, dlls/quartz/filtergraph.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/main.c, dlls/quartz/pin.c,
+ dlls/quartz/pin.h, dlls/quartz/quartz_private.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Bugfix when adding filters to graph due to not initializing
+ variables on creation of graph.
+ - Remove clue of where I copied one of the copyright messages from.
+ - Add implementation of input and output pins which will be used by a
+ lot of filters in Quartz.
+
+2003-08-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wininet/Makefile.in, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Documentation of the index.dat files.
+ - Read support for "Temporary Internet Files".
+ - Limited write support for "Temporary Internet Files" (provided file
+ does not need enlarging).
+ - Delete support (untested on anything other than Temporary Internet
+ Files).
+
+ * dlls/wininet/internet.h:
+ Avoid DSA type conflict between ssl.h and commctrl.h.
+
+ * dlls/devenum/mediacatenum.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Make IPropertBag_Read use a dynamically allocated array rather than a
+ static one.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/stateblock.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Only reapply the texture states necessary when a different texture
+ gets bound to the same texture unit.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/gl_api.h,
+ dlls/ddraw/gl_private.h, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support the mimap lod bias extension.
+
+ * objects/font.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use same formula to convert from device to logical units as everywhere
+ else.
+
+ * windows/winproc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect CallWindowProcA/W from NULL pointers.
+
+ * dlls/cabinet/fdi.c: Gregory M. Turner <gmturner007@ameritech.net>
+ Many words about cabinets.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fix -i option for winebuild linking.
+
+ * dlls/wininet/http.c: David Hammerton <david@transgaming.com>
+ Added support for http-POST (well, any kind of http request that sends
+ data in the lpOptional field).
+
+ * misc/cpu.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the MHz detection code.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/drawprim.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ glColorMaterial enable/disable setup is only done when really necessary.
+ If glColorMaterial is set to track current color and none is supplied,
+ it gets disabled.
+ glMaterial is reset when I think it is necessary.
+ Slow mode now has defaults for when fvf parms are not supplied (as per
+ fast mode).
+ Slow mode now sets up the specular color (forgot that bit previously,
+ I think!).
+ Trace now lists the front, back and stencil buffers for ease of
+ debugging.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/gl_api.h,
+ dlls/ddraw/gl_private.h, dlls/ddraw/mesa_private.h,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Proper MIRROR texture address support.
+
+ * dlls/devenum/parsedisplayname.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ ICreateDevEnum_CreateClassEnumerator can return S_FALSE when
+ there is no category, so return MK_E_NOOBJECT from
+ IParseDisplayName_ParseDisplayName.
+
+ * windows/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make GetWindowInfo() work for all windows and return correct values.
+
+ * objects/font.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correctly truncate tmFirstChar, tmLastChar, tmBreakChar at 255 in the
+ process of W->A conversion.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove remnants of the old code.
+
+ * dlls/comctl32/trackbar.c: Stephan BEUZE <fbiggun@hotmail.com>
+ - Avoid division by zero in TRACKBAR_GetTicPos
+ - Manage negative range TRACKBAR_DrawOneTic
+
+2003-08-02 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/mswsock/.cvsignore,
+ dlls/mswsock/Makefile.in, dlls/mswsock/mswsock.c,
+ dlls/mswsock/mswsock.spec, dlls/mswsock/version.rc:
+ André Johansen <andrejoh@c2i.net>
+ Introduced the mswsock dll.
+ Added stubs for TransmitFile() and AcceptEx().
+
+ * tools/winebuild/spec32.c:
+ Make sure dllname doesn't get optimized out (spotted by Marcus
+ Meissner).
+
+ * dlls/ntdll/sysdeps.c: Properly free thread stacks on NPTL systems.
+
+ * dlls/comctl32/trackbar.c: Duane Clark <dclark@akamail.com>
+ The initial size of the thumb depends on SM_CYCAPTION.
+ Correctly draw the thumb as in Windows.
+ The channel/thumb position also depends on TBS_NOTICKS.
+ The first and last tic marks should be inset from the channel length
+ by half the thumb width.
+ When TBS_BOTH style set, make sure to draw both sets of tics.
+
+ * programs/winedbg/msc.c: André Johansen <andrejoh@c2i.net>
+ Avoid crashing when unable to read pdb file.
+
+ * dlls/cabinet/fdi.c: Gregory M. Turner <gmturner007@ameritech.net>
+ Remember decompression state during extraction, so as to avoid
+ unnecessary work.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/printdlg.c,
+ dlls/commdlg/printdlg.h, dlls/commdlg/printdlg16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Split Win16/32 printer dialogs.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Report some news caps that were added in DX6.
+
+2003-07-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/avifil32.spec, dlls/comcat/comcat.spec,
+ dlls/ddraw/ddraw.spec, dlls/devenum/devenum.spec,
+ dlls/dinput/dinput.spec, dlls/dinput8/dinput8.spec,
+ dlls/dmband/dmband.spec, dlls/dmcompos/dmcompos.spec,
+ dlls/dmime/dmime.spec, dlls/dmloader/dmloader.spec,
+ dlls/dmscript/dmscript.spec, dlls/dmstyle/dmstyle.spec,
+ dlls/dmsynth/dmsynth.spec, dlls/dmusic/dmusic.spec,
+ dlls/dplayx/dplayx.spec, dlls/dpnhpast/dpnhpast.spec,
+ dlls/dsound/dsound.spec, dlls/mpr/mpr.spec,
+ dlls/msisys/msisys.ocx.spec, dlls/ole32/ole32.spec,
+ dlls/oleaut32/oleaut32.spec, dlls/olepro32/olepro32.spec,
+ dlls/qcap/qcap.spec, dlls/quartz/quartz.spec,
+ dlls/rpcrt4/rpcrt4.spec, dlls/shdocvw/shdocvw.spec,
+ dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
+ Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
+ DllGetClassObject and DllCanUnloadNow functions private (suggested by
+ Jon Griffiths).
+
+ * dlls/cabinet/cabinet.h, dlls/cabinet/fdi.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - ERR("WARNING") just doesn't look right ;)
+ - treat zero file handle as invalid if the callback returns it
+ - provide the same args as Windows to the Open callback
+
+ * documentation/PACKAGING, tools/wineinstall:
+ Francois Gouget <fgouget@free.fr>
+ 'grep -q' is not portable -> don't use it.
+
+ * dlls/avifil32/extrachunk.c, dlls/avifil32/extrachunk.h,
+ dlls/commdlg/fontdlg.c:
+ Francois Gouget <fgouget@free.fr>
+ Some spelling fixes.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed the TEXCOORDINDEX code.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added ddraw_tex to add texture snooping without needing to recompile.
+
+2003-07-28 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/parser.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Added -private flag for entry points that shouldn't be imported from
+ other dlls.
+ Support PRIVATE flag in .def files (based on a patch by Jon
+ Griffiths).
+
+ * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cn.rc,
+ dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc,
+ dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc,
+ dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc,
+ dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc,
+ dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc,
+ dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Si.rc,
+ dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc,
+ dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc,
+ dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Improve handling of custom dialog templates passed to
+ GetOpenFileName.
+
+ * misc/cpu.c, win32/newfns.c: Mike Hearn <mike@theoretic.com>
+ Merge CPU detection code into misc/cpu.c.
+ Add support for Mhz registry key.
+
+ * programs/clock/winclock.c: Steven Edwards <Steven_Ed4153@yahoo.com>
+ Include port.h so we define M_PI on Mingw build.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Small spelling/punctuation fixes.
+ Small rephrasings.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/main.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Better caps support (ie more in line with what GL reports).
+
+ * dlls/msvcrt/errno.c, dlls/msvcrt/msvcrt.spec:
+ André Johansen <andrejoh@c2i.net>
+ Added a dummy implementation of the _set_error_mode() function.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Use same GUIDs as win2k and xp for dsound drivers.
+
+ * dlls/dsound/dsound_main.c: Robert Reif <reif@earthlink.net>
+ Fixed a bug where a NULL primary buffer pointer is used when the
+ DirectSound object didn't create properly.
+
+2003-07-26 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/bitmap.c, objects/brush.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/pen.c:
+ Mike McCormack <mike@codeweavers.com>
+ When GetObject is called with a NULL pointer, return the object's
+ size.
+
+ * dlls/user/message.c, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/trace.c, windows/input.c:
+ Implemented inter-thread SendMessageCallback.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added a ddraw_fps debug channel
+ - checked what Windows does on empty surface description
+ - fix the GetTextureStageStage call
+
+ * dlls/shell32/clipboard.c, dlls/shell32/dataobject.c,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shell32_main.h, include/shlobj.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed Ansi version of RenderFILENAME and implement a Unicode version.
+ Implemented CFSTR_FILENAME with Unicode filename.
+
+ * include/winbase.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed GetFileEttributesEx define.
+
+ * include/wine/obj_shellfolder.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Extend for additional Shell Content and Attribute Flags.
+
+ * aclocal.m4, configure: Todd Vierling <tv@pobox.com>
+ Make WINE_GET_SONAME work on NetBSD.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h,
+ dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement @13, 160, 161, 173, 177, 178, 189, 192, 221, 238, 239, 257,
+ 278, 279, 285, 287, 355, 363, 413, ColorRGBToHLS.
+ Stub @191,ColorAdjustLuma.
+ Misc cleanups and documentation updates.
+
+2003-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac:
+ Disable gcc strict aliasing optimization for now.
+
+ * dlls/ntdll/nt.c, include/wine/server_protocol.h, server/Makefile.in,
+ server/object.h, server/process.c, server/process.h,
+ server/protocol.def, server/request.h, server/thread.c,
+ server/thread.h, server/token.c, server/trace.c:
+ Mike McCormack <mike@codeweavers.com>
+ Added a security token object in wineserver.
+
+ * documentation/samples/config: Mike Hearn <mike@theoretic.com>
+ Set ole32 native for dcom95/98.
+
+ * dlls/user/Makefile.in: Steven Edwards <steven_ed4153@yahoo.com>
+ Move comm16.c to the 16-bit sources.
+
+ * dlls/urlmon/Makefile.in: Steven Edwards <steven_ed4153@yahoo.com>
+ Add ntdll to list of imports for urlmon.
+
+ * include/winbase.h: Pierre d'Herbemont <stegefin@free.fr>
+ Make the PowerPC interlocked assembler code volatile.
+
+ * dlls/comctl32/listview.c: Stefan Haller <sh@mountpoint.ch>
+ Ignoring LISTVIEW_ScrollColumns() request if no columns in list.
+
+ * dlls/ntdll/sysdeps.c: Pierre d'Herbemont <stegefin@free.fr>
+ Added PowerPC support in SYSDEPS_SwitchToThreadStack.
+
+ * dlls/commdlg/cdlg_Pt.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ - lesser adjustments in cdlg_Pt.rc (better visual)
+ - localization to the Portuguese of Brazil of wininet resource.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented LookupPrivilegeValueA/W.
+
+2003-07-22 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/widl/header.c, tools/widl/proxy.c:
+ Support objects with no method definitions (suggested by Jon
+ Griffiths).
+
+ * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in,
+ dlls/wininet/dialogs.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/resource.h,
+ dlls/wininet/rsrc.rc, dlls/wininet/wininet.spec,
+ dlls/wininet/wininet_En.rc:
+ Mike McCormack <mike@codeweavers.com>
+ Implement support for proxies with usernames and passwords.
+
+ * dlls/wininet/tests/http.c: Use trace() instead of printf().
+
+ * dlls/shell32/enumidlist.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Only return FALSE in IEnumIDList_fnNext if no item could be fetched at
+ all.
+
+ * dlls/devenum/devenum_main.c, dlls/devenum/mediacatenum.c,
+ dlls/devenum/parsedisplayname.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fix some small pointer aliasing problems.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement @203.
+ Fix a brown paper bag in StrFormatKBSizeW.
+ Misc cleanups and documentation updates.
+
+ * programs/wcmd/wcmdmain.c:
+ Fixed check for .bat and .cmd extensions (spotted by Mike McCormack).
+
+ * dlls/ole32/git.c: Mike Hearn <mike@theoretic.com>
+ - GIT should not dereference ppv when unmarshalling interface.
+ - Correctly eliminate refcounting in the GIT.
+ - Add warning when given riid does not match.
+
+ * dlls/ole32/ifs.c: Mike Hearn <mike@theoretic.com>
+ IMallocSpy cannot cause an allocation failure when cb == 0.
+
+ * dlls/shell32/pidl.c: Mike Hearn <mike@theoretic.com>
+ Deal with the case of loading an empty PIDL from a stream better in
+ ILLoadFromStream.
+
+ * programs/rundll32/Makefile.in, programs/rundll32/rundll32.c:
+ Mike McCormack <mike@codeweavers.com>
+ rundll32 requires a window for some functions to work, so create one.
+
+ * dlls/winsock/socket.c: Mike McCormack <mike@codeweavers.com>
+ Add an empty hook function for WSASetBlockingHook to return.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement @280,343,344.
+ Misc cleanups and documentation updates.
+
+ * dlls/shlwapi/shlwapi_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add a handle for urlmon.dll, fix MSVC warning.
+
+ * dlls/shlwapi/clist.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix MSVC warnings.
+
+ * tools/winedump/README: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Spelling fix.
+
+ * tools/winedump/msmangle.c, tools/winedump/pe.c,
+ tools/winedump/symbol.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Support float and function ptr args better, -W warning fixes.
+
+2003-07-21 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/utils.c: Pierre d'Herbemont <stegefin@free.fr>
+ Change __PPC__ flag to __powerpc__.
+
+ * include/wine/obj_shellfolder.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Define SHGDNF.
+
+ * include/wine/obj_extracticon.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Define IExtractIcon for ANSI/Unicode.
+
+ * dlls/advapi32/crypt.c:
+ Fixed prototypes of VTableProcStruc callback functions.
+
+ * dlls/advapi32/crypt.h, include/wincrypt.h:
+ Mike McCormack <mike@codeweavers.com>
+ Moved declaration of VTableProvStruc from dlls/advapi32/crypt.h to
+ include/wincrypt.h.
+
+ * dlls/shlwapi/assoc.c, dlls/shlwapi/shlwapi.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Create stub for AssocIsDangerous.
+
+ * documentation/architecture.sgml, documentation/bugs.sgml,
+ documentation/configuring.sgml, documentation/cvs-regression.sgml,
+ documentation/debugger.sgml, documentation/debugging.sgml,
+ documentation/dlls.sgml, documentation/documentation.sgml,
+ documentation/fonts.sgml, documentation/getting.sgml,
+ documentation/glossary.sgml, documentation/i18n.sgml,
+ documentation/introduction.sgml, documentation/multimedia.sgml,
+ documentation/opengl.sgml, documentation/porting.sgml,
+ documentation/printing.sgml, documentation/registry.sgml,
+ documentation/running.sgml, documentation/winelib-toolkit.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed indentation of list items.
+
+ * documentation/configuring.sgml, documentation/getting.sgml,
+ documentation/installing.sgml, documentation/introduction.sgml,
+ documentation/registry.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Begin to uniformize sample commands in documentation.
+
+ * documentation/.cvsignore, documentation/configuring.sgml,
+ documentation/consoles.sgml, documentation/cvs.sgml,
+ documentation/glossary.sgml, documentation/installing.sgml,
+ documentation/introduction.sgml, documentation/running.sgml,
+ documentation/winelib-intro.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Name all sections of type sect1.
+ Name the glossary.
+
+ * dlls/dmband/Makefile.in, dlls/dmband/band.c, dlls/dmband/dmband.spec,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmband/regsvr.c, dlls/dmcompos/Makefile.in,
+ dlls/dmcompos/chordmap.c, dlls/dmcompos/composer.c,
+ dlls/dmcompos/dmcompos.spec, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmcompos/regsvr.c,
+ dlls/dmime/Makefile.in, dlls/dmime/audiopath.c,
+ dlls/dmime/dmime.spec, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/graph.c,
+ dlls/dmime/patterntrack.c, dlls/dmime/performance.c,
+ dlls/dmime/regsvr.c, dlls/dmime/segment.c, dlls/dmime/segmentstate.c,
+ dlls/dmime/song.c, dlls/dmime/tool.c, dlls/dmime/track.c,
+ dlls/dmloader/Makefile.in, dlls/dmloader/container.c,
+ dlls/dmloader/dmloader.spec, dlls/dmloader/dmloader_main.c,
+ dlls/dmloader/dmloader_private.h, dlls/dmloader/getloader.c,
+ dlls/dmloader/loader.c, dlls/dmloader/regsvr.c,
+ dlls/dmscript/Makefile.in, dlls/dmscript/dmscript.spec,
+ dlls/dmscript/dmscript_main.c, dlls/dmscript/dmscript_private.h,
+ dlls/dmscript/regsvr.c, dlls/dmscript/script.c,
+ dlls/dmstyle/Makefile.in, dlls/dmstyle/dmstyle.spec,
+ dlls/dmstyle/dmstyle_main.c, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/regsvr.c, dlls/dmstyle/style.c,
+ dlls/dmsynth/Makefile.in, dlls/dmsynth/dmsynth.spec,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/dmsynth_private.h,
+ dlls/dmsynth/regsvr.c, dlls/dmsynth/synth.c,
+ dlls/dmsynth/synthsink.c, dlls/dmusic/Makefile.in,
+ dlls/dmusic/buffer.c, dlls/dmusic/clock.c, dlls/dmusic/collection.c,
+ dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_instrument.c,
+ dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/dmusic_misc.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_plugins.c, dlls/dmusic/dmusic_port.c,
+ dlls/dmusic/dmusic_private.h, dlls/dmusic/dmusic_segment.c,
+ dlls/dmusic/dmusic_style.c, dlls/dmusic/dmusic_synth.c,
+ dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+ dlls/dmusic/helper.c, dlls/dmusic/instrument.c, dlls/dmusic/object.c,
+ dlls/dmusic/port.c, dlls/dmusic/portdownload.c, dlls/dmusic/regsvr.c,
+ dlls/dmusic/thru.c, dlls/dmusic32/Makefile.in, include/dmusicc.h,
+ include/dmusici.h, include/dmusics.h:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Split the dmusic interfaces.
+
+ * dlls/comctl32/treeview.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Send TVN_ITEMEXPANDING when the user tries to expand a tree item
+ _before_ checking for child items.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix multiple consecutive downloads (by flushing when needed the
+ command socket)
+ - detect attempts to download multiple files at the same time
+ - fix size / date reporting when enumerating files
+ - fix Y2K problem in NT parsing of files
+
+ * Make.rules.in, configure, configure.ac:
+ Richard Cohen <richard.cohen@virgin.net>
+ Always use our own c2man.
+
+ * programs/notepad/En.rc, programs/notepad/License_En.c,
+ programs/notepad/Makefile.in, programs/notepad/dialog.c,
+ programs/notepad/dialog.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/rsrc.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert Notepad to unicode.
+
+ * include/winbase.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add GetSystemWindowsDirectory, GetCurrentHwProfile.
+ Remove warnings building under VS.Net.
+
+ * documentation/ole.sgml: Richard Cohen <richard.cohen@virgin.net>
+ Revert bogus spelling "fix".
+
+ * dlls/msdmo/.cvsignore, dlls/msdmo/Makefile.in, dlls/msdmo/dmoreg.c,
+ dlls/msdmo/dmort.c, dlls/msdmo/msdmo.spec, dlls/msdmo/rsrc.rc:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Implemented Mo* methods.
+ - Added stubs for DMORegister, DMOUnregister, DMOEnum, DMOGetTypes,
+ DMOGetName.
+ - Added version resources.
+
+ * dlls/ntdll/signal_powerpc.c: Marcus Meissner <meissner@suse.de>
+ Added missing register defines for Linux/PPC.
+
+ * loader/module.c: Pierre d'Herbemont <stegefin@free.fr>
+ Add Mach-O (Darwin file format) support.
+
+ * files/drive.c: Mike McCormack <mike@codeweavers.com>
+ Fix a couple of bugs in CDROM_GetSerial:
+ - it would fail if DeviceIoControl succeeded.
+ - it would leak handles in some cases.
+
+ * dlls/comctl32/propsheet.c: Mike McCormack <mike@codeweavers.com>
+ Set defaults for the Next/Prev button.
+
+ * dlls/commdlg/filedlgbrowser.c: Mike McCormack <mike@codeweavers.com>
+ Send a CDN_FOLDERCHANGE message when we change folders.
+
+ * dlls/d3d8/drawprim.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Disable client texture states when not in use (fast mode) otherwise
+ traps occur.
+ Correct number of texture coords supplied in both fast and slow mode.
+ Dont supply a default colour of white when diffuse mode is disabled.
+ Reenable fast mode.
+
+ * documentation/faq.sgml: Mike Hearn <mike@theoretic.com>
+ Misc FAQ changes and improvements.
+
+ * dlls/avifil32/wavfile.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Added support for Sun Audio files in wave-file handler.
+ - Fallback to mmioOpenA if mmopOpenW doesn't work (when using Win9x DLLs).
+
+ * dlls/msacm/pcmconverter.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed wrong assert in PCM_round, which didn't allow to call
+ acmStreamSize with a value of 0 to convert -- native allows it.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifile.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed AVIStreamTimeToSample and AVIStreamSampleToTime methods to
+ stay in bounds and behave like the native ones.
+ - Fallback to mmioOpenA if mmioOpenW doesn't work (when using Win9x DLLs).
+ - Fixed a bug of using mmioDescend/mmioAscend (occured with native libs).
+ - Silent a message which could be incorrect for non-video streams.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - use SIZE command to retrieve the file size (as the file size is not
+ part of the WinNT acknowledgement string)
+ - free the handle / close the socket on end of download
+ - fix InternetReadFile in the FTP case
+ - fix FTP_ReceiveResponse
+
+ * dlls/dinput/joystick/linuxinput.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ KEY_MAX is 511, which does not fit in a BYTE.
+
+ * tools/winapi_check/modules.dat:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed warnings about missing, new spec files.
+
+2003-07-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented @440, 441.
+ Warning fixes/documentation.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec, dlls/ddraw/regsvr.c,
+ dlls/ddraw/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for ddraw.dll, and
+ add OleSelfRegister version string.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h,
+ dlls/cabinet/fdi.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - eliminate pesky global variables; should be threadsafe now
+ - fix more memory leaks
+ - fix some bugs
+ - some decruftification
+ - implement support for split cabinets and "NEXT_CABINET" notification
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Small documentation cleanup.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Correctly spot forwards.
+ Various improvements and fixes to the output, add index for html.
+
+ * dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.
+
+ * dlls/shell32/classes.c, dlls/shlwapi/assoc.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Move IQueryAssociations into shlwapi. Docs/-W/MSVC++ fixes.
+
+ * include/winsock.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ MSVC fixes.
+
+ * dlls/kernel/tests/file.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix MSVC warning.
+
+ * dlls/ntdll/tests/rtlstr.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix -W warnings.
+
+ * libs/unicode/string.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ vsnprintfW: %% should output a literal % sign.
+
+ * libs/port/mkstemps.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ MSVC doesn't like K&R function declarations: use ansi instead.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/drawprim.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add fps debug channel, so we can see how the d3d code is performing and
+ their impact of performance changes.
+ SetTransform almost rewritten in a much neater way, and in
+ coordination with drawprim it significantly reduces the number of
+ times that we reload the matrixes.
+
+ * include/winnt.h: Jeff Muizelaar <muizelaar@rogers.com>
+ - add IMAGE_FILE_NET_RUN_FROM_SWAP define
+ - update IMAGE_FILE_MACHINE_* defines
+ - update IMAGE_SUBSYSTEM_* defines
+ - uncomment IMAGE_SCN_TYPE_NO_PAD define
+ - update IMAGE_SCN_ALIGN_* defines
+
+2003-07-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c: Print status codes in hex.
+
+ * dlls/user/wsprintf.c: Mike McCormack <mike@codeweavers.com>
+ wvsnprint accepts %p too (on win2k).
+
+ * windows/dialog.c: Mike McCormack <mike@codeweavers.com>
+ Strip WS_CAPTION and WS_SYSMENU for child dialogs.
+
+ * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Created stub for CreateClassMoniker.
+
+ * dlls/winmm/mci.c: Mike McCormack <mike@codeweavers.com>
+ Fixed incorrect strcasecmp usage.
+
+ * dlls/wininet/utility.c: Mike McCormack <mike@codeweavers.com>
+ Only call wininet callbacks if dwContext is non-zero.
+
+ * dlls/mpr/pwcache.c, include/winnetwk.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented password caching.
+
+ * include/msvcrt/conio.h, include/msvcrt/crtdbg.h,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/eh.h, include/msvcrt/errno.h,
+ include/msvcrt/fcntl.h, include/msvcrt/io.h, include/msvcrt/locale.h,
+ include/msvcrt/malloc.h, include/msvcrt/mbctype.h,
+ include/msvcrt/mbstring.h, include/msvcrt/process.h,
+ include/msvcrt/search.h, include/msvcrt/setjmp.h,
+ include/msvcrt/share.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/sys/locking.h,
+ include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/msvcrt/time.h, include/msvcrt/wchar.h,
+ include/msvcrt/wctype.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Don't redefine __WINE_USE_MSVCRT (msvc warning).
+ Don't return a void value in swab().
+ 'long long' is not recognised by msvc, use __int64.
+
+ * dlls/shlwapi/thread.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Misc fixes.
+
+ * dlls/ntdll/file.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * dlls/ntdll/tests/rtl.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added some new Rtl* tests.
+
+ * include/winternl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fixed msvc warning.
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement __p__wpgmptr, _wpgmptr.
+ Avoid using static storage for pgm pointers.
+
+ * DEVELOPERS-HINTS: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Improve the sample comment.
+
+ * dlls/ole32/ole32_main.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove FIXMEs and prototypes for now-implemented functions.
+
+ * dlls/netapi32/tests/wksta.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix compilation under VS.Net.
+
+ * tools/winapi/msvcmaker: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Handle long file names in pre-build step (quote them).
+ dlls/gdi/win16drv doesn't exist any more.
+
+ * include/ole2.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Include oleauto.h before oleidl.h, as per native headers.
+
+ * dlls/oleaut32/variant.c, include/oleauto.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add a bunch of missing stuff.
+ Use proper types for SafeArray/variant prototypes.
+ Change I1 functions to take signed chars
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add "-wrap" to the wrapped app, to avoid possible name conflicts.
+ Add the app dir to WINEDLLPATH.
+
+2003-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac: Pierre d'Herbemont <stegefin@free.fr>
+ Add PowerPC processor detection.
+
+ * dlls/oleaut32/regsvr.c, dlls/shell32/regsvr.c:
+ Fixed string.h includes.
+
+ * dlls/dmusic/Makefile.in, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/regsvr.c, dlls/dmusic/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for dmusic.dll,
+ and add OleSelfRegister version string.
+
+ * dlls/rpcrt4/ndr_stubless.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ RPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
+
+ * dlls/ntdll/signal_powerpc.c: Pierre d'Herbemont <stegefin@free.fr>
+ Change __darwin__ to __APPLE__.
+
+ * dlls/ntdll/sysdeps.c: Pierre d'Herbemont <stegefin@free.fr>
+ Added support for the TEB on Mac OS X.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - do not forget to set the 'initial_upload_done' flag (to have better
+ performance)
+ - better handling of the 'initial' flag for frame-buffer flushes
+
+2003-07-15 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/wine-doc.sgml: Andrew Borodin <aborodin@vmail.ru>
+ Removed extra /book tag.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ntdll/exception.c,
+ dlls/shell32/changenotify.c, dlls/x11drv/scroll.c, include/ddraw.h,
+ loader/ne/module.c, programs/winedbg/hash.c, server/file.h,
+ tools/wineconf.libs/general.eng, tools/wineconf.libs/wineconf.eng,
+ tools/winemaker.man:
+ Francois Gouget <fgouget@free.fr>
+ Spelling fixes (s/occured/occurred/ and variants).
+
+ * dlls/d3d8/device.c: Warning fix.
+
+ * dlls/wininet/ftp.c, dlls/wininet/wininet.spec:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix spec file for FTPFindFirstFileA/W functions
+ - implement parsing of NT directory format
+
+ * dlls/winedos/int1a.c: Jukka Heinonen <jhei@iki.fi>
+ Make int1a BIOS ticks be equal to BIOS segment ticks.
+ Fix bugs in int1a subfunctions.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/regsvr.c, dlls/shell32/shell32.spec,
+ dlls/shell32/version.rc, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut.c, dlls/oleaut32/regsvr.c,
+ dlls/oleaut32/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer, and add
+ OleSelfRegister version string.
+
+ * dlls/x11drv/keyboard.c: Huw D M Davies <hdavies@codeweavers.com>
+ Make the return buffer larger (for example EuroSign in uft8 is 3+1
+ bytes long).
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.h:
+ Mike McCormack <mike@codeweavers.com>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement URLDownloadToFileA/W.
+
+ * include/basetsd.h, include/rpc.h, include/winnt.h:
+ Pierre d'Herbemont <stegefin@free.fr>
+ Change __PPC__ define to __powerpc__.
+
+ * include/wine/port.h: Casper Hornstrup <chorns@users.sourceforge.net>
+ Define constants of M_PI & M_PI_2.
+
+ * dlls/ddraw/dsurface/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Some broken games do not put the TEXTURE flags in the surface caps.
+
+ * dlls/x11drv/xvidmode.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Desktop mode should only disable mode switching, not gamma ramp
+ support.
+
+ * programs/clock/main.c, programs/clock/winclock.c,
+ programs/clock/winclock.h:
+ Richard Cohen <richard.cohen@virgin.net>
+ - Remove Idle().
+ - Fix repainting artefacts by drawing only through WM_PAINT.
+ - Unify hand drawing functions.
+ - 0 & 6 ticks are now always vertical.
+
+2003-07-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/hook.c, dlls/user/message.c, dlls/user/message.h,
+ include/user.h, include/wine/server_protocol.h, server/hook.c,
+ server/protocol.def, server/queue.c, server/trace.c, server/user.h:
+ Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread
+ that set the hook.
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Check if 'GLX_ARB_get_proc_address' is supported before using
+ glXGetProcAddressARB.
+
+ * programs/clock/language.c, programs/clock/main.c,
+ programs/clock/winclock.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ Make indentation consistent (4 chars).
+
+ * programs/clock/README, programs/clock/TODO,
+ programs/clock/language.c, programs/clock/main.c,
+ programs/clock/winclock.c:
+ Richard Cohen <richard.cohen@virgin.net>
+ - remove escaped newlines, bogus "exit", printf's
+ - start at a sensible size
+ - tidy up WndProc
+ - use a timer instead of sleeping in the message loop (Ugh!)
+
+ * dlls/ntdll/file.c: Paul Rupe <prupe@myrealbox.com>
+ register_new_async sets status already. Do not overwrite it with the
+ function's return value.
+
+ * programs/wcmd/En.rc, programs/wcmd/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Minor fixes in Pt, En resources.
+
+ * dlls/lzexpand/lzexpand_main.c: Marcelo Duarte <wine-devel@bol.com.br>
+ LZCopy: modified timestamp of a expanded file has to be the same of
+ original file.
+
+ * dlls/ntdll/error.c, dlls/user/message.c,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/trace.c:
+ Implemented the SMTO_ABORTIFHUNG flag of SendMessageTimeout.
+
+ * include/objidl.h, include/objidl.idl: Warning fix.
+
+ * dlls/opengl32/make_opengl:
+ Avoid empty lines at the end of generated files.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added fast-path for color-keyed Blts
+ - fix 565 colour-keying conversion
+ - properly handles Pitch in colour conversion
+ - easier and less buggy UNPACK_WIDTH support
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Load glXGetProcAddressARB dynamically.
+
+ * documentation/build.sgml: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed typos.
+
+ * programs/wcmd/En.rc, programs/wcmd/Fr.rc, programs/wcmd/builtins.c,
+ programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ French translation + misc fixes.
+
+2003-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20030709.
+
+----------------------------------------------------------------
+2003-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user_main.c, dlls/user/winproc.h, windows/winproc.c:
+ Store window procedures in a static array instead of creating a heap.
+ Only allocate the winproc selector when actually needed.
+
+ * programs/wcmd/wcmdmain.c:
+ Avoid hard-coded command line length limit in WCMD_process_command.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c:
+ Fixed a couple of buffer overflows.
+
+ * include/winbase.h: Dmitry Timoshkov <dmitry@baikal.ru>
+ Use inline versions of APIs only internally in Wine.
+
+ * programs/winedbg/hash.c: Catalin Patulea <catalins@vv.carleton.ca>
+ Only display filenames when showing addresses.
+
+ * programs/wcmd/wcmdmain.c: Greg Marsden <GMarsden@WESCAM.com>
+ Allow command lines with pipes to be processed by wcmd.
+
+ * win32/except.c: Juraj Hercek <juraj@syncad.com>
+ Modified unhandled exception message to contain also thread
+ identifier.
+
+ * tools/wrc/parser.y: Juraj Hercek <juraj@syncad.com>
+ Adjusted grammar to accept also help-ids for dialogex controls.
+
+ * dlls/iphlpapi/ifenum.c: Robert Lunnon <bob@yarrabee.net.au>
+ Fixed some compile problems under Solaris.
+
+ * scheduler/thread.c:
+ Use NtQueryInformationThread to implement GetExitCodeThread.
+
+ * dlls/user/controls.h, dlls/user/dialog16.c, dlls/user/user_main.c,
+ windows/dialog.c:
+ Only compute dialog base units once we need them.
+
+ * documentation/architecture.sgml, documentation/bugs.sgml,
+ documentation/configuring.sgml, documentation/consoles.sgml,
+ documentation/cvs-regression.sgml, documentation/cvs.sgml,
+ documentation/debugger.sgml, documentation/dlls.sgml,
+ documentation/documentation.sgml, documentation/getting.sgml,
+ documentation/i18n.sgml, documentation/implementation.sgml,
+ documentation/multimedia.sgml, documentation/ole.sgml,
+ documentation/opengl.sgml, documentation/patches.sgml,
+ documentation/porting.sgml, documentation/printing.sgml,
+ documentation/running.sgml, documentation/testing.sgml,
+ documentation/tools.sgml, documentation/winelib-bindlls.sgml,
+ documentation/winelib-intro.sgml, documentation/winelib-porting.sgml,
+ documentation/winelib-toolkit.sgml:
+ Tom Wickline <twickline@skybest.com>
+ Spelling and URL fixes.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole16.c,
+ dlls/ole32/ole2.c, dlls/ole32/ole2_16.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ - Create new file ole2_16.c for ole2 16bit only functions.
+ - Move CLSIDFromProgID16 so it can be used internally.
+ - Compile out more Win16 sources.
+
+ * dlls/kernel/locale.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add charset information as used by FreeBSD.
+
+ * dlls/ntdll/ntdll.spec: Dmitry Timoshkov <dmitry@baikal.ru>
+ Fix spec entry for ZwSetTimerResolution.
+
+ * dlls/kernel/locale.c, dlls/x11drv/clipboard.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/window.c,
+ documentation/configuring.sgml, documentation/samples/config,
+ include/winnls.h, memory/codepage.c, programs/winecfg/properties.h,
+ programs/winecfg/winecfg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added support for CP_UNIXCP.
+
+ * dlls/oleaut32/dispatch.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - AddRef type info stored in StdDispatch.
+ - Don't use outer unknown in StdDispatch.
+
+ * graphics/x11drv/xfont.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not crash when trying to load bad fonts.
+
+ * dlls/kernel/thread.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/thread.c, include/wine/server_protocol.h,
+ include/winternl.h, server/protocol.def, server/thread.c,
+ server/trace.c:
+ Implemented the ThreadBasicInformation case for
+ NtQueryInformationThread.
+
+ * dlls/avifil32/api.c, dlls/comctl32/listview.c, dlls/dmusic/helper.c,
+ dlls/dplayx/dplay.c, dlls/dsound/sound3d.c,
+ dlls/msvideo/msrle32/msrle32.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/typelib16.c,
+ dlls/oleaut32/variant.c, dlls/shell32/tests/shlfileop.c,
+ documentation/configuring.sgml, include/ddraw.h:
+ Francois Gouget <fgouget@free.fr>
+ Spelling fixes.
+
+ * documentation/authors.ent, documentation/build.sgml,
+ documentation/wine-devel.sgml:
+ Shachar Shemesh <wine-patches@shemesh.biz>
+ The begining of a "building wine" documentation. More detailed
+ explanation of the "soft" vs. "hard" dependencies.
+
+ * dlls/ntdll/env.c, programs/wcmd/wcmdmain.c,
+ programs/winevdm/winevdm.c:
+ Mike McCormack <mike@codeweavers.com>
+ Null parameters need to be quoted on the commandline.
+
+ * dlls/comctl32/propsheet.c: Mike McCormack <mike@codeweavers.com>
+ Preserve A/W when creating propsheet dialogs.
+
+2003-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/ntdll.spec, dlls/ntdll/virtual.c,
+ include/winternl.h:
+ Implemented NtRead/WriteVirtualMemory.
+
+ * dlls/user/comm16.c, dlls/user/user_main.c:
+ Lookup COM/LPT devices in the registry when they are used, instead of
+ loading everything at startup.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/himem.c, dlls/winedos/int31.c,
+ dlls/winedos/int33.c, dlls/winedos/vga.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Real mode context should always have V86 flag turned on.
+ Entering protected mode uses simpler and more robust virtual interrupt
+ flag check.
+ Mouse events are now received in graphics modes.
+ Improved tracing output of int33 handler.
+
+ * dlls/netapi32/netapi32.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Removed a no longer used header.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix FPS computation
+ - some TRACEing fixes
+ - optimize BltFast locking rectangles
+
+ * documentation/samples/win.ini: Tom Wickline <twickline@skybest.com>
+ 6 new mci extensions.
+
+ * dlls/shell32/shell32_main.c: Rein Klazes <rklazes@xs4all.nl>
+ Fixed a typo in the previous SHGetFileInfo() patch.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec,
+ dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Only put 'pure' GL 1.2 calls in the 'opengl_norm.c' file.
+
+ * graphics/x11drv/xfont.c: Ove Kaaven <ovek@transgaming.com>
+ Fixed a memory allocation/corruption bug when growing the font cache.
+
+ * include/d3d8.h, include/d3d9types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Some fixes on d3d8 and d3d9 headers.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/x11drv.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Fixed handling of synthesized data.
+ Don't report errors when there is no selection owner.
+ Reintegrate the COMPOUND_TEXT patch by Kusanagi Kouichi.
+
+ * dlls/d3d8/surface.c, dlls/d3d8/volume.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some cosmetic fixes
+ - fix a bug on IDirect3DVolume8Impl_AddDirtyBox
+
+2003-07-03 Alexandre Julliard <julliard@winehq.com>
+
+ * if1632/builtin.c, include/module.h, include/wine/library.h,
+ libs/wine/loader.c, relay32/builtin32.c, scheduler/process.c:
+ Added a file_exists argument to wine_dll_load to allow checking
+ whether a failed dll load is because the file didn't exist; more
+ robust than trying to guess the contents of the error string...
+ Get rid of BUILTIN32_dlopen.
+
+ * server/hook.c, server/queue.c, server/thread.c, server/thread.h,
+ server/user.h:
+ Store the hook table in the thread queue instead of the thread
+ structure, and make sure the queue is allocated when setting a hook.
+
+ * dlls/ntdll/sysdeps.c, files/smb.h:
+ Fixed compile when functions are not inlined.
+
+ * server/fd.c: One more workaround for a missing NFS lock daemon.
+
+ * dlls/shell32/shell32_main.c: Stephan BEUZE <fbiggun@hotmail.com>
+ - Fixed iIndex use in SHGetFileInfoA (as of MSDN, iIndex is copied in
+ the iIcon field of psfi)
+ - Removed DLL_THREAD_ATTACH and DLL_THREAD_DETACH cases.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/surface.c, dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Implement UpdateTexture for 2D textures only.
+ Handle alphaop disabled but color op not-disable in a more appropriate
+ way (Docs say this is an illegal state and then proceed to use it).
+ Trace out textures as they are created.
+ Update the comments around the debug code and complete the debugging
+ set so textures which are used in the game can also be viewed.
+
+ * dlls/quartz/filtergraph.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Improve QueryInterface FIXME message.
+ - Add stubs for IMediaFilter interface in IGraphBuilder.
+ - Implement some simple methods.
+
+ * dlls/kernel/locale.c, dlls/kernel/tests/locale.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
+ Don't rely on computing string length by MultiByteToWideChar in
+ CompareStringA, do it manually.
+
+ * dlls/winmm/winejack/jack.c: Marcus Meissner <meissner@suse.de>
+ Use standard debugging macros for jack.
+ JACK_SONAME -> SONAME_LIBJACK so we do not need the devel symlink
+ there.
+
+ * dlls/winedos/int31.c: Marcus Meissner <meissner@suse.de>
+ DPMI exceptions only happen on i386.
+
+2003-07-02 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, dlls/cabinet/fdi.c, dlls/dsound/sound3d.c,
+ dlls/kernel/format_msg.c, dlls/ntdll/time.c, dlls/ole32/datacache.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/quartz/filtermapper.c,
+ dlls/shlwapi/path.c, dlls/twain/twain.h, dlls/user/lstr.c,
+ dlls/wininet/internet.c, dlls/winmm/wineoss/midi.c,
+ documentation/multimedia.sgml, graphics/x11drv/opengl.c,
+ objects/palette.c, programs/regsvr32/regsvr32.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed some common spelling errors.
+
+ * loader/task.c:
+ Avoid accessing uninitialized variable in TASK_Create (spotted by
+ Robert Shearman).
+
+ * dlls/imm32/imm.c, programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove some unnecessary casts when assigning NULL to handles.
+
+ * dlls/dmusic/dmusic_performance.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Make Init and InitAudio return an error when no audio driver is
+ available.
+ Fix crash in InitAudio when releasing the dsound object.
+
+ * libs/port/interlocked.c: Marcus Meissner <meissner@suse.de>
+ Added isync to the interlocked functions.
+
+ * include/winbase.h: Marcus Meissner <meissner@suse.de>
+ PowerPC inline versions of the interlocked functions.
+
+ * dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msacm/stream.c,
+ dlls/msacm/wineacm.h, dlls/msvideo/msvideo_main.c, dlls/winmm/mmio.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/winmm.c, include/mmsystem.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - renamed winmm.OpenDriverW into winmm.OpenDriver
+ - replaced all inter-DLL calls (msacm and msvideo) to OpenDriverA with
+ OpenDriver (unicode form)
+ - as a consequence, driver name handling in msacm is now mostly
+ unicode
+ - moved UserYield16 and UnMapLS call out of the 32bit part of winmm
+
+ * dlls/msvideo/msrle32/msrle32.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed 2 typos in my last patch.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifile.c, include/vfw.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed memory leak in AVISaveOptions.
+ - Implemented AVISaveVW method.
+ - Semi-stub implementation for CreateEditableStream method.
+ - Added support for creation of interleaved AVI files.
+ - Fixed creation of index table in AVI files.
+ - Added declaration for IAVIStreaming interface.
+ - Added some more macros.
+ - Fixed some minor bugs.
+
+ * dlls/d3d8/texture.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure MIPMAP levels is reset when rebinding an existing texture to a
+ texture unit.
+
+ * dlls/d3d8/basetexture.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add GetLevelCount to the basetexture class.
+
+ * dlls/shell32/brsfolder.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Only release object if we actually got it.
+
+ * dlls/d3d8/drawprim.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure pixel coordinates point to the bottom left of the pixel not the
+ middle.
+
+ * objects/text.c: Shachar Shemesh <wine-patch@shemesh.biz>
+ Don't call the reordering function if the string length is 0. This
+ eliminates a noisy FIXME about ICU returning an incorrect error code.
+
+ * dlls/quartz/filtermapper.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix compilation due to nameless structs and unions.
+
+2003-07-01 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/wpp/preproc.c, libs/wpp/wpp.c, libs/wpp/wpp_private.h:
+ Create a new list of defined symbols when parsing a file, to allow
+ recursive parsing of multiple files.
+
+ * dlls/dmusic/dmusic_misc.c, dlls/dmusic/dmusic_private.h,
+ include/axextend.idl, include/dmusicc.h, include/dsound.h,
+ include/strmif.h, include/uuids.h, libs/uuid/uuid.c:
+ Add strmif.h to the headers included in libuuid.
+ Fixed a few header conflicts.
+
+ * dlls/devenum/.cvsignore, dlls/devenum/Makefile.in,
+ dlls/devenum/createdevenum.c, dlls/devenum/devenum.rc,
+ dlls/devenum/devenum.spec, dlls/devenum/devenum_main.c,
+ dlls/devenum/devenum_private.h, dlls/devenum/factory.c,
+ dlls/devenum/mediacatenum.c, dlls/devenum/parsedisplayname.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented DevEnum dll.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/enummoniker.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/filtermapper.c,
+ dlls/quartz/main.c, dlls/quartz/quartz_private.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented IFilterMapper2.
+
+ * include/oaidl.h, include/objidl.h, include/strmif.h,
+ include/unknwn.h, tools/widl/header.c:
+ Add #ifdefs around forwards and interfaces like MIDL does.
+
+ * dlls/ntdll/loader.c, include/module.h, include/winternl.h,
+ loader/pe_image.c, relay32/relay386.c, scheduler/process.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - removed next & prev fields from WINE_MODREF and implement instead
+ the three linked lists in LDR_MODULE
+ - added PEB_LDR_DATA structure to PEB
+ - removed a couple of no longer needed global & static variables
+
+ * dlls/ntdll/signal_i386.c, dlls/winedos/himem.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, memory/instr.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Start processing asynchronous DOS events in DPMI mode.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/make_dlls:
+ Added d3d9 dll.
+
+ * dlls/d3d9/.cvsignore, dlls/d3d9/Makefile.in, dlls/d3d9/basetexture.c,
+ dlls/d3d9/cubetexture.c, dlls/d3d9/d3d9.spec, dlls/d3d9/d3d9_main.c,
+ dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/d3d9/indexbuffer.c, dlls/d3d9/pixelshader.c, dlls/d3d9/query.c,
+ dlls/d3d9/resource.c, dlls/d3d9/stateblock.c, dlls/d3d9/surface.c,
+ dlls/d3d9/swapchain.c, dlls/d3d9/texture.c, dlls/d3d9/version.rc,
+ dlls/d3d9/vertexbuffer.c, dlls/d3d9/vertexdeclaration.c,
+ dlls/d3d9/vertexshader.c, dlls/d3d9/volume.c,
+ dlls/d3d9/volumetexture.c, dlls/d3d9/vshaderdeclaration.c,
+ include/d3d8.h, include/d3d9.h, include/d3d9types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some cleanups and fixes on d3d8 and d3d9 headers
+ - a lot of stubs for d3d9.dll
+
+ * libs/uuid/Makefile.in, libs/uuid/dx9guid.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added d3d9 guids.
+
+2003-06-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOLS in the
+ LCMapString(LCMAP_SORTKEY) branch.
+
+ * dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/sync.c, include/winternl.h,
+ scheduler/synchro.c:
+ Implemented NtDelayExecution and make Sleep call it.
+ The handle count must not be 0 in NtWaitForMultipleObjects (spotted by
+ Troy Rollo).
+
+ * dlls/avifil32/factory.c, dlls/comctl32/commctrl.c,
+ dlls/crtdll/crtdll_main.c, dlls/d3d8/d3d8_main.c, dlls/ddraw/main.c,
+ dlls/dinput/dinput_main.c, dlls/dmusic/dmusic_main.c,
+ dlls/dplayx/dplayx_main.c, dlls/dpnhpast/main.c, dlls/gdi/gdi_main.c,
+ dlls/imagehlp/imagehlp_main.c, dlls/imm32/imm.c,
+ dlls/msacm/msacm32_main.c, dlls/msisys/Makefile.in,
+ dlls/msisys/msisys.c, dlls/msvideo/msrle32/msrle32.c,
+ dlls/netapi32/netapi32.c, dlls/odbc32/Makefile.in,
+ dlls/odbc32/proxyodbc.c, dlls/ole32/ole32_main.c,
+ dlls/opengl32/wgl.c, dlls/quartz/main.c, dlls/richedit/richedit.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c,
+ dlls/shlwapi/shlwapi_main.c, dlls/snmpapi/Makefile.in,
+ dlls/snmpapi/main.c, dlls/ttydrv/ttydrv_main.c,
+ dlls/twain/twain32_main.c, dlls/urlmon/urlmon_main.c,
+ dlls/winaspi/winaspi32.c, dlls/winedos/dosvm.c, dlls/wineps/init.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/winmm.c,
+ dlls/winsock/socket.c, dlls/winspool/wspool.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ For all DLLs with defined DllMain and which do not require
+ DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call
+ DisableThreadLibraryCalls() in order to slightly improve performance
+ on thread creation/exiting.
+
+ * dlls/dmusic/helper.c: Fixed warning.
+
+ * dlls/quartz/filtergraph.c, include/Makefile.in, include/axcore.idl,
+ include/axextend.idl, include/devenum.idl, include/dyngraph.idl,
+ include/strmif.h, include/strmif.idl:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Added DShow headers.
+ - Added needed const's in FilterGraph implementation.
+
+ * dlls/avifil32/avifile_Pt.rc, dlls/avifil32/rsrc.rc,
+ dlls/comctl32/comctl_Pt.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Pt.rc, dlls/msvideo/msrle32/msrle_Pt.rc,
+ dlls/msvideo/msrle32/rsrc.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/user/resources/user32_Pt.rc, dlls/wineps/rsrc.rc,
+ dlls/wineps/wps_Pt.rc, dlls/winmm/winmm_Pt.rc,
+ programs/winefile/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ - Localization to Portuguese of Brazil
+ - Revision and addition of missing resources
+ - Minor typo fix and codepage fix in programs/winefile resource.
+
+ * documentation/README.pt_br: Marcelo Duarte <wine-devel@bol.com.br>
+ Localization to Portuguese of Brazil of README file.
+
+ * programs/winedbg/winedbg.c: Catalin Patulea <catalins@vv.carleton.ca>
+ Fixed Unicode string output.
+
+ * dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_private.h, dlls/dmusic/helper.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ File loading improvements.
+
+ * include/winnt.h, misc/cpu.c: Marcus Meissner <marcus@jet.franken.de>
+ Added PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
+ Detect them and 3DNOW and XMMI_INSTRUCTIONS for Linux.
+
+ * dlls/winmm/wineaudioio/Makefile.in:
+ Robert Lunnon <bob@yarrabee.net.au>
+ Added libuuid to wineaudioio makefile.
+
+ * include/Makefile.in, include/dpaddr.h, include/dplay8.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added DirectPlay8 headers.
+
+ * dlls/kernel/file.c, dlls/kernel/system.c, dlls/user/comm16.c,
+ dlls/winedos/vga.c:
+ Replace calls to WaitForMultipleObjects with a 0 count by calls to
+ SleepEx.
+
+ * dlls/commdlg/printdlg.c: Get/SetPropW needs a Unicode string.
+
+ * dlls/msvideo/msrle32/msrle32.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed interframe compression - now works for RLE4 and RLE8.
+ - Fixed alignment of RLE4 in absolute mode.
+ - Improved compression (smaller output).
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@skybest.com>
+ - added 2 dlls
+ - added link to apilist
+ - removed suggestion to look at Byte from 20 years ago
+
+ * misc/cpu.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed CPU detection for FreeBSD and P4.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c,
+ dlls/msvideo/msvideo_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added support for video compressor/decompressor dynamic installation.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifil32.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added some stubs.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/interrupts.c,
+ dlls/winedos/module.c, dlls/winedos/timer.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Make timer IRQ handler regular builtin interrupt handler instead of
+ using an assembler stub.
+
+2003-06-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imagehlp/access.c, include/imagehlp.h:
+ Removed Wine-specific definition from exported header (spotted by
+ Steven Edwards).
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/sound3d.c,
+ dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ 3D buffer and listener reference counts should be fixed.
+ 3D sound now plays in 3D.
+ COM interfaces should be correct for buffers and 3D stuff. The COM
+ interface is broken on notifications but I will fix that next.
+ Fixed the bug when closing and opening the same or another sound
+ device quickly.
+ Fixed some locking but there is a lot of work left yet.
+
+ * dlls/commdlg/printdlg.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Store PrintStructures in a window property instead of extra window
+ bytes.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/d3dcore_gl.h, dlls/d3d8/drawprim.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - currently always use sloaw path as fast path have some problems
+ - fix APIENTRY mismatched value used by gl func pointers (in
+ d3dcore_gl.h)
+
+ * dlls/gdi/Makefile.in, dlls/gdi/bidi.c, include/gdi.h, objects/font.c,
+ objects/text.c:
+ Shachar Shemesh <wine-patches@shemesh.biz>
+ Implementation of the reordering algorithm by calling ICU's reordering
+ functions.
+
+ * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_loader.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_misc.c,
+ dlls/dmusic/dmusic_performance.c, dlls/dmusic/dmusic_plugins.c,
+ dlls/dmusic/dmusic_private.h, dlls/dmusic/dmusic_segment.c,
+ dlls/dmusic/dmusic_style.c, dlls/dmusic/dmusic_synth.c,
+ dlls/dmusic/helper.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - huge COM cleanup: only keep dmusic8 version of interfaces when they
+ inherit from dmusic1 and dmusic2 version. And always use dmusic8
+ versions when available.
+ - really stupid implementation of IDirectMusicLoader8::GetObject when
+ IDirectMusicScript wanted
+ - really fix the refcount problem found by Rok
+
+ * dlls/winedos/dosvm.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Enable all of DllMain(), even if if not MZ_SUPPORTED.
+
+ * files/profile.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added line wrapping for a FIXME.
+
+ * dlls/winedos/int31.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Display the interrupt number in hexadecimal.
+
+ * dlls/oleaut32/typelib.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Silence the FIXME about constructor/destructor since it is wrong for
+ 99.9% of cases (if MS will ever use the feature at all)
+ - Added stubs for ITypeComp interface in ITypeLib
+ - Implementation of ITypeComp in ITypeInfo
+
+ * configure, configure.ac, dlls/kernel/Makefile.in,
+ dlls/kernel/locale.c, dlls/kernel/tests/locale.c,
+ dlls/ntdll/debugtools.c, include/wine/unicode.h, include/winnls.h,
+ libs/unicode/Makefile.in, libs/unicode/mbtowc.c,
+ libs/unicode/sortkey.c, libs/unicode/utf8.c, libs/unicode/wctomb.c,
+ libs/unicode/wine_unicode.def:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement LCMapString using unicode collation tables.
+ Move CompareString and LCMapString to dlls/kernel/locale.c.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/process.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/sysdeps.c, include/thread.h,
+ scheduler/fiber.c, scheduler/process.c, scheduler/sysdeps.c,
+ scheduler/thread.c:
+ Moved some of the process functions to dlls/kernel.
+ Removed kernel dependencies from sysdeps.c and moved it to dlls/ntdll.
+
+ * dlls/ntdll/loader.c:
+ Make sure to return an error if load_dll fails because the load order
+ is empty.
+
+ * dlls/ntdll/loader.c: Troy Rollo <wine@troy.rollo.name>
+ Removed FIXME when loading second exe file.
+
+ * libs/unicode/collation.c, libs/unicode/cpmap.pl:
+ Added generation of table of collation keys (based on a patch by
+ Dmitry Timoshkov).
+
+ * dlls/wininet/netconnection.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add inclusion of <sys/time.h> needed for struct timeval declaration.
+ Protect some optional headers from inclusion.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+ Troy Rollo <wine@troy.rollo.name>
+ Implemented OleDraw.
+
+2003-06-26 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/unicode/c_037.c, libs/unicode/c_042.c, libs/unicode/c_10000.c,
+ libs/unicode/c_10006.c, libs/unicode/c_10007.c,
+ libs/unicode/c_10029.c, libs/unicode/c_1006.c,
+ libs/unicode/c_10079.c, libs/unicode/c_10081.c,
+ libs/unicode/c_1026.c, libs/unicode/c_1250.c, libs/unicode/c_1251.c,
+ libs/unicode/c_1252.c, libs/unicode/c_1253.c, libs/unicode/c_1254.c,
+ libs/unicode/c_1255.c, libs/unicode/c_1256.c, libs/unicode/c_1257.c,
+ libs/unicode/c_1258.c, libs/unicode/c_20866.c,
+ libs/unicode/c_20932.c, libs/unicode/c_28591.c,
+ libs/unicode/c_28592.c, libs/unicode/c_28593.c,
+ libs/unicode/c_28594.c, libs/unicode/c_28595.c,
+ libs/unicode/c_28596.c, libs/unicode/c_28597.c,
+ libs/unicode/c_28598.c, libs/unicode/c_28599.c,
+ libs/unicode/c_28600.c, libs/unicode/c_28603.c,
+ libs/unicode/c_28604.c, libs/unicode/c_28605.c,
+ libs/unicode/c_28606.c, libs/unicode/c_424.c, libs/unicode/c_437.c,
+ libs/unicode/c_500.c, libs/unicode/c_737.c, libs/unicode/c_775.c,
+ libs/unicode/c_850.c, libs/unicode/c_852.c, libs/unicode/c_855.c,
+ libs/unicode/c_856.c, libs/unicode/c_857.c, libs/unicode/c_860.c,
+ libs/unicode/c_861.c, libs/unicode/c_862.c, libs/unicode/c_863.c,
+ libs/unicode/c_864.c, libs/unicode/c_865.c, libs/unicode/c_866.c,
+ libs/unicode/c_869.c, libs/unicode/c_874.c, libs/unicode/c_875.c,
+ libs/unicode/c_878.c, libs/unicode/c_932.c, libs/unicode/c_936.c,
+ libs/unicode/c_949.c, libs/unicode/c_950.c, libs/unicode/casemap.c,
+ libs/unicode/wctype.c:
+ Updated to the latest Unicode standard.
+
+ * dlls/kernel/comm.c, dlls/kernel/file.c, dlls/ntdll/file.c,
+ dlls/ntdll/sync.c, dlls/winsock/socket.c, files/file.c, files/smb.c,
+ files/smb.h, include/async.h, include/winternl.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - made async.h ready for use in ntdll: replaced all calls to kernel32
+ functions with ntdll equivalent
+ - replaced status setter/getter for wine async structures with direct
+ access to a (now included) IO_STATUS_BLOCK structure
+ - since we now have a IO_STATUS_BLOCK in async_private, we no longer
+ need in most of the user (derivated) structures a field for
+ LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK)
+ - rewrote the async.h users accordingly
+ - implemented ntdll.Nt{Read|Write}File and let
+ kernel32.{Read|Write}File(Ex)? use those new ntdll functions
+ - rewrote smb read/write interfaces to be more ntdll stylish (no
+ overlapped yet)
+
+ * include/Makefile.in, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added dbghelp.h header.
+
+ * dlls/kernel/tests/process.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Added a small test for process exit code retrieval.
+
+ * dlls/commdlg/cdlg32.c: Steven Edwards <Steven_Ed4153@yahoo.com>
+ Remove unneeded calls to LoadLibrary16 and FreeLibrary16.
+
+2003-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/variant.c: Marcus Meissner <meissner@suse.de>
+ VarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
+
+ * dlls/x11drv/winpos.c:
+ Map top-level windows when WS_VISIBLE is set, but don't unmap them
+ when it's cleared.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Another make install dependency fix.
+
+ * dlls/ntdll/cdrom.c, dlls/ntdll/file.c, dlls/ntdll/ntdll_misc.h,
+ include/file.h, win32/device.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - started implementing ntdll.NtDeviceIoControlFile and made
+ kernel32.DeviceIoControl call it
+ - changed cdrom ioctl function's prototype to stick to
+ ntdll.NtDeviceIoControlFile signature
+
+ * include/d3d9.h, include/d3d9types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ d3d9 headers are better when they build.
+
+ * dlls/commdlg/filedlg.c, dlls/commdlg/filedlg.h,
+ dlls/commdlg/filedlg16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ More splitting of the Win16/32 internal filedlgproc window procedures
+ and dialog init.
+ Make a few internal function static and share a few others.
+
+ * files/smb.c, files/smb.h: Bill Medland <billmedland@mercuryspeed.com>
+ A little SMB preparatory work:
+ Don't publish internal information.
+ Add a function for detecting UNC names.
+ Account for the fact that NT allows either separator character.
+
+ * dlls/oleaut32/olefont.c, dlls/oleaut32/tests/.cvsignore,
+ dlls/oleaut32/tests/Makefile.in, dlls/oleaut32/tests/olefont.c,
+ dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ OleCreateFontIndirect(NULL,...) uses the OLE StdFont.
+ Added testcase for OleCreateFontIndirect(NULL).
+ Added VT_NULL -> VT_BOOL variant converter.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/resource.c, dlls/kernel/sync.c,
+ dlls/kernel/tape.c, dlls/kernel/thread.c, dlls/ntdll/Makefile.in,
+ files/tape.c, scheduler/critsection.c, scheduler/thread.c,
+ win32/kernel32.c:
+ Moved tape.c to dlls/kernel.
+ Moved critical section and resource update functions to dlls/kernel.
+ Started moving some of the thread functions too.
+
+ * dlls/gdi/mfdrv/init.c: Mike McCormack <mike@codeweavers.com>
+ Handle CreateMetaFileW(NULL) correctly.
+
+ * dlls/shell32/shv_item_cmenu.c: Aric Stewart <aric@codeweavers.com>
+ ISvItemCm_fnInvokeCommand: added support for "delete" command.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/file.c, dlls/kernel/file16.c,
+ dlls/kernel/kernel_private.h, dlls/ntdll/file.c,
+ dlls/ntdll/ntdll.spec, files/file.c, include/wine/server_protocol.h,
+ include/winternl.h, misc/registry.c, server/file.c,
+ server/protocol.def, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - start moving a few file related functions from files/file.c to
+ dlls/kernel subdir (also splitting 16bit APIs in a separate file)
+ - implemented ntdll.Nt{Lock|Unlock}File, and made use of those for the
+ kernel32 equivalent
+ - implemented a few information classes in NtQueryInformationFile and
+ NtSetInformationFile (still lots of missing classes)
+ - enhanced the get_file_info server request in order to implement
+ correctly NtQueryInformationFile (change time & file alloc size)
+ - rewrote registry loading to comply with latest changes
+
+ * dlls/dmusic/Makefile.in, dlls/dmusic/dmusic_loader.c,
+ dlls/dmusic/dmusic_performance.c, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic/helper.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Added framework for file loading.
+
+ * dlls/winedos/dosvm.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Expose part of DOSVM_SendQueuedEvents() also for platforms without
+ MZ_SUPPORTED.
+
+2003-06-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user32.spec, dlls/user/user_main.c,
+ dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/clipboard.h, include/user.h, include/wine/server_protocol.h,
+ server/Makefile.in, server/clipboard.c, server/protocol.def,
+ server/request.h, server/thread.c, server/trace.c, server/user.h,
+ windows/clipboard.c, windows/win.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ - use global atoms for the format ids
+ - add timeout when calling XCheckTypedWindowEvent
+ - fix broken IsClipboardFormatAvailable; it tried to do a trick with
+ EnumClipboardFormats by making incorrect assumptions
+ - in X11DRV_IsClipboardFormatAvailable do a quick exit if no one owns
+ the selection
+ - add 1 second *minimum* time lapse between XSelectionOwner calls
+ - sync clipboard ownership between different wine processes
+ - prevents apps from getting into wierd state where they thought they
+ didn't own the selection but they did and as a result queried
+ themselves for available selection data
+
+ * dlls/wineps/init.c: Huw Davies <huw@codeweavers.com>
+ Make sure we update dc->bitsPerPixel.
+
+ * dlls/gdi/driver.c:
+ Added special case for "display" in DRIVER_GetDriverName so that
+ GetDC(NULL,"display") works.
+
+ * dlls/gdi/freetype.c, include/gdi.h, objects/font.c, objects/text.c:
+ Huw Davies <huw@codeweavers.com>
+ Don't enable client side fonts unless we have at least one non-symbol
+ font installed - this avoids a nasty Wingdings only scenario.
+ Add the ability to perform font replacements, this essentially lets
+ you give a second name to a font family so that familyA gets
+ enumerated as familyB too.
+ If we encounter two copies of the same font then use the one with the
+ larger version number.
+
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move GetTextCharsetInfo implementation to the font driver.
+
+ * windows/win.c: Aric Stewart <aric@codeweavers.com>
+ Simple optimization in EnableWindow.
+
+ * windows/painting.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Dump RDW_ flags in RedrawWindow.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Along with AltGr state save also all possible modifier states.
+
+ * dlls/wineps/download.c, dlls/wineps/escape.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/type42.c:
+ Huw Davies <huw@codeweavers.com>
+ For PostScript versions < 2.015 we need to explicitly allocate space
+ for the 'glyf' array.
+ To conserve VM, we only allow up to two fonts to be downloaded before
+ reclaiming their VM.
+
+ * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+ It seems cupsGetDefault returns the system default printer and ignores
+ a user's override. So use cupsGetDests instead which does respect the
+ user's choice.
+ Delete all automatically generated printer keys on startup before
+ querying the cups server.
+
+ * documentation/Makefile.in, programs/Makefile.in,
+ tools/winebuild/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make sure to return an error if the file generation fails.
+
+ * dlls/winedos/int13.c: Francois Gouget <fgouget@codeweavers.com>
+ O_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDevice() anyway.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/shell32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Change notification fixes.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/mapping.c,
+ dlls/gdi/mfdrv/init.c, include/gdi.h, objects/dc.c:
+ Mike McCormack <mike@codeweavers.com>
+ Record SetWorldTransform and ModifyWorldTransform in enhanced
+ metafiles.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Added import libs dependency for make install.
+
+ * programs/clock/En.rc, programs/clock/Pt.rc, programs/clock/rsrc.rc,
+ programs/cmdlgtst/En.rc, programs/cmdlgtst/Pt.rc,
+ programs/cmdlgtst/cmdlgr.rc, programs/notepad/En.rc,
+ programs/notepad/Pt.rc, programs/progman/Pt.rc,
+ programs/progman/rsrc.rc, programs/start/Pt.rc,
+ programs/start/rsrc.rc, programs/view/En.rc, programs/view/Pt.rc,
+ programs/view/viewrc.rc, programs/wcmd/En.rc, programs/wcmd/Pt.rc,
+ programs/wcmd/wcmdrc.rc, programs/winecfg/En.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/winecfg.rc,
+ programs/wineconsole/wineconsole_Pt.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Pt.rc,
+ programs/winefile/rsrc.rc, programs/winemine/En.rc,
+ programs/winemine/Pt.rc, programs/winemine/rsrc.rc,
+ programs/winhelp/Pt.rc, programs/winhelp/rsrc.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ - localization to the Portuguese of Brazil of "programs/*"
+ - separation of some resources that only existed in English
+ - lesser adjustments in menus
+
+ * dlls/kernel/console.c, dlls/kernel/kernel_main.c, dlls/ntdll/heap.c,
+ files/profile.c, files/smb.c, memory/heap.c, scheduler/pthread.c,
+ scheduler/syslevel.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - in kernel32, replaced all {Enter|Leave}CriticalSection calls with
+ ntdll counterparts
+ - {Enter|Leave}CriticalSection is now a pure forward from kernel32 to
+ ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32)
+ - replaced a few kernel32 heap management calls from ntdll, with
+ RtlHeap* equivalents
+
+ * dlls/cabinet/fdi.c: Gregory M. Turner <gmturner007@ameritech.net>
+ - remove unused loop that always iterates once
+ - remove warning
+ - preparations to use multiple fdi_decomp_state structures in a linkedlist,
+ which will be used to implement split cabinets, if all goes according
+ to plan -- this is somewhat analogous to struct cabinet in cabextract.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/acmstream.c,
+ dlls/avifil32/api.c, dlls/avifil32/avifil32.spec,
+ dlls/avifil32/avifile.c, dlls/avifil32/avifile.spec,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/extrachunk.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c, include/vfw.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed some signed/unsigned mismatches.
+ - Fixed bugs in AVISaveOptions dialog handling.
+ - Fixed bug in AVIFILE_LoadFile -- now check for more than
+ MAX_AVISTREAMS streams in file.
+ - Implemented AVIMakeFileFromStreams and AVISaveVA method.
+ - Added IAVIEditStream interface.
+ - Implemented EditStream* methods.
+ - Added stubs for AVISaveVW, CreateEditableStream.
+ - Added stubs for clipboard handling.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/oleacc/.cvsignore,
+ dlls/oleacc/Makefile.in, dlls/oleacc/main.c, dlls/oleacc/oleacc.spec:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Created an empty oleacc DLL.
+
+ * dlls/kernel/console.c, include/wine/server_protocol.h,
+ programs/wineconsole/wineconsole.c, server/console.c,
+ server/console.h, server/protocol.def, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ In console input record queue, replace semaphore with a manual reset
+ event, so that we get correct behavior in synchronization handling.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int09.c,
+ dlls/winedos/relay.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add IRQ acknowledge handler for internal IRQs.
+ Change DPMI asynchronous event handling.
+ Always use alternate stack in DPMI relays and check for pending events
+ after original stack has been restored.
+
+ * include/commctrl.h: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
+ Added ListView_GetItemText macro.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some TRACEing fixes
+ - faster Blt to the framebuffer using texture engine
+
+ * dlls/commdlg/cdlg_Ru.rc: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Fixed Russian commdlg localization. Some resource elements didn't have
+ proper size, and were partially visible.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c,
+ dlls/msvideo/msvideo_private.h, documentation/samples/system.ini:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - added stubs for GetOpenFileNamePreview{A,W}
+ - added stubs for GetSaveFileNamePreview{A,W}
+ - removed invalid VIDC.MRLD line from system.ini
+
+ * dlls/iphlpapi/iphlpapi_main.c, dlls/netapi32/tests/wksta.c,
+ dlls/netapi32/wksta.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed a few bugs in network interface handling (code & test).
+
+2003-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/console.c, dlls/kernel/editline.c,
+ dlls/kernel/kernel32.spec, dlls/kernel/kernel_private.h,
+ dlls/kernel/tests/console.c, files/file.c,
+ include/wine/server_protocol.h, programs/wineconsole/wineconsole.c,
+ scheduler/handle.c, scheduler/process.c, scheduler/synchro.c,
+ server/console.c, server/console.h, server/fd.c, server/process.c,
+ server/protocol.def, server/request.h, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - adapted kernel32 so that it no longer (directly) manages console
+ handles as wineserver handles
+ - console input handle object is no longer waitable (input record
+ synchronisation is now implemented as a simple semaphore), and removed
+ FD_TYPE_CONSOLE from fd types in wineserver
+ - console handles now always have their two lower bit set so one can
+ distinguish a console handle from a kernel object handle
+ - implemented some undocumented kernel32 console related APIs
+ (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
+ VerifyConsoleIoHandle, DuplicateConsoleHandle)
+ - allowed a few kernel32 APIs to take console pseudo-handles
+ (FlushFileBuffer, GetFileType, WaitFor*Object*)
+ - simplified the console inheritance at process creation
+ - in console tests, no longer create a console if one already exists
+
+ * server/mapping.c:
+ The server also needs to cope with IMAGE_SCN_CNT_UNINITIALIZED_DATA
+ and IMAGE_SCN_CNT_INITIALIZED_DATA flags set together.
+
+ * dlls/ntdll/virtual.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed section mapping in PE loading when both
+ IMAGE_SCN_CNT_UNINITIALIZED_DATA and IMAGE_SCN_CNT_INITIALIZED_DATA
+ are set.
+
+ * dlls/shell32/shell32_main.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ SHGetFileInfo should tolerate null pointers.
+
+2003-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
+ Store WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format.
+
+ * configure, configure.ac, dlls/wininet/Makefile.in,
+ dlls/wininet/cookie.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/netconnection.c,
+ include/config.h.in:
+ David Hammerton <david@transgaming.com>
+ - implemented support for https protocol
+ - fixes to the http protocol
+
+ * configure, configure.ac, dlls/gdi/Makefile.in, include/config.h.in:
+ Added checks for ICU libraries (based on a patch by Shachar Shemesh).
+
+ * tools/makedep.c:
+ Added support for #include in IDL files (based on a patch by Robert
+ Shearman).
+
+ * include/wtypes.h, include/wtypes.idl:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added typedef for COLORREF.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+ dlls/opengl32/opengl_norm.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not use any typedefs in the GL thunks to prevent all possible
+ compilation issues.
+
+ * include/Makefile.in, include/d3d9.h, include/d3d9caps.h,
+ include/d3d9types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added d3d9 headers.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/int31.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add int31 VIF manipulation functions.
+ Fix asynchronous event locking.
+ Make asynchronous event handling support DPMI.
+
+ * documentation/debugger.sgml: Eric Pouech <pouech-eric@wanadoo.fr>
+ Added a section about using kgdb and ddd to debug wine.
+
+2003-06-18 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030618.
+
+----------------------------------------------------------------
+2003-06-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c, dlls/advapi32/service.c,
+ dlls/comcat/information.c, dlls/comcat/regsvr.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c,
+ dlls/comctl32/tooltips.c, dlls/ddraw/ddraw/thunks.c,
+ dlls/kernel/sync.c, dlls/kernel/tests/format_msg.c,
+ dlls/ntdll/file.c, dlls/ole32/regsvr.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/parsedt.c, dlls/serialui/confdlg.c,
+ dlls/setupapi/devinst.c, dlls/shell32/shelllink.c,
+ dlls/shell32/shellord.c, dlls/user/comm16.c, dlls/user/tests/class.c,
+ dlls/wininet/internet.c, dlls/winmm/lolvldrv.c,
+ dlls/winsock/socket.c, dlls/winspool/info.c, files/smb.c,
+ graphics/x11drv/xfont.c, programs/uninstaller/main.c,
+ programs/winemenubuilder/winemenubuilder.c, scheduler/client.c,
+ server/named_pipe.c, server/registry.c, server/request.c:
+ Francois Gouget <fgouget@free.fr>
+ 'sizeof type' is best avoided as it won't always compile (e.g. 'int
+ main() {return sizeof int;}'). Use 'sizeof(type)' instead.
+
+ * LICENSE: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Include 2003 in the copyright years.
+
+ * programs/notepad/License_En.c, programs/notepad/license.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #include <windows.h> instead of "windows.h".
+
+ * dlls/dsound/primary.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed a reference counting bug I introduced.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/fdi.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/updown.c,
+ dlls/commdlg/printdlg.c, dlls/dplayx/dplayx_global.c,
+ dlls/kernel/tests/path.c, dlls/kernel/tests/thread.c,
+ winedefault.reg, dlls/ntdll/time.c, dlls/ole32/antimoniker.c,
+ dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/itemmoniker.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/variant.c, dlls/shell32/shlexec.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlview.c,
+ dlls/shlwapi/clist.c, dlls/shlwapi/path.c, dlls/shlwapi/thread.c,
+ dlls/winmm/wineoss/midi.c, documentation/HOWTO-winelib,
+ documentation/PACKAGING, documentation/debugger.sgml,
+ documentation/debugging.sgml, documentation/dlls.sgml,
+ documentation/patches.sgml, documentation/shell32,
+ documentation/status/directplay, libs/wpp/ppl.l, objects/font.c,
+ programs/notepad/main.c, programs/view/view.c,
+ programs/winecfg/main.c, programs/winecfg/winecfg.rc,
+ programs/winedbg/registers.c, tools/winedump/README,
+ tools/wrc/parser.y:
+ Francois Gouget <fgouget@free.fr>
+ Typos/spelling fixes.
+
+ * dlls/kernel/tests/environ.c, dlls/kernel/tests/process.c,
+ dlls/ntdll/tests/env.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - kernel32's environment tests: a few more tests now succeed
+ - added some console related tests to process creation
+ - added a few more test cases to the ntdll environment tests
+
+ * dlls/kernel/kernel_main.c, dlls/ntdll/env.c, dlls/ntdll/ntdll_misc.h,
+ include/winternl.h, memory/environ.c, scheduler/process.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed a couple of bugs in ntdll environment functions (one in trace,
+ the other one in environment variable expansion)
+ - the process parameters, when passed thru wineserver, are now fully
+ handled in ntdll, they are stored in the RTL_USER_PROCESS_PARAMETERS
+ structure.
+ - later on in kernel32 loading sequence, those parameters are copied
+ into STARTUPINFO shadow structures
+ - later modification to those paramters are now reflected to the
+ RTL_USER_PROCESS_PARAMETERS structure (and STARTUPINFO is kept
+ untouched) (for example, StdHandle setting) (Win 2k behaves like this)
+ - ENVDB has been removed
+ - command line inheritance (from unix command line) is now purely in ntdll
+ - all kernel32 environment functions now rely on their ntdll counterparts
+ - goodies: input/output handle inheritance while asking for a detached
+ console is better handled; a few more kernel32 environment tests now
+ pass ; silenced a valgrind warning in process creation
+
+ * programs/winefile/En.rc, programs/winefile/Fr.rc,
+ programs/winefile/rsrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Added French translation, finished English translation.
+
+ * documentation/README.pt: Tom Wickline <twickline@skybest.com>
+ Tranlation of English README to Portuguese.
+
+ * dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_segment.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - add IDirectMusicContainer support in
+ IDirectMusicLoader8Impl::LoadObjectFromFile
+ - don't use IDirectMusicSegment*Impl when IDirectMusicSegment*8Impl
+ can be used instead (avoid code duplication)
+
+ * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/drawprim.c, dlls/d3d8/stateblock.c,
+ dlls/d3d8/surface.c, dlls/d3d8/texture.c, dlls/d3d8/utils.c,
+ dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - dsound and d3d works better when x11drv locks/unlocks are correct
+ - more traces
+
+2003-06-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrtd/msvcrtd.spec:
+ Added an assembly wrapper to retrieve the this pointer from %ecx for
+ _thiscall functions.
+ Fixed some bugs, and added a few missing functions.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/git.c,
+ dlls/ole32/oleproxy.c:
+ Mike Hearn <mike@theoretic.com>
+ Implement a class factory for the Global Interface Table.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h, dlls/cabinet/fdi.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - move macros and constants into cabinet.h where they can be shared
+ between cabextract.c and fdi.c
+ - reminders to eliminate global variables (for multithread
+ compatibility)
+ - remove struct fdi_cab: due to the nature of the FDI API, we cannot
+ preload all the cabinets; this appears to obviate the need for struct
+ fdi_cab
+ - "oppress" (that is, do not process) partial files which were
+ continuations from another cabinet
+ - more than one partial file can exist in a single cabinet (how!?) --
+ so move the partial file notification (and "oppression" that goes with
+ it) into the loop that iterates through files
+
+2003-06-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_misc.c,
+ dlls/dmusic/dmusic_performance.c, dlls/dmusic/dmusic_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Allocate necessary dsound buffers for standard audio paths and enable
+ retrieval of their interfaces via GetObjectInPath.
+ Fix and clean dsound and dmusics objects allocation when initializing
+ the performance object.
+ Some stubs improvements.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - rewrote the buffer to buffer fast path using Texture engine (much
+ faster on my NVIDIA hardware)
+ - small optimizations
+
+ * dlls/dinput/device.c, dlls/dinput/device_private.h,
+ dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, include/dinput.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - DInput WideChar classes support. This time all dinput versions have
+ widechar classes.
+ - fix a stupid bug in callback handling caught by Lionel.
+ - add some forgotten IID on class factory (better if we want to active
+ the code)
+ - many cleanups on COM Macros (don't need A and W variants as they are
+ the same)
+
+ * dlls/d3d8/surface.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix AddDirtyRect uncorrect behavior (crash in some cases). Based on a
+ patch from Roderick Colenbrander.
+
+ * winedefault.reg: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Display icons of executables in the OpenFile dialog boxes.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/winnt.h,
+ include/winternl.h:
+ <ma@technoprint.ch>
+ Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInformation.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/gl_api.h, dlls/ddraw/gl_private.h, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix some regressions
+ - GetDC does not lock in ReadOnly mode as it leads to problems with
+ some D3D optimizations
+ - added a fast Back => Front / Front => Back Blt fast path
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c,
+ dlls/setupapi/devinst16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Split Win16/32 setupapi device installer support.
+
+ * dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Mike Hearn <mike@theoretic.com>
+ Stub out SetUrlCacheEntryInfoA/W.
+
+ * dlls/comctl32/trackbar.c: Mike Hearn <mike@theoretic.com>
+ - Unbreak vertical trackbars
+ - Make it more closely resemble the native control
+ - Add focus rectangle
+ - Misc fixes and cleanups
+
+ * dlls/shell32/control.c, dlls/shell32/shell32.spec:
+ Mike Hearn <mike@theoretic.com>
+ Add stubs for Control_FillCache_RunDLL ansi/unicode variants.
+
+ * dlls/iphlpapi/ipstats.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Unbreak getTcpTable() on Linux-based systems and make it work on BSD
+ and Solaris as well.
+
+ * dlls/ntdll/critsection.c: Mike Hearn <mike@theoretic.com>
+ Add the ID of the blocking thread to the error message.
+
+ * dlls/avifil32/avifile_Si.rc, dlls/avifil32/rsrc.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/msvideo/msrle32/msrle_Si.rc,
+ dlls/msvideo/msrle32/rsrc.rc, dlls/user/resources/user32.rc,
+ dlls/user/resources/user32_Si.rc, dlls/wineps/rsrc.rc,
+ dlls/wineps/wps_Si.rc, dlls/winmm/winmm_Si.rc, programs/start/Si.rc,
+ programs/start/rsrc.rc, programs/winhelp/Si.rc:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ Updated a bunch of translations for Slovenian language.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/path.c, include/winternl.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented:
+ - RtlDoesFileExists_U as a stub
+ - RtlDosSearchPath_U
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - GL state change optimizations
+ - some more preparations for GL-accelerated Blts
+ - added debug code to compute FPS (nice when adding optimizations)
+
+ * dlls/netapi32/Makefile.in, dlls/netapi32/netapi32.c,
+ dlls/netapi32/wksta.c, include/nb30.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Use iphlpapi to enumerate LAN adapters.
+ Add names to NetBIOS transports, and eliminates loopback adapters from
+ enumerated LAN adapters.
+
+ * include/strmif.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Make the header in-line with current ICOM naming conventions.
+
+ * dlls/x11drv/xvidmode.c: <mirq@ziemniak.ustronie.pw.edu.pl>
+ Correct mode nr passed to X11DRV_XF86VM_SetCurrentMode.
+
+ * winedefault.reg: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the FilterGraph CLSID declaration.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg.h, dlls/commdlg/filedlg16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Split Win16/32 file dialogs.
+
+ * dlls/ntdll/signal_i386.c, include/thread.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove SIGALRM handler.
+ Reserve TEB field for DPMI virtual interrupt flag.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Migrate create/open file functions to winedos.
+ Some fixes based on patch by Ferenc Wagner.
+
+ * dlls/winedos/dosvm.c: Jukka Heinonen <jhei@iki.fi>
+ Make DOSVM_Wait work in protected mode.
+ Replace SHOULD_PEND macro with a function.
+
+ * include/control.h: Lionel Ulmer <lionel.ulmer@free.fr>
+ Make the header in-line with current ICOM naming conventions.
+
+2003-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/curses.c:
+ Fixed WCCURSES_InitBackend prototype in the no curses case.
+
+ * files/file.c, include/wine/server_protocol.h, server/named_pipe.c,
+ server/protocol.def, server/trace.c:
+ Make it possible to retrieve an inheritable handle in open_named_pipe
+ (spotted by Uwe Bonnes).
+
+2003-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/x11drv/Makefile.in, libs/Makelib.rules.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ server/Makefile.in:
+ Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling).
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fixes the COLORFILL case for front-buffer
+ - some preparations for GL-accelerated Blts
+ - some small optimizations in the Clear code
+
+ * dlls/winedos/int31.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Trace which real mode interrupt is emulated.
+
+ * dlls/msvideo/msrle32/msrle32.c, dlls/msvideo/msrle32/msrle_private.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed end flags while encoding -- only EOI instead of EOL and EOI.
+ - Fixed 4-bit RLE encoding of keyframes.
+ - Fixed signed/unsigned mismatches.
+ - Added some missing const's.
+
+ * dlls/cabinet/fdi.c: Gregory M. Turner <gmturner007@ameritech.net>
+ - most of FDICopy is now implemented, although the actual decompression is not.
+ - "can" -> "do"
+ - a novella about a bug
+ - fix some memory leaks
+
+ * dlls/rasapi32/rasapi32.spec:
+ Removed ordinals that differ between Windows versions.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/surface.c,
+ dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fix the texture operations to resolve glitches shown in UT2003 when
+ get quad damage.
+ checkGLcall must not supply a \n as that is supplied by its
+ expansion.
+ Performance fixes to save applying the same states 6 times and to
+ reduce function calls when accessing front/back buffers.
+ Make traces more readable by more constants -> english descriptions.
+
+ * dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/dmusic_misc.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_private.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - always use IDirectMusicPerformance8Impl instead of
+ IDirectMusicPerformanceImpl (as the first inherits from the second)
+ - implement many Loader, AudioPath and Performance8 stubs - fix the
+ class factory
+ - more debug traces
+ - for now IDirectMusicLoader8::LoadObjectFromFile always returns not
+ supported format
+ - fix the IDirectMusicPerformance8::Init (many crashes)
+ - implementation of IDirectMusicPerformance8InitAudio
+
+ * dlls/dinput/device.c, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, include/dinput.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Make dinput8 behaviour more correct for mouse and keyboard.
+ Fix small bug when keyboard buffer overflows.
+ Use DI_OK instead of 0 for returned values.
+
+ * dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fix matrix multiplication.
+
+ * dlls/cabinet/cabinet.h: Gregory M. Turner <gmturner007@ameritech.net>
+ Fix some uglies.
+
+ * dlls/x11drv/keyboard.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Added Euro and antiquote to the French keyboard layout.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ When emulating fullscreen it helps to not allocate space for menu bars
+ and borders. Make this window a popup window.
+
+ * dlls/rasapi32/rasapi32.spec, include/ras.h:
+ Francois Gouget <fgouget@free.fr>
+ Add stubs for RasDeleteSubEntry* (new in WinMe/WinXP).
+ Add prototypes for RasDeleteEntry* and RasDeleteSubEntry* in ras.h.
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/shader.c, dlls/d3d8/surface.c, dlls/d3d8/utils.c,
+ dlls/d3d8/vshaderdeclaration.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make the fixed function pipeline support multiple streams for created
+ vertex shaders with no function supplied. Also split down draw
+ primitive along the lines of the d3dcore requirements and put in some
+ diagnostic aids.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c,
+ dlls/commdlg/colordlg.h, dlls/commdlg/colordlg16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Split Win16/32 color dialog support.
+ Supporting compiling out 16 bit find dialog support.
+
+ * include/winsock.h: Yorick Hardy <yh@metroweb.co.za>
+ Include time.h instead of sys/time.h.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/filtergraph.c,
+ dlls/quartz/main.c, dlls/quartz/quartz_private.h,
+ include/Makefile.in, include/control.h, include/dshow.h,
+ include/strmif.h, include/uuids.h, winedefault.reg:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Stubbed some interfaces for the FilterGraph CLSID.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Move get current directory and set current directory int21
+ subfunctions into winedos. Fix quite a few bugs in the implementation
+ of these functions.
+
+ * dlls/cabinet/cabinet.h, dlls/cabinet/fdi.c:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - implement FDI{Create,Destroy,IsCabinet}
+ - fix a typo
+ - duplicate a bug
+ - some blathering about code duplication
+ - change fdi.c indentation to be consistent with cabextract.c
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed index handling for multi dimensional arrays.
+
+ * BUGS: Tom Wickline <twickline@skybest.com>
+ - cosmetic fixes
+ - remove obsolete link
+
+ * winedefault.reg: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Show that TCP/IP is installed to windows apps, like winipcfg.
+
+ * dlls/ntdll/cdrom.c, include/file.h, include/ntddscsi.h,
+ win32/device.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added support for overlapped ioctl requests (and a few other
+ cosmetics).
+
+ * programs/wineconsole/curses.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ If (n)curses wasn't available at compile time:
+ - print sensible information
+ - fall back to user backend
+
+ * dlls/dinput/device.c: Paul Bain <prbain@essex.ac.uk>
+ Put IID_IDirectInputDevice2A back in
+ IDirectInputDevice2AImpl_QueryInterface.
+
+ * dlls/ddraw/dsurface/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Be more stringent in the 'Lock' invalid RECT check.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Upgrade OpenGL thunks with latest version of OpenGL extension
+ registry.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Make button text centre correctly when dropdown arrow is present
+ - Centre dropdown arrow
+
+ * dlls/psapi/psapi.spec, dlls/shdocvw/shdocvw.spec,
+ dlls/wintrust/wintrust.spec:
+ Francois Gouget <fgouget@free.fr>
+ Add stubs for some new WinXP APIs.
+
+ * dlls/urlmon/urlmon.spec, include/urlmon.h:
+ Francois Gouget <fgouget@free.fr>
+ Add a stub for CompareSecurityIds (new in WinXP).
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the BLT COLOR_FILL case.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dosvm.c, dlls/winedos/timer.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Split timer code into separate source file.
+ Stop using SIGALRM for timers.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h:
+ Gregory M. Turner <gmturner007@ameritech.net>
+ - paranoia: eliminate some global variables
+ - better reminder on how to fix memory leaks
+
+2003-06-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_instrument.c,
+ dlls/dmusic/dmusic_loader.c, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/dmusic_misc.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_plugins.c, dlls/dmusic/dmusic_port.c,
+ dlls/dmusic/dmusic_private.h, dlls/dmusic/dmusic_segment.c,
+ dlls/dmusic/dmusic_style.c, dlls/dmusic/dmusic_synth.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ - added debug
+ - implemented fake midi & performance channels
+ - implemented some IDirectMusic*8* functions where IDirectMusic*
+ equivalent exists
+ - IDirectMusic*8 interfaces can now be obtained from IDirectMusic
+ interfaces (QueryInterface...)
+ - channel-related performance functions are kinda implemented now
+
+ * graphics/painting.c: Arjen Nienhuis <arjen@nienhuisbeheer.nl>
+ New implementation of GdiGradientFill using integer math.
+
+ * dlls/dinput/mouse/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fix SetDataFormat and implement GetDeviceInfo for mouse device.
+
+ * documentation/samples/config: Mike Hearn <mike@theoretic.com>
+ Add a drive mapping for root to the default configuration file.
+
+ * tools/wineinstall: Mike Hearn <mike@theoretic.com>
+ Check for /lib/tls directory for Red Hat 9.
+
+ * dlls/winsock/socket.c:
+ Kester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>
+ Check for a null pointer in WS_setsockopt.
+
+ * dlls/user/dde/misc.c: Mike Hearn <mike@theoretic.com>
+ Protect WDML_GetConv against null handles.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/fontdlg.h, dlls/commdlg/fontdlg16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Separate Win16 and Win32 font dialog support.
+
+ * dlls/ntdll/signal_i386.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Correctly convert into EXCEPTION_RECORD SIGTRAPs received from
+ DebugBreakProcess.
+
+2003-06-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Implemented wininet.InternetGetConnectedStateEx.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Align the text vertically in single line labels (spotted by BiGgUn).
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/utils.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Fixed compilation problems.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/msvcrt.spec:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Stub implementation for _Gettnames.
+
+ * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+ Always return FALSE when doing an overlapped ConnectNamedPipe.
+
+ * objects/text.c: Ingmar Thiemann <ingmar@gefas.com>
+ Implemented PolyTextOutA/PolyTextOutW.
+
+ * dlls/shell32/brsfolder.c, include/shlobj.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Support a few more flags
+ - Rewrite the enumeration loop
+ - Support non-desktop root
+ - Silence harmless and implemented debug messages
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Pending timer interrupts no longer deadlock DOSVM_Wait.
+ Restored interrupt priorities to correct values.
+
+2003-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix the texture upload code when RECT is actually used
+ - optimize FB Locks / Unlocks when RECTs are used
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3dviewport.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - Viewport hack to get some old D3D1 games to work
+ - TRACEing fix
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - small TRACEing fix
+ - fix bug in texture upload (I wonder how I missed this :-/ )
+ - improve the D3D1/2 texture mapping modes
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix (stupid) regressions introduced by last series of patch
+ - 24 bpp handling for lock / unlock code
+ - some better checks for AlphaPixel value
+ - better TRACEing to better catch threading problems
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some GL critical section fixes
+ - only bind textures at start of rendering
+ - optimized the texture parameter code
+ - optimize of the 'dirty checking code' for mipmapping
+ - handles the MAXMIPLEVEL texture parameter
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/direct3d/main.c,
+ dlls/ddraw/direct3d/main.h, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - proper (tested on Win2K) reference counting for Direct3D object
+ - fix one case of reference counting on textures
+ - fix stupid bug in texture upload code
+ - yet another texture enumeration reordering
+
+ * dlls/ddraw/d3dtexture.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed a bug in the FrameBuffer => Texture blits.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added RECT support to the texture upload code
+ - use the common code for the FB Unlock code
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some clean-ups (extension code to be added soon)
+ - some interface changes for future reuse for Blt / Lock code
+ - fixed some Pitch problems in texture uploads (mostly for 'small'
+ mip-mapping levels)
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Refactoring of the texture upload code.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix texture parameters handling on texture change.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - remove some extraneous saving of the read buffer settings
+ - cleaned-up the GL / device critical section handling
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - protect viewport setting with GL lock
+ - no need anymore to flush to FB on execute buffer calling
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Some threading fixes (prevents some dead-locks).
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/gl_api.h, dlls/ddraw/gl_private.h,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - implement FB => Texture blits
+ - fix compilation on non-recent glext.h systems
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/surface.c, dlls/d3d8/texture.c, dlls/d3d8/volume.c,
+ dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - cleaning of volume.c/volumetexture.c as done previously for
+ surface.c/*texture.c (with add of lockable, locked and Dirty flags)
+ - add of dirtyRect/dirtyBox for better dirtification management (not
+ used yet, but huge optimisation can be possible now)
+ - fix some debug traces (well it's better to use debug_d3dpool)
+ - fix some stupid regression on point parameters (forgot to check
+ extension on fillcaps)
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - add a new private header d3dcore_gl.h that declares needed opengl
+ defines and the caps defines
+ - cleanup of device.c using the caps defines (avoid the #ifdef
+ nigthmare)
+ - add {Set,Get}GammaRamp support
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/surface.c, dlls/d3d8/swapchain.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some cleanup and warning fixes
+ - split of CreateDevice gl/gxl detection code into FillGLCaps
+ - implementation of resolution change (using ChangeDisplaySettings)
+ but desactived as ChangeDisplaySettings don't seem to work well
+ - begin of swap chain support (now need to split/clean
+ gxlpbuffer/glxpixmap code for swap chain use)
+
+ * dlls/d3d8/surface.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fix the glRead call when pRect != NULL, resolve the file format of the
+ saved snapshot correctly.
+
+ * dlls/d3d8/surface.c: Raphael Junqueira <fenix@club-internet.fr>
+ - fix another time the stupid locking bug (i had already fixed it in
+ ActiveRender)
+ - fix stupid rescaling of colors values on SaveSnapshot
+
+ * dlls/d3d8/d3d8.spec, dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/shader.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - pixel shader program dump code
+ - pixel shader code split into a new "COM object" (as done before for
+ vertex shader)
+ - some fixes on Validate* functions call types
+ - add pixel shader (ie fragment_program) detection on caps code
+
+ * dlls/d3d8/device.c, dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for a lot of the remaining texture ops, move code into the
+ utils module, and clean up the main code path.
+
+ * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/surface.c,
+ dlls/d3d8/texture.c, dlls/d3d8/utils.c, dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some cleanups
+ - more cubetextures fixes (now d3d8 sdk cubemap sample work almost
+ perfectly)
+ - add a new debug function "debug_d3dpool" and use it
+ - add a new param (the device) for the conversions functions (because
+ we need to check caps to see how to convert)
+ - some crashes fixed in render to surface code with no stencil-depth
+ surface
+ - a very simple cliplane fix
+ - a stupid palettes fix (stupid language)
+ - begin of anisotropic filter support
+ - begin of compressed textures support
+ - a very useful debug functions: IDirect3DSurface8Impl_SaveSnapshot to
+ dump surfaces as png ;)
+ - many useful surfaces debug code (using SaveSnapshot)
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct specular enable renderstate.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/stateblock.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Avoid the use of glGet when we know the information locally.
+
+ * dlls/d3d8/directx.c, dlls/d3d8/utils.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Opengl 1.4 added stencil wrap support as per directx (also in the
+ GL_EXT_stencil_wrap extension).
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/basetexture.c,
+ dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/resource.c,
+ dlls/d3d8/shader.c, dlls/d3d8/stateblock.c, dlls/d3d8/surface.c,
+ dlls/d3d8/swapchain.c, dlls/d3d8/texture.c, dlls/d3d8/utils.c,
+ dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - implemented render to surfaces (and render to new rendertargets)
+ using glx pbuffers (with a useful debug code to display rendered
+ surface into window drawable)
+ - better cubetextures
+ - split utilities functions into utils.c and added more
+ - more readable debug again
+ - a better caps code (not perfect but i'll use glx code later)
+ - use of the new caps code
+ - begin of UpdateTexture
+ - begin of Cursor support
+ - cleaning most of deprecated #if 0/#endif
+ - correct some lockable/unlockable behavior
+ - correct some returns code
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - do not search for attached surfaces if the texture doesn't have the
+ MIPMAP flag set
+ - add GL crit. section support for matrix setting
+ - support the various BLEND texture operations
+
+ * dlls/ddraw/mesa.c: Yorick Hardy <yh@metroweb.co.za>
+ Added the D3DTBLEND_DECAL render state.
+
+ * controls/edit.c, dlls/setupapi/queue.c, documentation/debugging.sgml,
+ files/profile.c, memory/global.c, programs/rpcss/rpcss_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix some typos.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Added a dynamically growing ring buffer for oss, alsa, arts, and nas.
+
+ * documentation/authors.ent: Tom Wickline <twickline@skybest.com>
+ Updated my e-mail address.
+
+ * libs/wpp/ppl.l: Paul Laufer <Paul.E.Laufer@jpl.nasa.gov>
+ Work around for flex brain damage.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented localeconv() with libc function.
+
+ * include/msvcrt/time.h: Antonio Larrosa Jiménez <antlarr@tedial.com>
+ Added CLOCKS_PER_SEC.
+
+ * dlls/winsock/ws2_32.spec:
+ Antonio Larrosa Jiménez <antlarr@tedial.com>
+ Added WSASetEvent forward.
+
+ * documentation/samples/win.ini: Tom Wickline <twickline@skybest.com>
+ Added 10 new mci extensions.
+
+ * controls/listbox.c: Mike Hearn <mike@theoretic.com>
+ Update listbox directory mode to new FindFirstFile error code.
+
+ * dlls/user/text.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ DrawTextEx: honor clipping for underscores.
+
+ * winedefault.reg: Robert Reif <reif@earthlink.net>
+ Added DirectSound entries.
+
+ * graphics/x11drv/palette.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ With >256 colours, there is no need to realize a palette, so skip it
+ and return that no palette entries had to change.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove bFirstPain funky optimization, it is causing too much grief.
+
+ * dlls/winedos/int21.c, files/drive.c, include/drive.h, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Migrate most int21 ioctl routines to winedos.
+ Migrate int21 set drive routine to winedos.
+
+ * dlls/kernel/kernel32.spec, scheduler/process.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implemented a semi-stub for GetProcessPriorityBoost.
+
+ * dlls/user/dde/server.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Revert some really unwanted changes to the DDE code.
+
+ * dlls/ntdll/cdrom.c: Yorick Hardy <yh@metroweb.co.za>
+ Improve CDROM_GetIdeInterface (becomes CDROM_GetInterfaceInfo), in
+ order to better support SCSI drives.
+
+ * include/winsock.h: Yorick Hardy <yh@metroweb.co.za>
+ Include sys/time.h for struct timeval definition.
+
+ * dlls/ntdll/signal_i386.c: Yorick Hardy <yh@metroweb.co.za>
+ Use SA_RESTART on NetBSD.
+
+ * programs/wineconsole/curses.c: Jukka Heinonen <jhei@iki.fi>
+ Wineconsole curses backend now works even if terminal is smaller than
+ console size. Cursor is no longer left into wrong location after
+ screen updates.
+
+ * dlls/ntdll/sync.c: Jukka Heinonen <jhei@iki.fi>
+ Timer routines must check for NULL timer name.
+
+ * programs/winhelp/Si.rc, programs/winhelp/Sk.rc,
+ programs/winhelp/hlpfile.c, programs/winhelp/winhelp.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - added some missing strings to resources
+ - made the decompression code a bit more pedantic to avoid crashes
+ - fixed startup without .HLP filename passed on command line
+ - passed a few more commands from remote applications to the macros
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/user.c,
+ dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/gl_api.h, dlls/ddraw/gl_private.h, dlls/ddraw/main.c,
+ dlls/ddraw/mesa_private.h:
+ Mike McCormack <mike@codeweavers.com>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Make DDraw not linked 'statically' to OpenGL.
+
+ * dlls/dinput/keyboard/main.c: Mark Westcott <mark@houseoffish.org>
+ DInput keyboard handling checks for incoming X11 events.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/errorinfo.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Preliminary support for COM apartments.
+
+ * dlls/d3d8/device.c, include/d3d8types.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fill in lots of unimplemented render states.
+
+2003-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/sound3d.c: Duane Clark <dclark@akamail.com>
+ Fix compile error.
+
+ * dlls/ntdll/heap.c, dlls/ntdll/ntdll_misc.h, include/thread.h,
+ include/winternl.h, loader/module.c, memory/heap.c,
+ programs/winedbg/winedbg.c, scheduler/thread.c:
+ Start to make use of the proper PEB structure for process
+ information.
+
+ * miscemu/main.c: Warning fix.
+
+ * dlls/kernel/kernel_main.c, win32/newfns.c:
+ Beep() is still needed in ntdll, move it back to some random file.
+
+ * miscemu/Makefile.in:
+ Added dependency on libntdll to make sure that everything links
+ properly.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Add 3d primary and secondary buffer tests.
+ Check reference count at object release.
+ Remove redundant cooperative level setting.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ - make parameter checking and error notification consistent
+ - propagate driver and local function errors where needed
+ - fix error returns where pointer is given for returned data
+ - add 3d listener to primary buffer when needed
+ - copy 3d part of buffer when duplicated
+ - fix bug when primary buffer is reopened with smaller buffer
+ - loosen requirements on caps data size check
+ - set caps for emulated mode based on actual driver caps
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/dsurface/fakezbuffer.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - remove fogging too when doing the flush of the frame buffer
+ - handle dest rect in the Blt DEPTH_FILL case
+ - fix QueryInterface on the D3D Device
+
+ * dlls/comctl32/listview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix listview custom draw notification for CDDS_ITEMPREPAINT and
+ CDDS_SUBITEMPREPAINT messages.
+
+ * dlls/ole32/dcom.h, dlls/ole32/dcom.idl:
+ Ove Kaaven <ovek@transgaming.com>
+ DCOM IDL file based on the DCOM specification.
+
+ * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpc_message.c,
+ dlls/rpcrt4/rpc_misc.h, dlls/rpcrt4/rpc_server.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Initial support for RPC call failures, by catching RPC server
+ exceptions and returning simple failure packets, and throwing
+ exceptions on the client side when unmarshalling the failure packet.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Avoid setting and resetting the same values when there are many
+ rectangles.
+
+ * dlls/comctl32/header.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Update ordering on insertion of an item.
+
+2003-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/shell32/Makefile.in,
+ dlls/shell32/memorystream.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shelllink.c, include/wine/obj_shelllink.h,
+ programs/Makefile.in, programs/winemenubuilder/.cvsignore,
+ programs/winemenubuilder/Makefile.in,
+ programs/winemenubuilder/winemenubuilder.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove code that starts wineshelllink, instead create a windows
+ compatible shortcut (*.lnk) file. After creating that file, start a
+ link processor (winemenubuilder) on it, which reads it back then calls
+ wineshelllink.
+ Rework CreateStreamFromFile to create an IStream object that is
+ writeable.
+
+ * libs/port/spawn.c:
+ Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE
+ handler before exec.
+
+ * include/module.h, loader/module.c, loader/ne/module.c:
+ Moved a couple of 16-bit module functions from to loader/ne/module.c.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/change.c, dlls/kernel/error16.c,
+ dlls/kernel/kernel_main.c, dlls/ntdll/Makefile.in, misc/error.c,
+ misc/main.c:
+ Moved misc/error.c to dlls/kernel/error16.c.
+ Get rid of misc/main.c.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/mfdrv/init.c, include/gdi.h, objects/gdiobj.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented GdiComment for enhanced metafiles.
+
+ * dlls/iphlpapi/ifenum.c:
+ Fixed wrong length argument in getInterfacePhysicalByName.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Inserting column zero should not modify the main item (spotted by
+ Robert Shearman).
+
+ * misc/cpu.c: Eric Anholt <eta@lclark.edu>
+ Added CPU detection for FreeBSD.
+
+ * dlls/kernel/tests/pipe.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid "might be used uninitialized" warning in exercizeServer().
+
+ * dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c:
+ Ove Kaaven <ovek@transgaming.com>
+ For RPC servers, don't deallocate the RPC request packet before the
+ RPC reply packet is sent, in case marshalling the reply needs any of
+ the request data.
+
+ * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Added semi-stub for NdrProxyErrorHandler.
+ Fixed a case of potential stack trashing.
+
+2003-05-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, loader/main.c, loader/task.c,
+ scheduler/process.c:
+ Moved all process initialisation code to process.c and removed
+ loader/main.c.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, include/winternl.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented NtQueryObject and NtSetInformationObject for the
+ ObjectDataInformation class.
+
+ * memory/global.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make the Global* memory API functions thread safe.
+
+ * dlls/x11drv/xvidmode.c: Carlos Lozano <clozano@andago.com>
+ Avoid printing an uninitialized buffer.
+
+ * dlls/ntdll/cdrom.c: Yorick Hardy <yh@metroweb.co.za>
+ Implement CDROM_ScsiPassThrough and CDROM_ScsiPassThroughDirect on
+ NetBSD.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/system.c,
+ dlls/ntdll/Makefile.in, memory/instr.c, misc/system.c:
+ Moved system.dll implementation to dlls/kernel.
+
+ * dlls/olecli/Makefile.in, dlls/olecli/olecli16.c,
+ dlls/olecli/olecli_main.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Win16/32 separation of olecli32.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/dsurface/fakezbuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Remove all openGL calls in execute buffers and use the Direct3D7 APIs.
+ Enable retrieving the render target surface of a device through its
+ QueryInterface method.
+ Avoid lights updating when a viewport and a device have not been
+ associated to them.
+ Clear the Z buffer only when we're asked to by Checking D3DBTL_FILL
+ flag.
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Added some long filename functions.
+
+ * configure, configure.ac, include/config.h.in, misc/cpu.c:
+ Yorick Hardy <yh@metroweb.co.za>
+ Implemented GetSystemInfo on NetBSD.
+
+ * dlls/kernel/sync.c, dlls/ntdll/Makefile.in,
+ include/wine/server_protocol.h, scheduler/pipe.c, server/Makefile.in,
+ server/pipe.c, server/protocol.def, server/request.h, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implement anonymous pipes on top of named pipes.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/mesa_private.h, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some tracing fixes
+ - flush the right buffer to the screen
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ No need to flush the surface back if last lock was a RO lock.
+
+ * dlls/kernel/sync.c, dlls/ntdll/Makefile.in, scheduler/timer.c:
+ Moved timer functions to dlls/kernel.
+
+ * dlls/oleaut32/oleaut.c: Ove Kaaven <ovek@transgaming.com>
+ Handle requests for CLSID_PSDispatch.
+
+ * dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cpsf.h,
+ dlls/rpcrt4/cstub.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed NdrDllRegisterProxy so it registers the key names that ole32
+ expects. Better debug traces (include name of interface).
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix bug in 'Blt DEPTH_FILL' override
+ - added a lock around the flushing of a surface to the frame buffer
+ - optimize texture loading my minimizing the cases where a conversion
+ needs to occur and also by reusing the allocated memory
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/sync.c,
+ include/wine/server_protocol.h, include/winternl.h,
+ scheduler/timer.c, server/protocol.def, server/timer.c,
+ server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented timer related functions in ntdll and make the kernel32
+ functions use them.
+
+ * dlls/kernel/tests/pipe.c: Use the trace macro for debugging output.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Have Lights and Clipplanes transformed properly.
+
+ * dlls/ntdll/loader.c, include/module.h, loader/module.c,
+ loader/ne/module.c, loader/pe_image.c:
+ Only create the 16-bit dummy module when we need really it.
+
+ * dlls/wineps/escape.c, dlls/wineps/init.c:
+ Huw Davies <huw@codeweavers.com>
+ Look up the printer's port in the registry if neither CreateDC or
+ StartDoc specify one.
+ Photoshop 7 has a bug that results in cbInput being 2 less than the
+ length of the string rather than 2 more. So use the WORD at
+ in_data[0] instead.
+
+ * dlls/wineps/init.c, dlls/wineps/ppd.c, dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ CUPS uses the ppd file to store the default paper size, so we'll read
+ it from here.
+ If the ppd doesn't contain an explicit resolution then default to
+ 300dpi.
+
+ * dlls/kernel/nls/*.nls, include/winnls.h:
+ Added value for default Unix codepage to all the locale definitions.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented "dereference" pointer flag.
+ Added NdrClearOutParameters stub.
+
+ * dlls/rpcrt4/ndr_ole.c: Ove Kaaven <ovek@transgaming.com>
+ Portability fix. Better debug messages (display IID of interface to
+ marshal).
+
+ * documentation/README.it:
+ Francesco Di Punzio <francesco_dipunzio@virgilio.it>
+ Italian translation of the README file.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - implement the TFACTOR texture stage state
+ - support Texture matrices
+ - various misc. clean-ups
+
+2003-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/dde/client.c, dlls/user/dde/dde_private.h,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c, dlls/user/message.c,
+ include/dde.h, include/ddeml.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Expect multiple DNS_ flags.
+ Partially implemented DdeEnableCallback.
+ Call a callback with XTYP_CONNECT_CONFIRM after an accepted
+ XTYP_CONNECT.
+ Added traces, clarify data types, other cosmetics.
+
+ * objects/font.c: Fixed return value of GetTextFaceA.
+
+ * objects/dc.c: Huw Davies <huw@codeweavers.com>
+ After we update the mapping mode reselect the current font back into
+ the dc so that its size is recalculated.
+
+ * dlls/wineps/ps.c: Huw Davies <huw@codeweavers.com>
+ Don't add spaces in the PostScript between every pixel - this made
+ debugging easier but results in an awful lot of whitespace being sent
+ to the printer.
+ Don't generate the %%Orientation DSC comment. The cups pstops filter
+ tries to rotate the image by 90degs when to it sees this comment.
+ Stop a crash if the document title is NULL.
+
+ * dlls/wineps/type1.c: Huw Davies <huw@codeweavers.com>
+ Reset the escapement back to zero before retrieving the outline (we're
+ already in a rotated coordinate system).
+
+ * dlls/wineps/text.c: Huw Davies <huw@codeweavers.com>
+ Fix handling of text align modes for rotated text.
+
+ * dlls/winspool/Makefile.in, dlls/winspool/info.c:
+ Huw Davies <huw@codeweavers.com>
+ Basic implementation of EnumPortsA: dump all the serial and printer
+ port names into a structure.
+
+ * programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/En.rc, programs/notepad/Es.rc,
+ programs/notepad/Fi.rc, programs/notepad/Fr.rc,
+ programs/notepad/Pt.rc, programs/notepad/Si.rc,
+ programs/notepad/Sk.rc, programs/notepad/Sw.rc,
+ programs/notepad/Wa.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Removed redundant LANGUAGE statements.
+
+ * programs/view/view.c: Mike McCormack <mike@codeweavers.com>
+ Fix an uninitialized buffer.
+
+ * scheduler/process.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix CreateProcess("c:\Program Files\hello.bat").
+
+ * windows/winproc.c: Huw Davies <huw@codeweavers.com>
+ We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the
+ resulting unicode string may be greater than 0xffff bytes.
+
+ * dlls/shell32/shlview.c: Aric Stewart <aric@codeweavers.com>
+ Make sure we find the drag and drop functions before calling them.
+
+ * dlls/user/tests/class.c, windows/class.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ GetClassInfo returns class atom on success.
+
+ * dlls/shell32/classes.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Handle SEE_MASK_CLASSKEY case for ShellExecute.
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Added stub for NetServerEnum.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dviewport.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added support for non-full screen viewports and clearing.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c:
+ Huw Davies <huw@codeweavers.com>
+ Implemented a few more device caps.
+
+ * dlls/kernel/tests/file.c: Ferenc Wagner <wferi@tba.elte.hu>
+ New _lcreat tests for filename ending in a slash and volume label
+ attribute.
+
+ * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in:
+ Yorick Hardy <yh@metroweb.co.za>
+ Added the implementation for CDROM_GetIdeInterface on NetBSD.
+
+ * dlls/oleaut32/safearray.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Use correct type of pointer in SafeArrayCreateVector to avoid memory
+ corruption. Add traces.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add a PIDL type For Network Provider.
+
+ * dlls/iphlpapi/iphlpapi_main.c: Pierre d'Herbemont <stegefin@free.fr>
+ Include arpa/nameser.h before resolv.h.
+
+ * controls/edit.c: Rein Klazes <rklazes@xs4all.nl>
+ Revert the WM_GETDLGCODE handling patch completely this time. It
+ breaks too much.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Move get current drive int21 function to winedos.
+ Fix spelling mistakes.
+ Add some drive handling helper routines.
+
+ * include/wine/obj_shellfolder.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix value of IID_IShellFolder2.
+
+ * dlls/ddraw/dsurface/dib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Better handling of pitch set to 0.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added RGB 32 surface locking (seems to work fine without resorting to
+ Alpha hacks).
+
+ * dlls/x11drv/winpos.c:
+ Make sure drawable_org is set correctly when using one of the parents
+ as drawable (found by Dmitry Timoshkov).
+
+ * dlls/x11drv/window.c:
+ Avoid the 'Below' stacking mode when changing Z order since many
+ window managers don't get it right.
+ Fix Z order synchronization for child windows (found by Dmitry
+ Timoshkov and Ulrich Czekalla).
+
+ * dlls/x11drv/event.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Mask out MWMO_WAITALL if only server queue handle was passed in.
+
+ * dlls/wineps/bitblt.c, dlls/wineps/bitmap.c, dlls/wineps/brush.c,
+ dlls/wineps/clipping.c, dlls/wineps/graphics.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/text.c:
+ Huw Davies <huw@codeweavers.com>
+ Rework clipping so that the PS clip path is only set just before any
+ graphics output event. Doing it this way means we don't ever need to
+ call initclip which is a Good Thing.
+
+ * files/dos_fs.c: Mike McCormack <mike@codeweavers.com>
+ Removed unnecessary casts.
+
+ * include/wingdi.h, objects/clipping.c, objects/region.c:
+ Huw Davies <huw@codeweavers.com>
+ GetRandomRgn(...,1) returns the current clipping rgn.
+ Moved GetRandomRgn and the MetaRgn functions to objects/clipping.c.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Restore MDI window in the case of disabled maximize button.
+
+ * windows/cursoricon.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Initialize hbmColor only for color icons in GetIconInfo.
+
+ * dlls/user/message.c, include/win.h, windows/win.c, windows/winpos.c:
+ Catch broadcast window handles in functions that are implemented using
+ SendMessage.
+
+ * dlls/user/user32.spec, windows/message.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented BroadcastSystemMessageW.
+
+ * dlls/shell32/shlexec.c: Aric Stewart <aric@codeweavers.com>
+ Added support for the %L escape.
+
+ * dlls/shell32/shellord.c, dlls/shell32/undocshell.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented ReadCabinetState and WriteCabinetState.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c,
+ dlls/setupapi/queue.c:
+ Aric Stewart <aric@codeweavers.com>
+ Respect the version SP_COPY flags when installing files.
+ Make GenInstall16 only copy files if the version is new or same.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Semi-correct implementation of OleMetafilePictFromIconAndLabel.
+
+ * dlls/gdi/enhmfdrv/bitblt.c, dlls/gdi/enhmfdrv/init.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented StretchDIBits in the EMF code.
+
+ * dlls/gdi/enhmfdrv/graphics.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some issues in EMFDRV_ExtTextOut.
+
+ * dlls/gdi/mfdrv/init.c: Huw Davies <huw@codeweavers.com>
+ Record escapes in metafiles.
+
+2003-05-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support for device surface locking.
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/resource.c, dlls/d3d8/shader.c, dlls/d3d8/stateblock.c,
+ dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+ dlls/d3d8/vshaderdeclaration.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - mor usefull debug functions debug_d3dusage and debug_d3ddevicetype
+ - fix a crash in pixel shader parser (happened with unreal2)
+ - currently desactive pixel shaders caps (with #define) while hw
+ shaders code isn't merged
+ - when we have a special debug channel for shader, use it ;)
+ - fix again some stubs return value
+ - more more readable traces now (principaly IDirect3D8 capacities
+ check and surface locking code) using new debug functions
+ - fix/cleaning the surface locking code
+ - now we support D3DTOP_SUBSTRACT so declare it in caps
+ - now support true 32bit (well X 24 bit can be used as 32 bit in caps
+ code)
+ - first try to get D3DTSS_TCI_CAMERASPACENORMAL and
+ D3DTSS_TCI_CAMERASPACEREFLECTIONVECTOR look good
+ - native support 32 bit support (now application can choose 16 or 32
+ bit support) if current resolution is 24 bit (as we can only launch
+ games in windowed mode)
+ - textures palettes support
+ - fix reflexion placement code (the sdk sample begin to work)
+ - fix a stupid crash when using traces in vshaderdeclaration
+ - more more readable traces (init/caps)
+ - more cubetextures fixes
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Silence some TRACEs to better spot real errors.
+
+ * dlls/oleaut32/variant.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Partial implementaion of VarBstrFromDec.
+
+2003-05-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/hook16.c, dlls/user/wnd16.c, loader/task.c,
+ windows/cursoricon.c:
+ Avoid using the MapHModule functions.
+
+ * dlls/kernel/kernel32.spec, dlls/user/user_main.c, loader/ne/module.c:
+ Call the user signal proc for exe modules too, to avoid duplicating
+ the module cleanup code.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/local16.c, memory/heap.c,
+ memory/local.c:
+ Moved most local heap functions to dlls/kernel.
+
+ * dlls/oleaut32/variant.c, include/wtypes.h, include/wtypes.idl:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed DECIMAL_SETZERO
+ Removed a workaround for the former problem.
+
+ * tools/wineinstall: Mike Hearn <mike@theoretic.com>
+ Silence error on non-redhat systems.
+
+ * tools/c2man.pl: Hans Leidekker <hans@it.vu.nl>
+ Force perl to use byte semantics.
+
+ * dlls/wininet/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ HTTP_HttpOpenRequestA: Calculate size from the right argument.
+
+ * graphics/bitblt.c: Jaekil Lee <Jaekil.Lee@efi.com>
+ Implement MaskBlt using BitBlt (adapted by Dimitrie O. Paun).
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Implement texture transform flags the best we can for now.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/atom.c, dlls/ntdll/Makefile.in,
+ memory/atom.c:
+ Moved atom functions to dlls/kernel.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fixed range checking on the number of lights.
+ Silence the fixmes.
+
+2003-05-15 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/comctl32/Makefile.in,
+ dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+ dlls/comctl32/tests/dpa.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ New comctl32 test directory and test case for DPA_Search.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DPA_Search: Handle DPAS_INSERTBEFORE on empty list.
+
+ * dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/wprocs.spec, dlls/ntdll/Makefile.in,
+ dlls/winedos/.cvsignore, dlls/winedos/Makefile.in,
+ dlls/winedos/vxd.c, dlls/winedos/wprocs.spec, msdos/vxd.c:
+ Moved vxd support to winedos.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Supply the correct box on the screen to be processed during the clear
+ call, using opengl coordinates, not directx coordinates.
+
+ * dlls/user/user.exe.spec, dlls/user/user16.c, include/module.h,
+ include/user.h, loader/ne/module.c, loader/ne/segment.c,
+ loader/task.c, scheduler/process.c, scheduler/thread.c,
+ windows/user.c:
+ Get rid of the 32-bit user signal proc since we always run builtin
+ USER now. Moved USER module cleanups to the 16-bit signal proc.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for VarBstrFromDec.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions too.
+
+ * files/file.c: Philip Mason <pmason@ricardo.com>
+ Force FILE_GetTempFileName to continue looking for new temp file name
+ if error returned from CreateFileW is ERROR_SHARING_VIOLATION.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Solved the transparency problem seen in the ClipMirror SDK sample
+ properly. Also a few tabs->spaces to correct formatting.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/memlockbytes.c,
+ dlls/ole32/memlockbytes16.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Separate Win16 and Win32 implementations in memlockbytes.
+
+ * dlls/iphlpapi/ipstats.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ In getTcpTable(), guard Linux-specific constants by #ifdef.
+
+ * dlls/winedos/int21.c: Thomas Mertes <thomas.mertes_at_gmx.at>
+ Implement file control block (FCB) functions:
+ INT21_OpenFileUsingFCB [0x0f],
+ INT21_CloseFileUsingFCB [0x10],
+ INT21_SequenialReadFromFCB [0x14],
+ INT21_SequenialWriteToFCB [0x15],
+ INT21_ReadRandomRecordFromFCB [0x21],
+ INT21_WriteRandomRecordToFCB [0x22],
+ INT21_RandomBlockReadFromFCB [0x27],
+ INT21_RandomBlockWriteToFCB [0x28].
+
+ * dlls/kernel/tests/pipe.c: Dan Kegel <dank@kegel.com>
+ More named pipes tests.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Explicitly clean generated symlinks.
+ Removed no longer needed install dependencies.
+
+ * dlls/kernel/sync.c, dlls/kernel/tests/pipe.c, dlls/ntdll/file.c,
+ include/wine/server_protocol.h, server/fd.c, server/file.c,
+ server/file.h, server/handle.c, server/named_pipe.c,
+ server/protocol.def, server/serial.c, server/trace.c:
+ Mike McCormack <mike@codeweavers.com>
+ - rewrite of the named pipe code
+ - allow NtFileFlushBuffers to wait
+ - allow DisconnectNamedPipe to invalidate client cached fd
+ - fix the pipe test now that one extra test passes
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/path.c, dlls/ntdll/rtl.c,
+ include/winternl.h, scheduler/process.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U,
+ RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one
+ partially as we can't test whether a path exists or not).
+
+ * dlls/imm32/imm.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix a null pointer crash in ImmGetOpenStatus.
+
+ * dlls/d3d8/cubetexture.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix compilation error reported by Stefan Leichter when using old
+ openGL headers.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Previous viewport fix only works for full screen applications as we
+ didn't change the back buffer size information until after copying the
+ presentation parameters, so when setting up the viewport the
+ backbufferwidth/height was 0. Moved the copy until after it has been
+ corrected.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Partial implementation of VarDecFromStr.
+
+ * controls/edit.c: Rein Klazes <rklazes@xs4all.nl>
+ Revert the previous patch for capturing keys in an edit-listbox combo.
+
+2003-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c, include/module.h, loader/pe_image.c,
+ scheduler/process.c, scheduler/thread.c:
+ Rewrote module TLS support and moved it to ntdll.
+
+ * dlls/ntdll/signal_i386.c, include/miscemu.h, memory/instr.c:
+ Made INSTR_EmulateInstruction return the exception code.
+ Don't allow intXX instructions from 32-bit code (based on a patch by
+ Jukka Heinonen).
+
+ * tools/winebuild/import.c:
+ Only print warning on nm failure because it fails on darwin if there
+ are no symbols (reported by Pierre d'Herbemont).
+
+ * dlls/winmm/winejack/Makefile.in: Marcus Meissner <meissner@suse.de>
+ winejack.drv.so needs -lwine_uuid too.
+
+ * dlls/d3d8/shader.c: Raphael Junqueira <fenix@club-internet.fr>
+ - new debug channel for shaders code 'd3d_shader'
+ - more debugging traces
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - declare a new debug chanel for vertex shaders
+ - some useful debug functions for textures format
+ - correct DrawPrimitive (RHW correctness and vshader RHW)
+ - more copyrects fixes (only two unimplemented behavior remain)
+ - fix GetFrontBuffer to get screenshots samples working
+ - add D3DCOLORTOGLFLOAT4 and use it
+ - first try of D3DRS_FOGTABLEMODE support
+
+ * dlls/d3d8/directx.c: Raphael Junqueira <fenix@club-internet.fr>
+ Declare that we can support cube textures now (currently only creation
+ is done).
+
+ * include/winuser.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add missing ENDSESSION_LOGOFF define.
+
+ * dlls/commdlg/printdlg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use SetDlgItemText instead of sending a WM_SETTEXT.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make sure the viewport is from the GL (bottom left) not the DirectX
+ (top left).
+
+2003-05-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c, dlls/ttydrv/dc.c,
+ graphics/x11drv/bitblt.c, graphics/x11drv/dib.c,
+ graphics/x11drv/graphics.c, graphics/x11drv/init.c,
+ graphics/x11drv/palette.c, include/gdi.h, objects/bitmap.c,
+ objects/dc.c, objects/gdiobj.c:
+ Use a different magic for memory DCs and get rid of the DC_MEMORY
+ flag.
+
+ * dlls/d3d8/volumetexture.c: Raphael Junqueira <fenix@club-internet.fr>
+ - moved loading code of volume texture to VolumeTexture::Preload as
+ done in Texture/CubeTexture
+ - fixed some stubs return values
+
+ * dlls/d3d8/cubetexture.c: Raphael Junqueira <fenix@club-internet.fr>
+ - cubetexture loading/preloading
+ - some stubs must return 0 (and non D3D_OK)
+ - fix IDirect3DCubeTexture8Impl::Get* (potentials CD)
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Properly support texture coordinate indexes.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make sure we advertize our capabilites correctly.
+
+ * dlls/kernel/tests/path.c: Make the test pass on NT4 too.
+
+ * dlls/d3d8/stateblock.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Initialize the tex coord index correctly.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ CopyRects needs to lock the area it is copying to (esp. if that area
+ is the back buffer, as locking/unlocking causes glread/draw pixels).
+
+ * dlls/d3d8/directx.c: Christian Costa <titan.costa@wanadoo.fr>
+ Mark some surface formats as not supported.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fix some sscanf cases and testcase to get wxtide32.exe running.
+
+ * dlls/user/exticon.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ PrivateExtractIcon* should search the path for the icon file.
+
+ * dlls/comctl32/toolbar.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Revert change for resizing buttons.
+
+ * dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #includes for non-Linux systems.
+
+ * tools/wineinstall: Mike Hearn <mike@theoretic.com>
+ Make sure prefix is actually honoured by configure.
+ Temporary hack for redhat users to enable NPTL.
+
+ * dlls/kernel/resource.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix an obvious typo in get_res_name. Spotted by Mike McCormack.
+
+ * dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/vartest.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make sure winsock.h gets included before stdlib.h.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/queue.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented SetMessageExtraInfo.
+
+ * dlls/kernel/tests/path.c: Francois Gouget <fgouget@codeweavers.com>
+ Added a test for GetLongPathNameA("c:").
+ Added a test for GetFullPathNameA("c:").
+ Fix a number of messages that referred to GetLongPathName instead of
+ GetFullPathName.
+
+ * dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in,
+ dlls/shdocvw/version.rc, dlls/winsock/.cvsignore,
+ dlls/winsock/Makefile.in, dlls/winsock/version.rc,
+ dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in,
+ dlls/wsock32/version.rc:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added version information.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Stub AddPortA.
+
+ * dlls/user/message.c: Mike McCormack <mike@codeweavers.com>
+ Fixed packing/unpacking of WM_WININICHANGE.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Partial implementation/stub of undocumented function shell32.256.
+
+ * dlls/shell32/shell32_main.c: Huw Davies <huw@codeweavers.com>
+ Pass correct pointer to CoCreateInstance in SHLoadInProc.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupx.spec:
+ Huw Davies <huw@codeweavers.com>
+ Implement a load of setupx Di* stubs.
+
+ * dlls/setupapi/install.c: Huw Davies <huw@codeweavers.com>
+ Use strtoulW instead of strtolW for DWORD conversion.
+
+ * dlls/oleaut32/typelib.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant ITypeLib2_AddRef's. Makes
+ LoadTypeLib/ITypeLib2_Release work.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added stub for OleDoAutoConvert.
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imm.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented a number of IMM functions.
+ Create a default HWND to process WM_IME messages.
+
+ * dlls/commdlg/filedlg.c: Huw Davies <huw@codeweavers.com>
+ Better handling of OFN_NOVALIDATE for win31 style file dialogs.
+
+ * dlls/comctl32/pager.c: Ulrich Czekalla <uczekalla@codeweavers.com>
+ Fixed bad non-client calculation.
+
+ * dlls/comctl32/datetime.c: Huw Davies <huw@codeweavers.com>
+ Fix DTM_SETSYSTEMTIME.
+ Make the show/hide button actually do something.
+ Add support for the 'yyyy' format.
+
+ * dlls/iphlpapi/ifenum.c: Fixed some string overflows.
+
+ * dlls/iphlpapi/.cvsignore: Added iphlpapi.spec.def.
+
+ * dlls/kernel/tests/pipe.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Make sure winsock.h gets included before stdlib.h.
+
+ * documentation/winelib-intro.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix a few style issues.
+
+ * tools/winedump/main.c, tools/winedump/pe.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Listed recently added sections' types (resource, tls) for dumping to
+ usage strings.
+ Fixed some header size testing.
+
+ * programs/wineconsole/registry.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Quiet some valgrind reports.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/console.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added a set of tests for the console API.
+
+ * dlls/kernel/console.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed console output for non wrapped mode.
+
+ * dlls/ntdll/tests/env.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Enhanced test for queries, added tests for expansion.
+
+ * dlls/ntdll/env.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented RtlExpandEnvironmentStrings_U and fixed an incorrect
+ behavior in RtlQueryEnvironmentString.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Ignore -mthreads, it's not needed in Unix.
+
+ * dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some stubs needed for Win98 explorer.exe.
+
+ * dlls/wsock32/Makefile.in, dlls/wsock32/socket.c,
+ dlls/wsock32/wscontrol.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Changed wsock32 to use the new iphlpapi for interface and route
+ enumeration in WsControl.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/socket.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
+ corrects iiFlags entry in the returned interface list.
+
+ * programs/winedbg/gdbproxy.c: Use int instead of socklen_t.
+
+ * controls/edit.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix problem with capturing [return] keys in multi-line edits.
+
+ * dlls/comctl32/toolbar.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Get rid of direct ImageList access hacks.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ Rearrange members of HIMAGELIST to match Windows.
+ Reuse image and mask DCs.
+
+ * dlls/ntdll/signal_powerpc.c: Pierre d'Herbemont <stegefin@free.fr>
+ - Save more registers (exception, float...) if they are defined.
+ - Add Mac OS X signal support.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/iphlpapi/.cvsignore,
+ dlls/iphlpapi/Makefile.in, dlls/iphlpapi/ifenum.c,
+ dlls/iphlpapi/ifenum.h, dlls/iphlpapi/iphlpapi.spec,
+ dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+ dlls/iphlpapi/ipstats.h, include/Makefile.in, include/config.h.in,
+ include/ipexport.h, include/iphlpapi.h, include/ipifcons.h,
+ include/iprtrmib.h, include/iptypes.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Added an implementation of iphlpapi.dll; most Get* functions
+ introduced through Win98 are included.
+
+ * dlls/kernel/kernel_main.c, scheduler/sysdeps.c, scheduler/thread.c:
+ Allocate/free the 16-bit thread stack in the kernel dll init routine.
+
+ * dlls/gdi/printdrv.c:
+ Reset signal handlers when starting child process.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/api.c,
+ dlls/avifil32/avifile.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/dplayx/name_server.c, dlls/kernel/tests/path.c,
+ dlls/msvcrt/except.c, dlls/ntdll/rtlbitmap.c, dlls/ole32/compobj.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/ftmarshal.c,
+ dlls/ole32/marshal.c, dlls/ole32/oleproxy.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/usrmarshal.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/rpcrt4/rpcss_np_client.c, dlls/setupapi/setupapi.rc,
+ dlls/shell32/shres.rc, dlls/shlwapi/path.c,
+ documentation/documentation.sgml, documentation/porting.sgml,
+ documentation/winelib-porting.sgml, graphics/painting.c,
+ msdos/ppdev.c, programs/rpcss/rpcss_main.c, tools/c2man.pl:
+ Francois Gouget <fgouget@free.fr>
+ Fix miscellaneous spelling errors and typos.
+
+ * include/winsock.h, include/winsock2.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add prototype for __WSAFDIsSet. Fix syntax error.
+
+ * dlls/ole32/ole2stubs.c, include/objidl.h, include/objidl.idl:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Implement a few more cases in PropVariantClear.
+ - Partially implement PropVariantCopy.
+ - Implement FreePropVariantArray.
+
+ * documentation/samples/config: Marcus Meissner <meissner@suse.de>
+ Added 2 more InstallShield temporary exes for Desktop Mode.
+
+ * dlls/kernel/wowthunk.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Support 14 and 15 arguments in WOW_CallProc32W16.
+
+ * dlls/comctl32/listview.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix use of freed memory.
+
+ * dlls/msvcrt/tests/file.c, dlls/shlwapi/tests/path.c:
+ Francois Gouget <fgouget@free.fr>
+ Change the #include order so the test compiles with the MSVC headers.
+ Fix a few signed/unsigned warnings.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ library/Makefile.in and unicode/Makefile.in don't exist anymore.
+
+ * misc/main.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Small debug channel cleanup.
+
+ * dlls/ntdll/loader.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix NULL pointer error when displaying error message about missing
+ forwarded export.
+
+2003-05-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user32.spec:
+ Commented out the new win98 exports, they are causing trouble.
+
+ * dlls/ntdll/ntdll.spec: Aric Stewart <aric@codeweavers.com>
+ RtlUnicodeToMultiByteSize argument is not a null terminated string,
+ use 'ptr'.
+
+ * dlls/ntdll/heap.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added missing return in HEAP_ValidateInUseArena.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/msvcrt.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented _wfullpath.
+
+ * dlls/mpr/pwcache.c: Aric Stewart <aric@codeweavers.com>
+ Better error return values from stub functions.
+
+ * dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added stub for DllCanUnloadNow.
+
+ * dlls/kernel/sync.c: Aric Stewart <aric@codeweavers.com>
+ Ignore requested access rights when emulated version is not NT.
+
+ * dlls/gdi/mfdrv/graphics.c: Warren Baird <Warren_Baird@cimmetry.com>
+ Fix the PolyPolygon function so it really generates a polypolygon and
+ not multiple sets of polygons.
+
+ * dlls/gdi/printdrv.c: Huw Davies <huw@codeweavers.com>
+ Allow the cups port to be redirectable. This gives us the option of
+ piping the PostScript through something before it gets sent to the
+ printer (like we can already do for non-cups systems).
+
+ * dlls/ctl3d/ctl3d32.c, dlls/ctl3d/ctl3d32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added ordinals to ctl3d32.dll, MyODBC references it by ordinal.
+
+ * controls/combo.c, controls/edit.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added handling of WM_IME_CHAR.
+
+ * controls/static.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added definition of SS_USERITEM.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, include/wincrypt.h:
+ Mike McCormack <mike@codeweavers.com>
+ Added stubs for CertSaveStore and CertEnumCertificatesInStore.
+
+ * dlls/comctl32/monthcal.c: Huw Davies <huw@codeweavers.com>
+ Fixed a possible memory corruption.
+ Fixed a memory leak.
+
+ * controls/menu.c: Don't track the system menu for managed windows.
+
+ * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+ dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - surface pool init fixes
+ - minor indentation and traces fixes
+ - fix locking/unlocking/dirty behavior (dirtify on lock) +
+ optimisations (only copy when dirty)
+ - fix IDirect3DDevice8::Clear behavior (problem seen after a
+ locking/unlocking code error)
+ - begin to fix volume and cube textures management
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/direct3d/main.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - separate geometry tracing in a new debug channel (ddraw_geom)
+ - added handling for some new texturing ops
+ - prepare for addition of multi-texturing
+ - another way to fix the device enumeration for the reference device
+ - fix compilation with some glext.h files
+ - fix a bug in one texture conversion function
+ - added new texture format (but still texturing problems in 3DMark2000)
+
+ * dlls/wsock32/wscontrol.h: Pierre d'Herbemont <stegefin@free.fr>
+ Undef if_type, if_mtu and if_lastchange for darwin.
+
+ * server/context_powerpc.c: Pierre d'Herbemont <stegefin@free.fr>
+ Add support for Darwin's ptrace.
+
+2003-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/ddraw/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Initialize the dwMipmapCount field even if the application forgets it.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added mipmapping support
+ - added locking for concurrent access to the D3D device
+ - improved tracing
+ - added support for most texture combine stages (inspired by the D3D8
+ code)
+ - disable current lock / unlock code pending proper solution
+
+ * dlls/comctl32/listview.c: Stephan Beuze <fbiggun@hotmail.com>
+ Implemented Get/SetToolTips functions.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/commctrl.c:
+ Ordinals 410-413 are the window subclassing functions.
+
+ * documentation/wine-faq.sgml:
+ Store the HTML into index.html like for the other docs.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/indexbuffer.c, dlls/d3d8/resource.c,
+ dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/swapchain.c,
+ dlls/d3d8/vertexbuffer.c, dlls/d3d8/volume.c,
+ dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - minor COM fixes (fixes some crashes on stupid games)
+ - minor indentation changes
+ - fix SELECTARG2 behavior (with help from Lionel Ulmer)
+ - surface locking/unlocking (only rendering and textures surfaces
+ supported now)
+ - beginning of Target/Front surface support
+ - try to get D3DTOP_SELECTARG_* working
+ - implemented D3DTOP_SUBTRACT: currently only if OpenGL1.3 is used, we
+ have to use GL_SUBTRACT_ARB for other versions
+
+ * dlls/gdi/gdi32.spec, objects/dc.c:
+ Added partial stub for GetTransform.
+
+ * dlls/shell32/shlfileop.c: Mike McCormack <mike@codeweavers.com>
+ Clean up SHFileOperationA/W debugging a little.
+
+ * dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Stop wavemap lookup if a device isn't functional (spotted by Lionel
+ Ulmer).
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Make read from stdin use buffered input code and redirect stderr to
+ console.
+
+ * msdos/ioports.c: Jukka Heinonen <jhei@iki.fi>
+ Make ioport instruction emulation call winedos handlers.
+
+ * windows/queue.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Poll X events in GetInputState the same way as in GetQueueStatus.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix custom draw for item 0.
+
+ * dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Enable branch forward operation in execute buffer.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Put the device name string on the stack during devices enumeration.
+ Disable reference enumeration.
+
+ * controls/edit.c: Christian Costa <titan.costa@wanadoo.fr>
+ Add missing ReleaseDC in EDIT_BuildLineDefs_ML.
+
+ * objects/metafile.c: Huw Davies <huw@codeweavers.com>
+ Playback escapes in metafiles.
+
+ * dlls/ntdll/ntdll.spec, dlls/oleaut32/oleaut32.spec:
+ Removed unnecessary function link names.
+
+ * Makefile.in: Remove libs/Makelib.rules on distclean.
+
+ * dlls/gdi/gdi32.spec, objects/dc.c: Huw Davies <huw@codeweavers.com>
+ Added stub for SetVirtualResolution.
+
+ * dlls/x11drv/scroll.c, windows/scroll.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ We should pass the callers client-area rect and clip rect to x11drv
+ otherwise we'll fail to scroll all children.
+
+ * dlls/winmm/winmm.c: Avoid local WINAPI function pointers.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented InternetSetOptionExA/W.
+
+ * dlls/user/painting.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the logic for setting the lps->fErase flag in BeginPaint.
+
+ * dlls/user/message.c, windows/winproc.c:
+ Added A<->W mappings for WM_IME_CHAR.
+
+ * memory/global.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect GlobalLock from bad pointers.
+
+ * libs/unicode/wctomb.c:
+ Handle overlapping buffers properly in wcstombs_sbcs (spotted by
+ Dmitry Timoshkov).
+
+ * graphics/x11drv/clipping.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Don't delete region until after we're done with it.
+
+ * objects/clipping.c: Ulrich Czekalla <uczekalla@codeweavers.com>
+ Return value of ExtSelectClipRgn should consider visible region.
+
+ * graphics/mapping.c, objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make SetMapMode set default window and viewport extents as in
+ Windows.
+
+ * programs/wcmd/wcmdmain.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix handling of wcmd /c "c:\Program Files\hello.bat".
+ Make /c and /k effectively exclusive, like the real cmd does.
+ Fix handling of /q: it's compatible with /c and /k.
+ Added compatibility with /t /x and /y, just ignore them.
+
+ * programs/winepath/winepath.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Reset the result buffer after each argument.
+
+ * server/fd.c:
+ Ignore locking failures caused by missing NFS locking daemon.
+ Handle EINVAL the same way as EOVERFLOW.
+
+ * windows/msgbox.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Ignore high word of wParam when handling WM_COMMAND in the MessageBox
+ proc.
+
+ * windows/input.c: Dusan Lacko <dlacko@codeweavers.com>
+ Fix ALT context bit for WM_KEYDOWN/UP.
+
+ * windows/dialog.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Windows treats dialog control class ids 0-5 same way as 0x80-0x85.
+
+ * dlls/user/dialog16.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not abort dialog creation if DS_NOFAILCREATE allows to continue.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Added RasEnumEntriesW stub.
+
+ * dlls/ole32/ole2stubs.c, dlls/ole32/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
+
+ * dlls/commdlg/filedlg95.c: Mike McCormack <mike@codeweavers.com>
+ Fill the filedialog95 controls before sending a CDN_INITDONE
+ notification.
+
+ * dlls/comctl32/progress.c: Huw Davies <huw@codeweavers.com>
+ Invalidate the window when the range is changed.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stubs for AccessCheckAndAuditAlarmA/W.
+
+2003-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20030508.
+
+----------------------------------------------------------------
+2003-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/unicode/utf8.c:
+ Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - only enumerate 32 bpp ARGB texture format and remove RGBA one
+ - add support for 32 bpp ARGB texture format
+
+ * scheduler/sysdeps.c: Adam Gundy <arg@cyberscience.com>
+ writejump() needs to tell valgrind which piece of code has been
+ modified.
+
+ * dlls/msvcrt/file.c: Adam Gundy <arg@cyberscience.com>
+ _open_osfhandle is expected to take the absence of either _O_TEXT or
+ _O_BINARY to mean _O_BINARY.
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Disable some 'classic' debug traces (avoid useless flood of traces
+ while debugging games).
+ - Fix the texture size caps using GL_MAX_TEXTURE_SIZE.
+
+ * dlls/oleaut32/olepicture.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix scanline size in OLEPictureImpl_Load for jpeg
+ - Convert from RGB to BGR according to BITMAPINFOHEADER
+ documentation.
+
+ * controls/button.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Correctly fill the background of a checkbox button.
+
+ * dlls/ntdll/loader.c, include/module.h, include/winternl.h,
+ loader/pe_image.c:
+ Added support for calling the TLS callback functions.
+
+ * tools/winedump/pe.c: Added dumping of the TLS directory.
+
+ * dlls/ntdll/virtual.c:
+ Fixed wrong file offset used when mapping the import directory from a
+ shared section.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/shader.c, dlls/d3d8/texture.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Move texture loading into PreLoad for 2D textures (needs doing for
+ the others as well), and call when needed as well.
+ - Change D3DFMT_R5G6B5 handling to make backdrop of Max Payne appear.
+ - Add code to reject attempts to use invalid texture units (Max Payne
+ did this a lot).
+ - ValidateDevice fixme silenced as harmless but occurs frequently.
+ - Add trace which can be compiled in to debug vertex shaders, and
+ correct fixmes and dprintf's into appropriate trace statements.
+ - Ensure we trace what we return when querying the device caps.
+ - Correct bug with negative numbers in vertex shader code.
+
+ * include/winnt.h: Pierre d'Herbemont <stegefin@free.fr>
+ Add Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure.
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/env.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added environment tests.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/env.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/rtl.c, include/winternl.h,
+ scheduler/process.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented a bunch of environment related NTDLL APIs.
+
+2003-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/resource.c: Added NONAMELESSUNION/STRUCT defines.
+
+ * server/context_i386.c: Fixed typo in return value of tkill().
+
+ * dlls/kernel/resource.c, dlls/ntdll/Makefile.in,
+ dlls/ntdll/resource.c, include/winbase.h, include/winternl.h,
+ loader/pe_resource.c:
+ Moved the EnumResource* functions to the kernel dll, and fixed their
+ prototypes.
+
+ * dlls/kernel/format_msg.c:
+ Use RtlFindMessage to load message resources.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec,
+ dlls/opengl32/wgl.c, dlls/opengl32/wgl.h:
+ Michael Schlüter <michael@johalla.de>
+ Added wglGetExtensionsStringARB.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Add scrolling support for VGA text mode.
+
+2003-05-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/virtual.c:
+ Added comment about why changing ADDRESS_SPACE_LIMIT is wrong.
+
+ * dlls/ntdll/signal_i386.c:
+ Added support for retrieving page fault address on Solaris (based on a
+ patch by Robert Lunnon).
+
+ * configure, configure.ac:
+ In assembler check, try to use gas first (based on a patch by Robert
+ Lunnon).
+
+ * dlls/shell32/shelllink.c: Robert Lunnon <bob@yarrabee.net.au>
+ Eliminate segfault due to NULL This->sIcoPath.
+
+ * documentation/configuring.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Mention the necessary configuration file header.
+
+ * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in,
+ programs/winhelp/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make it easy to use something other than wrc to compile resources.
+
+ * dlls/ntdll/tests/rtlstr.c: Thomas Mertes <thomas.mertes@gmx.at>
+ Tests for RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
+ RtlInitUnicodeStringEx.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/winternl.h:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Implement RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
+ RtlInitUnicodeStringEx.
+ Documentation updates for RtlInitAnsiString, RtlInitString,
+ RtlInitUnicodeString, RtlAnsiStringToUnicodeString and
+ RtlOemStringToUnicodeString.
+
+ * dlls/winmm/wineoss/midi.c: Marcus Meissner <meissner@suse.de>
+ Added include <errno.h>.
+
+ * controls/edit.c: Achim Kaiser <mail1@kaisersite.de>
+ Take font metrics into account for EC_USEFONTINFO margins.
+
+ * server/ptrace.c:
+ Fixed a couple of races with exiting threads in suspend_for_ptrace().
+
+ * dlls/kernel/sync.c:
+ Fixed return value of CreateNamedPipe (spotted by Mike McCormack).
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for MultiplyTransform (helps make the SkimmedMesh SDK
+ sample look better).
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add the beginnings of support for texture coordinates.
+
+ * dlls/dpnhpast/main.c: Marcus Meissner <meissner@suse.de>
+ Fix return code of DPNHPAST_DllGetClassObject stub.
+
+ * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_port.c, dlls/dmusic/dmusic_private.h:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ - implemented some more port related-functions
+ - fixed warnings (reported by Gerald Pfeifer)
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Report errors to applications when illegal dates are passed to set
+ system date call (required by many installation checks).
+
+2003-05-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/avifile_Ru.rc, dlls/avifil32/rsrc.rc,
+ dlls/comctl32/comctl_Ru.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Ru.rc, dlls/msvideo/msrle32/msrle_Ru.rc,
+ dlls/msvideo/msrle32/rsrc.rc, dlls/shell32/shell32_Ru.rc,
+ dlls/user/resources/user32_Ru.rc, programs/clock/Ru.rc,
+ programs/clock/rsrc.rc, programs/notepad/Ru.rc,
+ programs/notepad/rsrc.rc, programs/progman/Ru.rc,
+ programs/progman/rsrc.rc, programs/start/Ru.rc,
+ programs/start/rsrc.rc, programs/wineconsole/wineconsole_Ru.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Ru.rc,
+ programs/winefile/rsrc.rc, programs/winhelp/Ru.rc,
+ programs/winhelp/rsrc.rc:
+ Igor Stepin <is@xtm.ru>
+ Added a lot of Russian translations.
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c:
+ Mike Hearn <m.hearn@signal.qinetiq.com>
+ Support _NET_WM_PING protocol so the WM can detect freezes.
+
+ * libs/port/interlocked.c: Pierre d'Herbemont <stegefin@free.fr>
+ Add register preservation when using lawrx instruction.
+ Fix ';' ending to '\n' ending for a better compatibility with darwin.
+
+ * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_loader.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_performance.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Dmusic class factory can now create dmloader8 and dmperformance8.
+
+ * dlls/winedos/dosvm.c: Marcus Meissner <meissner@suse.de>
+ Fixed non-x86 DOSVM_Wait prototype.
+
+ * dlls/ntdll/signal_powerpc.c: Marcus Meissner <meissner@suse.de>
+ Fixed powerpc compile.
+
+ * dlls/dsound/dsound_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Give the right ids to the DirectSoundCreate8 function (thanks to
+ Robert Reif).
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Actually set the GL context before doing any GL calls.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/time.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added SetSystemTimeAdjustment stub.
+
+2003-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/stabs.c:
+ Added dummy read_elf_info for the non-ELF case (reported by Steven
+ Edwards).
+
+ * dlls/user/keyboard.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some stubs.
+
+ * dlls/dsound/mixer.c, dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Move all tests to outside the loop when setting volume.
+ Add traces to functions.
+
+ * dlls/dsound/dsound_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - misc. tracing fixes
+ - handle IID_IDirectSound(8) as the default sound driver
+
+ * dlls/dmusic/Makefile.in, dlls/dmusic/dmusic.c,
+ dlls/dmusic/dmusic_private.h, winedefault.reg:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Implemented DirectMusic:EnumPort and DirectMusic:GetDefaultPort.
+
+ * server/semaphore.c: Removed no longer correct assertion.
+
+ * misc/registry.c: Removed useless check for registry file version.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Reversed relationship between buffers and notifies.
+ Fixed notify reuse bug.
+ Minor documentation and error message cleanup.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Added driver property set implementation.
+ Fixed notify release bug.
+
+ * dlls/comctl32/treeview.c: Adam Gundy <arg@cyberscience.com>
+ When items are inserted in a partially populated treeview, the first
+ visible item was not correctly updated.
+ The first visible item was sometimes used to calculate the location of
+ other items when it had been freed.
+
+ * dlls/comctl32/listview.c, include/commctrl.h:
+ Adam Gundy <arg@cyberscience.com>
+ Check the mask flags in the item structure to determine how much
+ memory to read/write.
+
+ * dlls/winedos/devices.c, dlls/winedos/dosexe.h, dlls/winedos/dosvm.c,
+ dlls/winedos/int16.c, dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove obsolete code from DOSVM_Wait.
+ Prepare DOSVM_Wait for handling nested interrupts in both real and
+ protected mode.
+ Provide temporary workaround for keyboard related deadlock.
+
+ * dlls/winedos/int31.c: Jukka Heinonen <jhei@iki.fi>
+ Report correct IRQ bases to DPMI applications.
+ Make int31 print more tracing information.
+
+ * dlls/winedos/module.c, programs/winevdm/winevdm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Fix argument passing to DOS program from winevdm.
+ Add support for invoking DOS programs with long command lines.
+
+ * documentation/faq.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove stale links from the FAQ.
+
+ * dlls/user/user32.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added missing Win98 user32.dll function exports entries.
+
+ * documentation/introduction.sgml, documentation/running.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - improve intro text
+ - describe alternatives to Wine
+
+ * documentation/HOWTO-winelib: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove some obsolete and/or redundant info.
+
+2003-05-01 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, configure, configure.ac, include/wine/wpp.h,
+ libs/Makefile.in, libs/wpp/.cvsignore, libs/wpp/Makefile.in,
+ libs/wpp/ppl.l, libs/wpp/ppy.y, libs/wpp/preproc.c, libs/wpp/wpp.c,
+ libs/wpp/wpp_private.h, tools/Makefile.in, tools/widl/Makefile.in,
+ tools/widl/parser.l, tools/widl/widl.c, tools/winewrapper,
+ tools/wrc/Makefile.in, tools/wrc/parser.y, tools/wrc/wrc.c:
+ Moved the wpp library from tools/ to libs/.
+ Create symlinks to the various libraries in the libs directory.
+
+ * configure, configure.ac, libs/.cvsignore, libs/Makelib.rules.in,
+ libs/unicode/Makefile.in, libs/wine/Makefile.in:
+ Moved rules for building shared libraries into a global Makelib.rules
+ file.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c, include/winternl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce,
+ RtlAddAce, RtlValidAcl.
+ - Added the corresponding functions in advapi32.
+ - Grouped the ACL functions in advapi32.
+
+ * documentation/wine.conf.man:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Application specific settings are also supported for dsound and
+ version sections.
+
+ * programs/winefile/winefile.c: Igor Stepin <is@xtm.ru>
+ Changed font charset from ANSI to DEFAULT_CHARSET.
+
+2003-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/animate.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Change return code comparison in AVI control (from patch by
+ stanleyg76@yahoo.com).
+
+ * documentation/samples/system.ini:
+ Mike Hearn <m.hearn@signal.qinetiq.com>
+ Add default codec entry (from patch by stanleyg76@yahoo.com).
+
+ * controls/button.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix some indentation problems.
+ - Handle correctly the alignement of the checkboxes if the
+ BS_TOP/BS_BOTTOM flags are set.
+
+ * dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Avoid calling Win32 resource functions on 16-bit modules.
+
+ * miscemu/Makefile.in:
+ We still need to link against ntdll until the pthread stuff is fixed
+ properly.
+
+ * dlls/lzexpand/lzexpand16.c, dlls/lzexpand/lzexpand_main.c,
+ dlls/version/resource.c, include/lzexpand.h:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fix for building lzexpand with Mingw or MS_VC++ includes
+
+ * libs/wine/wine.def: Added wine_init.
+
+ * dlls/ntdll/resource.c:
+ Fixed typo in last minute change (spotted by Gerald Pfeifer).
+
+ * dlls/kernel/Makefile.in, dlls/kernel/resource.c,
+ dlls/kernel/resource16.c, dlls/ntdll/Makefile.in, if1632/builtin.c,
+ include/module.h, loader/ne/convert.c, loader/ne/module.c,
+ loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
+ Moved most of the kernel resource APIs to dlls/kernel.
+
+ * dlls/user/painting.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Protect BeginPaint and EndPaint from lps being NULL.
+
+ * dlls/comctl32/tab.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix bounding rectangle computation for an ownerdraw tab.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Generate custom draw notifications for ownerdraw listviews (based on a
+ patch by Maxime Bellengé).
+ Reorganize the custom draw code for better reuse.
+
+ * dlls/netapi32/tests/wksta.c, dlls/netapi32/wksta.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Better API compliance and test case for NetWkstaTransportEnum.
+
+2003-04-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/locale.c, dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/resource.c, include/winternl.h:
+ Implemented ntdll resource functions.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed a problem where OSS trigger support is inconsistent.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c,
+ dlls/commdlg/printdlg.c:
+ Get rid of the COMMDLG_hInstance variables.
+
+ * dlls/dsound/dsound_main.c, dlls/dsound/propset.c,
+ include/Makefile.in, include/dsconf.h, libs/uuid/dxguid.c:
+ Robert Reif <reif@earthlink.net>
+ Added partial property set support which is used by dxdiag.exe.
+
+ * dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Added driver notify implementation.
+
+ * dlls/dinput/device.c: Christian Costa <titan.costa@wanadoo.fr>
+ Small fix in IDirectInputDevice2Impl_QueryInterface.
+
+ * windows/cursoricon.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix some indentation.
+ - Fix the loading of icon resources.
+
+ * dlls/d3d8/d3d8_private.h: Christian Costa <titan.costa@wanadoo.fr>
+ Reserve space for 16 streams in the stateblock.
+
+ * dlls/dinput/dinput_main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Enable creation of DirectInput objects trough CoCreateInstance.
+
+2003-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/module.c: Fixed non-MZ case broken by previous patch.
+
+ * programs/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Install winevdm.
+
+ * objects/font.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved (stub) implementation of GetKerningPairs from ascii to unicode.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Indentation fixes.
+
+ * dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Some UrlCache stubs.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added GetPrintProcessorDirectoryA stub.
+
+ * dlls/comctl32/tab.c: Stephan BEUZE <fbiggun@hotmail.com>
+ Implemented message TCM_SETPADDING with the Dimitri's advice.
+
+ * configure, configure.ac, dlls/winedos/module.c,
+ dlls/winedos/winedos.spec, include/callback.h, libs/wine/loader.c,
+ loader/ne/module.c, loader/task.c, miscemu/.cvsignore,
+ miscemu/Makefile.in, miscemu/main.c, msdos/dpmi.c,
+ programs/Makefile.in, programs/winevdm/.cvsignore,
+ programs/winevdm/Makefile.in, programs/winevdm/winevdm.c,
+ scheduler/process.c:
+ Moved the functionality of starting Win16 and DOS programs from the
+ common process startup into a separate winevdm application.
+
+ * dlls/oleaut32/usrmarshal.c: Added NONAMELESSUNION/STRUCT defines.
+
+ * loader/loadorder.c:
+ Silently ignore 'so' loadorder in the config file instead of
+ displaying an error.
+
+ * dlls/winmm/winealsa/audio.c:
+ Make sure that snd_pcm_open returned a valid handle before using it.
+
+ * dlls/winmm/winearts/Makefile.in, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/Makefile.in, dlls/winmm/winenas/audio.c:
+ Jerry Ji <JerryJz@hotmail.com>
+ The missing part of multiple device support for winearts, wineaudioio,
+ winejack and winenas.
+
+ * dlls/dmusic/Makefile.in, dlls/dmusic/dmusic.c,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_private.h:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Some dmusic functions implementation.
+
+ * programs/winecfg/Makefile.in, programs/winecfg/winecfg.c:
+ Matthew Davison <m.davison@virgin.net>
+ Added some registry-loading code.
+
+ * controls/edit.c: Brad Campbell <brad@seme.com.au>
+ EM_REPLACESTR was not respecting buffer_limit.
+
+ * win32/except.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Removed W->A calls from FatalAppExitW.
+
+ * dlls/comctl32/trackbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix the computation of the trackbar's size.
+
+2003-04-26 Alexandre Julliard <julliard@winehq.com>
+
+ * server/ptrace.c:
+ Properly handle the wait4 syscall failure on kernels that don't
+ support the __WALL flag.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpcrt4.spec:
+ Added a few stubs needed by the generated oaidl_p.c.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oaidl_p.c,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/usrmarshal.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Preliminary implementation of proper IDispatch marshalling.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Many typo fixes and case fixes.
+ Rephrased things here and there.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/listbox.c:
+ Ferenc Wagner <wferi@tba.elte.hu>
+ Added listbox test.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed bug caused by OSS inconsistent trigger operation on different
+ hardware.
+
+ * dlls/comctl32/trackbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Remove the sending of NM_TOOLTIPSCREATED which is non existent under
+ Windows during the creation of the trackbar.
+
+ * winedefault.reg: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added dmusic registry entries.
+
+ * dlls/kernel/nls/nld.nls: Hans Leidekker <hans@it.vu.nl>
+ Dutch localisation of language group names.
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix some typos and a memory leak in SHFileOperationA.
+
+2003-04-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/directx.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/opengl32/wgl.c, dlls/x11drv/x11drv.h, include/x11drv.h:
+ Moved x11drv.h to dlls/x11drv.
+
+ * dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, files/file.c,
+ include/winternl.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't change to ttydrv to install registry, regedit doesn't use X.
+ Make sure the current dir is mapped in DOS.
+
+ * dlls/user/user32.spec, dlls/user/user_main.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xvidmode.c, include/user.h,
+ include/winuser.h, windows/user.c:
+ Alex Pasadyn <ajp@mail.utexas.edu>
+ Implemented EnumDisplaySettings* and ChangeDisplaySettings*.
+
+2003-04-21 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/user/Makefile.in, include/Makefile.in, miscemu/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+ Removed no longer needed uses of LDPATH.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Only reapply the world, view or projection transform changes if we
+ really have to.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ MIRROR_ARB support is not dependent on OpenGL 1.3 as I originally
+ ifdef'ed. It is apparently introduced fully in 1.4, or dependent on
+ another ifdef, GL_ARB_texture_mirrored_repeat.
+
+ * tools/winebuild/Makefile.in, tools/winebuild/res32.c:
+ Resource names don't need a case-sensitive comparison; this avoids
+ depending on libwine_unicode.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Dan Wolf <djwolf@realitywave.com>
+ Implemented a stub for DetectAutoProxyUrl.
+
+ * dlls/ntdll/Makefile.in, dlls/winedos/Makefile.in,
+ dlls/winedos/dosconf.c, dlls/winedos/dosexe.h, dlls/winedos/int21.c,
+ include/miscemu.h, include/msdos.h, msdos/dosconf.c, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Moved dosconf.c to winedos.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Don't reapply all the texture states if the texture we are replacing
+ is the same as the texture there already and the texture is not
+ 'dirty'.
+
+ * Make.rules.in, configure, configure.ac, dlls/Maketest.rules.in:
+ Support resources in cross-compiled tests.
+
+ * dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Localization of the new language group strings.
+
+ * documentation/documentation.sgml:
+ Dimitrie O. Paun <dimi@intelliware.ca>
+ Remove references to obsolete files.
+
+ * dlls/d3d8/indexbuffer.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Silence index buffer lock + offset fixme to a trace because the
+ behaviour under that scenario works.
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ DOT3 isn't there on earlier opengl versions.
+
+2003-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h:
+ Check for struct option independently of the getopt_long check.
+
+ * scheduler/client.c:
+ Set SA_NOCLDWAIT in the SIGCHLD sigaction to avoid zombies.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ When a game requests fullscreen, make its window the dimensions
+ requested. Ideally this should be followed by making the screen that
+ resolution, but this suffices for now.
+
+ * misc/version.c, scheduler/process.c:
+ Explicitly call VERSION_Init with the main exe file name, so that
+ application settings work for Win16 and DOS apps too.
+
+ * documentation/db2html-winehq, documentation/make_winehq:
+ Dimitrie O. Paun <dimi@intelliware.ca>
+ Use the standard db2html instead of our db2html-winehq script.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Windows never reports 24 bit colours, and some games fail to work
+ unless in specific modes. Report 16bit colour for 24bit modes.
+
+2003-04-19 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/gdbproxy.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ - added support for multi-thread in GDB remote read/write register(s)
+ commands
+ - by default, internal errors are now verbose
+
+ * controls/desktop.c, dlls/ttydrv/wnd.c, dlls/x11drv/desktop.c,
+ dlls/x11drv/window.c:
+ Don't bother sending WM_NCCREATE to the desktop window, this doesn't
+ work anyway (spotted by Uwe Bonnes).
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct device capabilites including support in previous patch, as
+ well as making the texture operations capabilities more accurate.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add DotProduct3 support if supported by opengl.
+
+ * dlls/kernel/locale.c, dlls/kernel/locale_rc.rc,
+ dlls/kernel/nls/*.nls, include/winnls.h:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Added resource strings for language groups.
+
+ * dlls/shell32/shlfileop.c, include/shellapi.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Reimplement SHFileOperation in Unicode, based on the work of Dietrich
+ Teickner.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make codesampler texture addressing mode sample work better.
+ Add mirrorsupport (if opengl 1.3) and make clamp and border appear
+ more similar to Windows.
+
+ * include/rpc.h: Ove Kaaven <ovek@transgaming.com>
+ Dummy RPC exception macros.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+ dlls/rpcrt4/rpc_server.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented simple caching of client connections.
+
+ * documentation/Makefile.in, documentation/architecture.sgml,
+ documentation/bugs.sgml, documentation/build.sgml,
+ documentation/compiling.sgml, documentation/configuring.sgml,
+ documentation/consoles.sgml, documentation/cvs-regression.sgml,
+ documentation/cvs.sgml, documentation/debugger.sgml,
+ documentation/debugging.sgml, documentation/dlls.sgml,
+ documentation/documentation.sgml, documentation/faq.sgml,
+ documentation/fonts.sgml, documentation/getting.sgml,
+ documentation/i18n.sgml, documentation/implementation.sgml,
+ documentation/installing.sgml, documentation/introduction.sgml,
+ documentation/make_winehq, documentation/multimedia.sgml,
+ documentation/ole.sgml, documentation/opengl.sgml,
+ documentation/patches.sgml, documentation/porting.sgml,
+ documentation/printing.sgml, documentation/running.sgml,
+ documentation/testing.sgml, documentation/tools.sgml,
+ documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml,
+ documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml,
+ documentation/winelib-porting.sgml,
+ documentation/winelib-toolkit.sgml:
+ Dimitrie O. Paun <dimi@intelliware.ca>
+ Remove the generation of all documentation in one document.
+
+ * dlls/rpcrt4/rpc_server.c: Ove Kaaven <ovek@transgaming.com>
+ Fixed a race condition on RPC worker thread creation, and a typo.
+
+ * dlls/rpcrt4/cstub.c: Ove Kaaven <ovek@transgaming.com>
+ Added missing AddRef.
+
+ * files/drive.c: Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ Fixed typo in comment.
+
+ * include/msvcrt/search.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Terminate the lfind inline function.
+
+ * misc/version.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change the version of win2k to SP3.
+ Change the version of XP to SP1.
+ Modify values of XP according to a post by Philipp Wollermann.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add -fo as a synonym for -o, for compatibility with rc.
+ Line up help message, cleanup some error messages.
+
+ * files/dos_fs.c: Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ On Linux: avoid blocking in DOSFS_OpenDir_VFAT if specified path is
+ not a directory.
+
+2003-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winsock.h: Yet another attempt at fixing the htonl functions.
+
+ * include/msvcrt/malloc.h:
+ Fixed alloca handling the way mingw does it (reported by Vincent
+ Béron).
+
+ * dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Avoid local WINAPI function pointers in _invoke.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32.spec,
+ dlls/shell32/shlmenu.c, dlls/shell32/undocshell.h,
+ include/wine/obj_shellfolder.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
+ from ILGetDisplayNameAW and ILGetDisplayNameExAW.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle creation of a depth/stencil buffer when creating a device.
+ Implement IDirect3D8DeviceImpl_GetDepthStencilBuffer.
+
+ * dlls/msvcrt/mbcs.c: Michael Stefaniuc <mstefani@redhat.de>
+ mbtowc returns -1 if we can't find a valid multibyte char in the non
+ NULL source string.
+
+ * dlls/kernel/time.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fixes for SystemTimeToTzSpecificLocalTime() and
+ TzSpecificLocalTimeToSystemTime().
+
+ * server/fd.c, server/named_pipe.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Fix for client accessing a named pipe after the server closes it.
+
+ * files/drive.c: Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ Refuse to read non-block device set in config.
+ Avoid blocking on open if user sets device to unconnected pipe.
+
+ * dlls/kernel/tests/file.c, files/dos_fs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ FindFirstFile on root directory should fail.
+
+2003-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * server/ptrace.c:
+ Fall back to kill() if the kernel doesn't support tkill().
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/path.c, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/tests/path.c, include/winternl.h:
+ Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech).
+ Implemented RtlUpcaseUnicodeStringToCountedOemString.
+
+ * dlls/dplayx/dplay.c, winedefault.reg:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ - Fix DirectPlayEnumerateA exit code.
+ - Add default registry entry for DirectPlay Service Providers.
+
+ * dlls/x11drv/keyboard.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix the path of keyboard.c inside a FIXME log statement.
+
+ * win32/except.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't use a hex number for the event in the default string.
+
+ * tools/c2man.pl: Thomas Mertes <thomas.mertes@gmx.at>
+ Change c2man that it works with the new format of the spec files
+ (without exported name).
+
+ * dlls/Maketest.rules.in: Hans Leidekker <hans@it.vu.nl>
+ Don't link cross compiled tests against Wine import libraries.
+
+ * misc/version.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Print out Windows version values, in human-readable format.
+
+ * include/commctrl.h: Rein Klazes <rklazes@xs4all.nl>
+ Fix the ListView_SetItemState macro.
+
+2003-04-14 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, configure, configure.ac, dlls/Makedll.rules.in,
+ dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in:
+ Allow overriding CFLAGS when running configure. Other small cleanups.
+
+ * dlls/ntdll/heap.c:
+ Insert the last free block of a subheap at the end of the free list to
+ avoid using uncomitted space unless really necessary.
+
+ * include/wine/debug.h:
+ Fixed gcc varargs macro syntax (reported by Gabriele Giorgetti).
+
+ * libs/unicode/c_042.c, libs/unicode/c_10000.c, libs/unicode/c_10007.c,
+ libs/unicode/c_10029.c, libs/unicode/c_1006.c,
+ libs/unicode/c_10079.c, libs/unicode/c_10081.c,
+ libs/unicode/c_20866.c, libs/unicode/c_20932.c,
+ libs/unicode/c_28592.c, libs/unicode/c_28593.c,
+ libs/unicode/c_28594.c, libs/unicode/c_28595.c,
+ libs/unicode/c_28596.c, libs/unicode/c_28600.c,
+ libs/unicode/c_28604.c, libs/unicode/c_28605.c,
+ libs/unicode/c_28606.c, libs/unicode/c_437.c, libs/unicode/c_737.c,
+ libs/unicode/c_852.c, libs/unicode/c_855.c, libs/unicode/c_860.c,
+ libs/unicode/c_861.c, libs/unicode/c_862.c, libs/unicode/c_865.c,
+ libs/unicode/c_866.c, libs/unicode/c_874.c, libs/unicode/c_878.c,
+ libs/unicode/c_932.c, libs/unicode/c_936.c, libs/unicode/c_949.c,
+ libs/unicode/c_950.c, libs/unicode/cpmap.pl, libs/unicode/defaults:
+ Hacked 0x00a5 to map to backslash in Shift-JIS codepage.
+ Added mapping for 0x00a6.
+
+ * Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Fix typo: sqml -> sgml.
+
+ * tools/c2man.pl: Hans Leidekker <hans@it.vu.nl>
+ Handle multiline output from grep and don't grep for empty strings.
+
+ * dlls/opengl32/make_opengl: Lionel Ulmer <lionel.ulmer@free.fr>
+ Have the 'make_opengl' in line with the (manually edited) spec file.
+
+ * dlls/msvcrt/file.c, dlls/ole32/storage.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fix blatantly wrong SetFilePointer() calls.
+
+ * dlls/wininet/Makefile.in, dlls/wininet/http.c,
+ dlls/wininet/internet.c:
+ Dominik Strasser <Dominik.Strasser@t-online.de>
+ Partially implement proxy support.
+
+ * documentation/.cvsignore, documentation/Makefile.in,
+ documentation/PACKAGING, documentation/make_winehq,
+ documentation/packaging.sgml, documentation/wine-doc.sgml,
+ documentation/wine-pkg.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Transform the Packaging Guide into a nice ASCII file.
+ Update it to the latest info, make it less prone to obsolescence.
+ Updated the Wine executables from list produced by Tom Wickline.
+
+2003-04-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/tests/dsound.c: Don't use Wine debugging API in tests.
+
+ * dlls/winedos/interrupts.c: Jukka Heinonen <jhei@iki.fi>
+ Interrupt handling now prints more trace information.
+ Replaced some magic numbers with preprocessor constants.
+
+ * server/signal.c: Yorick Hardy <yh@metroweb.co.za>
+ Fix for compiling on NetBSD.
+
+ * include/shlobj.h, include/wine/obj_shelllink.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Include shlguid.h from shlobj.h.
+ Expose IShellLink to Winelib apps.
+
+ * include/mmsystem.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Define some additional constants.
+
+ * scheduler/sysdeps.c: Yorick Hardy <yh@metroweb.co.za>
+ errno should not be used as a variable name.
+
+ * dlls/d3d8/directx.c: Christian Costa <titan.costa@wanadoo.fr>
+ Increase MaxStreams to 2 in CAPS.
+
+ * include/d3d8.h: Christian Costa <titan.costa@wanadoo.fr>
+ Added some defines to d3d8 header.
+
+2003-04-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec, dlls/ntdll/path.c,
+ dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/path.c, include/winternl.h:
+ Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U.
+
+ * dlls/ole32/ole16.c, include/oaidl.h, include/objbase.h,
+ include/objidl.h, include/unknwn.h, include/unknwn.idl,
+ tools/widl/header.c:
+ The com_interface attribute is not needed on derived classes.
+ Removed the ICOM_CTHIS* macros.
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+ dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/indexbuffer.c, dlls/d3d8/resource.c, dlls/d3d8/shader.c,
+ dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/swapchain.c,
+ dlls/d3d8/texture.c, dlls/d3d8/vertexbuffer.c, dlls/d3d8/volume.c,
+ dlls/d3d8/volumetexture.c, dlls/d3d8/vshaderdeclaration.c,
+ dlls/ddraw/d3ddevice/main.h, dlls/ddraw/direct3d/main.h,
+ dlls/dmusic/dmusic_private.h:
+ Header files must not include config.h.
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/make_dlls:
+ Fixed rules for auto documentation (reported by Vincent Béron).
+
+ * dlls/ntdll/nt.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Added NtQueryProcessInformation case needed by NT version of MSI.
+
+ * configure, configure.ac: Hans Leidekker <hans@it.vu.nl>
+ Add aliases to configure check for mingw cross compiler and dlltool.
+
+2003-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ Fixed PCM format evaluation bug.
+ Properly clean up partially created sound buffers.
+
+ * Make.rules.in, include/Makefile.in, tools/makedep.c:
+ Added support for generating dependencies for idl files.
+
+ * graphics/painting.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Added the GRADIENT_FILL_TRIANGLE case in GdiGradientFill.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Changed capture format printing to hex.
+
+ * libs/uuid/dxguid.c: Robert Reif <reif@earthlink.net>
+ Add direct sound driver guids.
+
+ * dlls/dplayx/dplaysp.h, dlls/dplayx/lobbysp.h, dlls/ole32/ifs.h,
+ dlls/shell32/shellfolder.h, include/commctrl.h, include/d3d.h,
+ include/d3d8.h, include/d3dx8core.h, include/ddraw.h,
+ include/dinput.h, include/dmplugin.h, include/dmusicc.h,
+ include/dmusici.h, include/dmusics.h, include/docobj.h,
+ include/dplay.h, include/dplobby.h, include/dsdriver.h,
+ include/dsound.h, include/oaidl.h, include/objbase.h,
+ include/objidl.h, include/oledlg.h, include/servprov.h,
+ include/shlobj.h, include/shlwapi.h, include/unknwn.h,
+ include/unknwn.idl, include/urlmon.h, include/vfw.h,
+ include/wine/obj_cache.h, include/wine/obj_comcat.h,
+ include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h,
+ include/wine/obj_contextmenu.h, include/wine/obj_control.h,
+ include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h,
+ include/wine/obj_dragdrophelper.h, include/wine/obj_enumguid.h,
+ include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h,
+ include/wine/obj_inplace.h, include/wine/obj_olefont.h,
+ include/wine/obj_oleobj.h, include/wine/obj_oleundo.h,
+ include/wine/obj_oleview.h, include/wine/obj_picture.h,
+ include/wine/obj_property.h, include/wine/obj_serviceprovider.h,
+ include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h,
+ include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h,
+ include/wine/obj_shellview.h, include/wine/obj_webbrowser.h,
+ tools/widl/header.c:
+ Simplified COM interface declarations, removing the need to define
+ both an xxx_METHODS and an xxx_IMETHODS macro.
+
+2003-04-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dplayx/dplaysp.h, dlls/dplayx/lobbysp.h,
+ dlls/shell32/shellfolder.h, include/d3d.h, include/d3d8.h,
+ include/d3dx8core.h, include/ddraw.h, include/dinput.h,
+ include/dmplugin.h, include/dmusicc.h, include/dmusici.h,
+ include/dmusics.h, include/docobj.h, include/dplay.h,
+ include/dplobby.h, include/dsdriver.h, include/dsound.h,
+ include/objbase.h, include/oledlg.h, include/servprov.h,
+ include/shlobj.h, include/shlwapi.h, include/urlmon.h, include/vfw.h,
+ include/wine/obj_cache.h, include/wine/obj_comcat.h,
+ include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h,
+ include/wine/obj_contextmenu.h, include/wine/obj_control.h,
+ include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h,
+ include/wine/obj_dragdrophelper.h, include/wine/obj_enumguid.h,
+ include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h,
+ include/wine/obj_inplace.h, include/wine/obj_olefont.h,
+ include/wine/obj_oleobj.h, include/wine/obj_oleundo.h,
+ include/wine/obj_oleview.h, include/wine/obj_picture.h,
+ include/wine/obj_property.h, include/wine/obj_serviceprovider.h,
+ include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h,
+ include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h,
+ include/wine/obj_shellview.h, include/wine/obj_webbrowser.h,
+ tools/widl/header.c, tools/widl/widl.c, tools/widl/widl.h:
+ Get rid of the ICOM_CALL macros.
+
+ * tools/winebuild/import.c: Ignore "U " in nm -u output.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Better error messages.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/factory.c, dlls/avifil32/getframe.c,
+ dlls/avifil32/icmstream.c, dlls/avifil32/wavfile.c,
+ dlls/comcat/information.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c,
+ dlls/ole32/bindctx.c, dlls/ole32/clipboard.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/ftmarshal.c,
+ dlls/ole32/git.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/ole16.c,
+ dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/typelib.c,
+ dlls/shell32/classes.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dragdrophelper.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/shlwapi/istream.c,
+ dlls/shlwapi/regstream.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winealsa/audio_05.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/wineoss/audio.c:
+ Removed uses of the non standard ICOM_VTBL macro.
+
+ * dlls/ddraw/direct3d/mesa.c, dlls/dplayx/dplaysp.h,
+ dlls/dplayx/lobbysp.h, dlls/ole32/ifs.h, dlls/shell32/shellfolder.h,
+ include/d3d.h, include/d3d8.h, include/d3dx8core.h, include/ddraw.h,
+ include/dinput.h, include/dmplugin.h, include/dmusicc.h,
+ include/dmusici.h, include/dmusics.h, include/docobj.h,
+ include/dplay.h, include/dplobby.h, include/dsdriver.h,
+ include/dsound.h, include/oaidl.h, include/objbase.h,
+ include/objidl.h, include/oledlg.h, include/servprov.h,
+ include/shlobj.h, include/shlwapi.h, include/unknwn.h,
+ include/urlmon.h, include/vfw.h, include/winnt.h,
+ include/wine/obj_cache.h, include/wine/obj_comcat.h,
+ include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h,
+ include/wine/obj_contextmenu.h, include/wine/obj_control.h,
+ include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h,
+ include/wine/obj_dragdrophelper.h, include/wine/obj_enumguid.h,
+ include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h,
+ include/wine/obj_inplace.h, include/wine/obj_olefont.h,
+ include/wine/obj_oleobj.h, include/wine/obj_oleundo.h,
+ include/wine/obj_oleview.h, include/wine/obj_picture.h,
+ include/wine/obj_property.h, include/wine/obj_serviceprovider.h,
+ include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h,
+ include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h,
+ include/wine/obj_shellview.h, include/wine/obj_webbrowser.h,
+ tools/widl/header.c:
+ Use a more compatible technique to declare COM interfaces methods,
+ using Microsoft's STDMETHOD macros instead of the Wine-specific
+ ICOM_METHOD ones.
+
+2003-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/version.rc: Robert Reif <reif@earthlink.net>
+ Changed DLL version to 8.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We don't need to dlopen the app module before the LoadLibrary().
+
+ * include/winsock.h: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Added more extended error codes.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ Add and fix a few stubs to return correct error.
+
+ * documentation/README.fr: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Keep README.fr in sync.
+
+2003-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20030408.
+
+----------------------------------------------------------------
+2003-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * README: Updated URLs.
+
+ * dlls/dmusic/Makefile.in, dlls/dmusic/dmusic.c, dlls/dmusic/dmusic8.c,
+ dlls/dmusic/dmusic_buffer.c, dlls/dmusic/dmusic_collection.c,
+ dlls/dmusic/dmusic_dlinstrument.c, dlls/dmusic/dmusic_download.c,
+ dlls/dmusic/dmusic_instrument.c, dlls/dmusic/dmusic_loader.c,
+ dlls/dmusic/dmusic_misc.c, dlls/dmusic/dmusic_performance.c,
+ dlls/dmusic/dmusic_plugins.c, dlls/dmusic/dmusic_port.c,
+ dlls/dmusic/dmusic_portdl.c, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic/dmusic_segment.c, dlls/dmusic/dmusic_style.c,
+ dlls/dmusic/dmusic_synth.c, dlls/dmusic/dmusic_thru.c,
+ dlls/dmusic/reference_clock.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added stubs for all dmusic interfaces.
+
+ * include/commctrl.h: Juraj Hercek <juraj@syncad.com>
+ Fixed tagLVDISPINFO definition.
+
+ * tools/winemaker: Juraj Hercek <juraj@syncad.com>
+ Fixed generation of makefiles and wrapper files when "--wrap" option
+ is used.
+
+ * dlls/tapi32/assisted.c: Rein Klazes <rklazes@xs4all.nl>
+ Only log the parameters of tapiGetLocationInfo as addresses, as output
+ parameters they probably point to garbage.
+
+ * controls/listbox.c: Rein Klazes <rklazes@xs4all.nl>
+ Compare the two items in LISTBOX_FindStringPos() in the same order as
+ in Windows.
+
+ * tools/winapi_check/modules.dat: Hans Leidekker <hans@it.vu.nl>
+ Add some more newly arrived dlls.
+
+ * dlls/winedos/int10.c, dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Return correct segment for VESA information.
+ Check oem number/version flag first and after that overwrite condition
+ code.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Michal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>
+ Add stub for InvalidateNLSCache.
+
+ * files/drive.c:
+ Make DRIVE_FindRootW really behave like DRIVE_FindRoot.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dmband/.cvsignore,
+ dlls/dmband/Makefile.in, dlls/dmband/dmband.spec,
+ dlls/dmband/dmband_main.c, dlls/dmband/version.rc,
+ dlls/dmcompos/.cvsignore, dlls/dmcompos/Makefile.in,
+ dlls/dmcompos/dmcompos.spec, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/version.rc, dlls/dmime/.cvsignore,
+ dlls/dmime/Makefile.in, dlls/dmime/dmime.spec,
+ dlls/dmime/dmime_main.c, dlls/dmime/version.rc,
+ dlls/dmloader/.cvsignore, dlls/dmloader/Makefile.in,
+ dlls/dmloader/dmloader.spec, dlls/dmloader/dmloader_main.c,
+ dlls/dmloader/version.rc, dlls/dmscript/.cvsignore,
+ dlls/dmscript/Makefile.in, dlls/dmscript/dmscript.spec,
+ dlls/dmscript/dmscript_main.c, dlls/dmscript/version.rc,
+ dlls/dmstyle/.cvsignore, dlls/dmstyle/Makefile.in,
+ dlls/dmstyle/dmstyle.spec, dlls/dmstyle/dmstyle_main.c,
+ dlls/dmstyle/version.rc, dlls/dmsynth/.cvsignore,
+ dlls/dmsynth/Makefile.in, dlls/dmsynth/dmsynth.spec,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/version.rc,
+ dlls/dmusic32/.cvsignore, dlls/dmusic32/Makefile.in,
+ dlls/dmusic32/dmusic32.spec, dlls/dmusic32/dmusic32_main.c,
+ dlls/dmusic32/version.rc, dlls/dpnhpast/.cvsignore,
+ dlls/dpnhpast/Makefile.in, dlls/dpnhpast/dpnhpast.spec,
+ dlls/dpnhpast/main.c, dlls/dpnhpast/version.rc, include/Makefile.in,
+ include/dmplugin.h, include/dmusicf.h, include/dmusici.h,
+ include/dmusics.h, libs/uuid/dxguid.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added stubs for dpnhpast and for all the dmusic dlls.
+
+ * dlls/user/tests/sysparams.c: Avoid warning.
+
+ * dlls/ntdll/tests/rtl.c, dlls/ntdll/tests/rtlstr.c:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
+ RtlAreAnyAccessesGranted, RtlUnicodeStringToAnsiString,
+ RtlAppendAsciizToString, RtlAppendStringToString,
+ RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.
+
+ * dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, include/winnt.h, include/winternl.h:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Implemented RtlRandom, RtlAreAllAccessesGranted,
+ RtlAreAnyAccessesGranted, RtlCopyLuid, RtlEqualLuid, RtlMapGenericMask
+ and RtlCopyLuidAndAttributesArray.
+ Documentation updates for RtlExtendedMagicDivide, RtlUniform,
+ RtlUnicodeStringToAnsiString, RtlAppendAsciizToString,
+ RtlAppendStringToString, RtlAppendUnicodeToString and
+ RtlAppendUnicodeStringToString.
+
+2003-04-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrtd/msvcrtd.spec: Adam Gundy <arg@cyberscience.com>
+ Fixed ecvt/fcvt/gcvt entries.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+ documentation/samples/config, documentation/wine.conf.man,
+ include/snoop.h, relay32/builtin32.c, relay32/relay386.c,
+ relay32/snoop.c:
+ Added possibility to filter relay traces based on the module that
+ called the function. Cleaned up a few traces.
+
+ * dlls/gdi/gdi32.spec, dlls/msimg32/msimg32.spec,
+ dlls/msimg32/msimg32_main.c, graphics/painting.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented the GRADIENT_FILL_RECT{H|V} cases of GdiGradientFill.
+
+ * documentation/getting.sgml, documentation/glossary.sgml,
+ documentation/introduction.sgml:
+ Tom Hughes <thh@cyberscience.com>
+ Fix a few incorrect tags.
+
+ * tools/winapi/winapi.pm: Hans Leidekker <hans@it.vu.nl>
+ Make winapi_check handle spec files where no handler is specified.
+
+ * tools/winapi_check/modules.dat: Hans Leidekker <hans@it.vu.nl>
+ Sync winapi_check to Wine spec files.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h,
+ dlls/shlwapi/shlwapi.spec:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implement SHLWAPI_269 and SHLWAPI_270.
+ Fix a 0 reference bug in SHLWAPI_436 and change its return value to
+ what at least W2K does as well.
+
+ * dlls/dsound/mixer.c: Jerry Jenkins <Jerry_J_Jenkins@hotmail.com>
+ Align data to proper size.
+
+2003-04-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, loader/pe_image.c:
+ Rewrote most of the import fixup code to avoid doing redundant work
+ for every entry point. Moved it all to dlls/ntdll/loader.c.
+ Various optimizations in the other loader routines.
+
+ * loader/module.c:
+ Fetch the exe module directly from the PDB instead of calling
+ LdrGetDllHandle.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound_main.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed a problem when multiple devices are present and a device other
+ than the first one is used.
+
+ * dlls/ole32/bindctx.c: Alberto Massari <amassari@progress.com>
+ - The bindcontext object was leaking strings.
+ - Removed unused variable.
+
+ * dlls/rasapi32/rasapi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Improve error message for RAS not being supported.
+
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Work around not implemented ioctl in BSD.
+
+2003-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c: Cleaned up the option mapping code a bit.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/sync.c, dlls/ntdll/thread.c,
+ include/wine/server_protocol.h, include/winternl.h,
+ scheduler/thread.c, server/async.c, server/named_pipe.c,
+ server/protocol.def, server/thread.c, server/thread.h,
+ server/timer.c, server/trace.c:
+ Implemented NtQueueApcThread, and changed the server APC interface to
+ always take 3 parameters.
+ Implemented a number of other ntdll thread functions, and use them
+ from the kernel ones.
+
+ * dlls/dsound/sound3d.c, programs/winecfg/properties.c: Warning fixes.
+
+ * Makefile.in, README, tools/winecheck:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Structure README file in a better way, some doc fixes.
+
+ * files/dos_fs.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Correct the error code returned when a file does not exist.
+
+ * dlls/winsock/socket.c, dlls/wsock32/socket.c,
+ dlls/wsock32/wsock32.spec, include/winsock.h, include/ws2tcpip.h:
+ Mike Hearn <m.hearn@signal.qinetiq.com>
+ - Map winsock sockopts to the POSIX equivalents for IP multicast.
+ - Remap winsock1 constant values to winsock2 using a forwarder
+ function.
+ - Change a FIXME to a TRACE, it appeared to be simply reporting
+ progress.
+
+ * dlls/ntdll/loader.c, include/module.h, loader/pe_image.c:
+ Merged PE_InitDLL into MODULE_InitDLL.
+ Fixed a few traces.
+
+ * dlls/ntdll/critsection.c, include/winbase.h,
+ programs/winedbg/gdbproxy.c, programs/winedbg/winedbg.c,
+ win32/except.c:
+ Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msvcrtd/.cvsignore,
+ dlls/msvcrtd/Makefile.in, dlls/msvcrtd/debug.c,
+ dlls/msvcrtd/msvcrtd.spec:
+ Adam Gundy <arg@cyberscience.com>
+ Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
+
+ * dlls/icmp/icmp_main.c:
+ Removed the commented out winsock support, it can't work anyway.
+
+ * include/winsock.h:
+ Yet another hack to try to make this file compile in all
+ circumstances.
+
+ * include/winuser.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add a few missing BN_* constants.
+
+2003-04-03 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/curses.c:
+ Avoid warning on redefinition of KEY_EVENT.
+
+ * dlls/ntdll/critsection.c, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ No longer call WaitFor*Object* from ntdll (but NtWait*Object*).
+
+ * dlls/ddraw/version.rc: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Update version info to 8.1.
+
+ * dlls/d3d8/.cvsignore, dlls/d3d8/Makefile.in, dlls/d3d8/version.rc,
+ dlls/dmusic/.cvsignore, dlls/dmusic/Makefile.in,
+ dlls/dmusic/version.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added version info.
+
+ * tools/winebuild/spec32.c:
+ Don't output register function code if it's a forwarded entry point.
+
+ * dlls/cabinet/cabextract.c, dlls/dplayx/dplobby.c,
+ dlls/kernel/console.c, dlls/psapi/psapi_main.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Add some missing HeapFree's and one missing free.
+
+ * dlls/user/message.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Remove bogus initialization in SetKeyboardState.
+
+ * dlls/dsound/dsound_main.c: Robert Reif <reif@earthlink.net>
+ Added wide character enumeration of sound devices.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Added a few missing DX8 definitions.
+
+ * dlls/kernel/kernel32.spec, win32/kernel32.c:
+ Paul McNett <p@ulmcnett.com>
+ Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
+ EndUpdateResourceA(), and EndUpdateResourceW().
+
+ * scheduler/sysdeps.c:
+ Added hack to patch the glibc errno_location to jump to our function,
+ based on a patch by Marcus Meissner.
+
+ * configure, configure.ac, dlls/ntdll/Makefile.in, include/config.h.in,
+ libs/wine/errno.c, scheduler/pthread.c, scheduler/sysdeps.c:
+ Added --with-nptl configure option and necessary changes to support
+ running on top of NPTL threads.
+
+2003-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * aclocal.m4, configure, configure.ac, include/config.h.in,
+ scheduler/sysdeps.c:
+ Don't bother checking for the errno function, simply define all of
+ them.
+
+ * dlls/comctl32/datetime.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix buffer overflow in datetime.
+
+ * dlls/comctl32/toolbar.c: Adam Gundy <arg@cyberscience.com>
+ Zero initialize the reserved bytes in the toolbar details returned by
+ TOOLBAR_GetButton().
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added some stubs.
+
+ * dlls/comctl32/imagelist.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix ImageList_Read - the root cause of ugly toolbar icons.
+
+ * dlls/ntdll/ntdll_misc.h, dlls/ntdll/sync.c, dlls/ntdll/time.c,
+ include/wine/server_protocol.h, scheduler/timer.c,
+ server/protocol.def, server/thread.c, server/timer.c, server/trace.c,
+ tools/make_requests:
+ Added abs_time_t structure to the server protocol, and added a dump
+ routine for it that displays the relative timeout to make timeout
+ values easier to interpret.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Added more information to some of the failure messages.
+ Fixed a bug where garbage data is printed out for the 2 MHz tests.
+
+ * tools/winegcc.c, tools/winewrap.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make use of the new spawnvp function in wine{gcc,wrap}.
+
+ * dlls/dsound/dsound.spec: Robert Reif <reif@earthlink.net>
+ Added entry for DirectSoundFullDuplexCreate.
+
+ * tools/winedump/pe.c: Dump string resources in a more readable way.
+
+ * include/wine/port.h, libs/port/Makefile.in, libs/port/spawn.c:
+ Dimitrie O. Paun <dimi@intelliware.ca>
+ Add spawnvp to the portability lib.
+
+ * server/signal.c:
+ Initialize the dummy char we send down the pipe to make valgrind
+ happy.
+
+ * programs/notepad/Makefile.in, programs/regedit/Makefile.in:
+ Make sure we don't use libwine_port functions when linking with
+ msvcrt.
+
+ * configure, configure.ac, dlls/ntdll/heap.c, include/config.h.in:
+ Added support for marking heap blocks as inaccessible/uninitialized if
+ valgrind is installed, based on a patch by Adam Gundy.
+
+ * dlls/winsock/tests/sock.c, include/winsock.h:
+ Handle htonl() and friends like select(), this will hopefully avoid
+ conflicts with Unix headers.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg95.c,
+ dlls/ntdll/rtlbitmap.c, dlls/setupapi/dirid.c, dlls/shdocvw/events.c,
+ dlls/shell32/shell32_main.c, dlls/shlwapi/path.c,
+ dlls/shlwapi/thread.c, dlls/user/text.c,
+ dlls/winmm/midimap/midimap.c, include/winnt.h, memory/global.c,
+ tools/wineconf:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Some spelling and formatting fixes.
+
+ * programs/winedbg/stabs.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Added support for R types in stabs parsing.
+
+ * dlls/ntdll/cdrom.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed a few FormatCode entries.
+
+2003-04-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/tests/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix test to succeed in Win 98/2K and most probably ME/XP as well.
+
+ * configure, configure.ac, include/config.h.in, include/thread.h,
+ scheduler/client.c, scheduler/sysdeps.c:
+ Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the
+ server.
+
+ * dlls/shell32/undocshell.h, include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Moved prototype for SHBindToParent() to shlobj.h.
+
+ * documentation/Makefile.in, documentation/architecture.sgml,
+ documentation/bugs.sgml, documentation/build.sgml,
+ documentation/compiling.sgml, documentation/configuring.sgml,
+ documentation/cvs-regression.sgml, documentation/cvs.sgml,
+ documentation/debugger.sgml, documentation/dlls.sgml,
+ documentation/documentation.sgml, documentation/faq.sgml,
+ documentation/fonts.sgml, documentation/getting.sgml,
+ documentation/glossary.sgml, documentation/implementation.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/installing.sgml, documentation/introduction.sgml,
+ documentation/multimedia.sgml, documentation/packaging.sgml,
+ documentation/printing.sgml, documentation/registry.sgml,
+ documentation/running.sgml, documentation/wine-devel.sgml,
+ documentation/wine-doc.sgml, documentation/wine-user.sgml,
+ documentation/winelib-bindlls.sgml,
+ documentation/winelib-porting.sgml,
+ documentation/winelib-toolkit.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - new, much more detailed and easier "step-by-step" layout
+ - better intro
+ - add Glossary (glossary.sgml)
+ - much better Getting Wine chapter
+ - much better Wine configuration chapter
+ - better Wine drive layer configuration section
+ - explain wineserver cmdline options
+ - rearranged tons of things into a less messy state
+ - tons of janitorial fixes
+
+ * dlls/gdi/driver.c, dlls/winedos/int1a.c, dlls/winedos/vga.c,
+ include/wine/winsock16.h, programs/winedbg/dbg.y:
+ Portability fixes.
+
+ * configure, configure.ac, include/config.h.in, tools/winegcc.c,
+ tools/winewrap.c:
+ Use _spawnvp to replace fork for non-Unix platforms.
+
+ * dlls/Makedll.rules.in, dlls/user/Makefile.in, tools/winebuild/main.c:
+ Added support for specifying an stdcall dll entry point.
+
+ * programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+ programs/winedbg/module.c, programs/winedbg/stabs.c,
+ programs/winedbg/winedbg.c:
+ Removed uses of u_long. Use void* type for pointers where possible.
+
+2003-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/oleaut32/Makefile.in, dlls/urlmon/umon.c,
+ dlls/wininet/urlcache.c, dlls/wininet/wininet.spec,
+ dlls/winspool/Makefile.in, include/wininet.h:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Fix some problems found while compiling and linking Wine under
+ Cygwin.
+
+ * include/winsock.h:
+ Try to make winsock.h more portable (based on a patch by Francois
+ Gouget).
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winecfg/.cvsignore, programs/winecfg/Makefile.in,
+ programs/winecfg/main.c, programs/winecfg/properties.c,
+ programs/winecfg/properties.h, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+ programs/winecfg/winecfg.rc:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ New winecfg skeleton app, based heavily on original work by Jaco
+ Greeff.
+
+ * README, documentation/README.fr, documentation/installing.sgml,
+ documentation/registry.sgml, tools/winecheck, winedefault.reg:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Use regedit instead of regapi.
+
+ * dlls/advapi32/crypt.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Trace format fix.
+
+ * dlls/ntdll/sync.c: Added missing NONAMELESSSTRUCT/UNION.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, include/winternl.h,
+ scheduler/synchro.c, scheduler/timer.c:
+ Moved WaitForMultipleObjects to ntdll (based on a patch by Eric
+ Pouech).
+ Added NTDLL_get_server_timeout function to compute ntdll-style
+ timeouts and adapted the timer code to use it.
+
+ * documentation/compiling.sgml: Francois Gouget <fgouget@free.fr>
+ - s/cvs -PAd update/cvs update -PAd/.
+ - Fix the Odin link.
+ - Add a link to BeWine.
+ - Small typo fixes and rephrasing.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Framework for the doppler effect.
+
+ * dlls/dmusic/dmusic.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ (sorta) implemented EnumPorts.
+
+ * graphics/x11drv/dib.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix random segfaults in X11DRV_SetImageBits_1.
+
+2003-03-30 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/sysparams.c:
+ Use the right buffer size in SYSPARAMS_Load instead of some random
+ value.
+
+ * include/wine/server.h, scheduler/client.c:
+ Clear the entire request, not just the end, in case it contains
+ padding bytes.
+
+ * misc/version.c:
+ Fixed regression in VERSION_GetLinkedDllVersion() introduced by
+ previous change.
+
+ * dlls/msvcrt/file.c: Adam Gundy <arg@cyberscience.com>
+ MSVCRT_fclose() mustn't use the _flag field from the file structure
+ after _close() has been called.
+ When _open_osfhandle() is used by MFC's CStdioFile, it expects write
+ access even though it doesn't set the necessary flag bit.
+
+ * dlls/commdlg/filetitle.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ Unicode strings termination fixes.
+
+ * misc/registry.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix a regression when loading a real windows registry.
+
+ * dlls/winedos/int21.c, include/winbase.h, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add prototype for GetCompressedFileSize. Move some int21 functions to
+ winedos. Improve file attribute functions.
+
+ * dlls/gdi/freetype.c: Adam Gundy <arg@cyberscience.com>
+ Don't look at the second character of the path unless the first
+ character is non-NUL.
+
+ * dlls/shell32/folders.c: Adam Gundy <arg@cyberscience.com>
+ Don't convert uninitialized bytes of the filename from wide to
+ multibyte.
+
+ * dlls/winspool/info.c: Adam Gundy <arg@cyberscience.com>
+ Make sure the new array of printer pointers is NULL initialized.
+
+ * files/profile.c: Adam Gundy <arg@cyberscience.com>
+ Don't read uninitialized data when a '$' is found.
+
+ * libs/wine/ldt.c: Adam Gundy <arg@cyberscience.com>
+ Make sure all the bits of the LDT are initialized.
+
+ * windows/sysparams.c: Adam Gundy <arg@cyberscience.com>
+ Initialize lpLogFont->lfQuality to the default.
+
+2003-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/running.sgml: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Add info on how to use the Wine uninstaller.
+
+ * dlls/user/Makefile.in, dlls/user/controls.h, dlls/user/dialog16.c,
+ dlls/user/user32.spec, dlls/user/wnd16.c, windows/dialog.c:
+ Moved 16-bit dialog routines to a separate dialog16.c file.
+ Fixed window creation to create ASCII windows when called through one
+ of the ASCII dialog functions.
+
+ * dlls/winmm/winealsa/audio.c: Avoid crash if snd_pcm_open fails.
+
+ * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec,
+ dlls/ole32/ole32_main.c, dlls/ole32/regsvr.c, dlls/ole32/version.rc:
+ John K. Hohm <jhohm@acm.org>
+ Implement DllRegisterServer and DllUnregisterServer for ole32.dll, and
+ add OleSelfRegister version string.
+
+ * Make.rules.in, tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h,
+ tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the no longer needed -m option, ignore -r for compatibility
+ with rc.
+ Rename -B to --endianess, -d to --debug, -W to --pedantic.
+ Add a new -U,--undefine option to undefined preprocessor symbols.
+ Cleanup the help message (order the long options alphabetically).
+
+ * include/msvcrt/errno.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix errno linkage when compiling in C++.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Alberto Massari <amassari@progress.com>
+ Added InternetSetStatusCallbackA and a stub for
+ InternetSetStatusCallbackW.
+
+ * aclocal.m4, configure, configure.ac, dlls/netapi32/netapi32.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/winsock/socket.c, files/drive.c,
+ include/config.h.in, include/wine/port.h, scheduler/client.c,
+ server/request.c, server/signal.c:
+ Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
+ AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
+
+ * libs/wine/loader.c: Yorick Hardy <yh@metroweb.co.za>
+ stdint.h should be included for compiling on NetBSD.
+
+ * dlls/ntdll/signal_i386.c: Yorick Hardy <yh@metroweb.co.za>
+ Added fields from NetBSD struct sigcontext on i386.
+
+ * memory/global.c: Yorick Hardy <yh@metroweb.co.za>
+ Added the sysctl calls for NetBSD to determine the physical memory
+ available.
+
+ * libs/unicode/wine_unicode.def, libs/wine/wine.def:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fixed the .def files for the Mingw build.
+
+2003-03-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wpp/preproc.c, tools/wpp/wpp.c, tools/wpp/wpp.h,
+ tools/wpp/wpp_private.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Allow wpp users to undefine previously defined symbols.
+
+ * dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in, tools/wrc/wrc.c,
+ tools/wrc/wrc.h, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove unused options -a and -C.
+ Collapse the -w into -O, for symmetry with -J.
+ Update the man page to the latest options.
+
+ * tools/winemaker: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not pass unnecessary flags to wrc in generated makefiles.
+
+ * dlls/msvcrt/dir.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ _wsplitpath: Display correctly the path being split.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h,
+ dlls/shlwapi/shlwapi.spec:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented SHLWAPI_266 and SHLWAPI_271.
+
+ * objects/dc.c: P. Christeas <p_christ@hol.gr>
+ Fixed typo in SetGraphicsMode.
+
+ * dlls/imagehlp/imagehlp_main.c: P. Christeas <p_christ@hol.gr>
+ Implemented MakeSureDirectoryPathExists.
+
+ * dlls/comctl32/treeview.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ TreeView should not send two click notifications when bTrack is true.
+
+ * dlls/shell32/shlview.c, dlls/shell32/shpolicy.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Cosmetic fixes.
+
+2003-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellstring.c,
+ dlls/shell32/undocshell.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented CheckEscapesA/W.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/change.c,
+ dlls/ntdll/Makefile.in, files/change.c,
+ include/wine/server_protocol.h, server/change.c, server/file.c,
+ server/file.h, server/protocol.def, server/request.h,
+ server/signal.c, server/trace.c:
+ Implemented file change notifications, based on a patch by Mike
+ McCormack.
+
+ * dlls/commdlg/filedlg95.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix the lookin combobox overlapping the toolbar in open/save file
+ dialog.
+
+ * dlls/comctl32/treeview.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ TREEVIEW_GetItemA should ignore stateMask.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shfldr_fs.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add new helper function to create a relative file or folder ItemIDList
+ for a path and change usage of SHSimpleIDListFromPath to call new
+ function instead.
+
+ * include/thread.h, libs/wine/errno.c, scheduler/sysdeps.c,
+ scheduler/thread.c:
+ Moved errno_location support to sysdeps.c.
+
+ * server/Makefile.in, server/fd.c, server/main.c, server/object.h,
+ server/ptrace.c, server/request.c, server/signal.c, server/thread.h:
+ Added generic signal handling mechanism based on pipes to synchronize
+ signals with the main poll loop.
+
+ * include/msvcrt/conio.h, include/msvcrt/io.h,
+ include/msvcrt/process.h, include/msvcrt/stdio.h:
+ Use aliases instead of #defines for the varargs functions when using
+ gcc.
+
+ * if1632/builtin.c, include/module.h, relay32/builtin32.c,
+ relay32/relay386.c, relay32/snoop.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - no longer using kernel32's APIs but ntdll's
+ - BUILTIN32_dlopen now properly returns NTDLL style status codes
+
+ * windows/sysparams.c: Stephan BEUZE <fbiggun@hotmail.com>
+ Implemented a default behavior for SPI_GETGRADIENTCAPTIONS flag in
+ SystemParametersInfoA.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c, include/winnls.h:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Stubs for EnumSystemLanguageGroups{A|W}.
+
+ * dlls/comctl32/treeview.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Correct the check for changed treeview items, so item sets repaint
+ properly.
+
+2003-03-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, scheduler/sysdeps.c,
+ tools/winebuild/relay.c:
+ Store %gs in the TEB on every call to 16-bit code, and don't restore
+ it from the TEB for signals that did not happen in 16-bit code.
+
+ * dlls/commdlg/filedlg95.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix how the size of the dialog is computed and the child component
+ placed.
+ In case the help button and the readonly check box are hidden, perform
+ the resizing before calling the hook procedure.
+
+ * dlls/shell32/shlexec.c, programs/wcmd/batch.c,
+ programs/wcmd/wcmdmain.c:
+ Stefan Leichter <sle@camline.com>
+ Let wcmd handle .cmd files like .bat files.
+
+ * misc/registry.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ No longer using kernel32's APIs but ntdll's.
+
+ * files/directory.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add trailing full-stop to warning in DIR_GetPath().
+
+2003-03-24 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/spec16.c:
+ Avoid reference to wine_get_cs function from libwine.
+
+ * controls/scroll.c:
+ Revert broken change to the scrollbar position adjustment code.
+
+ * configure, configure.ac, miscemu/Makefile.in:
+ If supported, relocate the main wine binary to a higher address to
+ leave more space for the Win32 executable.
+
+ * dlls/ntdll/signal_i386.c:
+ Make sure changes to the debug registers while inside a SIGTRAP
+ exception are taken into account (based on a patch by Alex Pasadyn).
+
+ * tools/wineinstall: Brian Vincent <VincentB@coppercolorado.com>
+ Prompt the user again if they don't get the root password right.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Don't attempt to compile .res files.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Send LVN_ODCACHEHINT notification for LVS_OWNERDATA style in all modes
+ (based on a patch by Vitaliy Margolen).
+
+ * dlls/imm32/imm.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Get rid of W->A calls.
+
+ * objects/text.c: Shachar Shemesh <wine-patches@shemesh.biz>
+ Reordering can take place even if the font does not identify itself as
+ a reordering one.
+
+2003-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, include/config.h.in, libs/port/mkstemps.c,
+ libs/port/usleep.c, libs/unicode/Makefile.in:
+ Portability fixes.
+
+ * dlls/x11drv/keyboard.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Properly initialize keyboard auto-repeat for all X connections.
+
+ * include/rpcproxy.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Comment out unneeded extensions.
+
+ * dlls/shell32/shpolicy.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ SHInitRestricted() fix boolean error introduced in last patch.
+
+ * files/profile.c: Stefan Leichter <sle@camline.com>
+ Moved implementation of GetPrivateProfileInt from ascii to unicode.
+
+ * Make.rules.in, Makefile.in, dlls/Makedll.rules.in,
+ dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in,
+ dlls/ctl3d/Makefile.in, dlls/gdi/Makefile.in, dlls/imm32/Makefile.in,
+ dlls/kernel/Makefile.in, dlls/lzexpand/Makefile.in,
+ dlls/msacm/Makefile.in, dlls/msvideo/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/setupapi/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/winmm/Makefile.in, dlls/winnls/Makefile.in,
+ dlls/winsock/Makefile.in, dlls/wintab32/Makefile.in,
+ miscemu/Makefile.in:
+ List 16-bit spec files explicitly to avoid problems with some versions
+ of make.
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in, miscemu/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Converted winebuild option parsing to use getopt_long. Added a number
+ of long aliases for the existing short options.
+
+ * libs/wine/Makefile.in, libs/wine/wine.def:
+ Added a .def file for libwine.
+
+ * configure, configure.ac, include/config.h.in,
+ tools/winebuild/spec32.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Make use of .half and/or .asciiz assembler keywords when necessary.
+
+2003-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/msvcrt/conio.h, include/msvcrt/ctype.h,
+ include/msvcrt/direct.h, include/msvcrt/malloc.h,
+ include/msvcrt/process.h, include/msvcrt/search.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h:
+ Madhura Sahasrabudhe <sahasrab@usc.edu>
+ Changed the macros in the msvcrt headers to static inline functions.
+
+ * dlls/winedos/int31.c, include/miscemu.h:
+ Changed the SET_AX etc. macros to not return a value.
+
+ * msdos/int21.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix two comparisons between a 32 bit register with a 16 bit error
+ code.
+
+ * include/wine/server_protocol.h, scheduler/client.c,
+ scheduler/sysdeps.c, server/context_i386.c, server/context_powerpc.c,
+ server/context_sparc.c, server/protocol.def, server/ptrace.c,
+ server/thread.c, server/thread.h, server/trace.c:
+ Make a distinction between the thread Unix pid and the process wide
+ pid for platforms that use both.
+
+ * dlls/ntdll/loader.c:
+ Fixed duplicate initialization of some of the wm->ldr fields.
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ dlls/Makedll.rules.in, dlls/checklink.c, libs/Makefile.in,
+ libs/unicode/Makefile.in, libs/uuid/Makefile.in,
+ libs/wine/.cvsignore, libs/wine/Makefile.in, libs/wine/config.c,
+ libs/wine/debug.c, libs/wine/errno.c, libs/wine/ldt.c,
+ libs/wine/loader.c, tools/winewrapper:
+ Moved libwine to libs/ directory.
+ Some makefile fixes and cleanups.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/lcformat.c, ole/ole2nls.c:
+ Moved date/time/currency format handling to new lcformat.c.
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/rtl.c, dlls/ntdll/tests/rtlstr.c:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Tests for RtlCompareMemoryUlong, RtlUniform, RtlDowncaseUnicodeString,
+ RtlAppendUnicodeStringToString.
+
+ * dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c,
+ include/winternl.h:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower,
+ iswspace, iswxdigit.
+ - Fixed RtlInt64ToUnicodeString and RtlIntegerToUnicodeString.
+ - According to tests RtlAppendUnicodeStringToString leaves the
+ destination unchanged when the source length is 0 (FIXED).
+ - Documentation updates in RtlExtendedMagicDivide,
+ RtlLargeIntegerToChar, RtlInt64ToUnicodeString, RtlUpperChar,
+ RtlUpperString, RtlUpcaseUnicodeChar, RtlCharToInteger,
+ RtlIntegerToChar, RtlUnicodeStringToInteger,
+ RtlIntegerToUnicodeString, _ultoa, _ltoa, _itoa, _ui64toa, _i64toa,
+ _atoi64, _ultow, _ltow, _itow, _ui64tow, _i64tow, _wtol, _wtoi,
+ _wtoi64.
+
+2003-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+ include/thread.h, scheduler/sysdeps.c:
+ Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block.
+ Added SIGTERM handler.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/shell.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ shell.c is now 16-bit only.
+
+ * server/fd.c:
+ Ignore fcntl failure when setting a write lock on a read only file.
+
+ * dlls/ntdll/rtlstr.c, include/wine/unicode.h, libs/unicode/casemap.c,
+ libs/unicode/cpmap.pl, libs/unicode/cptable.c, libs/unicode/mbtowc.c,
+ libs/unicode/utf8.c, libs/unicode/wctomb.c, libs/unicode/wctype.c,
+ libs/unicode/wine_unicode.def, memory/codepage.c, tools/wmc/lang.c,
+ tools/wmc/mcl.c, tools/wmc/write.c, tools/wrc/parser.l,
+ tools/wrc/utils.c:
+ Added 'wine' prefix to libwine_unicode exports.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, include/module.h,
+ loader/pe_image.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed no longer needed MODREF.find_export field.
+
+ * dlls/shell32/shpolicy.c, dlls/shell32/undocshell.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ - Add new W2K policies to the known list of policies.
+ - Modify the algorithme to go through the list until a NULL entry is
+ found instead of hardcoding the number of elements (I was to lazy to
+ count them again ;-)
+ - Fix SHInitRestricted to work as Unicode on NT systems.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implement some more Win API functions and add support functions for
+ coming changes to SHFileOperation.
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ dlls/Makedll.rules.in, libs/Makefile.in, libs/unicode/.cvsignore,
+ libs/unicode/Makefile.in, libs/unicode/c_037.c, libs/unicode/c_042.c,
+ libs/unicode/c_10000.c, libs/unicode/c_10006.c,
+ libs/unicode/c_10007.c, libs/unicode/c_10029.c,
+ libs/unicode/c_1006.c, libs/unicode/c_10079.c,
+ libs/unicode/c_10081.c, libs/unicode/c_1026.c, libs/unicode/c_1250.c,
+ libs/unicode/c_1251.c, libs/unicode/c_1252.c, libs/unicode/c_1253.c,
+ libs/unicode/c_1254.c, libs/unicode/c_1255.c, libs/unicode/c_1256.c,
+ libs/unicode/c_1257.c, libs/unicode/c_1258.c, libs/unicode/c_20866.c,
+ libs/unicode/c_20932.c, libs/unicode/c_28591.c,
+ libs/unicode/c_28592.c, libs/unicode/c_28593.c,
+ libs/unicode/c_28594.c, libs/unicode/c_28595.c,
+ libs/unicode/c_28596.c, libs/unicode/c_28597.c,
+ libs/unicode/c_28598.c, libs/unicode/c_28599.c,
+ libs/unicode/c_28600.c, libs/unicode/c_28603.c,
+ libs/unicode/c_28604.c, libs/unicode/c_28605.c,
+ libs/unicode/c_28606.c, libs/unicode/c_424.c, libs/unicode/c_437.c,
+ libs/unicode/c_500.c, libs/unicode/c_737.c, libs/unicode/c_775.c,
+ libs/unicode/c_850.c, libs/unicode/c_852.c, libs/unicode/c_855.c,
+ libs/unicode/c_856.c, libs/unicode/c_857.c, libs/unicode/c_860.c,
+ libs/unicode/c_861.c, libs/unicode/c_862.c, libs/unicode/c_863.c,
+ libs/unicode/c_864.c, libs/unicode/c_865.c, libs/unicode/c_866.c,
+ libs/unicode/c_869.c, libs/unicode/c_874.c, libs/unicode/c_875.c,
+ libs/unicode/c_878.c, libs/unicode/c_932.c, libs/unicode/c_936.c,
+ libs/unicode/c_949.c, libs/unicode/c_950.c, libs/unicode/casemap.c,
+ libs/unicode/compose.c, libs/unicode/cpmap.pl,
+ libs/unicode/cptable.c, libs/unicode/defaults, libs/unicode/mbtowc.c,
+ libs/unicode/string.c, libs/unicode/utf8.c, libs/unicode/wctomb.c,
+ libs/unicode/wctype.c, libs/unicode/wine_unicode.def,
+ tools/winewrapper:
+ Moved libwine_unicode to the libs/ directory.
+
+ * loader/pe_image.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Rewrote mapping of module into memory using only NTDLL APIs.
+
+ * configure, configure.ac, dlls/Makefile.in, winedefault.reg,
+ dlls/dmusic/.cvsignore, dlls/dmusic/Makefile.in,
+ dlls/dmusic/dmusic.c, dlls/dmusic/dmusic.spec, dlls/dmusic/dmusic8.c,
+ dlls/dmusic/dmusic_buffer.c, dlls/dmusic/dmusic_collection.c,
+ dlls/dmusic/dmusic_dlinstrument.c, dlls/dmusic/dmusic_download.c,
+ dlls/dmusic/dmusic_instrument.c, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/dmusic_port.c, dlls/dmusic/dmusic_portdl.c,
+ dlls/dmusic/dmusic_private.h, dlls/dmusic/dmusic_thru.c,
+ dlls/dmusic/reference_clock.c, include/Makefile.in, include/dls1.h,
+ include/dmdls.h, include/dmerror.h, include/dmusbuff.h,
+ include/dmusicc.h, libs/uuid/dxguid.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Stub implementation of the dmusic dll.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/winternl.h,
+ misc/version.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implemented LdrQueryProcessModuleInformation
+ - rewrote VERSION_GetLinkedDllVersion() with this new function instead
+ of accessing directly the modref list
+
+ * scheduler/pthread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Forward-declare struct _pthread_cleanup_buffer, as it is
+ Linux-specific and not available in the headers of other systems.
+
+2003-03-20 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec, include/config.h.in:
+ Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
+ buffer.
+
+ * include/wine/port.h, libs/port/Makefile.in,
+ libs/port/memcpy_unaligned.c, loader/ne/resource.c:
+ Added memcpy_unaligned to libwine_port.
+
+ * dlls/kernel/locale.c, ole/ole2nls.c:
+ Moved a couple of locale functions from ole2nls.c into locale.c.
+
+ * include/wine/unicode.h: Added sprintfW and vsprintfW.
+
+ * dlls/ntdll/loader.c, include/module.h, include/winternl.h,
+ loader/pe_image.c, misc/version.c, relay32/relay386.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and make use of the
+ same flags values as Win2000.
+
+ * include/wine/port.h, libs/port/Makefile.in, libs/port/interlocked.c:
+ Moved interlocked functions to libwine_port.
+
+ * dlls/ntdll/loader.c, include/module.h, loader/pe_image.c,
+ misc/version.c, relay32/builtin32.c, relay32/relay386.c,
+ scheduler/process.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Move some fields (refCount, tls_index and module) from WINE_MODREF to
+ LDR_MODULE.
+
+ * dlls/ntdll/cdrom.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed some unneeded unix to Win32 error mapping.
+
+ * tools/winegcc.c: Replaced tempnam by mkstemps.
+
+ * tools/Makefile.in, tools/makedep.c:
+ Don't use libwine_port in makedep to avoid dependency problems.
+
+ * configure, configure.ac, dlls/shell32/shelllink.c,
+ dlls/wsock32/protocol.c, include/config.h.in, include/wine/port.h,
+ libs/port/Makefile.in, libs/port/mkstemp.c, libs/port/mkstemps.c,
+ programs/winedbg/gdbproxy.c, scheduler/sysdeps.c, server/file.c,
+ tools/winebuild/import.c, tools/wpp/wpp.c:
+ Replaced mkstemp by mkstemps from libiberty.
+ Removed a couple of unnecessary portability functions.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Changed name of the asm version of RtlUlong/shortByteSwap to avoid
+ conflicts with the inline version.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Introduce the -J, --input-format options for compatibility with
+ windres.
+ Collpase the -e option into the -J option. Update man page.
+ Cleanup file header (remove history that's already in log msgs, etc.)
+
+ * documentation/introduction.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Remove incorrect entry for 16 bit driver support.
+
+ * files/profile.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Tweak error message in PROFILE_UsageWineIni().
+
+ * dlls/ntdll/loader.c, include/module.h, loader/module.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved the module loading/unloading code and the remaining needed
+ static variables to ntdll.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/winternl.h,
+ loader/module.c:
+ Partially implemented LdrLock/UnlockLoaderLock.
+
+ * dlls/advapi32/advapi32.spec, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/avifil32.spec, dlls/cabinet/cabinet.spec,
+ dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/crtdll.spec, dlls/crypt32/crypt32.spec,
+ dlls/ctl3d/ctl3d32.spec, dlls/d3d8/d3d8.spec, dlls/d3dx8/d3dx8.spec,
+ dlls/dciman32/dciman32.spec, dlls/ddraw/ddraw.spec,
+ dlls/dinput/dinput.spec, dlls/dinput8/dinput8.spec,
+ dlls/dplayx/dplayx.spec, dlls/dsound/dsound.spec,
+ dlls/gdi/gdi32.spec, dlls/icmp/icmp.spec,
+ dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec,
+ dlls/kernel/kernel32.spec, dlls/lzexpand/lz32.spec,
+ dlls/mapi32/mapi32.spec, dlls/mpr/mpr.spec, dlls/msacm/msacm32.spec,
+ dlls/msimg32/msimg32.spec, dlls/msvcrt/msvcrt.spec,
+ dlls/msvideo/msvfw32.spec, dlls/netapi32/netapi32.spec,
+ dlls/ntdll/ntdll.spec, dlls/odbc32/odbc32.spec,
+ dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec,
+ dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec,
+ dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec,
+ dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec,
+ dlls/rpcrt4/rpcrt4.spec, dlls/setupapi/setupapi.spec,
+ dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec,
+ dlls/sti/sti.spec, dlls/tapi32/tapi32.spec, dlls/twain/twain_32.spec,
+ dlls/urlmon/urlmon.spec, dlls/user/user32.spec,
+ dlls/version/version.spec, dlls/win32s/w32skrnl.spec,
+ dlls/winaspi/wnaspi32.spec, dlls/wininet/wininet.spec,
+ dlls/winmm/winmm.spec, dlls/winsock/ws2_32.spec,
+ dlls/winspool/winspool.drv.spec, dlls/wintab32/wintab32.spec,
+ dlls/wintrust/wintrust.spec, dlls/wsock32/wsock32.spec,
+ dlls/x11drv/x11drv.spec:
+ Take advantage of new winebuild syntax to remove redundant function
+ names in spec files.
+
+ * dlls/msnet32/msnet32.spec, tools/winebuild/parser.c:
+ Added check for duplicate ordinals, and fixed bug it uncovered in
+ msnet32.spec.
+
+ * dlls/ole32/git.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Fixed copyright date.
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ dlls/kernel/Makefile.in, libs/Makefile.in, libs/uuid/.cvsignore,
+ libs/uuid/Makefile.in, libs/uuid/dx8guid.c, libs/uuid/dxguid.c,
+ libs/uuid/uuid.c, ole/.cvsignore, ole/Makefile.in, ole/dx8guid.c,
+ ole/dxguid.c, ole/uuid.c:
+ Moved libwine_uuid to the new libs/ directory.
+
+2003-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, tools/wrc/wrc.c, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove -J, -P, and -V as they have long options equivalents.
+ Update documentation, small code cleanups.
+
+ * include/wine/port.h, libs/port/Makefile.in, libs/port/getopt.c,
+ libs/port/getopt.h, libs/port/getopt1.c:
+ Added getopt routine to libwine_port (based on a patch by Dimitrie
+ O. Paun).
+
+ * server/Makefile.in: We still need libwine here...
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ dlls/Makedll.rules.in, dlls/Maketest.rules.in, libs/.cvsignore,
+ libs/Makefile.in, libs/port/.cvsignore, libs/port/Makefile.in,
+ libs/port/getpagesize.c, libs/port/lstat.c, libs/port/memmove.c,
+ libs/port/mkstemp.c, libs/port/pread.c, libs/port/pwrite.c,
+ libs/port/statfs.c, libs/port/strcasecmp.c, libs/port/strerror.c,
+ libs/port/strncasecmp.c, libs/port/usleep.c, miscemu/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ server/Makefile.in, tools/Makefile.in, tools/widl/Makefile.in,
+ tools/widl/utils.c, tools/winebuild/Makefile.in,
+ tools/winedump/Makefile.in, tools/wmc/Makefile.in,
+ tools/wrc/Makefile.in:
+ Created a separate static portability library and moved some of the
+ libwine routines in there.
+
+2003-03-18 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030318.
+
+----------------------------------------------------------------
+2003-03-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/trace.c:
+ Fixed bug that could cause SendMessage to return too early in certain
+ cases.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, include/winternl.h:
+ Implemented Rtl*ByteSwap() functions, based on a patch by Jon
+ Griffiths.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, include/winternl.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Correct the agument count for RtlInitializeGenericTable().
+ Fix my own brown paper bag in RtlFillMemoryUlong().
+ RtlGetNtVersionNumbers() should never return < 5.
+ Remove RtlCopyMemory(), its not an ntdll export.
+ Implement RtlCompareMemoryUlong(), RtlComputeCrc32().
+ Documentation updates.
+
+ * loader/module.c:
+ Make GetModuleFileNameA call GetModuleFileNameW. Small cleanups.
+
+ * dlls/ntdll/tests/rtlbitmap.c: Avoid explicit long long constants.
+
+ * include/ddrawi.h: Fixed a few function pointer typedefs.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Stub for SHAutoComplete.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/registry.c,
+ dlls/advapi32/security.c, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/commctrl.c, dlls/kernel/thunk.c, dlls/kernel/time.c,
+ dlls/ntdll/critsection.c, dlls/ntdll/heap.c, dlls/ntdll/om.c,
+ dlls/ntdll/time.c, dlls/oleaut32/dispatch.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib16.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shlfileop.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/thread.c, dlls/shlwapi/url.c,
+ dlls/shlwapi/wsprintf.c, dlls/urlmon/umon.c, dlls/wsock32/service.c,
+ ole/ole2nls.c, windows/dce.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/module.h,
+ include/winternl.h, loader/module.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - added LDR_MODULE structure to WINE_MODREF and made dummy filling of
+ this structure
+ - implementation of LdrFindEntry
+ - implementation of GetModuleFileName[AW] on top of LdrFindEntry
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/string.c:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Tests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa, _itow, _ltow,
+ _ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64.
+
+ * server/fd.c, server/file.h:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix signature of open_fd().
+
+ * dlls/msvcrt/cppexcept.c, dlls/msvcrt/cppexcept.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add __CxxDetectRethrow(), __CxxQueryExceptionSize().
+ Constify parameters (enabling static RTTI).
+ Move type definitions into a header for sharing with cpp.c objects.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+ tools/winebuild/utils.c, tools/winebuild/winebuild.man.in:
+ Handle end of line as a syntactic element in the spec file parser;
+ backslashes can be used to continue lines. This allows us to skip over
+ errors to continue parsing, and also to make specification of an entry
+ point link name optional.
+
+ * dlls/kernel/tests/file.c, files/file.c, include/winbase.h,
+ include/wine/server_protocol.h, server/fd.c, server/file.c,
+ server/file.h, server/list.h, server/process.c, server/process.h,
+ server/protocol.def, server/trace.c:
+ Implemented file locking functions (partly based on my old Corel
+ patch). Added a few regression tests.
+
+2003-03-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/mixer.c: Ove Kaaven <ovek@transgaming.com>
+ Somewhat more reliable dsound position notifications.
+
+ * dlls/commdlg/printdlg.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Janitorial. Get rid of W->A call.
+
+ * include/msvcrt/sys/types.h, include/winsock.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Define the u_{char,short,int,long} in msvcrt/sys/types.h for Unix
+ compatibility (needed by winsock.h as well).
+
+ * dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Move a couple of shared definitions into msvcrt.h.
+ init_vtables() is redundant with upcoming fixes to cxx functions.
+
+ * dlls/msvcrt/mtdll.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ _EXIT_LOCK2 is used by type_info objects.
+
+ * include/winreg.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added prototypes for the Remote Shutdown Api calls.
+
+ * dlls/ntdll/sec.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * programs/wineconsole/wineconsole.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Convert WINE_DPRINTF calls to WINE_TRACE.
+
+ * tools/winebuild/build.h, tools/winebuild/parser.c,
+ tools/winebuild/spec32.c, tools/winebuild/winebuild.man.in:
+ Removed support for the 'forward' ordinal type.
+
+ * dlls/crtdll/crtdll.spec, dlls/msvcrt20/msvcrt20.spec:
+ Replaced forwards by normal function declarations.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Fixed a couple of relay arguments, and updated some of the stub
+ comments.
+
+ * dlls/comctl32/tab.c: Mike Hearn <mike@theoretic.com>
+ Fix the tab height so the labels don't clip, and restore the offset
+ constant to what it was before.
+
+ * dlls/comctl32/imagelist.c: Mike Hearn <mike@theoretic.com>
+ Fix a typo.
+
+ * dlls/shell32/shellpath.c, include/shlobj.h:
+ Paul Rupe <prupe@myrealbox.com>
+ Add CSIDL_PROFILES. Improved logging for non-existent CSIDL values.
+
+ * dlls/gdi/freetype.c: Paul Rupe <prupe@myrealbox.com>
+ Fix a couple INT/UINT comparisons.
+
+ * dlls/winsock/socket.c: Paul Rupe <prupe@myrealbox.com>
+ Treat blank protocol the same as NULL in getservbyname &
+ getservbyport.
+
+ * dlls/advapi32/advapi32.spec, dlls/dplay/dplay.spec,
+ dlls/kernel/kernel32.spec, dlls/msvcrt/msvcrt.spec,
+ dlls/netapi32/netapi32.spec, dlls/ole32/ole32.spec,
+ dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec,
+ dlls/olepro32/olepro32.spec, dlls/opengl32/opengl32.spec,
+ dlls/shell32/shell32.spec, dlls/shfolder/shfolder.spec,
+ dlls/shlwapi/shlwapi.spec, dlls/urlmon/urlmon.spec,
+ dlls/version/version.spec, dlls/win32s/w32skrnl.spec,
+ dlls/winsock/ws2_32.spec, dlls/wow32/wow32.spec,
+ dlls/wsock32/wsock32.spec:
+ Replaced forwards by normal function declarations.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Implemented _getdllprocaddr(), it cannot be simply a forward to
+ GetProcAddress.
+
+ * tools/winebuild/parser.c, tools/winebuild/spec32.c,
+ tools/winebuild/winebuild.man.in:
+ Disable 'variable' in Win32 spec files.
+ Added support for forwarded 'extern' ordinals.
+
+ * dlls/winmm/wineoss/audio.c: Avoid warnings.
+
+2003-03-16 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/import.c:
+ Don't enter an imported dll in the import table at all if we didn't
+ need to import any symbol from it.
+
+ * include/basetsd.h, include/wtypes.h, include/wtypes.idl:
+ Properly import basetsd.h and guiddef.h.
+
+ * tools/widl/parser.l, tools/widl/utils.c, tools/widl/widl.c:
+ Make sure we display the correct file name and line in error messages.
+
+ * dlls/shell32/shell32_main.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ - make SHGetFileInfo handle relative paths
+ - fix requests for large icons
+
+2003-03-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/misc.c:
+ Implemented _chkesp, based on a patch by Jon Griffiths.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/exit.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Display abnormal exit text in a message box for GUI apps.
+
+ * include/wtypes.h, include/wtypes.idl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some missing types needed for the upcoming ocidl.idl.
+ Add missing variant types.
+ Correct the definition of DECIMAL type.
+
+ * dlls/winmm/wineoss/audio.c: Added #ifdef checks for SOUND_MIXER_INFO.
+
+ * documentation/authors.ent: Added Jon Griffiths.
+
+ * Make.rules.in, Makefile.in, documentation/Makefile.in:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Updated rules for API doc generation.
+ Add sgmlpages target for making a docbook 'Wine API Guide'.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Improve the look/content of the man page output.
+ Generate for all exported functions (that have docs).
+ Add dll summary page, HTML and SGML output.
+
+ * documentation/documentation.sgml:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Document the API generation process and format.
+ Provide an overview of the Wine documentation system.
+ A couple of minor other fixes.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add RtlDowncaseUnicodeChar(), RtlEqualComputerName(),
+ RtlEqualDomainName(). Documentation updates.
+
+ * dlls/shlwapi/istream.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * include/shlwapi.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some missing prototypes.
+
+ * dlls/shlwapi/shlwapi.spec: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ SHCreateThread is exported by name _and_ ordinal.
+
+ * dlls/shlwapi/clist.c, dlls/shlwapi/tests/clist.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Correct behaviour for some error conditions.
+ Documentation updates.
+
+ * include/wine/debug.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Really get rid of debug code/strings if we're building without them.
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented __p__pgmptr, _pgmptr.
+
+ * tools/winedump/pe.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Only sort the number of symbols actually found.
+
+ * tools/winapi/msvcmaker: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Output a dummy function for linking.
+ Define __WINE_USE_NATIVE_HEADERS for tests that need to care.
+ Change the debug information format to prevent winedbg from crashing.
+
+ * include/wingdi.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Protect the TEXTMETRIC struct from redefinition.
+
+ * controls/listbox.c, controls/scroll.c, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw/main.c,
+ dlls/ddraw/dsurface/main.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Replace DPRINTF with TRACE.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.spec,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c, dlls/winmm/lolvldrv.c,
+ dlls/winmm/winealsa/Makefile.in, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/wineoss/audio.c, documentation/samples/config,
+ include/mmddk.h:
+ Robert Reif <reif@earthlink.net>
+ Added support for multiple direct sound devices.
+
+ * dlls/comcat/information.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/main.c,
+ dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c,
+ dlls/odbc32/proxyodbc.c, dlls/richedit/richedit.c,
+ dlls/setupapi/parser.c, dlls/version/info.c,
+ dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c,
+ dlls/x11drv/keyboard.c, files/smb.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Replace DPRINTF with TRACE.
+
+ * winedefault.reg: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Rename "Shortcut" to "Desktop".
+
+ * scheduler/sysdeps.c:
+ Init signals before calling CLIENT_InitThread since we can receive a
+ signal there.
+
+ * dlls/comctl32/listview.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Changes for Icon and SmallIcon modes:
+ - fix typo causing wrong scroll boundaries
+ - reverse mouse wheel scroll directions
+ - fix navigation with keyboard when auto arranged
+
+2003-03-14 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c: Cleaned up load_library_as_datafile().
+
+ * dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/sec.c:
+ Avoid GetProcessHeap() inside ntdll.
+
+ * dlls/kernel/kernel32.spec, win32/newfns.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added stub for GetDevicePowerState().
+
+ * dlls/msnet32/msnet32.spec, dlls/msnet32/msnet_main.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added a stub for msnet32.57
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Spacing information is signed (debugged and fixed by Vitaliy
+ Margolen).
+ Decode spacing information in the window procedure.
+ Some spelling fixes.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+ include/module.h, include/winternl.h, loader/module.c,
+ loader/pe_image.c, relay32/builtin32.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - implementation of LdrLoadDll out of loader/module.c
+ - in impacted functions, ensure that we only use ntdll functions
+ - for internal loading, start using NTDLL style for error reporting
+ - making use of new LdrLoadDll
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/registry.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Janitorial. Get rid of W->A calls.
+
+ * dlls/comctl32/rebar.c, windows/dialog.c, windows/win.c,
+ windows/winpos.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Replace DPRINTF with TRACE.
+
+ * server/main.c, server/object.h, server/request.c:
+ Added -f option to make wineserver remain in the foreground for
+ debugging.
+ Close stdin/stdout when not in the foreground (based on a patch by
+ Francois Gouget).
+
+ * dlls/kernel/tests/profile.c: Warning fixes.
+
+ * dlls/ntdll/debugtools.c:
+ Only print the trace header when we are at the beginning of a new
+ line (suggested by Dimitrie O. Paun).
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+ include/module.h, loader/module.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - implementation of LdrUnloadDll out of loader/module.c
+ - in impacted functions, ensure that we only use ntdll functions
+ - making use of new LdrUnloadDll
+
+2003-03-12 Alexandre Julliard <julliard@winehq.com>
+
+ * server/fd.c, server/file.c, server/file.h, server/named_pipe.c,
+ server/pipe.c, server/process.c, server/request.c, server/serial.c,
+ server/smb.c, server/sock.c, server/thread.c:
+ Added an inode object to keep track of all file descriptors open for a
+ given file.
+ Plugged a couple of potential file descriptor leaks.
+
+ * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c, include/wine/unicode.h,
+ unicode/string.c, unicode/wine_unicode.def:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Move vsnwprintf implementation to libwine_unicode, export snprintfW
+ and vsnprintfW from there, forward MSVCRT and NTDLL functions to
+ libwine_unicode.
+
+ * dlls/shell32/shpolicy.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Constify the strings in the policy cache.
+ Documentation updates.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/wcs.c,
+ dlls/msvcrt20/msvcrt20.spec:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Forward to the ntdll functions _itoa, _ltoa, _ultoa, _i64toa,
+ _ui64toa, _itow, _ltow, _ultow, _i64tow, _ui64tow, _atoi64, _wtoi,
+ _wtol, _wtoi64 from msvcrt / msvcrt20.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c:
+ Thomas Mertes <thomas.mertes@gmx.at>
+ Implement _itoa, _ltoa, _ultoa, _i64toa, _ui64toa, _itow, _ltow,
+ _ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64.
+
+ * dlls/kernel/comm.c: Marcus Meissner <meissner@suse.de>
+ Fixed 2 fd leaks in comm functions.
+ Removed erroneous GetLastError() check in WaitCommEvent().
+
+ * documentation/packaging.sgml, programs/wineboot/wineboot.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Implement finer grained control over what gets run.
+ - Implement command line to control presets of said control for
+ various scenarios:
+ o start - session startup - run everything.
+ o restart - session close (presumeably after reboot) - only perform
+ *once operations.
+
+ * include/winnt.h: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add flags for RegRestoreKey.
+
+ * dlls/comctl32/tab.c: Mike Hearn <mike@theoretic.com>
+ - Reduced tab offset constant slightly to avoid clipping the label.
+ - Prevent label overdraw of updown control by reducing the width of
+ the invalidated region.
+
+2003-03-11 Alexandre Julliard <julliard@winehq.com>
+
+ * server/context_i386.c, server/context_powerpc.c,
+ server/context_sparc.c, server/debugger.c, server/process.c,
+ server/ptrace.c, server/thread.h:
+ Attaching the debugger to a running process should work again
+ (reported by Eric Pouech). Misc cleanups.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/compobj.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/git.c, winedefault.reg,
+ dlls/ole32/marshal.c:
+ Mike Hearn <mike@theoretic.com>
+ Implemented the global interface table object using a simple linked
+ list.
+
+2003-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/consoles.sgml, documentation/running.sgml,
+ documentation/samples/config:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Put console documentation in sync with current console status.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ - implemented panning
+ - implemented coning
+ - many minor fixes
+
+ * relay32/snoop.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_PrintArg: don't try to decipher snoop args when seh chanel is
+ on.
+
+ * server/ptrace.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed typo.
+
+ * dlls/user/exticon.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fixed typo in PrivateExtractIconExW function.
+
+ * dlls/comctl32/tab.c: Mike Hearn <mike@theoretic.com>
+ It's not just height that can be set to the default by passing zero to
+ TCM_SETITEMSIZE, but also width.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - fixed another regression in sub-process creation (curses backend
+ must be default for AllocConsole() invocation)
+ - fixed endless loop when unknown argument was passed on commandline
+
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed error code when no mapping is found for wave input.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented SHRegSetUSValueA and SHRegSetUSValueW.
+
+2003-03-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/rtlbitmap.c:
+ Rewrote RtlFind{Most,Least}SignificantBit in a more portable way.
+
+ * dlls/gdi/enhmfdrv/init.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Janitorial. Get rid of W->A call.
+
+ * controls/scroll.c: Andrew Johnston <johnstonam@logica.com>
+ Move keyboard event processing from WndProc code into the existing
+ helper.
+ Create a helper function for the create event and clean up code.
+ Remove macro for detecting invalid SCROLLINFO structures and make it
+ an inline function.
+
+ * controls/menu.c: Adam Gundy <arg@cyberscience.com>
+ Allow modifying a menu string to be NULL.
+
+ * dlls/comctl32/toolbar.c: Adam Gundy <arg@cyberscience.com>
+ TOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are not supposed to
+ modify the bitmap - we call ImageList_AddMasked() which turns all
+ masked pixels black. Fixed by making a copy of the bitmap to give to
+ ImageList_AddMasked().
+
+ * controls/scroll.c: Andrew Johnston <johnstonam@logica.com>
+ - GetScrollRange zeros the return parameters for no infoPtr
+ - GetScrollRange, GetScrollPos and GetScrollInfo send a message to the
+ window for the SB_CTL case
+ - Moved code for GetScroll* to into worker functions
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fixed bug where the enable state of the output and input were not set
+ properly when doing full duplex.
+ Fixed bug where resetting the output would affect the capture when
+ doing full duplex.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Fixed a bug where a capture device was used after it failed to open
+ due to a missing driver.
+ Added tests to try all possible combinations of sample rate, sample
+ size and mono/stereo.
+
+ * dlls/wineps/init.c, dlls/winspool/info.c:
+ Marcus Meissner <meissner@suse.de>
+ Was using the wrong define for the CUPS soname.
+
+ * dlls/comctl32/listview.c: Adam Gundy <arg@cyberscience.com>
+ When shifting the list's indices, we must not send notify messages if
+ we have to refocus. Item modification handlers are not supposed to be
+ called here.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed regression in sub-process creation.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw/user.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some Caps clean-up when no OpenGL compiled in
+ - fix some fonts displaying problems
+
+ * documentation/patches.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Clarify patch requirements.
+
+ * dlls/winmm/Makefile.in: Steven Edwards <steven_ed4153@yahoo.com>
+ Add import of ntdll.
+
+ * dlls/comctl32/propsheet.c: Adam Gundy <arg@cyberscience.com>
+ PROPSHEET_CreateDialog() is documented to return -1 on failure, and
+ the dialog handle on success.
+
+ * dlls/commdlg/filedlg95.c: Adam Gundy <arg@cyberscience.com>
+ ArrangeCtrlPositions() did not cope correctly with a templated dialog
+ which has an extra 'preview' control to the right of the 'marker'
+ control.
+ FILEDLG95_Handle_GetFilePath() did not return the path - it wasn't
+ combining the path with the filename.
+
+2003-03-06 Alexandre Julliard <julliard@winehq.com>
+
+ * library/ldt.c:
+ Hardcode set_thread_area syscall number to avoid trouble with broken
+ headers.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, include/module.h,
+ loader/module.c, loader/pe_image.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - implemented LdrGetProcedureAddress and made use of it for
+ GetProcAddress
+ - implemented LdrGetDllHandle and made use of it in GetModuleHandle
+ - removed MODULE_DllThreadDetach from loader/module.c (should have
+ been removed in a previous patch)
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support 'stub' wglGetExtensionsStringEXT function.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Added a configuration option for setting the hardware acceleration
+ level just like the direct sound control panel app.
+ More work on the full duplex interface so the compile warning is no
+ longer generated. Full duplex interface is still stubbed out.
+ Moved full duplex mixer reset fix into wineoss driver where it
+ belongs.
+ Added some more locking fixes.
+ Capture and full duplex are now stable.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Fixed a FIXME for full duplex.
+
+ * dlls/commdlg/printdlg.c, dlls/comctl32/imagelist.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Janitorial. Get rid of W->A call.
+
+ * dlls/oleaut32/variant.c: Adam Gundy <arg@cyberscience.com>
+ Handle coercing VT_DISPATCH into VT_PTR.
+
+ * dlls/comctl32/treeview.c: Adam Gundy <arg@cyberscience.com>
+ TREEVIEW_UpdateScrollBars() now copes with an empty tree.
+
+2003-03-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, documentation/configuring.sgml,
+ documentation/wine.conf.man, documentation/wine.man.in,
+ include/module.h, loader/elf.c, loader/loadorder.c, loader/module.c,
+ loader/ne/module.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed SO loading type.
+
+ * programs/wcmd/wcmdmain.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Allow to run autoexec.bat when launching wcmd, it was broken due to a
+ function change.
+
+ * dlls/shell32/shlfolder.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Add few SFGAO_CAN* attributes to supported list.
+
+ * tools/examine-relay: Duane Clark <dclark@akamail.com>
+ Add full listing format option.
+ Fix an infinite loop if the last line is a partial line.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Changed some stuff so distance attenuation works for both 3d
+ processing modes.
+
+2003-03-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, include/wine/server_protocol.h,
+ scheduler/client.c, scheduler/process.c, server/context_i386.c,
+ server/context_powerpc.c, server/context_sparc.c, server/process.c,
+ server/ptrace.c, server/thread.c, server/thread.h, server/trace.c:
+ Use SIGUSR1 instead of SIGSTOP to suspend threads.
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Added waveIn tests.
+
+ * files/profile.c:
+ Fixed int conversion in GetPrivateProfileInt so that all the tests
+ succeed.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/module.h,
+ include/winternl.h, loader/module.c, scheduler/process.c,
+ scheduler/thread.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - added Ldr* information to include/winternl.h
+ - exported a few functions/global vars from module.h while we move
+ code from loader/module.c to dlls/ntdll/loader.c
+ - implemented LdrShutdownProcess, LdrShutdownThread and
+ LdrDisableThreadCalloutsForDll (and made use of them)
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/profile.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added tests for GetPrivateProfileInt.
+
+ * dlls/comctl32/tab.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Fix invisible tabs in TabControls with fixed tab width.
+
+ * documentation/samples/config: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Document [WinMM] drivers options.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added _daylight stub int, and __p__daylight function.
+
+ * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+ programs/winedbg/intvar.h, programs/winedbg/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added support for Ctrl-C handling if not running in a console.
+ Added (maintenance) configuration var to trigger external debugger on
+ winedbg's exceptions.
+
+ * dlls/shlwapi/string.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix endless loop in StrPBrkW.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - update to latest GL spec files
+ - added KTX Buffer Region extension
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move real mode interrupt emulation code to file interrupts.c.
+ Remove last wrapper check from int31 handler.
+ Move RM/PM hardware interrupt emulation code to separate functions.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int21.c, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move decoding of long file name functions to winedos.
+ Move some int21 functions to winedos.
+
+ * files/drive.c: Enrico Horn <farmboy1@subdimension.com>
+ Simple way to get the label of mixed-mode cd.
+
+ * controls/menu.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Janitorial. Get rid of W->A call.
+
+ * dlls/oleaut32/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ VarAdd: set 'rc' correctly from BSTR addition.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle VT_PTR->VT_VARIANT arguments of Invoke.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - added ability to use --backend=(curses|user) as wineconsole parameter
+ - rewrote wineconsole command line option parsing
+
+ * programs/wineconsole/curses.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ In curses backend, apply the quick-edit directive from registry.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed code to handle full duplex properly.
+ Added support for capture driver (disabled).
+ Fixed direct sound capture test to handle notifications properly.
+
+ * dlls/winmm/wineoss/audio.c, include/dsdriver.h:
+ Robert Reif <reif@earthlink.net>
+ Capture thread checks queue for more headers before giving error.
+ Capture driver work started.
+
+2003-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c:
+ Only do the unload_dll server call at the time we actually unload the
+ dll.
+
+ * server/process.c, server/thread.c, server/thread.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Suspended threads should not acquire synchronization objects.
+
+ * documentation/faq.sgml: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - supported Platforms didn't mention MacOS X prominently enough by
+ far...
+ - add some URLs, correct URL handling
+ - remove linux.corel.com, as it's DEAD :-\
+
+2003-02-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, include/thread.h, scheduler/sysdeps.c,
+ tools/winebuild/relay.c:
+ Properly save/restore %gs register across 16-bit calls.
+
+ * controls/edit.c, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in,
+ dlls/gdi/gdi16.c, dlls/gdi/printdrv.c, dlls/kernel/.cvsignore,
+ dlls/kernel/Makefile.in, dlls/kernel/utthunk.c,
+ dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in,
+ dlls/msvideo/msvideo16.c, dlls/setupapi/.cvsignore,
+ dlls/setupapi/Makefile.in, dlls/setupapi/virtcopy.c,
+ dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/hook16.c,
+ dlls/user/dde/ddeml16.c, dlls/user/property.c, dlls/user/user16.c,
+ dlls/user/wnd16.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in,
+ dlls/winaspi/winaspi16.c, dlls/winmm/.cvsignore,
+ dlls/winmm/Makefile.in, dlls/winmm/message16.c,
+ dlls/winmm/mmsystem.c, include/wownt32.h, objects/dc.c,
+ objects/font.c, objects/metafile.c, windows/driver.c,
+ windows/painting.c:
+ Replaced most uses of the auto-generated glue code by explicit calls
+ to WOWCallback16Ex.
+
+ * dlls/shell32/shlfolder.c: Alberto Massari <amassari@progress.com>
+ Fixes to IShellFolder::GetAttributesOf:
+ - before computing the flags for the requested entry, reset the bits
+ we don't support, or we will tell something we didn't want to.
+ - instead of using an hexadecimal mask for the unsupported flags, use
+ a mask made of the supported ones
+ - replace the obscure hexadecimal values with the proper macros
+
+ * dlls/kernel/wowthunk.c, scheduler/thread.c:
+ Moved CreateThread16 to kernel, and made it use WOWCallback16.
+
+ * documentation/debugger.sgml, programs/winedbg/intvar.h,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed no longer needed UseXTerm internal variable.
+
+ * programs/wcmd/builtins.c, programs/wcmd/directory.c,
+ programs/wcmd/wcmdmain.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - don't create a new console upon startup
+ - no longer assume we're always attached to a console
+
+ * configure, configure.ac, dlls/gdi/Makefile.in:
+ Get rid of win16drv directory.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/driver.c, dlls/gdi/gdi.exe.spec:
+ Removed the 16-bit graphics driver support; this has been broken for a
+ long time anyway.
+
+2003-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_main.c, dlls/winedos/int31.c, include/miscemu.h,
+ include/selectors.h, include/wine/library.h, library/ldt.c,
+ loader/task.c, memory/instr.c, memory/selector.c,
+ scheduler/sysdeps.c, scheduler/thread.c:
+ Moved LDT selector allocation routines to libwine.
+ Added support for correct locking of all LDT operations.
+ Added separate functions to manipulate the %fs selector, which allows
+ using a global GDT selector on recent Linux kernels.
+
+ * files/file.c:
+ MoveFile[AW] should simply call MoveFileEx[AW]. Should fix issue
+ reported by Roderick Colenbrander.
+
+ * dlls/winedos/soundblaster.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Implemented DSP Version command.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man,
+ tools/wrc/writeres.c, tools/wrc/writeres.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove assembly generation from wrc.
+
+ * dlls/winedos/int10.c, include/miscemu.h, msdos/dosmem.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move controller info and state/functionality info initialization to
+ winedos. Convert many incorrectly static fields into dynamic
+ fields. Fix vesa mode reporting and realloc memory block consistency
+ checks.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed behavior when changing both sb and win size, as the order of
+ operation is important to keep sb always bigger than win.
+
+ * scheduler/process.c, windows/winproc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Only print 4 hexdigits for tid.
+
+ * dlls/oleaut32/typelib.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Check both pointers in GetContainingTypeLib.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, memory/global.c:
+ Mike Hearn <m.hearn@signal.qinetiq.com>
+ Implemented GlobalMemoryStatusEx().
+
+ * include/docobj.h: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Add some OLECMDIDs present in MS headers.
+
+ * documentation/authors.ent, documentation/running.sgml:
+ Mike Hearn <m.hearn@signal.qinetiq.com>
+ Added a "basic usage" section that deals with installation,
+ uninstallation and control panel applets to the "Running Wine" part of
+ the users guide.
+
+2003-02-25 Alexandre Julliard <julliard@winehq.com>
+
+ * server/console.c, server/debugger.c, server/process.c,
+ server/ptrace.c, server/thread.c, server/thread.h:
+ Added send_thread_signal() function and properly handle errors caused
+ by the thread having already died when we send it a signal.
+ Use -1 instead of 0 as invalid Unix pid value.
+
+ * server/registry.c: Avoid some redundant calls to time(NULL).
+ touch_key() must not be called in create_key.
+
+ * configure, configure.ac: Mike McCormack <mike@codeweavers.com>
+ Turn off -Wpointer-arith if it generates warnings when including
+ string.h.
+
+ * dlls/comctl32/treeview.c: Tim Segall <tim@cobber.com>
+ Accept either TVI_ROOT or NULL for the parent to imply sort the entire
+ tree.
+
+ * programs/wcmd/directory.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - made support for paged output a generic feature in wcmd
+ - rewrote DIR command accordingly
+
+ * programs/wineconsole/user.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Forbids selecting (for clipboard) areas larger than the actual
+ screen-buffer size.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/tests/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ InternetOpenUrlA (http/s case): Use client for HttpOpenRequestA, don't
+ insert HOST: twice.
+ HttpAddRequestHeadersA: allow lpszHeader == NULL.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ No need to support -mwindows as a synonim for -mgui: it's a gcc-ism
+ that is handled in winegcc.
+ Link in GDI only in gui mode.
+
+ * dlls/kernel/tests/pipe.c: Dan Kegel <dank@kegel.com>
+ Now compiles on windows. Added a couple more checks.
+
+ * dlls/ntdll/cdrom.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Define CD_SECS and CD_FRAMES also on non-Linux systems. Avoid a
+ non-portable TRACE on non-Linux systems.
+
+2003-02-24 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/server_protocol.h, scheduler/process.c,
+ server/process.c, server/protocol.def, server/thread.c,
+ server/thread.h, server/trace.c:
+ Pass the pid of the new process in the new_process request, don't
+ depend on the parent pid to find the startup info.
+
+ * dlls/comctl32/rebar.c, dlls/winedos/vga.c, dlls/wininet/internet.c,
+ dlls/winsock/socket.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Remove some unreachable code.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Fixed a problem getting the GUID to compile under windows and wine.
+
+ * dlls/winedos/int10.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix TRACE format string.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/keyboard/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement GetDeviceInfo and GetObjectInfo for the keyboard device.
+
+ * programs/wineconsole/dialog.c,
+ programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_Hu.rc,
+ programs/wineconsole/wineconsole_Zh.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added checks when editing window and sb size so that they are kept
+ consistent.
+
+ * dlls/comctl32/propsheet.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Added handling for PSNRET_INVALID in PSN_APPLY notification.
+
+ * programs/wineconsole/registry.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Set a default 50 lines in history for console apps.
+
+ * programs/wcmd/wcmdmain.c: Dan Kegel <dank@kegel.com>
+ Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
+
+ * dlls/dsound/capture.c: Michael Stefaniuc <mstefani@redhat.de>
+ Add missing LeaveCriticalSection's in error path.
+
+ * programs/winedbg/winedbg.c: Marcus Meissner <meissner@suse.de>
+ Print out name of float exceptions.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Link in shell32 only in gui mode.
+ Add all the standard defines that MinGW provides (with the exception
+ of __MINGW__, that's MinGW prerogative).
+ Do not pass along linker options when only compiling.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Added definitions for DirectSoundFullDuplex and moved some GUIDs
+ around.
+
+2003-02-19 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030219.
+
+----------------------------------------------------------------
+2003-02-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore: Added pipe.ok.
+
+ * AUTHORS, dlls/shell32/authors.h: Updated authors list.
+
+ * server/console.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed read-overflow spotted by valgrind.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Ignore get shadow buffer function.
+ Remember to synchronize VGA display on program exit because update
+ thread may not have time to run.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Fixed installation order of linkable dlls.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int21.c, include/miscemu.h,
+ memory/global.c, msdos/dosmem.c, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move resize memory block to winedos and make it resize in place and
+ work correctly even when trying to allocate too much memory.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Rough implementation of _O_TEXT/_O_BINARY translation by doing single
+ byte read/writes in _O_TEXT mode and CR/LR handling.
+ fput/getwc must read multibyte characters in _O_TEXT.
+ Added test cases for _O_TEXT/_O_BINARY file handling and fgetws.
+
+ * dlls/ntdll/cdrom.c: Waldeck Schutzer <schutzer@math.rutgers.edu>
+ - Some systems/drives are very slow to read the TOC. To address this
+ issue, we are caching it inside the driver.
+ - Windows will seek while not playing, Linux will not. We are
+ providing better compatibility with Windows by also caching the
+ current position.
+
+ * dlls/winmm/mcicda/mcicda.c:
+ Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Avoid playing data tracks.
+
+ * relay32/relay386.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid warnings.
+
+ * dlls/kernel/sync.c, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/pipe.c:
+ Dan Kegel <dank@kegel.com>
+ Added check for illegal pipe names.
+ Added regression test.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Convert Twips values from the registry.
+
+ * controls/edit.c: Sander van Leeuwen <sandervl@xs4all.nl>
+ Dietrich Teickner <Dietrich_Teickner@t-online.de>
+ - Fixed incorrect undo buffer size (previous code caused heap
+ corruption when using backspace many times).
+ - Always kill timer when left mouse button is released and in captured
+ state.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+ dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c,
+ dlls/rpcrt4/rpc_server.h:
+ Ove Kaaven <ovek@transgaming.com>
+ For better concurrency, separate the connections from the bindings.
+
+ * include/winternl.h: Thomas Mertes <thomas.mertes@t-mobile.at>
+ - Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
+ RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
+ RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
+ RtlUpcaseUnicodeChar.
+ - Use toupperW instead of toupper in RtlCompareUnicodeString.
+
+ * dlls/msvcrt/dir.c: Warren Baird <Warren_Baird@cimmetry.com>
+ - Avoid possible seg fault when calling TRACE with NULL string pointers.
+ - Fix bad side-effect of makepath on input parameters.
+
+ * scheduler/process.c: Warren Baird <Warren_Baird@cimmetry.com>
+ Increase size of insufficiently big stack allocated buffer used for
+ error messages in PROCESS_InitWine.
+
+ * dlls/kernel/editline.c: Jukka Heinonen <jhei@iki.fi>
+ When updating the edited line, remember to update attributes, too.
+
+ * programs/winedbg/debugger.h, programs/winedbg/hash.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - removed unused function: SetSymbolValue
+ - enhanced a bit AddSymbol regarding invalid symbol management (and
+ enhanced its traces)
+ - now printing type information in 'info sym'
+
+ * programs/winedbg/stabs.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - added parsing of C++ inheritence information
+ - added an internal trace for displaying errors in typedef parsing
+ - enhanced ELF symbol management (direct call to AddSymbol in ELF
+ header)
+
+ * dlls/richedit/richedit.c: Duane Clark <dclark@akamail.com>
+ A fix to get edit control scrolls bars to draw in the correct
+ position.
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/rtlstr.c:
+ Thomas Mertes <thomas.mertes@t-mobile.at>
+ Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
+ RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
+ RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
+ RtlUpcaseUnicodeChar.
+
+ * dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c:
+ Thomas Mertes <thomas.mertes@t-mobile.at>
+ - Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
+ RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
+ RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
+ RtlUpcaseUnicodeChar.
+ - Use toupperW instead of toupper in RtlCompareUnicodeString.
+
+ * include/wininet.h: Alberto Massari <amassari@progress.com>
+ - the first argument in several Unicode functions was an ASCII string
+ instead of a Unicode one
+ - added more macro definitions
+
+ * include/rpcproxy.h: Ove Kaaven <ovek@transgaming.com>
+ "Implemented" IID_BS_* macros.
+
+ * server/queue.c: Mike McCormack <mike@codeweavers.com>
+ Added missing release_object.
+
+ * server/Makefile.in, server/async.c, server/atom.c, server/change.c,
+ server/console.c, server/debugger.c, server/device.c, server/fd.c,
+ server/file.c, server/file.h, server/handle.c, server/hook.c,
+ server/main.c, server/mapping.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c, server/process.c,
+ server/process.h, server/queue.c, server/registry.c,
+ server/request.c, server/select.c, server/serial.c, server/smb.c,
+ server/snapshot.c, server/sock.c, server/thread.c, server/thread.h,
+ server/timer.c:
+ Moved all references to file descriptors out of the generic object
+ structure.
+ Changed the poll()-related routines to deal with file descriptors
+ instead of objects and integrated poll support into fd.c.
+
+2003-02-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/main.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/debugtools.c, dlls/user/hook.c, graphics/x11drv/dib.c,
+ if1632/relay.c, loader/pe_image.c, relay32/relay386.c,
+ relay32/snoop.c, scheduler/thread.c, windows/spy.c:
+ Print thread ids in traces with only 4 digits now that they are small
+ integers.
+
+ * dlls/ntdll/exception.c: Print dll name too for stub exceptions.
+
+ * dlls/x11drv/winpos.c, windows/nonclient.c:
+ Duane Clark <dclark@akamail.com>
+ Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
+
+ * dlls/crypt32/crypt32.spec: Alberto Massari <amassari@progress.com>
+ Added stub for CryptUnprotectData.
+
+ * documentation/patches.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add entry for no html in patches.
+
+ * tools/winegcc.c, tools/winewrap.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fixes.
+
+ * dlls/ntdll/rtlbitmap.c, dlls/ntdll/tests/rtlbitmap.c:
+ Thomas Mertes <thomas.mertes@t-mobile.at>
+ - Fix small bug in RtlFindMostSignificantBit. It returned sometimes
+ wrong results if more then one bit was set.
+ - Update the test cases as well.
+
+2003-02-17 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c:
+ Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes).
+
+ * loader/loadorder.c:
+ Set default loadorder to native for dlls that contain an explicit
+ path.
+
+ * documentation/cvs-regression.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Updated regression testing documentation.
+
+ * dlls/winmm/winmm.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Allowed waveInMessage to use physical information (as waveOut does).
+
+ * dlls/rpcrt4/ndr_marshall.c: Ove Kaaven <ovek@transgaming.com>
+ NDR marshalling fixes.
+
+ * dlls/rpcrt4/cpsf.c: Ove Kaaven <ovek@transgaming.com>
+ Make NdrDllRegisterProxy use the interface stub header instead of the
+ interface proxy header to avoid stubless proxy ambiguities.
+
+ * programs/winedbg/debugger.h, programs/winedbg/types.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - added GetName() to retrieve type name
+ - reimplemented DumpTypes so that it really dumps the types content
+ - now printing type information in 'info sym'
+
+ * programs/winedbg/dbg.y: Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved expr freeing when translating a command (no longer done on each
+ command which uses an expr).
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Reimplemented distance attenuation formula.
+ Removed coning formula since i believe it's inappropriate.
+
+2003-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_Ca.rc,
+ dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Es.rc,
+ dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc,
+ dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Nl.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc,
+ dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Si.rc,
+ dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc,
+ dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc,
+ dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Implemented two lookup tables for the sample fonts. The first,
+ "CHARSET_ORDER", is for converting codepage to ordinal charset num,
+ and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
+ text.
+ - Removed all references to changing the font directly in stc5.
+ - Modified the "InvalidateRect" calls to invalidate the rect where
+ stc5 is, rather than stc5 itself.
+ - Added handling of WM_PAINT that draws the sample text, properly
+ truncated.
+ - Removed handling of WM_CTLCOLOR - no longer neccessary.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/primary.c, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Added support for direct sound capture and a real direct sound capture
+ driver. Capture now works with some skipping. Full duplex does not but
+ I will be working on that next.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Added additional formats.
+ Fixed a few bugs in read/write positions when the format is mapped
+ using acm.
+ Fixed a bug where the number of waveOut devices is used when iterating
+ over waveIn devices.
+
+2003-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Started to add support for a real direct sound capture driver.
+ Changed the capture fragment size but this still needs tuning for best
+ performance.
+
+ * include/dsdriver.h, include/dsound.h:
+ Robert Reif <reif@earthlink.net>
+ Added/fixed some definitions for direct sound capture.
+
+ * dlls/comctl32/listview.c: Duane Clark <dclark@akamail.com>
+ Support the undocumented behavior of deleting column zero.
+
+ * server/snapshot.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed regression in process parent handling.
+
+ * dlls/ole32/rpc.c: Dan Kegel <dank@kegel.com>
+ Roll loop back up to avoid code duplication.
+
+ * include/wingdi.h, objects/enhmetafile.c:
+ Mike McCormack <mike@codeweavers.com>
+ Huw Davies <huw@codeweavers.com>
+ - make world transforms work in EMFs
+ - fix declaration of GDICOMMENT_* macros
+ - refuse to load unaligned EMFs
+ - fix SetWinMetaFileBits
+
+ * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec,
+ dlls/netapi32/wksta.c, include/lmwksta.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Separate "Enumerate Hardware Addresses" as function, as other netapi32
+ function need it.
+ Implemented level 0 of NetWkstaTransportEnum.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented _mbsnbcat.
+
+ * files/dos_fs.c, include/wine/server_protocol.h, server/atom.c,
+ server/change.c, server/console.c, server/console.h,
+ server/context_i386.c, server/context_powerpc.c,
+ server/context_sparc.c, server/debugger.c, server/device.c,
+ server/event.c, server/fd.c, server/file.c, server/file.h,
+ server/handle.c, server/handle.h, server/hook.c, server/mapping.c,
+ server/mutex.c, server/named_pipe.c, server/object.c,
+ server/object.h, server/pipe.c, server/process.c,
+ server/protocol.def, server/ptrace.c, server/queue.c,
+ server/registry.c, server/request.c, server/request.h,
+ server/select.c, server/semaphore.c, server/serial.c, server/smb.c,
+ server/snapshot.c, server/sock.c, server/thread.c, server/timer.c,
+ server/trace.c, win32/device.c:
+ Changed fd operations to take a struct fd instead of a struct object.
+ Removed get_file_info function from object operations.
+ Added get_device_id request to avoid abusing get_file_info.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Correctly remember the first paint event, but delay item metrics
+ calculation until we actually have some items.
+
+ * programs/wineconsole/curses.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - fixed mouse event generation
+ - better management of some keys
+ - now generating several wincon-events for a given curses-event
+ - added basic support for V-scrolling (disabled by default)
+ - fixed printing of some unsupported characters
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Outputting backspaces should only move the cursor.
+ Text buffer copy is now always initialized correctly.
+ Preserve video memory flag is parsed and text screen is now really
+ cleared when flag is clear.
+
+ * programs/winedbg/info.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Removed the nonexistant command "debugmsg" from winedbg help screen.
+
+2003-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dvertexbuffer.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Use the dwStartVertex argument in the Draw*PrimitiveVB methods.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Change algorithm to detect lighted / unlighted vertices.
+
+ * dlls/ddraw/mesa.c, dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Handle the COLORVERTEX render state.
+
+ * dlls/ddraw/d3ddevice/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Trace after the matrix has been copied, not before.
+
+ * server/named_pipe.c:
+ Removed direct references to the file descriptor, use the new fd
+ functions instead so that get_fd works properly.
+
+ * dlls/shlwapi/string.c: Sergei Turchanov <plumber@print.vlad.ru>
+ - _SHStrDupAA forgot about terminating '\0'.
+ - SHStrDupA adds extra terminator which is not needed as the length
+ returned by MultiByteToWideChar(,,-1,,) already includes it.
+
+ * dlls/msvcrt/locale.c: Marcus Meissner <meissner@suse.de>
+ Fix warning in __crtLCMapStringA.
+
+ * dlls/comctl32/listview.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid warnings caused by assert(...).
+
+ * dlls/winspool/info.c: Duane Clark <dclark@akamail.com>
+ Replace HEAP_strdupAtoW call and delete extra
+ RtlCreateUnicodeStringFromAsciiz.
+
+ * dlls/dinput/device.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implemented EnumObjects for the keyboard device.
+
+ * dlls/ddraw/d3ddevice/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fixed GetTransform
+ - implemented MultiplyTransform
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added fogging for transformed vertices.
+
+ * dlls/dplayx/dplobby.c, dlls/winedos/dosvm.c,
+ dlls/winmm/mciavi/mciavi.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Added some missing LeaveCriticalSection's.
+
+ * dlls/msvcrt/mbcs.c, dlls/ole32/rpc.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Remove dead code after return or properly comment it out.
+
+ * documentation/faq.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add entry for "Error installing iKernel.exe: (0x1400)".
+
+ * dlls/winspool/info.c: Duane Clark <dclark@akamail.com>
+ Winspool expects NULLs to be preserved in ascii to unicode
+ conversions.
+
+ * loader/elf.c: Warren Baird <Warren_Baird@cimmetry.com>
+ Increase size of insufficiently big stack allocated buffer used for
+ error messages in ELF_LoadLibraryExA.
+
+ * dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h:
+ Warren Baird <Warren_Baird@cimmetry.com>
+ Implementation of GetDeviceCaps in metafile driver.
+
+ * include/wingdi.h: Warren Baird <Warren_Baird@cimmetry.com>
+ Added BYTE explicit casts in RGB macro definition.
+
+ * programs/wineboot/wineboot.c: Matthew Davison <m.davison@virgin.net>
+ Make trace output produced by wineboot more useful.
+
+ * dlls/dinput/device.c, dlls/dinput/mouse/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Report an error if GetDeviceData is called on an Unacquired device.
+
+ * documentation/samples/config, tools/wineconf:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Modify the wineconf tags so that the sample config can be included in
+ the documentation.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fix comment in ZfromZproj.
+ Fix missing path in lighting code.
+ Move some OpenGL fog init to the right place.
+
+ * dlls/ddraw/d3ddevice/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IDirect3DDevice7_Load.
+
+2003-02-11 Alexandre Julliard <julliard@winehq.com>
+
+ * server/file.c, server/named_pipe.c, server/object.h,
+ server/request.c, server/select.c, server/serial.c, server/smb.c,
+ server/sock.c, server/trace.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fixes.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/int21.c, dlls/winedos/module.c,
+ dlls/winedos/winedos.spec, include/callback.h, msdos/dpmi.c,
+ msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Reorganize IOCTL handling.
+ Move ASPI hooking to winedos.
+ Move some miscellaneous functions to winedos.
+ Remove unnecessary exports from winedos dll.
+
+ * loader/pe_image.c: Rein Klazes <rklazes@xs4all.nl>
+ In PE_fixup_imports report "module file not found" only in case of a
+ "file not found" error. Otherwise report failure and error number.
+
+ * dlls/rpcrt4/ndr_marshall.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed undefined operation compiler warning.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Add locking to VGA_SetWindowStart.
+ Move console updates to update thread instead of immediately writing
+ to console.
+
+ * dlls/winedos/int10.c: Jukka Heinonen <jhei@iki.fi>
+ Add support for VESA mode information.
+ Reorganize controller and state information routines.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Compute matrix of first paint when we actually have some items
+ (problem first spotted & debugged by Duane Clark).
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add missing ListView_SetItemCount declaration.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added stub for undocumented 'wglGetDefaultProcAddress' function.
+
+ * dlls/gdi/mfdrv/objects.c: Warren Baird <Warren_Baird@cimmetry.com>
+ Fix wrong structure used to determine the size of a memcpy in
+ MFDRV_CreateBrushIndirect.
+
+ * dlls/kernel/time.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fixed time zone calculation.
+
+ * dlls/kernel/tests/file.c: Francois Gouget <fgouget@free.fr>
+ With help from Enio Schutt Jr <enio.s.jr@operamail.com>
+ Skip the overlapped I/O tests on files on Win9x.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented __crtLCMapStringA.
+
+ * dlls/ctl3d/ctl3d.c, dlls/ctl3d/ctl3d32.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Manage internal ctl3d auto subclass flag.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+ dlls/dinput/keyboard/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Only install the keyboard hook on device creation.
+
+ * programs/winedbg/ext_debugger.c, programs/winedbg/hash.c,
+ programs/winedbg/module.c, programs/winedbg/source.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Translated sprintf calls into snprintf.
+
+ * programs/winedbg/gdbproxy.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - translated sprintf calls into snprintf
+ - added helper for sending strings in hex form
+
+ * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Attach command no longer worked as expected, fixed it.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Fixed handling of PATH command with spaces.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add option to set preprocessor (not yet implemented).
+ Remove the -N option, which is equivalent to '-P cat'.
+
+ * dlls/ddraw/dsurface/dib.c: Christian Costa <titan.costa@wanadoo.fr>
+ Add support for 24 bpp to _Blt_ColorFill.
+ Fix endianness issue in DIB_DirectDrawSurface_Blt.
+
+ * dlls/ntdll/exception.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added FIXME on stub exception.
+
+2003-02-01 Alexandre Julliard <julliard@winehq.com>
+
+ * server/process.c, server/process.h, server/ptrace.c,
+ server/request.c, server/thread.c, server/thread.h, server/trace.c,
+ tools/make_requests:
+ Made process and thread ids small integers instead of pointers.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.h:
+ Store mbstok() next pointer in the per-thread data.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented _mbstok and _mbsnbset.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_misc.h,
+ dlls/rpcrt4/ndr_ole.c, dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented marshalling of pointers, simple and complex structures,
+ conformant and complex arrays, and user-marshalled types.
+ Improved marshalling of conformant strings and interface pointers a
+ bit.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c,
+ include/shlobj.h:
+ Rolf Kalbermatter <r.kalbermatter@hccnet.nl>
+ Change SHCreateDirectory and Win32DeleteFile to be Unicode or ANSI depending
+ on OS version. Add ShCreateDirectoryEx API.
+
+ * tools/wrc/README.wrc, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Merge README.wrc into wrc's man page.
+
+ * include/wingdi.h, objects/palette.c:
+ Andrew John Hughes <hughes2002@btinternet.com>
+ Extended SetSystemPaletteUse to deal with error conditions.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct some capabilities, and default others to fully supported for
+ now.
+
+2003-01-31 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wrc_rsc.h: No longer used.
+
+ * dlls/wineps/driver.c, dlls/wineps/psdrv.h, include/wingdi.h:
+ Andrew John Hughes <hughes2002@btinternet.com>
+ - DeviceCapabilities16 now calls PSDRV_DeviceCapabilities.
+ - ExtDeviceMode16 now calls PSDRV_ExtDeviceMode.
+ - Extended switch statement in DeviceCapabilities to handle new
+ options.
+ - Added comments to functions.
+
+ * dlls/user/text.c: Bill Medland <billmedland@mercuryspeed.com>
+ Better handling of bad data in TabbedTextOut/TabbedTextExtent
+ Checked with:
+ a) Null tabstop array with non-zero number of entries
+ b) Negative number of entries (MSDN is wrong; it is not an error)
+ c) Single tabwidth of negative size
+ d) Single specified tabwidth of zero size
+
+ * dlls/rpcrt4/ndr_midl.c: Ove Kaaven <ovek@transgaming.com>
+ ReuseBuffer should be FALSE for RPC clients.
+ Some cleanups and elimination of some duplicate code.
+
+ * dlls/rpcrt4/rpc_binding.c: Ove Kaaven <ovek@transgaming.com>
+ Fixed a bug in CompleteBindingA/W.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented RpcRaiseException.
+
+ * include/rpcdce.h, include/rpcndr.h, include/wine/rpcfc.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Some RPC definitions.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man,
+ tools/wrc/writeres.c, tools/wrc/writeres.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove header file generation, and related options.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <meissner@suse.de>
+ Implemented mbsicoll (without locale handling).
+
+ * dlls/winmm/winmm_Si.rc: Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Removed invalid char.
+
+2003-01-30 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/stabs.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - Added experimental parsing for C++ code (but winedbg doesn't support
+ C++ ABI).
+ - Now loading symbols for included files.
+
+ * dlls/x11drv/x11drv_main.c:
+ XCloseIM sometimes crashes in Xlib, don't call it.
+
+ * dlls/x11drv/window.c: Liu Spider <liuspider@yahoo.com>
+ Added XNFocusWindow attribute when creating a IC.
+
+ * server/Makefile.in, server/async.c, server/atom.c, server/change.c,
+ server/console.c, server/debugger.c, server/device.c, server/event.c,
+ server/fd.c, server/file.c, server/file.h, server/handle.c,
+ server/hook.c, server/mapping.c, server/mutex.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c, server/process.c,
+ server/queue.c, server/registry.c, server/request.c, server/select.c,
+ server/semaphore.c, server/serial.c, server/smb.c, server/snapshot.c,
+ server/sock.c, server/thread.c, server/timer.c:
+ Started moving functions that deal with Unix file descriptors to a
+ separate fd object. This will be needed for file locking.
+
+ * documentation/debugger.sgml, programs/winedbg/dbg.y,
+ programs/winedbg/debug.l, programs/winedbg/debugger.h,
+ programs/winedbg/info.c, programs/winedbg/module.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - Removed no longer used queue & modref related commands.
+ - Protected walk commands while being called with no process loaded.
+ - In command grammar, allowed some expressions while only numbers
+ where accepted.
+ - Renamed 'info maps' info 'walk maps' and let it work on any
+ process.
+
+ * dlls/wsock32/Makefile.in, dlls/wsock32/protocol.c,
+ dlls/wsock32/service.c, dlls/wsock32/wsock32.spec, include/nspapi.h:
+ Andrew John Hughes <hughes2002@btinternet.com>
+ Provide stub implementations of GetTypeByNameA and SetServiceA.
+
+ * include/winnt.h, library/port.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove writable-strings support.
+
+ * dlls/richedit/richedit.c: Dan Kegel <dank@kegel.com>
+ Only warn if message is >= WM_USER && < WM_APP.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Defer of IDirect3DVertexShader_SetConstant, waiting for
+ DrawPrimitive call.
+ - Beginning of VertexShader constants support into stateblock (only
+ stored, not captured yet).
+ - Fix compiation with nivdia GL/gl.h and mesa Gl/glext headers as
+ reported by Andrew John Hughes.
+ - One glActiveTexture/glActiveTextureARB missing.
+
+ * scheduler/pthread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing casts related to pthread_t. Tweak comments.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Fix buffered input function. Add support for UMB subfunctions to
+ memory allocation strategy function. Move flock to winedos.
+
+ * dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
+ dlls/msvideo/msvideo_private.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - made ICInfo closer to Windows behavior (i.e. no longer opens the
+ driver)
+ - fixed most endianess related bugs in fourCC handling
+ - added debug function for printing fourCC:s
+ - internal function fixes and speed-up
+
+ * programs/wcmd/wcmdrc.rc: Dan Kegel <dank@kegel.com>
+ Add real syntax doc for LABEL command.
+
+2003-01-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/shader.c, dlls/d3d8/stateblock.c,
+ dlls/d3d8/vshaderdeclaration.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Some needed cleanups for future dx9 and d3d common layer support:
+ - stateblocks to IDirect3DStateBlockImpl interface and moving into
+ a new file (stateblock.c)
+ - shaders to IDirect3D*ShaderImpl interfaces
+ - splitting vshader and vshader declaration as in dx9 into 2
+ interfaces (for future common layer use)
+ - vshader declaration code to a new file (vsaderdeclaration.c)
+ - device calls to new interfaces (redirect stubs)
+ Simple texture fix for a little regression after last Jason's patches.
+ Some caps code using the GL/glext.h defines (GL_VERSION_*).
+
+ * programs/notepad/En.rc, programs/notepad/dialog.c,
+ programs/notepad/dialog.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad_res.h:
+ Shachar Shemesh <winecode@sun.consumer.org.il>
+ Implemented font selection.
+ Added accelerators resources.
+
+ * dlls/winsock/socket.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Properly #define sipx_node for FreeBSD.
+
+ * documentation/packaging.sgml: Tom Wickline <twickline2@triad.rr.com>
+ Updated the Sample config
+ Replaced <para> with <programlisting>.
+
+ * dlls/ole32/ole2.c: Juergen Schmied <j.schmied@t-online.de>
+ Fix DoDragDrop in case of child windows.
+
+ * dlls/x11drv/desktop.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ When using desktop mode attach all thread inputs together, so that
+ keyboard focus works properly.
+
+ * documentation/packaging.sgml: Tom Wickline <twickline2@triad.rr.com>
+ Removed the old win.ini sample replaced it with a RH 8.0 rpm .spec.
+ Changed title name of section 5.1.
+ Other small fixes.
+
+ * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not free the old string in SysReAllocStringLen, reuse the old
+ string memory (if 'in' is NULL).
+
+ * dlls/ole32/storage.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid compiler warning in STORAGE_get_free_pps_entry().
+
+ * dlls/winsock/socket.c, server/sock.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
+ (currently unused) can thus be used to determine if a stream socket
+ was ever connected.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added R4 and R8 comparison to VarCmp.
+ Added I2 to VarFormat.
+ Added VarSub, VarDiv, VarMul for integer and float types.
+
+ * dlls/winedos/int31.c: Jukka Heinonen <jhei@iki.fi>
+ Replace FIXMEs with TRACEs in those paging functions that really are
+ not supposed to do anything.
+ Add simple emulation of coprocessor state functions.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Return scancode when extended keycodes are read using console input
+ functions. Move file stamp handling to winedos. Implement DOS7 file
+ stamp extensions.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <winecode@sun.consumer.org.il>
+ - Defined IDs for string constants for font color names and for the
+ various charsets.
+ - Load the color names from the resources in the fonts dialog.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec,
+ include/wininet.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ "InternetAutoDial" should be "InternetAutodial".
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Handle horizontal and vertical retrace separately.
+
+ * dlls/winedos/int10.c: Jukka Heinonen <jhei@iki.fi>
+ Unify VGA and VESA video mode setting code.
+
+2003-01-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/d3dim/.cvsignore,
+ dlls/d3dim/Makefile.in, dlls/d3dim/d3dim.spec,
+ dlls/d3dim/d3dim_main.c, dlls/d3dim/version.rc:
+ Enrico Horn <farmboy1@subdimension.com>
+ Added d3dim.dll with stubs.
+
+ * dlls/advapi32/eventlog.c, dlls/advapi32/security.c,
+ dlls/comctl32/listview.c, dlls/comctl32/propsheet.c,
+ dlls/commdlg/filedlg.c, dlls/kernel/thunk.c, dlls/ntdll/heap.c,
+ dlls/oleaut32/tmarshal.c, dlls/shell32/shellord.c,
+ dlls/winmm/playsound.c, files/directory.c, files/drive.c,
+ files/smb.c, windows/message.c, windows/msgbox.c:
+ Removed no longer needed inclusion of heap.h.
+
+ * include/richedit.h, include/winnt.h:
+ Removed a couple of extra semicolons.
+
+ * documentation/packaging.sgml: Tom Wickline <twickline2@triad.rr.com>
+ Fixed $PREFIX location.
+ Some small updates.
+ Added sample config.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for color material sources, with help from Lucho.
+
+ * dlls/x11drv/keyboard.c:
+ Leonardo Quijano Vincenzi <lquijano@pnudcr.com>
+ Fixed Latin American keyboard (key "?!" was reversed).
+
+ * dlls/advapi32/service.c: Matthew Davison <m.davison@virgin.net>
+ Removed some Unicode -> Ascii cross-calls.
+
+ * dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Removed windows version checks from GetPrinterDriverDirectory tests.
+
+ * objects/dc.c: Rein Klazes <rklazes@xs4all.nl>
+ Load default stock bitmap in CreateDC().
+
+2003-01-23 Alexandre Julliard <julliard@winehq.com>
+
+ * include/heap.h: Matthew Davison <m.davison@virgin.net>
+ Remove the HEAP_strdupAtoW macro.
+
+ * dlls/advapi32/security.c, dlls/advapi32/service.c,
+ dlls/commdlg/filedlg.c, dlls/oleaut32/variant.c, dlls/user/hook.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/playsound.c, dlls/winspool/info.c,
+ loader/resource.c, memory/environ.c, windows/winproc.c:
+ Matthew Davison <m.davison@virgin.net>
+ Removed calls to HEAP_strdupAtoW.
+
+ * dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c,
+ dlls/gdi/win16drv/prtdrv.c, dlls/ntdll/critsection.c,
+ dlls/winedos/module.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winejack/audio.c, dlls/winmm/winenas/audio.c,
+ files/profile.c, files/smb.c, library/config.c, msdos/int21.c,
+ programs/wineconsole/curses.c, scheduler/critsection.c,
+ server/pipe.c, server/process.c, server/select.c, server/serial.c,
+ server/smb.c:
+ Marcus Meissner <meissner@suse.de>
+ Remove errno.h from files that do not need it.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Use device max lights and clipplane support. Also change clipplane to
+ be affected by view matrix.
+
+ * dlls/x11drv/keyboard.c:
+ Keysym check should use 0x8000 instead of 0x800 (spotted by Dmitry
+ Timoshkov).
+
+ * configure, configure.ac, dlls/d3d8/device.c, dlls/d3d8/indexbuffer.c,
+ dlls/d3d8/shader.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/gdi/freetype.c, dlls/ntdll/cdrom.c, dlls/oleaut32/safearray.c,
+ dlls/winedos/vga.c, dlls/winmm/lolvldrv.c,
+ dlls/winmm/wineoss/audio.c, dlls/x11drv/clipboard.c,
+ programs/winedbg/gdbproxy.c:
+ Added -Wpointer-arith gcc flag, and fixed the resulting warnings.
+
+ * dlls/cabinet/cabextract.c, dlls/cabinet/cabinet.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Fix some problems when Extract is used more than once.
+
+ * tools/wrc/wrc.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Declare variable only if needed.
+
+ * dlls/msacm/format.c: Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Audio codecs were erroneously being listed multiple times, making it
+ difficult to run certain applications like VirtualDub.
+
+ * dlls/msacm/stream.c: Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Make sure the parameter phas is correct by setting it equal to NULL in
+ query mode.
+
+ * dlls/winsock/socket.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Improve portability wrt. struct sockaddr_ipx.
+
+ * files/smb.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Properly cast struct sockaddr_in* to struct sockaddr* where needed.
+
+ * dlls/x11drv/event.c, dlls/x11drv/keyboard.c, windows/message.c:
+ Added dead keys support using X input methods (based on a patch by
+ Dmitry Timoshkov).
+
+ * dlls/x11drv/window.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Create an X input context for each top-level window.
+
+ * dlls/oleaut32/olefont.c, include/wine/obj_olefont.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed ICOM_CALLs for IFont_xx methods.
+ Added IPersistPropertyBag, IPersistStreamInit interfaces with stubs.
+ Implemented IDispatch::Invoke for the used DISPIDs.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Return number of bytes written when writing to DOS console using int21
+ function 0x40. Move some int21 functions to winedos.
+
+ * dlls/winedos/int10.c: Jukka Heinonen <jhei@iki.fi>
+ Reorganize int10 code. Fix comments.
+
+ * dlls/msvideo/msvideo_main.c:
+ Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Fixed initialization of szDevice in ICINFO.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implement vertex and pixel fog.
+ Fix fog color initialization.
+
+2003-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c:
+ Make sure to always set X focus on the top-level window, not on
+ child windows.
+
+ * winedefault.reg: Dan Kegel <dank@kegel.com>
+ .txt files are handled by notepad.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/start/.cvsignore, programs/start/En.rc,
+ programs/start/Makefile.in, programs/start/resources.h,
+ programs/start/rsrc.rc, programs/start/start.c, tools/wineinstall:
+ Dan Kegel <dank@kegel.com>
+ Added Windows-compatible start.exe.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shlfileop.c, include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Change SHChangeNotify to be Unicode and ANSI indifferent, as the type
+ of parameters is really defined by uFlags parameter.
+
+ * dlls/commdlg/filetitle.c: Liu Spider <liuspider@yahoo.com>
+ Implemented GetFileTitleW; GetFileTitleA now is a call to
+ GetFileTitleW.
+
+ * documentation/authors.ent: Tom Wickline <twickline2@triad.rr.com>
+ Fix incorrect alphabetical order by last name.
+
+ * dlls/ntdll/cdrom.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Only declare variables we actually need.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Print a large failure message if we try to load stdole32.tlb and
+ fail.
+
+ * dlls/msvideo/msvideo_main.c:
+ Waldeck Schutzer <schutzer@math.rutgers.edu>
+ Fixed problems with finding and listing all the video
+ compression/decompression codecs.
+ Proper initialization of szDriver field in ICINFO by ICGetInfo.
+
+ * dlls/shell32/shlview.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Clear bits in structure passed to IOleCommandTarget_QueryStatus to
+ show that we don't support any Exec's.
+ - Add two Exec cases that were found during testing.
+
+ * objects/gdiobj.c: Rein Klazes <rklazes@xs4all.nl>
+ Allocate palette objects on the large gdi heap.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure using correct args during complement texture operations.
+
+ * configure, configure.ac:
+ Moved the IPX check so that the sys/socket.h check has already been
+ done when we check for IPX headers.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Restore the texture env mode on SetTexture - Fixes problem in
+ codesampler demo.
+
+ * dlls/user/tests/generated.c, include/winuser.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed MONITORINFOEXA,W definition to the one in MSDN which does not
+ cause gcc 3.3 warnings.
+
+ * documentation/samples/config: Marcus Meissner <marcus@jet.franken.de>
+ Add Desktop mode for 3 known bad working InstallShield versions.
+
+ * programs/wcmd/wcmdrc.rc, tools/wrc/parser.l:
+ Dan Kegel <dank@kegel.com>
+ \ at EOL in string now behaves like in msvc6's rc.
+
+ * documentation/packaging.sgml: Tom Wickline <twickline2@triad.rr.com>
+ Added myself to authors section.
+ Updated last revision date.
+ Some small updates.
+
+2003-01-20 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/authors.ent, documentation/testing.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Provide very much needed recommendations on how to write good error
+ messages.
+ It is now possible to use windows.h in conformance tests.
+ Adding myself to the authors list.
+
+ * dlls/user/tests/sysparams.c: Francois Gouget <fgouget@free.fr>
+ Check for sysparams keys in either the Win9x or NT locations. This
+ makes the test succeed on Win9x and NT4 platforms.
+ Add a 'strict' mode which specifically makes sure that the NT location
+ is set. In strict mode the test succeeds on Windows XP and Wine.
+
+ * tools/wrc/README.wrc, tools/wrc/wrc.c, tools/wrc/wrc.h,
+ tools/wrc/wrc.man, tools/wrc/writeres.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the obsolete wrc options: -A, -T, and -t.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@free.fr>
+ Make sure we always know about the 48 and 96kHz formats even if they
+ are not defined in the (old) Windows headers.
+
+ * tools/winemaker: Marcus Meissner <marcus@jet.franken.de>
+ Include $prefix/include/wine/windows into the WINE include search path.
+ wrc no longer understands -r (not needed).
+
+ * dlls/dsound/tests/dsound.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #include <stdlib.h> instead of the non-standard <malloc.h>.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Handle more light states.
+
+ * dlls/kernel/tests/thread.c: Francois Gouget <fgouget@free.fr>
+ {Get,Set}ThreadPriorityBoost are stubs on Win98.
+
+ * windows/sysparams.c: Francois Gouget <fgouget@free.fr>
+ Extend the code to set both the Win9x and the NT registry keys. Only
+ the NT keys are authoritative (i.e. we set the Win9x keys but don't
+ re-read them).
+
+ * dlls/comcat/.cvsignore, dlls/comcat/Makefile.in,
+ dlls/comcat/version.rc, include/wine/wine_common_ver.rc:
+ John K. Hohm <jhohm@acm.org>
+ Added optional OLESelfRegister to wine_common_ver.rc, used in
+ dlls/comcat.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dviewport.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Make D3D1..3 lights code rely on D3D7.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Only reload the mipmap images when dirty.
+
+ * dlls/advapi32/eventlog.c, dlls/advapi32/registry.c,
+ dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Matthew Davison <m.davison@virgin.net>
+ Remove some calls to HEAP_strdupAtoW from advapi32.
+
+ * dlls/winedos/int21.c: Lawson Whitney <whitnl73@juno.com>
+ Fix reversed hour and minute in int 21 ah=2c.
+
+2003-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20030115.
+
+----------------------------------------------------------------
+2003-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c:
+ Removed flag checks in SetMenuItemInfoA, NT doesn't do this.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Warn if open_count is already 0 when OSS_CloseDevice is called.
+ Don't decrement it in that case.
+
+ * memory/global.c: Michael Stefaniuc <mstefani@redhat.de>
+ The Minolta DiMAGE Image Viewer relies on Global{,Re}Alloc called with
+ the GMEM_MOVEABLE flag set, to allocate the exact specified size and
+ no byte more when size is a multiple of 8. To achieve this align the
+ storage needed for the HGLOBAL in the heap to 8byte boundary.
+
+ * dlls/dsound/mixer.c: Francois Gouget <fgouget@codeweavers.com>
+ Use the same 8/16bit conversion routines as in pcmconverter.c.
+ Reorder the two ifs in the first part of cp_fields to simplify the
+ code.
+
+ * dlls/dsound/tests/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ SetFormat may not change the primary buffer format as requested.
+ Dump the effective format and prepare the tone signal accordingly.
+ Play tones from the secondary buffers at -3dB rather than -12dB.
+ Always print the volume the tone is going to be played at.
+ Remove the gamedev URL.
+
+ * dlls/user/tests/sysparams.c: Francois Gouget <fgouget@free.fr>
+ Don't use old_spacing-1 if old_spacing already has the minimum value.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Return MMSYS_NOERROR even if we don't open the device with the
+ requested format, otherwise OSS_OpenDevice will not increment
+ open_count.
+ Use -1 to signal OSS_RawOpenDevice not to do ioctls because 0 is
+ ambiguous (also means mono as opposed to stereo).
+
+ * dlls/kernel/tests/locale.c, ole/ole2nls.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Correct GetDateFormat handling of uninitialised fields: only the year,
+ month and day fields matter; the rest may be uninitialised.
+
+ * dlls/ntdll/tests/rtlstr.c: Francois Gouget <fgouget@free.fr>
+ ok() does not support '%S'. Store the Ansi version, convert to Unicode
+ when needed, and print the Ansi version using ok().
+ Fix 'value is so large it is unsigned' warnings.
+
+ * programs/wcmd/batch.c, programs/wcmd/builtins.c,
+ programs/wcmd/wcmdmain.c:
+ Use proper file sharing parameters when opening files.
+ Fixed handling of 'if a == b' syntax in batch files.
+
+ * dlls/commdlg/cdlg_De.rc: Juergen Schmied <j.schmied@t-online.de>
+ Translated some remaining English words.
+
+ * include/winnt.h: Fixed typo.
+
+ * include/msvcrt/process.h, include/windef.h:
+ Define __stdcall in msvcrt/process.h if windef.h hasn't been included.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/thread.c:
+ Juergen Schmied <j.schmied@t-online.de>
+ Give some functions real names.
+
+ * programs/wineboot/wineboot.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Added a "runCmd" function, based on Andreas Mohr's
+ "BOOT_CreateProcess" function.
+ - Added a function "ProcessRunKeys", to process all the keys that have
+ the common "Run" syntax.
+ - Called the new function from main for all the various keys.
+
+ * controls/menu.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Fail SetMenuItemInfo if both MFT_BITMAP and MFT_SEPARATOR are
+ specified (an api violation).
+
+ * dlls/winspool/info.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make GetPrinterDriverDirectoryA pass all tests.
+
+ * configure, configure.ac, dlls/winspool/Makefile.in,
+ dlls/winspool/tests/.cvsignore, dlls/winspool/tests/Makefile.in,
+ dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added tests for GetPrinterDriverDirectoryA.
+
+ * dlls/shell32/clipboard.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Separate the HINSTANCEs used by GetShellOle() and other delay load
+ functions.
+
+ * dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Initialize the pwave array whenever we don't have a hardware buffer.
+ Always create the wineoss thread.
+ Change the mmap ERR into a TRACE: there are normal circumstances where
+ mmap will fail and we can deal with them.
+
+ * include/wine/library.h, library/ldt.c:
+ Jeroen Janssen <japj@xs4all.nl>
+ Fixed wine_ldt_copy importing on cygwin.
+
+2003-01-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/factory.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/listview.c, dlls/commdlg/filedlg95.c,
+ dlls/imagehlp/access.c, dlls/imagehlp/debug.c,
+ dlls/imagehlp/imagehlp_main.c, dlls/kernel/tests/path.c,
+ dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
+ dlls/msvcrt/console.c, dlls/msvideo/msvideo_main.c,
+ dlls/ole32/clipboard.c, dlls/richedit/richedit.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/rpcrt4/rpcss_np_client.c,
+ dlls/shell32/dialogs.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shpolicy.c,
+ dlls/shell32/tests/shlfileop.c, dlls/shlwapi/istream.c,
+ dlls/wineps/init.c, dlls/wininet/ftp.c, dlls/winsock/tests/sock.c,
+ dlls/winspool/info.c, memory/global.c, programs/regtest/regtest.c,
+ programs/rpcss/np_server.c, programs/rpcss/rpcss_main.c,
+ programs/winhelp/hlpfile.c, win32/newfns.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove (POINTER)NULL casts.
+
+ * controls/scroll.c, windows/nonclient.c:
+ Alberto Massari <alby@exln.com>
+ Handle the WS_EX_LEFTSCROLLBAR style (that is, draw the vertical
+ scrollbar on the left side of the control).
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - beginning of vertex matrix blending using extensions (currently
+ alpha alpha stage as i haven't understand needed extension behavior)
+ - modify SetRenderState for matrix blending specific params
+ - by default diffuse color is white ;)
+ - comments most of the traces (else flood ...)
+ - add more urls in comments
+ - indent, cleanups
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/resource.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+ dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Beginning of more COM compliant behavior:
+ - AddRef/Release where needed
+ - use IUnknown* instead void*
+ - fix many GetDevice using AddRef
+ - fix IDirect3DSurface8Impl_GetContainer using QueryInterface
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Copyrect should flag destination texture as dirty, to force it to be
+ reloaded.
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for some of the texture address states and border colour.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/shader.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - move input and output data in VertexShader struct
+ - better traces
+ - specific input data filling function for vertex shaders using vertex
+ shader declaration (and not FVF ... maybe FVF will return for fast
+ path with simples vertex shader declarations)
+ - huge vertex shader fixes:
+ - add and fix many vs (1.0->2.0) used opcodes in complex shaders
+ - improvements to programs parser: parse comments, version, ..
+ - add a vertex shader input filler function (parsing vertex shader
+ declaration): almost complete
+ - comments most of the traces (else flood ...)
+ - add more urls in comments
+ - indent, cleanups
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Check for vsnprintf and _vsnprintf, and define vsnprintf with
+ _vsnprintf if needed.
+
+ * documentation/authors.ent: Tom Wickline <twickline2@triad.rr.com>
+ Updated authors e-mail adresses.
+ Added my e-mail to the list.
+
+ * programs/wineboot/wineboot.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Added listing of what the boot process is like, listing what is and
+ what is not (yet) done.
+ - Fixed incorrect statement in the "bugs" list.
+ - Added trace when everything is done.
+
+ * windows/queue.c: Duane Clark <dclark@akamail.com>
+ Check for pending X events before getting queue status.
+
+ * dlls/ole32/ole2.c: Alberto Massari <alby@exln.com>
+ - Align the cleanup phase of ReleaseStgMedium to the native API.
+ - When the data is a bitmap or an enhanced metafile, use the correct
+ data member.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Stubs for Un|LockServiceDatabase.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added cone support.
+
+ * windows/defdlg.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Post correct notification code on WM_CLOSE for dialogs.
+
+ * controls/menu.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Move internal implementation into the exported function
+ DrawMenuBarTemp.
+
+2003-01-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/advapi32.spec, dlls/kernel/kernel32.spec,
+ dlls/ntdll/ntdll.spec, dlls/setupapi/setupapi.spec,
+ dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/wintrust/wintrust.spec, files/drive.c, include/winbase.h,
+ win32/except.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Add some stubs.
+ - Implement kernel32.FatalExit.
+
+ * dlls/dinput/.cvsignore, dlls/dinput/Makefile.in,
+ dlls/dinput/version.rc:
+ Enrico Horn <farmboy1@subdimension.com>
+ Add version info to dinput.
+
+ * dlls/dsound/.cvsignore, dlls/dsound/Makefile.in,
+ dlls/dsound/version.rc:
+ Enrico Horn <farmboy1@subdimension.com>
+ Add version info to dll/dsound.
+
+ * dlls/user/tests/sysparams.c, windows/sysparams.c:
+ Francois Gouget <fgouget@free.fr>
+ Update the registry keys of SPI_ICONHORIZONTALSPACING,
+ SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP.
+ The SPI_SETBORDER test leaves an incorect border setting and is just
+ too erratic: comment it out for now.
+ Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and
+ SPI_SETWORKAREA to not cause the icons to be reorganized.
+ Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior
+ differs accross Windows platforms.
+ On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767.
+ The registry keys and values stored in them for
+ SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the
+ Windows platform: ignore them.
+ No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it.
+ The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says
+ so!) and varies accross Windows platforms. Ignore it.
+ Always check the SystemParametersInfoA return code as it fails in very
+ strange ways on some platforms. Skip unsupported settings.
+ Skip Unicode tests on platforms that don't support it.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Support a few trivial cases in PropVariantClear.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ AlignRects stub.
+
+ * configure, configure.ac, include/config.h.in,
+ programs/winedbg/hash.c:
+ Added configure check for regex.h.
+
+ * documentation/packaging.sgml: Tom Wickline <twickline2@triad.rr.com>
+ Added missing .so files in 3:2.
+ Added winemaker in 3:3.
+ Added missing .h files in 3:4.
+ Added doc html files in 3:5.
+
+ * include/msvcrt/sys/stat.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Define the (old name) struct stat, it is used by programs using the
+ old names.
+
+ * dlls/dplayx/version.rc: Enrico Horn <farmboy1@subdimension.com>
+ Extend version info.
+
+ * dlls/ddraw/ddraw/hal.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Update the 'DIRECTDRAW7' flag according to the interface initialized.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
+ VarBstrFromCy.
+ We cannot check for equality of floats or doubles because of rounding
+ errors. Check equality to 14 digits for doubles.
+ Add more precision to the expected results so that they match actual
+ results.
+ Print floating values with more precision so we know what went wrong.
+ Specify the locale for all variant functions that depend on it.
+ Added return codes for Win95. Win95 returns dates with only two digits
+ for the year.
+ Uncommented more VariantCopyInd and VariantChangeTypeEx tests.
+
+ * dlls/advapi32/tests/registry.c: Francois Gouget <fgouget@free.fr>
+ Use only Ansi APIs for cleaning up the registry.
+ Skip Unicode tests if the Unicode APIs are not implemented.
+ If the value name buffer is too small, Win9x returns the number of
+ characters returned as specified in the MSDN while other Windows
+ return the number of bytes written (including the trailing '\0').
+
+ * windows/sysparams.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ SPI_GETMINIMIZEDMETRICS implemented.
+
+ * dlls/kernel/tests/process.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Added tests for environment variables, debug and suspend flags.
+
+2003-01-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/scanf.h, programs/wineboot/wineboot.c: Warning fixes.
+
+ * include/msvcrt/io.h, include/msvcrt/stdio.h,
+ include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Use inline functions instead of macros to avoid problems in C++.
+ Inline functions respect scope, whereas macros don't.
+ Define umask in sys/stat.h, and mode_t in sys/types.h.
+
+ * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+ programs/winedbg/debugger.h, programs/winedbg/hash.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added 'info symbol' command to look for defined symbols.
+
+ * dlls/sti/sti.spec, dlls/sti/sti_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a few more stubs.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Modify OSS_Wave{In,Out}Init to report the exact capabilities of the
+ OSS driver.
+ Add support for the 48kHz and 96kHz formats.
+
+ * dlls/winmm/mciwave/mciwave.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Some code cleanups.
+ Better error handling.
+ Removed unneeded internal variables.
+
+ * windows/spy.c: Print the message name for registered messages.
+
+ * dlls/msvcrt/scanf.h: Fixed EOF return value for sscanf.
+
+ * dlls/comcat/comcat_main.c, dlls/comcat/regsvr.c,
+ dlls/comcat/regsvr.h:
+ John K. Hohm <jhohm@acm.org>
+ Reimplemented DllRegisterServer and DllUnregisterServer in a more
+ generally useful way, entirely in regsvr.c. Added (un)registration of
+ interfaces.
+
+ * files/file.c: Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Removed the FIXMEs when performing MoveFileEx with
+ MOVEFILE_DELAY_UNTIL_REBOOT, as wineboot will now take care of it.
+
+ * programs/wineboot/Makefile.in, programs/wineboot/wineboot.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Implemented the "pending rename" registry processing.
+
+ * tools/wpp/ppl.l: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
+ Allow C++ comments after #endif.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Create stubs for chsize, dup, and dup2.
+
+ * programs/wineconsole/dialog.c,
+ programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_Hu.rc,
+ programs/wineconsole/wineconsole_Zh.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the GUI part for setting the edition mode flavor.
+
+ * msdos/vxd.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed non needed include of module.h.
+
+ * dlls/oleaut32/variant.c: Marcus Meissner <meissner@suse.de>
+ Coerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in these cases.
+ Drop VT_x -> VT_x coercions, they are handled before the switch()
+ already.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <meissner@suse.de>
+ Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and
+ TKIND_INTERFACE targets, Query IID_IDispatch if necessary.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Marcus Meissner <meissner@suse.de>
+ Implemented CoGetTreatAsClass.
+
+ * tools/wrc/wrc.c, tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added windres compatibility switches: -v, --[no-]use-temp-file.
+ New -h option to conform to standard practice (and MS' rc).
+ Updated documentation, minor option parsing cleanup.
+
+ * dlls/dsound/dsound_main.c, dlls/dsound/primary.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ DSB.SetFormat:Trace the requested format as soon as possible in case
+ it is not supported and simplify validity check.
+ Initialize the buffer format, and only from the fields we checked.
+ DirectSoundCreate8 fully initializes the buffer format (just in case).
+
+ * include/msvcrt/stdlib.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Define qsort and bsearch in stdlib.h.
+
+ * include/Makefile.in, include/msvcrt/dirent.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add dirent.h header for Unix/mingw compatibility.
+
+ * dlls/dsound/mixer.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix latent deadlock in DSOUND_callback.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Mehmet Yasar <myasar@free.fr>
+ - return EOF when stream is empty
+ - conformance test updated
+
+2003-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wpp/ppl.l:
+ Fixed handling of trailing whitespace after #else and #endif.
+
+ * programs/wineconsole/wineconsole_Zh.rc,
+ programs/wineconsole/wineconsole_res.rc:
+ Liu Spider <liuspider@yahoo.com>
+ Added Simplified Chinese resources.
+
+ * include/Makefile.in, include/msvcrt/sys/unistd.h,
+ include/msvcrt/unistd.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add unistd.h files for mingw/Unix compatibility.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ 3d sound diminishes with distance.
+
+ * dlls/shell32/shell32_main.c: Juergen Schmied <j.schmied@t-online.de>
+ Fixed crash in winamp reported by Andreas Mohr.
+
+ * dlls/shell32/classes.c: Juergen Schmied <j.schmied@t-online.de>
+ Fix recently broken GetDisplayNamesOf of names of shell extension
+ dlls.
+
+ * include/windef.h: Dmitry Timoshkov <dmitry@baikal.ru>
+ Change types of WPARAM, LPARAM and LRESULT according to MS SDK definitions.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Support default output name (a.out); some configure scripts check for
+ it.
+
+ * files/file.c: Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Set correct last error if the path contains wildcard characters.
+
+2003-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/olepicture.c, include/config.h.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GIF decompressor support to OLE Automation IPictures.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Calculate starting position for a copyrect correctly.
+
+ * programs/wineconsole/registry.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added an edition mode flavor (win32/emacs...) to the console settings
+ in the registry.
+
+ * dlls/kernel/console.c, dlls/kernel/console_private.h,
+ dlls/kernel/editline.c, include/wincon.h,
+ include/wine/server_protocol.h, server/console.c, server/console.h,
+ server/protocol.def, server/trace.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Set the edition mode as a specific attribute, not an extension of the
+ console mode.
+
+ * programs/winedbg/winedbg.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed emacs edition flavor (it's now a console attribute).
+
+ * graphics/x11drv/bitblt.c: Duane Clark <dclark@akamail.com>
+ If bit/stretchblt source and destination DCs are the same, make sure
+ the changes are committed before unlocking.
+
+ * Make.rules.in, miscemu/Makefile.in, miscemu/main.c,
+ tools/widl/Makefile.in, tools/winapi/Makefile.in,
+ tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+ tools/wmc/Makefile.in, tools/wpp/Makefile.in, tools/wrc/Makefile.in:
+ Do not define __WINESRC__ when building tools and miscemu.
+
+ * dlls/Maketest.rules.in:
+ Remove global NONAMELESS* define for tests too.
+
+ * include/oaidl.h, include/objidl.h, include/wtypes.h:
+ Regenerated with latest widl.
+
+ * Make.rules.in, include/Makefile.in:
+ Added a few rules to rebuild idl headers.
+
+ * tools/widl/header.c, tools/widl/widl.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Declare user-marshaller prototypes for types declared with [wire_marshal].
+ Define __WIDL__ preprocessor macro, so Wine-specific IDL can be enclosed
+ in #ifdef __WIDL__. Fixed a file output bug.
+
+ * programs/clock/Zh.rc, programs/clock/rsrc.rc, programs/notepad/Zh.rc,
+ programs/notepad/rsrc.rc, programs/progman/Zh.rc,
+ programs/progman/rsrc.rc, programs/winefile/Zh.rc,
+ programs/winefile/rsrc.rc, programs/winhelp/Zh.rc,
+ programs/winhelp/rsrc.rc:
+ liu spider <liuspider@yahoo.com>
+ Added Simplified Chinese resources.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/tests/.cvsignore,
+ dlls/shlwapi/tests/Makefile.in, dlls/shlwapi/tests/path.c:
+ Matthew Mastracci <matt@aclaro.com>
+ Add implementation for PathCreateFromUrlW and add the start for some
+ URL unit tests.
+
+ * Make.rules.in, configure, configure.ac:
+ Marcus Meissner <meissner@suse.de>
+ Check and define AS (for cross/biarch compiler support).
+
+ * configure, configure.ac:
+ Add -gstabs+ option if supported (based on a patch by Marcus
+ Meissner).
+
+ * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in, tools/wrc/wrc.c,
+ tools/wrc/wrc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Collapse the -hHrs options into the -O option.
+ Generate .res files by default.
+
+ * dlls/psapi/psapi_main.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and
+ GetModuleInformation.
+
+ * include/wine/server_protocol.h, dlls/kernel/toolhelp.c,
+ server/process.c, server/protocol.def, server/request.h,
+ server/snapshot.c, server/trace.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - no longer depend on toolhelp definitions for generating snapshots
+ - added get_dll_info request
+
+2003-01-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/psapi.h: Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the missing APIs.
+
+ * controls/combo.c, controls/listbox.c, controls/menu.c,
+ controls/uitools.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/listview.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/pager.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/treeview.c, dlls/d3d8/device.c, dlls/d3d8/surface.c,
+ dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/main.c, dlls/oleaut32/olepicture.c,
+ dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/ttydrv/wnd.c,
+ dlls/user/painting.c, dlls/user/tests/sysparams.c, dlls/user/text.c,
+ dlls/wineps/escape.c, dlls/wineps/init.c, dlls/winmm/mciavi/wnd.c,
+ dlls/x11drv/scroll.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/xrender.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/text.c, include/windef.h, include/wine/debug.h,
+ objects/clipping.c, objects/enhmetafile.c, objects/region.c,
+ programs/winedbg/info.c, programs/winhelp/winhelp.c, windows/dce.c,
+ windows/defwnd.c, windows/mdi.c, windows/nonclient.c,
+ windows/painting.c, windows/spy.c, windows/sysparams.c,
+ windows/win.c, windows/winpos.c:
+ Dan Kegel <dank@kegel.com>
+ Change RECT to use LONG to match win32 standard headers and fix format
+ strings to use %ld for RECT elements.
+
+ * dlls/user/message.c, dlls/user/msg16.c, dlls/user/user.exe.spec,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/request.h, server/trace.c, windows/message.c:
+ Store the keyboard state in the thread input structure on the server
+ side.
+
+ * server/window.c:
+ Removed no longer used local variable (spotted by Dmitry Timoshkov).
+
+ * server/async.c:
+ Grab the thread object in case the thread terminates with pending
+ async requests (spotted by Andreas Mohr).
+
+ * windows/win.c: Duane Clark <dclark@akamail.com>
+ WS_CAPTION is a two bit field, so test appropriately.
+
+ * dlls/winspool/info.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ GetPrinterDriverDirectoryA: do not crash on null pointers.
+
+ * dlls/user/message.c, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/user.h, server/window.c,
+ windows/input.c, windows/message.c:
+ Store the hardware messages in the thread input structure, not in the
+ thread queue. Get rid of the cooked messages queue.
+
+2003-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/avitools/aviplay.c, programs/rpcss/rpcss_main.c,
+ programs/wcmd/directory.c, programs/wineconsole/dialog.c:
+ Defined NONAMELESSUNION/STRUCT directly in the files that need it
+ instead of globally in the makefile.
+
+ * include/tchar.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Use the standard symbol names instead of the msvcrt specific ones.
+
+ * dlls/wineps/builtin.c, dlls/wineps/download.c, dlls/wineps/font.c,
+ dlls/wineps/type1.c, dlls/wineps/type42.c, dlls/winspool/info.c,
+ dlls/winspool/wspool.c, include/winspool.h:
+ Francois Gouget <fgouget@free.fr>
+ Remove extra #include directives from winspool.h.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - rewrote a little bit the state magagement to remove the RenderState
+ stucture and use only the state_block code
+ - factorize some code between interface revisions
+ - fix some smalls bugs
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ In OSS_RawOpenDevice, always retrieve the device format and store it
+ in the OSS_DEVICE structure.
+ Modify our internal functions so that they can be told to still open
+ the device even if the device format is not an exact match.
+ In wodOpen return the actual device format if the WAVE_DIRECTSOUND
+ flag is set.
+ Fixes DirectSound on i810 soundcards (i.e. cards supporting only
+ 48000x16x2).
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c,
+ dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c,
+ dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/user.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c,
+ dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/hal.c, dlls/ddraw/dsurface/main.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c,
+ dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c,
+ dlls/dsound/sound3d.c, dlls/kernel/time.c, dlls/ntdll/cdrom.c,
+ dlls/ntdll/file.c, dlls/ntdll/heap.c, dlls/ntdll/time.c,
+ dlls/ntdll/virtual.c, dlls/ole32/antimoniker.c,
+ dlls/ole32/clipboard.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/hglobalstream.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/memlockbytes.c,
+ dlls/ole32/ole2.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c, dlls/rpcrt4/ndr_ole.c,
+ dlls/shell32/brsfolder.c, dlls/shell32/dataobject.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shlwapi/istream.c, dlls/shlwapi/string.c, dlls/twain/dsm_ctrl.c,
+ dlls/urlmon/umon.c, dlls/user/exticon.c, dlls/version/resource.c,
+ dlls/winedos/int2f.c, dlls/winedos/vga.c, dlls/wineps/driver.c,
+ dlls/wineps/init.c, dlls/wineps/ps.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/winmm.c, dlls/winspool/info.c,
+ dlls/x11drv/dga2.c, dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c,
+ dlls/x11drv/x11ddraw.c, files/drive.c, files/file.c, include/winnt.h,
+ library/loader.c, loader/pe_resource.c, memory/heap.c,
+ memory/virtual.c, misc/cpu.c, misc/system.c, msdos/vxd.c,
+ scheduler/timer.c, tools/winedump/pe.c, win32/newfns.c,
+ windows/input.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
+
+ * tools/Makefile.in, tools/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Teach winegcc to produce executables directly from a bunch of source files.
+ Create a wineg++ akin to g++. Drop support for the abused -xc++ switched.
+
+ * windows/win.c: Duane Clark <dclark@akamail.com>
+ A window with a WS_EX_APPWINDOW extended style can also get a menu.
+
+ * programs/winedbg/gdbproxy.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed protocol packet handling when winedbg is too slow to answer.
+
+ * programs/wineboot/wineboot.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Cleaned up the code (saving on chaining strings) by CDing to the
+ system root directory before doing anything else.
+ - Will now rename wininit.ini to wininit.bak instead of erasing it as
+ before.
+
+ * dlls/dsound/dsound_main.c: Francois Gouget <fgouget@codeweavers.com>
+ Always open the device in the default 22050x8x2 format, and let it
+ report the actual device format to us.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix the BlockSize check.
+
+ * dlls/ole32/ole2.spec, dlls/ole32/ole2stubs.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Stubs for DllGetClassObject, Ole[GS]etClipboard in ole2.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Christoph Frick <frick@SC-Networks.de>
+ Implementation of (Get|Set)ClipPlane for d3d7.
+
+ * dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/vartest.c:
+ Francois Gouget <fgouget@free.fr>
+ Many oleaut32 APIs are missing on Win95/IE3. Load them dynamically.
+ Uncomment some 'NULL' tests as they pass on Windows and on Wine.
+ Comment out those that crash on Win95 and indicate why they are
+ commented out.
+ Remove two redundant tests in vartest.c (VarI1FromBool and
+ VarUI2FromI2, last diff hunk).
+
+ * documentation/winelib-bindlls.sgml: Francois Gouget <fgouget@free.fr>
+ Standardize the capitalization of Wine.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ Add support for .drv extension (for winspool.drv tests for instance).
+
+ * programs/wineconsole/curses.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - fixed some update problems (generic & while scrolling)
+ - now generating key event for Ctrl-[A-Z] that our editline understands
+ - implemented cursor visibility
+
+2003-01-05 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/expr.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some bugs in cast operator.
+
+ * dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/typelib.c, include/wine/obj_webbrowser.h:
+ Fixed some issues caused by the new oaidl.h.
+
+ * include/Makefile.in, include/oaidl.h, include/oaidl.idl,
+ include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Wrote a new oaidl.idl to replace include/wine/obj_oleaut.h and
+ include/wine/obj_errorinfo.h.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ mingw links in comdlg32, shell32, and advapi32 by default.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Factorize the 'ortho' code (will be needed later on).
+
+ * dlls/ddraw/ddraw/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Ignore the LPSURFACE bit if ALLOCONLOAD is set.
+
+ * documentation/architecture.sgml, documentation/debugger.sgml,
+ documentation/fonts.sgml, documentation/implementation.sgml,
+ documentation/multimedia.sgml, documentation/ole.sgml,
+ documentation/packaging.sgml, documentation/porting.sgml,
+ documentation/printing.sgml, documentation/winelib-bindlls.sgml,
+ tools/bug_report.pl:
+ Francois Gouget <fgouget@free.fr>
+ Standardize the capitalization of Wine.
+
+ * programs/clock/Da.rc, programs/clock/De.rc, programs/clock/En.rc,
+ programs/clock/Es.rc, programs/clock/Fi.rc, programs/clock/Fr.rc,
+ programs/clock/Pt.rc, programs/clock/Sk.rc, programs/clock/Sw.rc,
+ programs/clock/Wa.rc, programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/Es.rc, programs/notepad/Fi.rc,
+ programs/notepad/Fr.rc, programs/notepad/Pt.rc,
+ programs/notepad/Si.rc, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/Wa.rc,
+ programs/progman/En.rc, programs/progman/Fr.rc,
+ programs/winhelp/Da.rc, programs/winhelp/De.rc,
+ programs/winhelp/En.rc, programs/winhelp/Es.rc,
+ programs/winhelp/Fi.rc, programs/winhelp/Fr.rc,
+ programs/winhelp/Hu.rc, programs/winhelp/It.rc,
+ programs/winhelp/Ko.rc, programs/winhelp/Pt.rc,
+ programs/winhelp/Sw.rc, programs/winhelp/Va.rc,
+ programs/winhelp/Wa.rc:
+ Shachar Shemesh <winecode@sun.consumer.org.il>
+ Change the SUBLANG_NEUTRAL clause in all winelib applications to
+ SUBLANG_DEFAULT, as they should be.
+
+ * server/console.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ - Fixed several bugs while resizing an existing screenbuffer.
+ - Reduced update area for some write conditions.
+ - Started implementing event message collapsing.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Pass -l's that are not .dll's or .a's to the linker.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Define the standard __WINE__ and __WIN32__ macros.
+ - Map -luuid to -lwine_uuid, in Unix -luuid does something else.
+
+ * include/docobj.h, include/ocidl.h: Ove Kaaven <ovek@transgaming.com>
+ Include oaidl.h instead of wine/obj_oleaut.h.
+
+ * include/oleidl.h: Ove Kaaven <ovek@transgaming.com>
+ Temporarily include objbase.h from oleidl.h.
+ Removed inclusion of obj_errorinfo.h.
+
+ * dlls/oleaut32/variant.c: Ove Kaaven <ovek@transgaming.com>
+ Avoid direct ICOM_CALL usage.
+
+ * include/oleauto.h, include/wine/obj_oleaut.h, ole/dxguid.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved a couple of definitions from include/wine/obj_oleaut.h to
+ include/oleauto.h.
+
+ * Makefile.in: Christoph Frick <frick@SC-Networks.de>
+ Creation of a tags file with the ctags tool.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix in the GetHandle method
+ - factorize some code between D3D1/2/3 and D3D7
+ - fix reference counting for palettes
+
+ * dlls/ole32/Makefile.in, dlls/ole32/ifs.h, dlls/ole32/memlockbytes.c,
+ dlls/ole32/ole2.spec, dlls/ole32/storage.c, dlls/ole32/storage.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ ole2nls.c is a 16bit only.
+ No need to define ICOM macros for 16bit iface IMalloc16.
+ Define and implement HGLOBAL_LockBytes16.
+ Started on StgOpenStorageOnILockBytes.
+
+ * include/wine/winbase16.h: Marcus Meissner <marcus@jet.franken.de>
+ Added several missing K32WOW* prototypes.
+
+ * dlls/oleaut32/tests/safearray.c: Francois Gouget <fgouget@free.fr>
+ The vt field should be a VARTYPE not a VARENUM.
+
+ * dlls/user/tests/sysparams.c: Francois Gouget <fgouget@free.fr>
+ Fix signed/unsigned compilation warnings.
+
+2003-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/wineboot/.cvsignore, programs/wineboot/Makefile.in,
+ programs/wineboot/wineboot.c:
+ Shachar Shemesh <winecode@sun.consumer.org.il>
+ Initial wineboot implementation; at this stage only wininit.ini
+ processing has been written.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ - 3d buffers produce sounds
+ - some other small fixes
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ - cleaned *Set* functions
+ - added initial code for 3d buffer recalculating
+ - added some auxiliary functions
+
+ * Make.rules.in, dlls/Makedll.rules.in, include/mmddk.h,
+ include/mmsystem.h, include/oaidl.h, include/objbase.h,
+ include/objidl.h, include/objidl.idl, include/ocidl.h,
+ include/oleidl.h, include/prsht.h, include/rpc.h, include/rpcdce.h,
+ include/rpcproxy.h, include/shlwapi.h, include/tchar.h,
+ include/winbase.h, include/windef.h, include/windows.h,
+ include/wine/debug.h, include/wine/obj_control.h,
+ include/wine/obj_inplace.h, include/winnt.h, include/winsock.h,
+ include/winternl.h, include/wownt32.h, include/wtypes.h,
+ include/wtypes.idl, library/Makefile.in, miscemu/Makefile.in,
+ ole/Makefile.in, server/Makefile.in, tools/widl/Makefile.in,
+ tools/winapi/Makefile.in, tools/winapi/msvcmaker,
+ tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+ tools/wmc/Makefile.in, tools/wpp/Makefile.in, tools/wrc/Makefile.in,
+ unicode/Makefile.in:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Rename __WINE__ to __WINESRC__.
+
+ * dlls/comctl32/imagelist.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+ include/commctrl.h, include/d3d8types.h, include/msvcrt/eh.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h, include/winbase.h,
+ include/wine/exception.h:
+ Removed a few more #ifdef __WINE__.
+
+ * include/winnt.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Enable nameless structures in C++ for gcc >= 3.x (discovery and
+ testing done by Dan Kegel).
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Pass only the -o -l -L options to winewrap, ignore the rest.
+
+2003-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winemaker:
+ Removed a couple of no longer used tests in the generated configure
+ script.
+
+ * dlls/winmm/tests/wave.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #include <stdlib.h> instead of the non-standard <malloc.h>.
+
+ * dlls/ddraw/d3ddevice/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Enable Z buffer by default.
+
+ * include/mmsystem.h: Francois Gouget <fgouget@free.fr>
+ Added TIME_KILL_SYNCHRONOUS.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Properly handle the -M switch.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Properly link agains .a files using the -l switch.
+ Support more verbose output.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Added basic support for mipmaping, verified using sample from
+ codesampler.com.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Use faster vertex arrays (rather than processing vertexes one by
+ one), whenever possible.
+ - Less trace in the slower form by default.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some fixes / optimisations in the color keying code
+ - minimize at the maximum texture uploads
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - re-activate the color-keying code
+ - fix yet again texture enumeration to please all games :-/
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Reenable device's default render states initialization.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix order of texture enumeration to fix yet another set of dumb games.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/main.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Beginning of state block.
+ Initialize the device with the right D3D default values.
+ Implements GetRenderState, GetTextureStageState and GetLightState.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - hack for one case of the ProcessVertices case
+ - some changes in the execute buffer to reuse the new Matrix code
+ - always reinitialize the enumeration structures in case some games
+ modify them
+ - added support for the (unused) Reserved1 field in the FVF formats
+ - fix 32 bit texturing and added more checks
+ - remove some useless and annoying fixme
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dmaterial.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - create a function to set the various transformation matrices to
+ factorize the code between the various code path
+ - fixed some logging stuff
+
+ * dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/d3ddevice/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - more thunking in the D3DVertexBuffer COM object
+ - added 'support' for GetInfo
+
+ * dlls/ddraw/d3dcommon.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - light improvements
+ - misc. fixes
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Simplify the code for the generated wrapper.
+ Miscellaneous small cleanups.
+
+ * dlls/avicap32/avicap32_main.c, dlls/avifil32/acmstream.c,
+ dlls/avifil32/api.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/extrachunk.c, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/wavfile.c, dlls/comcat/comcat_private.h,
+ dlls/comctl32/animate.c, dlls/commdlg/cdlg.h,
+ dlls/commdlg/filedlgbrowser.h, dlls/dplayx/Makefile.in,
+ dlls/msvideo/mciwnd.c, dlls/msvideo/msrle32/msrle_private.h,
+ dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_private.h,
+ dlls/ole32/Makefile.in, dlls/ole32/compositemoniker.c,
+ dlls/oleaut32/Makefile.in, dlls/oledlg/oledlg_main.c,
+ dlls/olepro32/olepro32stubs.c, dlls/rpcrt4/Makefile.in,
+ dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/Makefile.in, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/string.c, dlls/urlmon/umon.c,
+ dlls/winmm/mciavi/private_mciavi.h, dlls/x11drv/event.c,
+ include/comcat.h, include/docobj.h, include/mapicode.h,
+ include/mapidefs.h, include/mediaobj.h, include/oaidl.h,
+ include/ocidl.h, include/ole2.h, include/oleidl.h,
+ include/servprov.h, include/urlmon.h, include/wingdi.h,
+ include/winnls.h, include/winuser.h, ole/dx8guid.c, ole/dxguid.c,
+ ole/uuid.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Eliminate lots of __WINE__ conditionals from the headers.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, include/d3d.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some additionnal flags logged
+ - fixes in the vertex buffer thunking + optimized flag support
+
+ * dlls/user/tests/win.c: Francois Gouget <fgouget@free.fr>
+ Win9x does not support {Get,Set}WindowLongW. Use the Ansi version
+ instead since it won't impact _these_ tests anyway.
+
+ * dlls/ntdll/debugtools.c, include/wine/debug.h,
+ include/wine/library.h, library/debug.c:
+ Added wine_dbg_sprintf function that allocates a temporary buffer in
+ the per-thread strings area.
+ Added inline functions to format POINT, SIZE and RECT structures.
+
+ * dlls/shell32/shellole.c, include/shlobj.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ SHGetMalloc() returns a HRESULT, not a DWORD.
+
+ * include/msvcrt/stdlib.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Define NULL if it's not defined already.
+
+ * dlls/comctl32/propsheet.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Check the value of the pfnCallback in addition to the callback bit.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Support outputing files to a different directory than pwd.
+ Small cleanups.
+
+ * tools/winapi/winapi_cleanup, tools/winapi/winapi_cleanup_options.pm,
+ tools/winapi_check/nativeapi.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Added --include-quotes option that fixes #include to use the correct
+ of <> and "".
+
+ * dlls/winspool/info.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of GetPrinterDriverDirectory from ascii to unicode.
+
+ * dlls/comctl32/listview.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Listview should scroll by at least one column, fixes bug where item
+ being wider than listview prevents any scrolling from occuring. Added
+ printing of the scroll code text during tracing of scroll functions.
+
+ * dlls/shell32/shlexec.c: Dan Kegel <dank@kegel.com>
+ ShellExecute(NULL, "wordpad.exe",) now correctly finds wordpad.exe in
+ App Paths.
+
+ * dlls/kernel/kernel32.spec:
+ Dominik Strasser <Dominik.Strasser@t-online.de>
+ Implement VerSetConditionMask by forwarding to ntdll.
+
+ * dlls/ntdll/tests/rtlstr.c: Francois Gouget <fgouget@free.fr>
+ Call lstrcmpW rather than wcscmp.
+
+2003-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/tests/Makefile.in, dlls/oleaut32/tests/safearray.c,
+ include/oleauto.h, include/wine/obj_oleaut.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}.
+ Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE.
+ Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType
+ correctly.
+ Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*).
+ Changed allocation to include 16 bytes before the SAFEARRAY (to store
+ IID/VARTYPE/IRecordInfo*).
+ VARTYPE -> size array was not indexed correctly.
+ Added lots of testcases for most functionality.
+ Added IRecordInfo interface definition.
+
+ * dlls/oleaut32/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ Handle VT_ERROR->VT_I4/VT_R4 coercion.
+ VariantCopy does not need to check the return of VariantClear.
+ VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too.
+ VarCmp handles VT_BOOL.
+ VarFormat handles VT_BSTR.
+ coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x ->
+ VT_SAFEARRAY cases.
+ VarCat tries to coerce types into VT_BSTR to do cat.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail is the
+ tdescAlias.vt entry.
+ Added a small handler for TKIND_DISPATCH in SLTG.
+ ITypeLib_Release can have a NULL pointer as ITypeInfo*.
+ Split out _copy_arg function for both DispCall and ITypeInfo_fnInvoke,
+ added some more functionality.
+ ITypeInfo_fnInvoke can handle VT_USERDEFINED variants.
+
+ * dlls/dsound/tests/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ Add the ability of playing a test tone when in interactive mode.
+ Test both primary and secondary buffers.
+
+ * dlls/wininet/internet.c: Alberto Massari <alby@exln.com>
+ - Implemented InternetCrackUrlW and re-implemented InternetCrackUrlA
+ by using the Unicode version.
+ - InternetCrackUrlW now parses URL having the "about" and "res"
+ schemes.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Added C++ support & small cleanups.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Support C++ linking with a new -C switch.
+ Modify the app launcher to pass all options but --debugmsg and --dll
+ to the app.
+ Link the wrapper against all of the app's libs.
+ Drop support for passing the dll names to the launcher.
+
+ * dlls/ddraw/dsurface/dib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix for stupid applications reading some bytes after the end of the
+ surface memory.
+
+ * dlls/ddraw/mesa.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/direct3d/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added enumeration of the Reference device (some games seems to need
+ it to work and they want it enumerated first..)
+ - some comments about potential problems with Z masking
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added support for per-vertex material properties.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/main.h,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Reimplemented SwapTextureHandles.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - removed some useless WARNs
+ - fixed backface culling and material settings
+
+ * dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/d3dviewport.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fix IDirect3DVertexBuffer interface.
+ Implements GetVertexBufferDesc.
+ Remove some useless FIXME.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - beginning of Material and Light support for D3D7
+ - new rendering states supported
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed texturing.
+
+ * dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - allow application to load palette-less textures
+ - handle palette change of loaded textures
+ - some changes in the ExecuteBuffer
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added some tracing in the fake ZBuffer methods
+ - added support for the DEPTH_FILL BLT
+ - set by defaut perspective correction to nicest.
+ - decrease the limit where 'w' is ignored
+
+ * dlls/ddraw/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added some blend states.
+
+ * dlls/ddraw/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Handle more blend states.
+
+ * dlls/ddraw/d3dvertexbuffer.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Prevent memory leak in freeing of the VertexBuffer.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement GetTransform and rework a bit the matrices storage.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/main.h,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - implemented GetTexture
+ - semi-stubbed ValidateTexture
+ - fixed some errors in logging
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added 'blt' and 'bltfast' override functions.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/d3ddevice/main.h, dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added 'emulated' VertexBuffer support.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/helper.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - do not use the alpha coordinates when ALPHABLEND is disabled
+ - disable fogging in the XYZRHW case
+ - various other small fixes
+
+ * dlls/ddraw/d3dtexture.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Factorize some code in the texture uploading function.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Handle texture addressing the D3D7 way.
+
+ * dlls/ddraw/d3dtexture.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Prevent lock-up in paletted texture with no palette case.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw/main.c,
+ dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Enable the application to create first textures and then the D3D
+ device.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/ctl3d/.cvsignore,
+ dlls/ctl3d/Makefile.in, dlls/ctl3d/ctl3d.c, dlls/ctl3d/ctl3d.spec,
+ dlls/ctl3d/ctl3d32.c, dlls/ctl3d/ctl3d32.spec,
+ dlls/ctl3d/ctl3dv2.spec, dlls/user/user32.spec:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Added ctl3d, ctl3dv2 and ctl3d32 API implementations.
+
+ * tools/winebuild/winebuild.man.in, tools/wrc/wrc.man:
+ Updated for recent options changes.
+
+ * dlls/crtdll/crtdll_main.c, dlls/d3d8/shader.c,
+ dlls/d3dx8/d3dx8_main.c, dlls/msvcrt/msvcrt.spec,
+ dlls/winmm/winejack/audio.c, include/d3dx8core.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winemaker: Jeff Smith <whydoubt@hotmail.com>
+ Several improvements and corrections, foremost being correcting wrc
+ flags and shared object file naming.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi/winapi.pm, tools/winapi_check/modules.dat,
+ tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Minor improvement and bug fixes.
+
+ * dlls/commdlg/filedlg95.c, include/wine/unicode.h:
+ Alberto Massari <alby@exln.com>
+ Moved implementation of strpbrkW from filedlg95.c to wine/unicode.h.
+
+ * dlls/kernel/kernel32.spec, files/file.c:
+ Alberto Massari <alby@exln.com>
+ Add stub implementation for ReplaceFile.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for wrapper generation to winewrap.
+ Quite a few micro cleanups, code should be simpler to follow.
+
+ * tools/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Compile with WINE_UNICODE_NATIVE defined, essential for C++.
+ New -V option to display the version.
+ Do not link -lc, screws up linking, just get the default.
+
+ * dlls/kernel/windebug.c, dlls/winedos/int16.c, dlls/winedos/int2f.c,
+ dlls/winedos/module.c, dlls/winedos/xms.c, memory/global.c,
+ tools/fnt2bdf.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed unused #include of module.h.
+
+ * dlls/d3d8/d3d8.spec, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/shader.c, include/d3d8.h,
+ include/d3d8types.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - integration with DrawPrimitive
+ - remove non-esthetic c++ comments into c comments block ;)
+ - more more debug
+ - indent, cleanups
+ - trying to use DIFFUSE and SPECULAR for vertex shader
+ - many fixes
+ - integration with Jason's texture patch
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Some clean-ups after the DrawPrimitive rewrite.
+
+ * dlls/ddraw/ddraw/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix crash in GetAvailableVidMem function when TRACE is activated.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/message16.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ When unmapping a (wave|midi)-header unprepare message, make sure the
+ unpreparation was successful.
+
+ * dlls/msvideo/drawdib.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some nasty bugs in drawdib creation/deletion.
+
+ * dlls/devenum/devenum.spec, dlls/devenum/devenum_main.c,
+ dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c, dlls/quartz/main.c,
+ dlls/quartz/quartz.spec:
+ Dominik Strasser <Dominik.Strasser@t-online.de>
+ Some stubs for dll setup needed by IE6 setup.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/olepicture.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Support DllGetClassObject of CLSID_StdPicture.
+ PICTYPE_NONE has width/height 0.
+
+ * dlls/comctl32/animate.c: Rein Klazes <rklazes@xs4all.nl>
+ Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a
+ previously opened AVI clip when there isn't one.
+
+ * tools/bug_report.pl: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Increment log output from 200 lines to 3000 lines.
+ Added Win XP as a listed Windows version.
+
+ * dlls/cabinet/cabextract.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix off_t cast that breaks FreeBSD.
+
+ * dlls/winmm/tests/wave.c, include/wine/test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add support for WINETEST_INTERACTIVE. If set then tests can perform
+ additional explicitly interactive tests.
+ Modify the winmm test to use WINETEST_INTERACTIVE.
+
+ * dlls/ole32/bindctx.c: Alberto Massari <alby@exln.com>
+ IBindCtx::RegisterObjectParam is supposed to replace the old value if
+ the key is already registered.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h:
+ Duane Clark <dclark@akamail.com>
+ Validate imagelists with christmas magic.
+
+ * dlls/ntdll/error.c, dlls/ntdll/tests/error.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
+ Fixed the prototype of statustodoserror to make the test work on NT4.
+ Added alternate return values to make the test work on Win98.
+ Check whether RtlNtStatusToDosError ismissing to make the test work on
+ Win95.
+ Added a strict option to cause the test to only accept the standard
+ mapping.
+
+ * dlls/oleaut32/tests/vartest.c: Francois Gouget <fgouget@free.fr>
+ Remove unnecessary sprintf calls.
+
+ * tools/winebuild/main.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add the -F option to set a DLL's filename.
+
+ * programs/wcmd/directory.c, programs/wcmd/wcmdmain.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Default to $P$G prompt. Make width of date 10 characters to align
+ date column with DATE_SHORTDATE format.
+
+ * dlls/kernel/tests/locale.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Use the locale id we created instead of the system or user default,
+ otherwise some tests are broken on systems where things aren't
+ english/us.
+
+ * dlls/oleaut32/tests/safearray.c: Francois Gouget <fgouget@free.fr>
+ Fix signed/unsigned warnings.
+
+2002-12-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac: Fixed quoting in INSTALL check.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+ dlls/dinput/mouse/main.c:
+ Pass the correct instance when installing the mouse hook (spotted by
+ Lionel Ulmer).
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dviewport.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - actually use the background color when Clear-ing
+ - replace glOrtho by a hand-built matrix
+ - fix applications doing SetTransform + using XYZRHW vertices
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - factorize Clear method between Viewport and Device
+ - some more rendering states handled
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support viewports the D3D7 way.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added some stencil / D3DDevice7 capabilities.
+
+ * DEVELOPERS-HINTS, README, documentation/README.fr,
+ documentation/bugs.sgml, documentation/configuring.sgml,
+ documentation/faq.sgml:
+ Jeff Smith <whydoubt@hotmail.com>
+ Updated directory info in DEVELOPERS-HINTS, and IRC info in several
+ documents.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/main.h,
+ dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Combine texturing for D3D3 and 7 by thunking 3 to 7.
+
+ * dlls/oleaut32/tests/vartest.c: Francois Gouget <fgouget@free.fr>
+ Move the test strings into their own array and convert them to unicode
+ using a for loop. This lets us later print the offending string when a
+ test fails.
+ Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as
+ in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/).
+ Uncomment the DateFromStr tests and fill in the todo fields where
+ appropriate.
+ Define an NB_OLE_STRINGS macro and use it to make sure all the arrays
+ have the right number of fields.
+ In the *FromStr loops, fill the return field with a dummy value (42)
+ before calling the conversion function. This way a test no longer
+ depends on whether the previous test failed or not!
+ If a test is expected to fail, then retval is meaningless -> omit it
+ from the result arrays.
+ If a test actually fails or was expected to fail, then there is no
+ point in checking retval.
+ Improve error reporting.
+ Pass the printf-style format directly to ok, remove the unnecessary
+ sprintfs.
+
+ * dlls/ddraw/d3dcommon.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Dump new D3D7 rendering states.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - factorize the D3D1/2 draw_primitive code with the new strided function
+ - rewrote a little bit this strided function to always use the static
+ functions
+
+ * configure, configure.ac:
+ Make sure INSTALL path is relative to the top dir when using the
+ script in tools/.
+
+ * dlls/winspool/info.c:
+ The name of the driver should be the 16-bit one in case the app tries
+ to load it.
+
+ * dlls/rpcrt4/cpsf.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/rpcrt4/tests/rpc.c, include/rpcdce.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix definitions for Uuid{To,From}String, RpcStringFree.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the defintion of {,LP}NM_TREEVIEW{A,W}.
+
+ * include/winerror.h: Francois Gouget <fgouget@free.fr>
+ Add a couple missing macros.
+
+ * dlls/ddraw/d3ddevice/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Remove useless FIXMEs since there is nothing to do in BeginScene and
+ EndScene.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Update and clean-up draw_primitive_strided_7.
+ Make draw_primitive_7 based on draw_primitive_strided_7.
+
+2002-12-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw/main.c,
+ dlls/ddraw/dsurface/dib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix mipmap texture creation
+ - some logging improvements
+
+ * dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix small TRACE bug introduced in a previous patch
+ - add WRAPU / WRAPV warning
+
+ * dlls/Makefile.in, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in,
+ dlls/wineps/wineps16.drv.spec, dlls/wineps/wineps16.spec:
+ wineps16.dll should be named .drv.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/message16.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/wineoss.drv.spec,
+ documentation/multimedia.sgml:
+ Jeff Smith <whydoubt@hotmail.com>
+ Correct all instances of mixMessage to mxdMessage.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for library path (-L).
+ Add support for linking against static libs.
+ Ignore -W for gcc compatibility.
+
+ * dlls/ddraw/dsurface/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Have the 'Lock' warning a bit clearer.
+
+ * dlls/ddraw/ddraw/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Report that we do not support compressed texture yet.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix returning of capabilities in FindDevice
+ - fill properly some caps according to what OpenGL can do
+
+ * dlls/oleaut32/variant.c: Marcus Meissner <marcus@jet.franken.de>
+ VariantChangeTypeEx for VT_ARRAY | type style variants.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/Makefile.in,
+ dlls/oleaut32/tests/safearray.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed VarBstrCmp/Cat .spec entries.
+ Started regression test for SafeArray functions.
+ Fixed SafeArrayAllocDescriptor (check bounds, set cDims).
+ Fixed VARTYPE_SIZE array entries so it matches native.
+
+ * dlls/comctl32/listview.c: Duane Clark <dclark@akamail.com>
+ Report mode padding tweaks.
+ Fix to LISTVIEW_GetSubItemRect.
+
+ * dlls/oleaut32/dispatch.c, dlls/olecli/olecli_main.c,
+ dlls/olesvr/olesvr_main.c, include/ole.h, include/windows.h:
+ Get rid of ole.h.
+
+ * include/Makefile.in, include/objbase.h, include/unknwn.h,
+ include/unknwn.idl, include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Merge the rest of include/wine/obj_base.h into include/objbase.h.
+
+ * dlls/comcat/comcat.h, dlls/comcat/comcat_main.c,
+ dlls/comcat/comcat_private.h, dlls/comcat/factory.c,
+ dlls/comcat/information.c, dlls/comcat/manager.c,
+ dlls/comcat/register.c, dlls/ole32/ifs.h, dlls/shell32/enumidlist.c,
+ include/comcat.h:
+ Removed some remaining references to wine/obj_base.h.
+
+ * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DRIVE_Init: Use strtoulW to initialize the drive serial number.
+
+ * programs/wineconsole/curses.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed several bugs:
+ - wrong drawing for chars outside the 20-7F range
+ - console mouse event generation
+ - console Alt-? char event generation
+ Prefix for curses functions is now WCCURSES_ instead of WCCURSE_.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Query opengl to ensure it supports multitexture, and honour the number
+ of supported texture units. Especially important for NVidia drivers
+ which only support 2 texture units.
+
+ * dlls/ddraw/direct3d/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix Direct3D2 => Direct3D3 thunk for FindDevice.
+
+ * include/dinput.h, include/oaidl.h: Ove Kaaven <ovek@transgaming.com>
+ Where ICOM macros are needed, include objbase.h.
+
+ * include/oleauto.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added missing GetActiveObject declaration.
+
+ * include/shlobj.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added missing LPDROPFILES definition.
+
+ * include/wingdi.h: Dimitrie O. Paun <dpaun@rogers.com>
+ DEVMODE structure uses short not SHORT for its fields.
+
+2002-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20021219.
+
+----------------------------------------------------------------
+2002-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/import.c:
+ Don't ignore sprintf/sscanf imports, semantics are not exactly the
+ same on Windows.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Handle unknown format chars correctly (spotted by György 'Nog'
+ Jeney) and added test for it.
+ Removed unneeded _L_ macro.
+
+ * documentation/patches.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ More information on style and format of patches.
+
+ * Make.rules.in, library/Makefile.in, unicode/Makefile.in:
+ Removed unnecessary --add-stdcall-alias flag.
+
+ * tools/.cvsignore, tools/Makefile.in, tools/mingwrap.c, tools/winegcc.c:
+ Renamed mingwrap to winegcc.
+ Removed -DWINE_DEFINE_WCHAR_T.
+
+ * tools/wpp/wpp.c: Tapio Kautto <eleknader@phnet.fi>
+ Fix for missing ppdebug variable.
+
+ * dlls/ole32/bindctx.c, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c,
+ dlls/ole32/marshal.c, dlls/ole32/ole16.c, dlls/ole32/oleproxy.c,
+ dlls/ole32/rpc.c:
+ Fixed a few problems caused by the new objidl.idl.
+
+ * include/wingdi.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added missing GetWinMetaFileBits() declaration.
+
+ * include/Makefile.in, include/objidl.h, include/objidl.idl,
+ include/wine/obj_channel.h, include/wine/obj_clientserver.h,
+ include/wine/obj_dataobject.h, include/wine/obj_marshal.h,
+ include/wine/obj_misc.h, include/wine/obj_moniker.h,
+ include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Wrote a new objidl.idl to replace a number of include/wine/obj_*.h
+ files.
+
+ * dlls/cabinet/Makefile.in, dlls/cabinet/cabextract.c,
+ dlls/cabinet/cabinet.h, dlls/cabinet/cabinet.spec,
+ dlls/cabinet/cabinet_main.c, dlls/cabinet/fdi.c,
+ dlls/urlmon/Makefile.in, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon.spec, winedefault.reg:
+ Greg Turner <gmturner007@ameritech.net>
+ - port cabextract to wine
+ - implement cabinet.dll.Extract, urlmon.dll.Extract
+ - add SP6a registry key to winedefault.reg
+
+ * dlls/ntdll/tests/rtlstr.c: Avoid some warnings.
+
+ * dlls/x11drv/keyboard.c: Mauro Carvalho Chehab <mchehab@brturbo.com>
+ Included a specific ABNT-2 scan and vkey tables, and an ABNT-2
+ keyboard with <ALT><GR> key codes.
+
+ * include/wine/obj_misc.h, include/wine/obj_storage.h,
+ include/wtypes.h, include/wtypes.idl:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved a couple of types from include/wine/obj_*.h to
+ include/wtypes.idl.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix defines for LV_ITEM, LV_DISPINFO, and LV_FINDINFO.
+
+ * dlls/kernel/tests/format_msg.c: Francois Gouget <fgouget@free.fr>
+ On Win9x "hi\n" gives us "hi\r\n".
+
+ * include/winnt.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add definitions for N[W]PSTR.
+ Add a bunch of SE_* definitions.
+
+ * dlls/kernel/tests/locale.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Add additional tests for GetTimeFormat() and GetDateFormat().
+ Uncomment wine_todo tests that now succeed with fixes to
+ GetTime/DateFormat().
+
+ * include/winnls.h, ole/ole2nls.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ GetDateFormat() and GetTimeFormat() should check the validity of the
+ time/date structure it is processing.
+ Add comments to describe flags behavior.
+ Add support for TIME_FORCE24HOURFORMAT, TIME_NOMINUTESORSECONDS,
+ TIME_NOSECONDS and TIME_NOTIMEMARKER.
+ Add check in GetDateFormatW() for invalid flag combinations.
+ Added some missing DATE_* defines to winnls.h.
+ Behavior verified against NT4.0.
+
+ * dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/environ.c, dlls/msvcrt/file.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/msvcrt.h, dlls/msvcrt/scanf.c, dlls/msvcrt/scanf.h,
+ dlls/msvcrt/wcs.c:
+ Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
+ the prototypes.
+
+ * tools/wmc/mcy.y: Avoid referencing potentially freed token.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented UrlCreateFromPath[AW] and slightly related
+ PathCreateFromFileA.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Stub for GetSecurityInfoExW().
+
+ * include/Makefile.in, include/accctrl.h: Added accctrl.h header.
+
+ * tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the -L wrc option, as no automatic fudging of filenames can
+ ever be correct.
+
+ * include/winuser.h, windows/painting.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ UpdateWindow returns a BOOLean.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added surface dumping function for debug.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/time.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Implementation of SystemTimeToTzSpecificLocalTime() and
+ TzSpecificLocalTimeToSystemTime().
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shres.rc,
+ dlls/shell32/shresdef.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Introduced some declarations and resources needed for a more complete
+ implementation of SHFileOperation.
+
+ * ole/ole2nls.c: Alberto Massari <alby@exln.com>
+ CompareStringW should return 0 when one of the provided strings is a
+ NULL pointer.
+
+ * dlls/user/dde/client.c, dlls/user/dde/misc.c, include/ddeml.h:
+ LPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitrie O. Paun).
+ Same for LPHSZPAIR and LPCONVINFO.
+
+ * dlls/ole32/antimoniker.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/moniker.h, include/wine/obj_moniker.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved some definitions from include/wine/obj_moniker.h to
+ dlls/ole32/moniker.h.
+
+ * documentation/wine.man.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed typo.
+
+ * dlls/netapi32/tests/access.c, dlls/netapi32/tests/apibuf.c,
+ dlls/netapi32/tests/wksta.c:
+ Francois Gouget <fgouget@free.fr>
+ On Win9x netapi32.dll does not export a single API so we do a
+ GetProcAddress for each of them and skip the tests when necessary.
+ On Win9x GetUserNameW and GetComputerNameW are stubs.
+ Improve error reporting in access.c.
+
+ * dlls/kernel/tests/alloc.c, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Declare LocalDiscard and GlobalDiscard (used by kernel/tests/alloc.c)
+ Remove the DISCARD_DEFINED #ifdefs.
+ Remove another double HeapFree (caused an assert when run on NT4),
+ and a HeapSize on a freed heap (the test failed on Win9x).
+ Fix the LocalLock/LocalUnlock tests (the memory must be allocated
+ with LMEM_MOVEABLE otherwise the tests don't make sense).
+ Remove many unnecessary casts.
+ Improved error reporting somewhat.
+
+2002-12-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/format_msg.c: Francois Gouget <fgouget@free.fr>
+ Improve error reporting.
+
+ * dlls/kernel/tests/path.c: Francois Gouget <fgouget@free.fr>
+ All filenames containing a ":" are invalid on Win9x and 2000 but are
+ valid on NT4 -> remove these tests.
+
+ * dlls/kernel/tests/process.c: Francois Gouget <fgouget@free.fr>
+ #ifdef-out decodeW since it is not used yet.
+ Fix the lpDesktop and lpTitle checks on NT platforms.
+
+ * dlls/user/tests/wsprintf.c: Francois Gouget <fgouget@free.fr>
+ wsprintfW is not supported on Win9x platforms.
+ wsprintf{A,W}Test should be void.
+ Improve error reporting.
+ Remove unnecessary #includes.
+
+ * dlls/shlwapi/tests/clist.c, dlls/shlwapi/tests/shreg.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix signed/unsigned warnings.
+
+ * include/wtypes.h, include/wtypes.idl:
+ Ove Kaaven <ovek@transgaming.com>
+ Unquoted some 16-bit types, so the IDL compiler can use them.
+
+ * include/msvcrt/string.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Map strcasecmp to _stricmp.
+
+ * include/objbase.h, include/wine/obj_clientserver.h,
+ include/wine/obj_dataobject.h, include/wine/obj_marshal.h,
+ include/wine/obj_misc.h, include/wine/obj_moniker.h,
+ include/wine/obj_storage.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved COM API prototypes to objbase.h, from wine/obj_*.h.
+
+ * dlls/ole32/ole2.c, dlls/shell32/dataobject.c,
+ dlls/shell32/shell32_main.h, ole/uuid.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed a few more inclusions of deprecated wine/obj_*.h headers.
+
+ * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll_main.c:
+ Made crtdll a normal user of msvcrt by setting the right include
+ path.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/misc.c, dlls/msvcrt/scanf.c,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/eh.h, include/msvcrt/errno.h,
+ include/msvcrt/io.h, include/msvcrt/locale.h,
+ include/msvcrt/malloc.h, include/msvcrt/mbctype.h,
+ include/msvcrt/mbstring.h, include/msvcrt/process.h,
+ include/msvcrt/search.h, include/msvcrt/setjmp.h,
+ include/msvcrt/stddef.h, include/msvcrt/stdio.h,
+ include/msvcrt/stdlib.h, include/msvcrt/string.h,
+ include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/msvcrt/time.h, include/msvcrt/wchar.h,
+ include/msvcrt/wctype.h, include/winnt.h:
+ Avoid including other headers from the msvcrt headers, duplicate some
+ definitions instead like Windows does.
+ Always define wchar_t (suggested by Dimitrie O. Paun), and use wchar_t
+ everywhere instead of WCHAR to avoid depending on Windows headers.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/shader.c, dlls/d3d8/texture.c, dlls/d3d8/volumetexture.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some fixes in CreateDevice init
+ - vertex shader declaration parser (with output dump) and
+ interpretation (generate the FVF descriptor for program input)
+ - vertex shader program parser (with output dump)
+ - software vertex shader program emulation
+
+ * include/d3d8types.h: Raphael Junqueira <fenix@club-internet.fr>
+ Added some necessary definitions for D3D8 Vertex and Pixel shader
+ support.
+
+ * server/registry.c: Bill Medland <medbi01@accpac.com>
+ If a .reg function is accessed through a symlink then write directly
+ to the file rather than replacing it with a temp file. This preserves
+ ownership and permissions.
+
+ * dlls/ntdll/time.c, include/winternl.h:
+ Implemented RtlTimeToElapsedTimeFields.
+
+ * dlls/ddraw/d3dtexture.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix in another place in the code computing the memory usage.
+
+ * documentation/configuring.sgml, documentation/wine.conf.man,
+ documentation/wine.man.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Purge traces of the old relay debug mechanism and document new
+ mechanism better.
+
+ * dlls/kernel/tests/atom.c, dlls/kernel/tests/directory.c,
+ dlls/kernel/tests/environ.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/path.c, dlls/kernel/tests/process.c:
+ Francois Gouget <fgouget@free.fr>
+ Use strlen or lstrlenA as appropriate to avoid signed/unsigned
+ warnings.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ The link command specifies which version of the C library to link with
+ (see /M[TD]d? option). So we must not explicitly link with
+ 'msvcrt.lib'. Fixes the msvcrt test crashes.
+
+ * include/rpc.h, include/rpcdce.h: Ove Kaaven <ovek@transgaming.com>
+ Moved UUID type to rpcdce.h, as in the MS RPC headers.
+ Removed redundant prototype.
+
+2002-12-17 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/ne/segment.c, loader/pe_image.c: Debug channels cleanup.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, include/thread.h,
+ include/winbase.h, include/winnt.h, scheduler/fiber.c:
+ Implemented the Fiber* functions (with the help of Huw Davies).
+
+ * include/unknwn.h, tools/widl/header.c:
+ Fix the type of the This pointer in the vtbl functions inherited from
+ the base class.
+
+ * dlls/wininet/tests/http.c: Fixed warnings.
+
+ * server/hook.c: Alberto Massari <alby@exln.com>
+ The handler for the server message get_next_hook was returning the
+ module name of the current hook, instead of the next one.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added stubs for {Start,End}{Doc,Page}Printer.
+
+ * controls/scroll.c: Duane Clark <dclark@akamail.com>
+ Need to initialize tracking value on mousedown.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/tests/.cvsignore,
+ dlls/msvcrt/tests/Makefile.in, dlls/msvcrt/tests/file.c:
+ Bill Currie <bill@taniwha.org>
+ fdopen: don't rewind the file after creating the FILE* handle. Added
+ unit test for that.
+
+ * controls/menu.c: Alberto Massari <alby@exln.com>
+ Set the ODS_DISABLED bit when the item is grayed.
+
+ * tools/winewrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Better handling of errors while fork/execing.
+ Add verbose command line switch.
+ Add -z defs at link stage, to catch missing symbols.
+
+ * tools/mingwrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Pass the gui flag to winewrap if we're linking a GUI app.
+
+ * documentation/compiling.sgml, documentation/getting.sgml:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Move CVS docu from User Guide to Devel Guide.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ If we support 'non-native' texture format, advertise it.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ The simple bits of fog.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/wintab32/.cvsignore,
+ dlls/wintab32/Makefile.in, dlls/wintab32/context.c,
+ dlls/wintab32/manager.c, dlls/wintab32/wintab.spec,
+ dlls/wintab32/wintab16.c, dlls/wintab32/wintab32.spec,
+ include/Makefile.in, include/pktdef.h, include/wintab.h,
+ include/wintabx.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added stubs for WINTAB{,32}.DLL (used by many important drawing
+ applications for supporting tablets).
+
+ * dlls/oleaut32/dispatch.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add standard dispatch implementation (CreateStdDispatch).
+
+ * include/wine/test.h: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Direct the output of the tests to stdout so that Win98 can redirect
+ the output to a file.
+
+ * dlls/netapi32/access.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ NetUserGetInfo: implemented Level 1.
+
+ * ole/Makefile.in, ole/dx8guid.c, ole/dxguid.c, ole/uuid.c:
+ Split DirectX GUIDs to separate files to avoid header conflicts.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/d3d8/Makefile.in,
+ dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+ dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/indexbuffer.c, dlls/d3d8/shader.c,
+ dlls/d3d8/surface.c, dlls/d3d8/swapchain.c, dlls/d3d8/texture.c,
+ dlls/d3d8/vertexbuffer.c, dlls/d3d8/volume.c, dlls/make_dlls,
+ dlls/d3dx8/.cvsignore, dlls/d3dx8/Makefile.in,
+ dlls/d3dx8/d3dx8.spec, dlls/d3dx8/d3dx8_main.c,
+ dlls/d3dx8/d3dx8core_private.h, dlls/d3dx8/d3dxbuffer.c,
+ include/Makefile.in, include/d3d8.h, include/d3d8types.h,
+ include/d3dx8core.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some D3D8 fixes
+ - beginning of shaders support (Vertex and Pixel Shaders 1.1 on
+ DirectX8)
+ - beginning of D3DX8 support the D3D8 utility API (very basic, only
+ the core header)
+
+2002-12-16 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in, include/unknwn.h, include/unknwn.idl,
+ include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Wrote a Wine-compatible unknwn.idl, moving the IUnknown definition
+ from wine/obj_base.h to the generated unknwn.h.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shellole.c,
+ dlls/shell32/shfldr_desktop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Change calls to CLSIDFromString to SHCLSIDFromStringW except in
+ SHCLSIDFromStringW for the time being.
+
+ * dlls/advapi32/security.c, include/winbase.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - actually use PLUID
+ - initialize the outbound lpLuid variable with bogus values
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix bad TRACE
+ - fixed computation of memory used by a texture
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - revert some optimisations breaking some games
+ - added a new texture format (4444 ARGB)
+ - fixed the computation of colors
+ - added new render states and fog support (NOT handled yet for
+ transformed vertices)
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implemented DrawPrimitiveStrided and DrawIndexPrimitiveStrided.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix a memory leak and optimize a little bit the generic path.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Improve traces + small fix.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix Twist demo
+ - some clean-ups / traces
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/progress.c, dlls/comctl32/propsheet.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/treeview.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add config.h/port.h to allow compilation/linking in MSVC.
+ Fix some unsigned/signed warnings.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Implement ordinals 167 and 171.
+ - Add stubs for ordinals 282 and 406.
+
+ * dlls/shell32/shlexec.c, dlls/shell32/shlfileop.c,
+ dlls/shell32/shlview.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Make some shell32 files compile in MSVC.
+
+ * dlls/shell32/shellord.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Do at least something for SHDragDrop functions although that isn't the
+ complete operation.
+
+ * dlls/shell32/debughlp.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add debug info for IExtractIconW.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Supports the ALPHAFUNC and ALPHAREF rendering states.
+
+ * tools/make_ctests: Francois Gouget <fgouget@codeweavers.com>
+ On Windows windef.h must be included before winbase.h.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Add the capacity of playing a test tone using the 'play' option.
+ Factorize the regular and WAVE_FORMAT_DIRECT tests.
+ Test the new 48 and 96kHz formats.
+
+ * windows/nonclient.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix an A/W structure size bug in DrawCaptionTempW().
+
+ * tools/runtest: Francois Gouget <fgouget@codeweavers.com>
+ Add '--' option for passing extra arguments to the test.
+
+ * graphics/x11drv/dib.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Separate XShm using code.
+
+ * programs/winhelp/hlp2sgml.c, programs/winhelp/hlpfile.c,
+ programs/winhelp/hlpfile.h, programs/winhelp/winhelp.c,
+ programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - links can now spread across several elements
+ - link information is now shared between file & presentation
+ - first try at handling metafiles
+
+ * programs/winedbg/gdbproxy.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed a few issues with the gdb proxy.
+
+ * dlls/kernel/comm.spec: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some Win3.1 export stubs.
+
+ * documentation/configuring.sgml, documentation/getting.sgml,
+ documentation/introduction.sgml, documentation/running.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - spelling corrections
+ - properly document how to set the DOS PATH
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Implemented VarOr().
+
+ * dlls/ddraw/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Add support for the TextureAddress render state.
+
+2002-12-15 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in, tools/widl/header.c, tools/widl/widl.c,
+ tools/widl/widl.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Output raw ICOM-less C/C++ interface definitions by default. Added new
+ -b and -B command-line options for compatibility with ICOM macros.
+
+ * tools/winemaker: Jeff Smith <whydoubt@hotmail.com>
+ Updated winemaker to account for change in wine's linking method.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c,
+ dlls/winmm/winmm.c, include/mmsystem.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ In the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take
+ a handle as the first parameter.
+
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed hangup condition at the end of some playback.
+
+ * dlls/kernel/kernel32.spec, tools/winebuild/build.h,
+ tools/winebuild/import.c, tools/winebuild/parser.c,
+ tools/winebuild/spec32.c, tools/winebuild/winebuild.man.in:
+ Added support for defining forward functions as stdcall so that we can
+ get the proper number of arguments for stdcall decoration.
+
+ * dlls/Makefile.in, dlls/Maketest.rules.in, dlls/make_dlls:
+ Use import libraries when building tests too. Make sure the .a
+ libraries are built for crosstest.
+
+ * programs/winedbg/Makefile.in, tools/widl/Makefile.in,
+ tools/wmc/Makefile.in, tools/wpp/Makefile.in, tools/wrc/Makefile.in:
+ Added y.tab.[ch] pseudo-dependencies to fix parallel makes.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/himem.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, dlls/winedos/relay.c,
+ dlls/winedos/winedos16.spec:
+ Jukka Heinonen <jhei@iki.fi>
+ Add support for DPMI32. Make winedos16.dll unnecessary.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - rework how texturing is done in the D3D driver
+ - added the generic path for DrawPrimitive API in D3D 3 / 7
+
+ * tools/mingwrap.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Teach mingwrap to use winewrap to do the linking, just like gcc uses
+ ld to link on Unix. Based loosely on a uClib utility developed by
+ Manuel Novoa III.
+
+ * tools/Makefile.in, tools/winewrap.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Small cleanups to match current build process.
+
+ * dlls/msvideo/drawdib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix bad logic in == NULL test.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add support for Unicode IExtractIcon creation in
+ IShellFolder->GetUIObjectOf.
+
+ * dlls/shell32/folders.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix crash when constructing ANSI interface pointer to IExtractIcon,
+ found by Uwe Bonnes.
+ Add some traces to the constructors.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/widltypes.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Include guiddef.h in widltypes.h.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ If unable to set the desired format, OSS_RawOpenDevice should call
+ TRACE, not ERR.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Our resampling algorithm is quite primitive so try simple 8/16
+ mono/stereo conversions first. Only resample if we cannot avoid it.
+
+ * dlls/msacm/pcmconverter.c: Francois Gouget <fgouget@codeweavers.com>
+ Use slighly more accurate formula for C816.
+ Wrap a couple of comments to 80 columns.
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/winmm.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ If given a bad device id waveOutGetDevCapsA is supposed to return
+ MMSYSERR_BADDEVICEID. Fixes a todo_wine in the winmm test.
+
+2002-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/classes.c, dlls/shell32/debughlp.c,
+ dlls/shell32/folders.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shlexec.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added Unicode versions of the HCR_ internal functions.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@free.fr>
+ Document how to cross-compile the tests with MinGW.
+
+ * programs/wineconsole/Makefile.in, programs/wineconsole/curses.c,
+ programs/wineconsole/registry.c, programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a (n)curses backend to the wineconsole.
+
+ * configure, configure.ac, include/config.h.in, library/port.c:
+ Brad Campbell <brad@seme.com.au>
+ Added additional test for gcvt as uClibc appears to have this and not
+ ecvt.
+
+ * dlls/ntdll/signal_i386.c: Jukka Heinonen <jhei@iki.fi>
+ When asynchronous signals are blocked, block also SIGUSR2.
+ Fix race that made signal handler forget to restore FS register.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented StrStrIW.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Implementation of IDirectSound3DListenerImpl_Set*().
+
+ * dlls/kernel/time.c, dlls/ntdll/time.c, include/winbase.h:
+ Avoid casts between LARGE_INTEGER and FILETIME.
+ Fixed day of week of epoch.
+ Small cleanups.
+
+ * dlls/Makedll.rules.in, dlls/Maketest.rules.in:
+ Fixed some dependencies.
+
+ * dlls/kernel/time.c, dlls/ntdll/Makefile.in, files/dos_fs.c,
+ files/file.c, win32/time.c:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Reimplement time functions using ntdll functions.
+ - Some cleanups.
+
+ * dlls/netapi32/access.c, dlls/netapi32/netapi32.spec,
+ include/lmerr.h:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Stub NetGetDCName(). Add in the rest of the NERR_* defines.
+
+ * dlls/dsound/tests/Makefile.in, dlls/dsound/tests/dsound.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Extend the test by creating a PrimaryBuffer object and perform a few
+ basic tests such as querying its characteristics and changing its
+ format.
+ Changing the format requires that we call SetcooperativeLevel first,
+ which means we need an hwnd. So the test must now link with
+ user32.dll.
+
+ * dlls/dsound/buffer.c, dlls/dsound/primary.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ IDirectSoundBuffer.GetCaps should fail if caps.dwSize is not set.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Thanks to Lucho, text support in samples now starts to
+ appear. Textures now saved in state blocks, and correct FVF's used for
+ drawing.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+ dlls/winmm/winejack/.cvsignore, dlls/winmm/winejack/Makefile.in,
+ dlls/winmm/winejack/audio.c, dlls/winmm/winejack/jack.c,
+ dlls/winmm/winejack/jack.h, dlls/winmm/winejack/winejack.drv.spec,
+ documentation/samples/config, include/config.h.in:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Add support for Jack audio server.
+
+ * dlls/msacm/pcmconverter.c, dlls/winmm/wavemap/wavemap.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add support for the 48 and 96kHz formats.
+
+ * dlls/shell32/control.c, dlls/shell32/shell32.spec:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Change launch functions to use unicode and implement Control_RunDLLW.
+ - Enable support for unicode in control panel applications.
+
+ * loader/task.c:
+ Don't crash in DirectedYield16 if no other task is running.
+
+ * tools/.cvsignore, tools/Makefile.in, tools/winewrap.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ New wine build utility that should make it easy for Winelib apps to
+ link, and generate an executable.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/clipboard.c,
+ dlls/shell32/dataobject.c, dlls/shell32/dialogs.c,
+ dlls/shell32/shellord.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlview.c,
+ dlls/shell32/shv_item_cmenu.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fixed some signed/unsigned comparison warnings.
+
+ * dlls/winmm/winealsa/audio.c:
+ Nikolay Stefanov <nstefanov@cs.man.ac.uk>
+ Fix issues with i810-based audio cards.
+ Support for user-selectable audio cards through the ALSA_CARD
+ environment variable (M.Miroslaw@elka.pw.edu.pl).
+
+ * dlls/comctl32/animate.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Typo found by compiling with standard MSVC warning level.
+
+ * documentation/faq.sgml: Francois Gouget <fgouget@free.fr>
+ Change 'Getting-Wine' to 'FAQ-Getting-Wine' since the former is
+ already used in getting.sgml.
+
+ * documentation/getting.sgml: Francois Gouget <fgouget@free.fr>
+ Tweak the screen sections.
+ Add various tags such as: prompt, userinput, replaceable, filename.
+ Use '</>' to close tags.
+
+ * include/rpc.h, include/windows.h: Francois Gouget <fgouget@free.fr>
+ Updated the #include directives to match the latest Windows SDK and to
+ include our new headers.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Implemented IDirectSound3DBufferImpl_Set*().
+
+ * dlls/shell32/brsfolder.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix SHBrowseForFolder W -> A calls.
+
+2002-12-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/computername.c, dlls/kernel/console.c,
+ dlls/msvcrt/cppexcept.c, dlls/msvcrt/except.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/exception.c,
+ dlls/ntdll/loader.c, dlls/ntdll/sec.c, dlls/user/lstr.c,
+ dlls/winedos/dosvm.c, dlls/wininet/internet.c, files/dos_fs.c,
+ include/Makefile.in, include/excpt.h, include/msvcrt/excpt.h,
+ include/windows.h, loader/ne/module.c, loader/resource.c,
+ memory/global.c, memory/string.c, memory/virtual.c,
+ programs/winedbg/dbg.y, programs/winedbg/winedbg.c, relay32/snoop.c,
+ win32/except.c, windows/cursoricon.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move excpt.h out of include/msvcrt/ as it does not conflict with any
+ standard Unix header.
+
+ * programs/expand/expand.c: Fixed LZCopy return value check.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Implemented IDirectSound3DListenerImpl_Get*() functions.
+
+ * dlls/shell32/shell.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Cleanup InternalExtractIconEx. The PrivateExtractIcons functions
+ should also handle the case for 32bit PE and 16bit NE files so no need
+ to do this here in a different way, too.
+
+ * dlls/shell32/pidl.c: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Resolve SHGetPathFromIDListW -> SHGetPathFromIDListA call.
+ Remove Fixme comment in SHGetPathFromIDList as StrRetToStrN should
+ take care of this.
+ Get rid of some unsigned/signed comparison warnings with default
+ warnings in MSVC.
+
+ * dlls/shell32/folders.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implement IExtractIconW and inherit IExtractIconA from it.
+
+ * dlls/user/exticon.c: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix a possible memory leak when extracting from an ICO file.
+ Fix some signed/unsigned warnings showing up in MSVC with default
+ warning level.
+ Fix possible problem with short PIMAGE_NT_HEADERS.
+
+ * dlls/oleaut32/typelib.c: Alberto Massari <alby@exln.com>
+ Implemented DispCallFunc so that it works when calling event handlers
+ that have no return value.
+
+ * dlls/oleaut32/safearray.c: Alberto Massari <alby@exln.com>
+ Calling SafeArrayDestroy on a destroyed array should be a no-op.
+
+ * dlls/dsound/sound3d.c: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Implemented some stubs.
+
+ * tools/winemaker: Jeff Smith <whydoubt@hotmail.com>
+ Add 'distclean' target to winemaker-generated projects.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/midi.c:
+ Jeff Smith <whydoubt@hotmail.com>
+ MMDRV_GetDescription32 fix + a few cosmetic improvements.
+
+ * dlls/kernel/tests/locale.c: Francois Gouget <fgouget@free.fr>
+ Mention the applications that depend on the behavior checked by the
+ GetLocaleInfoA partial buffer test.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <marcus@jet.franken.de>
+ Reverted last VT_USERDEFINED patch (was broken).
+ Marshal TKIND_DISPATCH interfaces just like TKIND_INTERFACE.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Separated out 16bit sources for ole2disp.dll.
+
+ * tools/wrc/wrc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not display the long options in the usage message if we don't
+ actually support them. Small other cleanups.
+
+ * dlls/ntdll/cdrom.c: Alex Pasadyn <ajp@mail.utexas.edu>
+ Fix return from IOCTL_CDROM_CHECK_VERIFY.
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/wavemap/wavemap.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix error reporting in wavemap.c:wodOpen(); this solves the
+ waveOutOpen problem so that we can remove the todo_wine.
+ Win9x does not support WAVE_FORMAT_DIRECT.
+ Don't check the format if the waveOutOpen command failed.
+ Use trace, not winetest_trace!
+
+ * loader/ne/module.c: Also trace implicitly loaded dlls for +loaddll.
+
+ * dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore,
+ dlls/cabinet/.cvsignore, dlls/commdlg/.cvsignore,
+ dlls/crypt32/.cvsignore, dlls/d3d8/.cvsignore,
+ dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore,
+ dlls/devenum/.cvsignore, dlls/dinput8/.cvsignore,
+ dlls/dplay/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore,
+ dlls/glu32/.cvsignore, dlls/icmp/.cvsignore, dlls/imm32/.cvsignore,
+ dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore,
+ dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msdmo/.cvsignore,
+ dlls/msimg32/.cvsignore, dlls/msnet32/.cvsignore,
+ dlls/msvcrt/.cvsignore, dlls/msvcrt20/.cvsignore,
+ dlls/msvideo/.cvsignore, dlls/msvideo/msrle32/.cvsignore,
+ dlls/netapi32/.cvsignore, dlls/ntdll/.cvsignore,
+ dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore,
+ dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore,
+ dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore,
+ dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore,
+ dlls/qcap/.cvsignore, dlls/quartz/.cvsignore,
+ dlls/rasapi32/.cvsignore, dlls/rpcrt4/.cvsignore,
+ dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore,
+ dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore,
+ dlls/snmpapi/.cvsignore, dlls/sti/.cvsignore,
+ dlls/ttydrv/.cvsignore, dlls/url/.cvsignore, dlls/urlmon/.cvsignore,
+ dlls/user/.cvsignore, dlls/version/.cvsignore,
+ dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore,
+ dlls/winedos/.cvsignore, dlls/wineps/.cvsignore,
+ dlls/wininet/.cvsignore, dlls/winmm/.cvsignore,
+ dlls/winnls/.cvsignore, dlls/winsock/.cvsignore,
+ dlls/winspool/.cvsignore, dlls/wintrust/.cvsignore,
+ dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore,
+ dlls/x11drv/.cvsignore:
+ Added .spec.def files.
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ dlls/Makedll.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in,
+ dlls/make_dlls, dlls/wineps/Makefile.in, tools/winebuild/import.c,
+ tools/winebuild/spec32.c:
+ Implemented import libraries; on Unix we import the .def file
+ directly, on Mingw we use it to build the .a library.
+
+ * configure, configure.ac, include/config.h.in,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/spec32.c, tools/winebuild/winebuild.man.in:
+ Made stdcall decoration in .def files the default, and added -k option
+ to switch it off.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib16.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Split out 16bit code into typelib16.c.
+
+ * dlls/kernel/tests/locale.c: Francois Gouget <fgouget@free.fr>
+ Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
+ much as possible in the buffer even if it is too small. This is
+ undocumented and does not match the Win9x behavior.
+ Skip Unicode tests on Win9x.
+ Fix usage of memset/sizeof/COUNTOF.
+ Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of
+ strlen.
+
+ * ole/ole2nls.c: Francois Gouget <fgouget@free.fr>
+ In Get{Currency,Number}FormatA, SetLastError to
+ ERROR_INSUFFICIENT_BUFFER if the buffer is too small.
+
+ * dlls/glu32/glu32.spec, dlls/kernel/kernel32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Add stubs for missing APIs.
+
+ * dlls/kernel/tests/directory.c: Francois Gouget <fgouget@free.fr>
+ Skip the Unicode tests on Win9x.
+ Test Get{System,Windows}Directory{A,W}(NULL, 0). This is a more
+ standard way to get len_with_null too.
+ Adapt the error code checks to take into account variations between
+ Win9x and NT.
+
+ * dlls/kernel/tests/file.c, files/file.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the error codes returned by DeleteFile{A,W} to match NT.
+ Adapt the DeleteFileA error code checks to take into account variations
+ between Win9x and NT.
+ Test DeleteFile(NULL).
+ Add tests for DeleteFileW.
+ On NT, calling _lclose on an already closed handle will cause memory
+ corruption and thus sometimes crash -> removed the relevant test.
+ Skip the Unicode tests when on Win9x.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt20/msvcrt20.spec,
+ dlls/ntdll/ntdll.spec, dlls/winsock/ws2_32.spec,
+ dlls/wsock32/wsock32.spec, tools/winebuild/build.h,
+ tools/winebuild/import.c, tools/winebuild/parser.c,
+ tools/winebuild/spec32.c, tools/winebuild/winebuild.man.in:
+ Added list of symbols to ignore by default in winebuild.
+ Made the -i option support removing ignored symbols too.
+ Removed the -noimport flag in spec files.
+
+ * tools/mingwrap.c: Warning fix.
+
+ * dlls/ole32/bindctx.c, dlls/ole32/ole32.spec:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented BindMoniker function.
+
+ * dlls/shell32/shell32_main.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix shell32.ExtractIcon with A->W and 16 -> 32 calls.
+
+ * dlls/wininet/wininet.spec: Alberto Massari <alby@exln.com>
+ Added stubs for FtpCommand[A|W].
+
+ * dlls/kernel/tests/codepage.c: Francois Gouget <fgouget@free.fr>
+ The Win9x platforms support WideCharToMultiByte and
+ MultiByteToWideChar but not lstrcmpW! So I implemented our own so
+ that we can have a meaningful test.
+
+ * msdos/dosmem.c: Jukka Heinonen <jhei@iki.fi>
+ Give DOS applications 638k of free conventional memory.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <marcus@jet.franken.de>
+ Serialize/deserialize all reftypes in VT_USERDEFINED.
+
+ * dlls/user/tests/class.c: Francois Gouget <fgouget@free.fr>
+ Skip the Unicode tests (effectively all tests currently) on Win9x.
+
+2002-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/user/Makefile.in,
+ programs/winhelp/Makefile.in:
+ Pass the -J option to wrc to avoid including installed headers.
+
+ * tools/mingwrap.c:
+ Wine internal includes should not be in the include path.
+
+ * tools/wrc/Makefile.in, tools/wrc/wrc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ wrc should be aware of the location of the system headers.
+
+ * tools/config.guess, tools/config.sub: Updated to the latest version.
+
+ * tools/makedep.c:
+ Try to open source file in current directory first in case it is a
+ generated file.
+
+ * dlls/Maketest.rules.in: Francois Gouget <fgouget@free.fr>
+ Generate proper dependencies for testlist.c.
+
+ * dlls/commdlg/cdlg_Si.rc, dlls/winmm/winmm_Si.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Fixed some characters.
+
+ * aclocal.m4, configure, configure.ac:
+ Added WINE_CHECK_DEFINE macro to factor out some repeated code.
+
+ * dlls/kernel/time.c, dlls/ntdll/ntdll.spec, dlls/ntdll/time.c,
+ files/dos_fs.c, include/winternl.h:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime.
+ - Use new time functions to reimplement FileTimeToLocalTime and
+ LocalTimeToFileTime.
+
+ * tools/runtest: Francois Gouget <fgouget@free.fr>
+ Fix stderr redirection.
+ Simplify $infile existence test.
+
+ * include/wine/test.h: Francois Gouget <fgouget@free.fr>
+ When reporting a test failure, only report the file name, not the full
+ path.
+ Merge winetest_set_trace_location with winetest_set_ok_location.
+
+ * dlls/kernel/tests/path.c: From: Francois Gouget <fgouget@free.fr>
+ '"' is an illegal character on Win9x so we cannot test it.
+ GetShortPathNameA behaves differently on Win9x and NT: on NT it
+ succeeds even if not all path components exist, as long as they are
+ already in the 8.3 format.
+ Wine apparently implements the NT behavior thus many todo_wine went
+ away.
+ Fixed some error code checks to take into account all possible return
+ values.
+ GetTempFileNameA appears to only use the lower 16bits of the id on
+ Win95 (and never returns more than 16 bits on other platforms).
+ GetLongPathNameA is missing on some Windows versions.
+ Modified the GetTempPath tests to make sure they return the expected
+ value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
+ no need to test both).
+ The 'len_with_null - 1' case is not testable as the Windows behavior
+ varies too much between versions.
+ We cannot check whether Windows touches the buffer either as this
+ heavily depends on the Windows version and specific circumstances of
+ the call.
+ Finally NT4 sometimes exaggerates the required buffer size.
+
+ * programs/wcmd/wcmdmain.c: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Implement $V in builtin PROMPT.
+
+2002-12-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dplayx/dplobby.c, dlls/msvcrt/locale.c, dlls/ntdll/exception.c,
+ dlls/ntdll/large_int.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/oleaut32/parsedt.h,
+ dlls/shlwapi/ordinal.c, dlls/twain/twain.h, dlls/winedos/int17.c,
+ dlls/winedos/int29.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, dlls/wineps/ppd.c,
+ dlls/wineps/truetype.c, dlls/wineps/type1afm.c,
+ dlls/x11drv/xrender.c, graphics/x11drv/init.c, if1632/relay.c,
+ include/miscemu.h, include/msacm.h, include/msvcrt/stdlib.h,
+ include/windef.h, include/wine/exception.h,
+ include/wine/rpcss_shared.h, include/winnt.h, library/loader.c,
+ memory/instr.c, misc/registry.c, relay32/relay386.c,
+ server/change.c, server/event.c, server/mapping.c, server/mutex.c,
+ server/registry.c, server/request.c, server/semaphore.c,
+ server/timer.c, server/trace.c, tools/winedump/debug.c,
+ tools/winedump/ne.c, tools/winedump/pe.c:
+ winnt.h should not be self-contained, it must depend on windef.h so
+ that STRICT works correctly; moved some definitions back to windef.h
+ where they belong, and removed a couple of definitions that don't
+ exist on Windows.
+
+ * dlls/Maketest.rules.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in:
+ -DSTRICT is now the default behavior.
+
+ * configure, configure.ac: Steven Edwards <iso_lation@hotmail.com>
+ Alpha porting fix.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+ Alberto Massari <alby@exln.com>
+ Added parameters to NtXxxPort functions prototypes.
+
+ * include/windef.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add a definition for STRICT.
+
+ * include/winnt.h: Jeff Smith <whydoubt@hotmail.com>
+ Added definitions for REG_QWORD and REG_QWORD_LITTLE_ENDIAN.
+
+ * dlls/winedos/int21.c, include/miscemu.h, msdos/dosmem.c,
+ msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move int21 country information handling to winedos.
+ Improve country information handling.
+ Move collate table to upper memory.
+
+ * configure, configure.ac, include/config.h.in, tools/wrc/wrc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Gracefully degrade to getopt if getopt_long does not exist.
+
+ * dlls/winmm/tests/wave.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Suppress some signed/unsigned comparison warning.
+
+ * dlls/shell32/iconcache.c, include/shellapi.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Change the return value for ExtractIconEx from HICON to UINT and make
+ the function call directly user32.PrivateExtractIconEx.
+
+ * dlls/user/exticon.c, dlls/user/user32.spec, include/winuser.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ - Modify ICO_ExtractIconExW to:
+ return more compliant values for usage in PrivateExtractIcons and PrivateExtractIconEx
+ accept and fill in the icon identifier array correctly if provided
+ allow to retrieve both small and large icons together.
+ - Simplify PrivateExtraxtIcons
+ - Modify PrivateExtractIconExW to:
+ use compatible signature to ExtractIconEx in shell32 which it really is directly
+ as tested on W2K by calling both functions with the same parameters
+ directly call internal extraction function
+ fix error when requesting 1 icon for both sizes
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/trackbar.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Get rid of generic notification support in comctrl32. The MS docs were
+ misleading in that all controls send these notifications. They don't.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Plug a bunch of memory leaks.
+ - Make ranges_destroy behave more like free().
+ - Fix messed up indentation from tabs set to 4 chars.
+ - Updated the documentation.
+
+ * dlls/winmm/wineoss/audio.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Reset the oss device before we try to close it. Fixes hang on startup
+ of Starcraft due to oss device being in a bad state.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ VarAdd support for integers.
+
+ * documentation/faq.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Update Wine FAQ to latest revision.
+ - Better Bochs/Plex86 info
+ - Add Q&A about upgrading configuration
+ - Replace Deneba's Canvas 7 with Ability Office
+ From entries submitted by Tom Wickline.
+
+ * windows/input.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Make WM_MOUSEHOVER coordinates client relative.
+
+ * include/basetsd.h, include/winnt.h:
+ Steven Edwards <iso_lation@hotmail.com>
+ Alpha porting fixes.
+
+2002-12-07 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/winebuild.man.in:
+ Replaced 'ignore' spec file directive by the -i option.
+
+ * dlls/Makedll.rules.in: Don't build tests by default just yet.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell32.spec,
+ include/shlobj.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add SHDefExtractIcon{AW} function.
+
+ * documentation/debugger.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Update debugger documentation for when programs hangs.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix signature of SHLWAPI_334 as its string parameter really is an
+ output.
+
+ * include/ddraw.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fills the name of the arguments of the COM methods, else MSVC doesn't
+ like them.
+
+ * files/drive.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of GetDiskFreeSpaceEx from ascii to unicode.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/devices.c,
+ dlls/winedos/dosexe.h, dlls/winedos/himem.c, dlls/winedos/int21.c,
+ dlls/winedos/module.c, include/msdos.h, msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move int08 stub and LOL to upper memory.
+ Move simple int21 functions to winedos.
+
+2002-12-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ programs/Makeprog.rules.in, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/res32.c,
+ tools/winebuild/winebuild.man.in:
+ Check file header to differentiate between object files and resources
+ so that the -r option is not necessary.
+
+ * tools/Makefile.in: Fixed mingwrap install command.
+
+ * dlls/wininet/tests/http.c:
+ Fixed the list of accepted types passed to HttpOpenRequestA.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implement ParseFieldW function based on its ANSI sibling.
+
+ * dlls/wininet/http.c: Alberto Massari <alby@exln.com>
+ - When sending a request using HttpOpenRequest/HttpSendRequest, send the
+ User-Agent header; fixed the Accept and the Referer header handling to
+ really work.
+ - Fixed bug in the HTTP_ProcessHeader: when a second value was supposed to be
+ added to an existing one, the buffer was reduced to be 1 char long instead
+ of being expanded, due to the precedence rules of the operator '?'.
+ - Added support for opening URLs that redirect to a different place.
+
+ * dlls/comctl32/propsheet.c, include/prsht.h:
+ Francois Gouget <fgouget@free.fr>
+ Define PSH_WIZARD97 (problem reported by jaymz@free.fr).
+
+ * dlls/winsock/socket.c: Christoph Frick <frick@SC-Networks.de>
+ Force (WS_)SO_REUSEADDR before binding to a socket; ignore
+ (WS_)SO_DONTROUTE; Network games in Grand Prix Legends and Nascar 2002
+ are possible now.
+
+ * dlls/Makedll.rules.in, dlls/Maketest.rules.in:
+ Build test programs as part of the normal build.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix some parameter types.
+
+ * include/objbase.h, include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved COM API prototypes in include/wine/obj_base.h to
+ include/objbase.h.
+
+ * tools/wrc/wrc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Make wrc command line compatible with windres.
+
+ * tools/Makefile.in:
+ Fixed passing of -DINCLUDEDIR when building mingwrap.
+
+ * include/Makefile.in: Dimitrie O. Paun <dpaun@rogers.com>
+ Install DDK headers as well.
+
+2002-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * include/objbase.h: Added rpc.h include to fix tests compilation.
+
+ * dlls/comctl32/imagelist.c, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/mesa.c, dlls/dplayx/dpclassfactory.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+ dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/datacache.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c,
+ dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h,
+ dlls/ole32/oleobj.c, dlls/ole32/stg_bigblockfile.c,
+ dlls/ole32/storage.c, dlls/ole32/storage32.h,
+ dlls/oleaut32/connpt.c, dlls/oleaut32/dispatch.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+ dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cstub.c,
+ dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/ndr_ole.c, dlls/shdocvw/classinfo.c,
+ dlls/shdocvw/shdocvw.h, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/folders.c, dlls/shell32/shellfolder.h,
+ dlls/shell32/shellord.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shlwapi/clist.c, dlls/shlwapi/istream.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/regstream.c,
+ dlls/shlwapi/thread.c, include/dplay.h, include/oaidl.h,
+ include/objbase.h, include/objidl.h, include/ocidl.h, include/ole.h,
+ include/ole2.h, include/oleauto.h, include/olectl.h,
+ include/oledlg.h, include/oleidl.h, include/servprov.h,
+ include/shlguid.h, include/shlobj.h, include/unknwn.h,
+ include/urlmon.h, include/wine/obj_base.h, include/wine/obj_misc.h,
+ include/wine/obj_serviceprovider.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Make sure that no files except unknwn.h include wine/obj_base.h
+ directly.
+
+ * dlls/commdlg/filedlg95.c, dlls/ntdll/file.c, dlls/ntdll/heap.c,
+ dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/om.c,
+ dlls/ntdll/reg.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c,
+ loader/module.c, scheduler/process.c, scheduler/thread.c,
+ win32/device.c:
+ Patrik Stridvall <ps@leissner.se>
+ Replace 0x%p with %p.
+
+ * dlls/x11drv/keyboard.c: Peter Mladek <pmladek@suse.cz>
+ Added 2 more Czech keyboard layouts compatible with XFree86 4.1.
+
+ * dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec, include/wininet.h:
+ Alberto Massari <alby@exln.com>
+ - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
+ - Added stub implementation of GetUrlCacheEntryInfoExW.
+ - Implemented InternetQueryOptionW, InternetCombineUrl[A|W].
+ - InternetSetOptionW prints FIXMEs with more informations.
+ - INTERNET_SetLastError was crashing if called after the thread
+ local storage area had already been deleted (it happens if you
+ close Internet Explorer while the download is still in progress).
+
+ * dlls/dsound/dsound_main.c:
+ Back out the aRts volume patch, this is not user-friendly at all.
+
+ * configure, configure.ac, dlls/dsound/Makefile.in,
+ dlls/dsound/tests/.cvsignore, dlls/dsound/tests/Makefile.in,
+ dlls/dsound/tests/dsound.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ A simple test for IDirectSound.GetCaps.
+
+ * documentation/faq.sgml, documentation/wine-doc.sgml,
+ documentation/wine-faq.sgml:
+ Francois Gouget <fgouget@codeweavers.com>
+ Wrap faq.sgml in an article tag in wine-doc.sgml.
+ Set the article class to 'faq'.
+ Move the title to faq.sgml.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@codeweavers.com>
+ Removed references to the Perl tests.
+ Added a section describing how to build and run tests on Windows.
+ The Visual C++ section should be relatively complete but the MinGW and
+ cross-compiling section still need some work.
+
+ * include/wine/obj_extracticon.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add prototypes for IExtractIconW interface.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Marshal VT_R4 (4 byte float).
+
+ * tools/.cvsignore, tools/Makefile.in, tools/mingwrap.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ New MinGW wrapper that makes gcc on Linux behave like MinGW on
+ Windows, using the Wine headers.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/direct3d/main.c,
+ dlls/ddraw/direct3d/main.h, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Have only one GUID for Wine's OpenGL D3D device.
+
+ * tools/wineinstall: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Install apps in windows\system since that's what the system directory
+ is set to in the config file.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Correct 2 bugs connected to asynchronous shutdown():
+ - Cannot call WSAGetOverlappedResult() because completion function
+ destroys the overlapped structure.
+ - ws2_async_cleanup() called twice in case of failure.
+
+ * dlls/winsock/tests/sock.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Set the socket to overlapped mode.
+
+ * dlls/rpcrt4/tests/rpc.c: Francois Gouget <fgouget@free.fr>
+ Skip Unicode tests if there's no Unicode support.
+
+ * dlls/dsound/dsound_main.c: Francois Gouget <fgouget@codeweavers.com>
+ Return an error if dwSize is not valid.
+ No need to dump dwFlags before it is initialized.
+
+ * include/msvcrt/errno.h: Francois Gouget <fgouget@free.fr>
+ Added EDEADLOCK.
+
+2002-12-03 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, include/Makefile.in:
+ Added rules for compiling IDL files.
+
+ * documentation/.cvsignore, documentation/Makefile.in:
+ Added rules for building the FAQ.
+
+ * controls/combo.c, controls/listbox.c, controls/scroll.c,
+ dlls/comctl32/rebar.c, dlls/user/hook.c, dlls/user/hook16.c,
+ dlls/user/message.c, dlls/user/message.h, dlls/user/msg16.c,
+ dlls/user/user_main.c, dlls/user/winproc.h, dlls/x11drv/event.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, include/input.h,
+ include/message.h, include/queue.h, include/spy.h,
+ include/sysmetrics.h, include/user.h, include/win.h,
+ include/winproc.h, windows/class.c, windows/cursoricon.c,
+ windows/defdlg.c, windows/defwnd.c, windows/input.c,
+ windows/message.c, windows/painting.c, windows/queue.c,
+ windows/spy.c, windows/syscolor.c, windows/sysmetrics.c,
+ windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c,
+ windows/winpos.c, windows/winproc.c:
+ Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
+ contents to user.h.
+ Moved message.h and winproc.h to dlls/user.
+
+ * documentation/faq.sgml, documentation/make_winehq,
+ documentation/wine-doc.sgml, documentation/wine-faq.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Added the FAQ, and build it when creating the documentation for the
+ website.
+
+ * scheduler/process.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use COMSPEC command interpreter to run .bat files.
+
+ * msdos/int21.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed error checking in file creation and closing.
+
+ * dlls/ddraw/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Add support for D3DBLEND_ONE for D3DRENDERSTATE_{DEST/SRC}BLEND.
+
+ * dlls/icmp/icmp_main.c, include/Makefile.in, include/icmpapi.h,
+ include/ipexport.h, include/wine/icmpapi.h, include/wine/ipexport.h:
+ Install ipexport.h and icmpapi.h with the other Windows includes.
+
+ * dlls/oleaut32/variant.c, include/wine/obj_oleaut.h,
+ include/wtypes.h, include/wtypes.idl:
+ Ove Kaaven <ovek@transgaming.com>
+ Added more types to wtypes.idl.
+
+ * dlls/winsock/tests/sock.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fixed test to run fine (0 errors) on Win NT.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c,
+ include/shlobj.h:
+ Alberto Massari <alby@exln.com>
+ SHGetSetSettings has now the right signature and the expected behavior
+ when the user is asking to get the current settings.
+
+ * dlls/shell32/iconcache.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix ANSI->Unicode calling for ExtractIconExA/W.
+
+ * dlls/user/exticon.c, dlls/user/user32.spec, include/winuser.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Modify PrivateExtractIcons{AW} to match better current MDSN
+ documentation.
+
+ * include/Makefile.in: Dimitrie O. Paun <dpaun@rogers.com>
+ Change header install location as such:
+ ${prefix}/include/wine/windows -- standard Windows headers
+ ${prefix}/include/wine/msvcrt -- MS Visual C Runtime library
+ ${prefix}/include/wine -- Wine specific headers
+
+ * dlls/gdi/freetype.c, dlls/gdi/mfdrv/objects.c,
+ dlls/gdi/win16drv/init.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c,
+ dlls/x11drv/x11font.h, graphics/fontengine.c, graphics/painting.c,
+ graphics/path.c, graphics/x11drv/xfont.c, include/font.h,
+ include/gdi.h, include/path.h, include/x11font.h, loader/task.c,
+ objects/dc.c, objects/font.c, objects/gdiobj.c:
+ Merged font.h and path.h into gdi.h. Moved x11font.h to
+ dlls/x11drv. Removed a number of unnecessary #includes.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.l,
+ tools/widl/parser.y, tools/widl/proxy.c, tools/widl/widl.c,
+ tools/widl/widl.h, tools/widl/widltypes.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Parse the NOT operator, the [idempotent] attribute, and the handle_t
+ and error_status_t types. Improved some parsing rules to get rid of
+ the LINK_LAST and LINK_SAFE macros. Enclose generated .h file within
+ an extern "C" (for C++). Output function prototypes for regular RPC
+ interfaces. Fixed a couple of bugs.
+
+ * dlls/winedos/int21.c, msdos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Clean up int21 handling. Move error handling to winedos.
+ Call INT_Int21Handler only to emulate selected functions.
+
+2002-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/Makefile.in,
+ dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/himem.c,
+ dlls/winedos/int67.c, include/miscemu.h, msdos/dosmem.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move DPMI segments to winedos.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - only handle memory allocation for non-already loaded textures
+ - implement GetCaps for D3DDevice7
+
+ * configure, configure.ac, dlls/rpcrt4/Makefile.in,
+ dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_epmap.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/rpcrt4/rpcss_np_client.c, dlls/rpcrt4/rpcss_np_client.h,
+ include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h,
+ include/winbase.h, include/wine/rpcss_shared.h,
+ programs/Makefile.in, programs/rpcss/.cvsignore,
+ programs/rpcss/Makefile.in, programs/rpcss/epmap_server.c,
+ programs/rpcss/np_server.c, programs/rpcss/rpcss.h,
+ programs/rpcss/rpcss_main.c:
+ Greg Turner <gmturner007@ameritech.net>,
+ Ove Kaaven <ovek@transgaming.com>
+ - preliminary implementation of endpoint-mapping via a new on-demand
+ server-ish process
+ - more header fixups
+ - (re)implement RpcEpRegisterA, RpcEpUnregister, and
+ RpcEpResolveBinding using the new rpcss functionality
+ - update the todo list in rpcrt4_main.c a bit
+ - many beautifications and touch-ups
+ - command-line configurable timeout
+ - micro-client imbedded in np_server.c
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState from
+ failing.
+
+ * dlls/cabinet/Makefile.in, dlls/cabinet/fci.c, dlls/cabinet/fdi.c,
+ include/fci.h, include/fdi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added FIXME:s in the stubs.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - implement the texturing the D3D3 way
+ - prepare for multi-texturing support
+
+ * include/wingdi.h: Ove Kaaven <ovek@transgaming.com>
+ Protect PALETTEENTRY and LOGPALETTE with #ifndefs.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int21.c, msdos/dpmi.c,
+ msdos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Rename old DOS3Call as INT_Int21Handler and make new DOS3Call call
+ directly winedos int21 handler.
+
+ * dlls/winedos/int13.c, win32/device.c: Jukka Heinonen <jhei@iki.fi>
+ Move int13 handler to winedos.
+
+ * dlls/winmm/midimap/midimap.c: Jeff Smith <whydoubt@hotmail.com>
+ Fix for MIDI Mapper.
+
+ * controls/button.c, controls/combo.c, controls/edit.c,
+ dlls/avifil32/acmstream.c, dlls/avifil32/api.c,
+ dlls/avifil32/avifile.c, dlls/avifil32/extrachunk.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/wavfile.c, dlls/comctl32/animate.c,
+ dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/header.c, dlls/comctl32/hotkey.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c,
+ dlls/comctl32/pager.c, dlls/comctl32/progress.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+ dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c,
+ dlls/comctl32/updown.c, dlls/commdlg/filedlg95.c,
+ dlls/ddraw/dsurface/dib.c, dlls/imm32/imm.c,
+ dlls/kernel/tests/alloc.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/msadp32/msadp32.c, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+ dlls/msacm/winemp3/mpegl3.c, dlls/msvideo/mciwnd.c,
+ dlls/msvideo/msvideo_main.c, dlls/ole32/ole2stubs.c,
+ dlls/richedit/richedit.c, dlls/setupapi/virtcopy.c,
+ dlls/shell32/control.c, dlls/shell32/dialogs.c,
+ dlls/shell32/shlexec.c, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/regstream.c, dlls/shlwapi/tests/shreg.c,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/wnd.c, dlls/user/dde/client.c,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c, dlls/user/resource.c,
+ dlls/winedos/vga.c, dlls/x11drv/winpos.c, graphics/path.c,
+ objects/enhmetafile.c, programs/wineconsole/user.c,
+ programs/winver/winver.c, windows/dialog.c, windows/multimon.c,
+ windows/painting.c:
+ Francois Gouget <fgouget@free.fr>
+ Removed unnecessary HANDLE typecasts.
+
+2002-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Add D3D capability.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/helper.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - actually use the VertexBuffer stubs
+ - implement Lock function to prevent crash when the stubs are used
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Beginning of support for D3D7 / D3DDevice7.
+
+ * dlls/Makedll.rules.in, dlls/Maketest.rules.in, programs/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+ Removed some checklink rules made unnecessary by the -z defs linker
+ flag.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some more code sharing between D3DDevice versions
+ - implementation of D3DFVF_TLVERTEX format fast path
+
+ * include/msvcrt/stddef.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add a way to tell msvcrt to define wchar_t.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fixed D3DFVF_VERTEX case
+ - some other miscellaneous fixes
+
+ * programs/winedbg/README: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change CRLF end of lines in LF only.
+
+ * dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/helper.c, dlls/ddraw/d3ddevice/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - start of support for device locking / unlocking via glReadPixels /
+ glDrawPixels interface (slow but should be enough for a start)
+ - implement one vertex case for the D3D3/7 DrawPrimitive functions
+ - fix a missing \n in a TRACE call
+
+ * dlls/kernel/nls/bel.nls: Hleb Valoska <el_globus@tut.by>
+ Some fixes to Belarusian locale.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ - Fixed bug caused by changes to Wine.
+ - Added support for running all the tests in batch.
+
+ * dlls/kernel/tests/thread.c: Francois Gouget <fgouget@free.fr>
+ {Get,Set}ThreadPriorityBoost and SetThreadIdealProcessor are missing
+ on Win95 -> use GetProcAddress.
+ Cleanup the handling of OpenThread.
+ Check SuspendThread after a thread terminates (needed by Ipix).
+ Remove unnecessary version checks (check for
+ ERROR_CALL_NOT_IMPLEMENTED and similar instead).
+ Cleanup casts, signed/unsigned comparisons.
+
+ * dlls/kernel/tests/drive.c: Francois Gouget <fgouget@free.fr>
+ GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
+ GetDiskFreeSpace("." | "..") fails on Win98 and NT4 but succeeds on XP
+ -> removed.
+ Skip the GetDiskFreeSpace tests on floppy drives because NT pops up a
+ MessageBox if no floppy is present.
+ Fix the error code checks to take into account the differences between
+ Win9x, NT4 and XP.
+ Skip the unicode tests if the first call returns
+ ERROR_CALL_NOT_IMPLEMENTED.
+ Whenever a test fails, print sufficient information (typically return
+ code and GetLastError()!) to let the developer figure out what is
+ wrong.
+
+ * dlls/kernel/tests/environ.c: Francois Gouget <fgouget@free.fr>
+ SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed.
+ SetEnvironmentVariableA("", value) crashes on NT4 -> removed.
+ The behavior of SetEnvironmentVariableA("", "") varies to much ->
+ removed.
+ Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into
+ account the differences between Win9x and NT.
+ Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0).
+ Fix the error code checks to take into account the differences between
+ Win9x, NT4 and XP.
+ Skip the unicode tests if the first call returns
+ ERROR_CALL_NOT_IMPLEMENTED.
+ Whenever a test fails, print sufficient information (typically return
+ code and GetLastError()!) to let the developer figure out what is
+ wrong.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell32.spec,
+ include/shellapi.h:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added stub implementation with correct prototypes for
+ ExtractAssociatedIconExA/W.
+
+ * programs/Makefile.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make wcmd available from inside the source tree.
+
+ * dlls/ddraw/d3ddevice/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Implemented GetRenderTarget.
+
+ * dlls/ddraw/direct3d/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added enumeration of ZBuffer format.
+
+ * documentation/debugger.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Update the debugger documentation for current usage.
+
+ * dlls/kernel/tests/thread.c, scheduler/thread.c:
+ Partially implemented kernel/user times in GetThreadTimes (based on a
+ patch by Ryan Cumming).
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement wglCreateLayerContext for layer 0.
+
+ * dlls/ddraw/d3ddevice/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not forget to AddRef the returned Direct3D interface.
+
+ * dlls/x11drv/x11ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver.
+
+ * include/winbase.h: Francois Gouget <fgouget@free.fr>
+ Added declaration for SignalObjectAndWait.
+
+ * include/msvcrt/stdlib.h: Francois Gouget <fgouget@free.fr>
+ Added constants for _set_error_mode().
+
+ * dlls/winmm/winmm.c: Jeff Smith <whydoubt@hotmail.com>
+ Fixed 32 bit flag in midiOutShortMsg.
+
+ * include/ddraw.h: Christian Costa <titan.costa@wanadoo.fr>
+ Replace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectDrawSurface4
+ methods declaration.
+
+ * dlls/winedos/int10.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed text mode value.
+
+ * include/mmsystem.h: Francois Gouget <fgouget@codeweavers.com>
+ Add the 48 and 96kHz WAVE_FORMAT constants.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.h,
+ tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle encapsulated unions in a cleaner (and less buggy) way. Emit the
+ names "DUMMYUNIONNAME" and "DUMMYSTRUCTNAME" for anonymous unions and
+ structs. Support const and extern definitions. Retain tokens (and
+ whether numbers are hex or not) used for computing constant
+ expressions, so that the full expression can be written to the header
+ file instead of the computed integer result of the expression. Parse
+ the sizeof() operator. Compute and remember constant definitions and
+ enum values so they can be used in expressions. Improved identifier
+ lookup speed. Fixed some bugs.
+
+ * include/wtypes.idl: Ove Kaaven <ovek@transgaming.com>
+ Added missing union names for some encapsulated unions.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix caps filling to be more in line with what we support
+ - optimize a little bit the DrawPrimitive function
+
+ * files/file.c: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fixed some problems with asynchronous file IO.
+
+2002-11-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - fix texture snooping (plus adds snoop for 1555 format)
+ - add texture memory usage tracking
+
+ * dlls/kernel/computername.c, dlls/kernel/kernel32.spec,
+ include/winbase.h:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Provide stubs for DnsHostnameToComputerNameA/W.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c,
+ dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Added definitions for a couple of stub functions that we import so
+ that we don't import stubs directly.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+ graphics/x11drv/opengl.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/int25.c, dlls/winedos/int26.c,
+ dlls/winedos/interrupts.c, include/miscemu.h, msdos/int25.c,
+ msdos/int26.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Moved handlers for int25 and int26 to winedos.
+
+ * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ EnumFont16 should enumerate gdi fonts too.
+
+ * dlls/comctl32/treeview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Typesafe parameters from TREEVIEW_NotifyFormat.
+ - Rewrite TREEVIEW_NotifyFormat.
+ - Fix several invocations of TREEVIEW_SendTreeviewNotify.
+
+ * include/winbase.h: Francois Gouget <fgouget@free.fr>
+ Added SwitchToThread.
+
+ * dlls/ntdll/time.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix for implicit declaration of abs.
+
+ * dlls/x11drv/xrender.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix for deprecated use of label at the end of compound statement.
+
+ * dlls/kernel/tests/locale.c, ole/ole2nls.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct GetNumberFormatA for zero decimals and for zero grouping.
+
+ * programs/winhelp/winhelp.c: Matthew Davison <m.davison@virgin.net>
+ Prevent Winhelp from crashing when it can't find the helpfile.
+
+ * include/d3d.h, include/ddraw.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Add some DDRAW and D3D definitions.
+
+ * tools/winapi/options.pm, tools/winapi/win32.api,
+ tools/winapi/winapi.pm, tools/winapi/winapi_check_options.pm,
+ tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Minor improvement and bug fixes.
+
+2002-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20021125.
+
+----------------------------------------------------------------
+2002-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, include/config.h.in, library/port.c,
+ scheduler/pthread.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard).
+
+ * windows/dialog.c: Added CS_DBLCLKS style to dialog window class.
+
+ * objects/font.c: Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Change some of the number seperators to "Neutral" rather than "Left to
+ right".
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/timer.c:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Stubs for CreateTimerQueue and DeleteTimerQueueEx.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c,
+ dlls/ntdll/ntdll.spec, include/winsvc.h:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Assorted Win2k/WinXP stubs.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Converted implementation of _lseek to _lseeki64, implemented _lseek by
+ calling _lseeki64.
+
+ * dlls/advapi32/registry.c, include/wine/server_protocol.h,
+ include/winnt.h, server/handle.c, server/object.h,
+ server/protocol.def, server/registry.c, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented registry change notifications.
+
+ * graphics/x11drv/graphics.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ X11DRV_DrawArc: Don't overwrite the ENDCAP style.
+
+ * graphics/x11drv/pen.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ X11DRV_SelectPen(): Don't use a pen with half the width.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added the missing cx member to the MyDLGITEMTEMPLATEEX struct.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Converted implementation of _stat and _fstat to _stati64 and
+ _fstati64.
+ Implemented _stat/_fstat by calling _stati64/_fstati64.
+
+ * dlls/oleaut32/variant.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for VarAnd between integers.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - Prevent the backbuffer to also have the frontbuffer flag set.
+ - Log the Locking flags.
+ - Print symbolic name (if any) of zero values for bit fields (thanks
+ Andi).
+
+ * dlls/kernel/tests/thread.c:
+ Moved some GetThreadTimes tests out of the todo block.
+
+ * include/wine/server_protocol.h, scheduler/thread.c,
+ server/protocol.def, server/thread.c, server/thread.h,
+ server/trace.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Partially implement GetThreadTimes.
+
+ * misc/registry.c: Warnings fixes.
+
+ * dlls/kernel/time.c, dlls/ntdll/ntdll.spec, dlls/ntdll/time.c,
+ include/winternl.h:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Move SetSystemTime, GetTimeZoneInformation and
+ SetTimeZoneInformation implementation to ntdll.
+ - Docu updates.
+
+ * dlls/comctl32/listview.c: Aric Stewart <aric@codeweavers.com>
+ LVN_GETDISPINFO seems to always be Ansi.
+
+ * objects/dib.c: Steve Lustbader <steve.lustbader@philips.com>
+ StretchDIBits: avoid crash on null pointers.
+
+ * controls/scroll.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add support for painting SBS_SIZEBOX style properly.
+
+2002-11-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/int11.c, dlls/winedos/int15.c, dlls/winedos/int5c.c,
+ dlls/winedos/interrupts.c, include/miscemu.h, msdos/dpmi.c,
+ msdos/int11.c, msdos/int15.c, msdos/int5c.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Moved handlers for int11, int15 and int5c to winedos.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/main.h,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - add implementation for FindDevice function
+ - some miscellaneous clean-ups / additions
+
+ * misc/registry.c:
+ Replace most PROFILE_GetWineIni calls by direct registry accesses.
+ Keep the config key open to query all values instead of re-opening it
+ all the time.
+
+ * documentation/Makefile.in:
+ Added dist rule for building the distribution tarballs.
+
+ * dlls/shell32/systray.c:
+ Added CS_DBLCLKS so that systray receives double clicks.
+
+ * dlls/winedos/int10.c, dlls/winedos/int33.c, dlls/winedos/vga.c,
+ dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ VGA text mode no longer flickers and it is much faster.
+ VGA text mode is now initialized earlier.
+ VGA text mode is now emulated even without console.
+
+ * dlls/user/hook.c: Bill Medland <medbi01@accpac.com>
+ Correct UnhookWindowsHook: clear the handle so that the server doesn't
+ try to use it.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Reenable OpenGL surface's flip method.
+ Reenable execute buffers.
+ Some bug fixes.
+
+ * dlls/dinput/dinput_main.c: Jens Hoffmann <hoffmajs@gmx.de>
+ Pass correct instance in keyboard_hook setup.
+
+ * windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/win.c:
+ Matthew Davison <m.davison@virgin.net>
+ Fix some unicode->ascii calls.
+
+ * tools/widl/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Avoid using labels at the end of commpound statements.
+
+2002-11-23 Alexandre Julliard <julliard@winehq.com>
+
+ * files/profile.c, include/file.h, loader/main.c:
+ Removed no longer needed PROFILE_LoadWineIni().
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/int2f.c, dlls/winedos/interrupts.c, include/miscemu.h,
+ msdos/int2f.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move int2f handler to winedos.
+ Clean winedos headers a bit.
+
+ * configure, configure.ac, documentation/.cvsignore,
+ documentation/Makefile.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ The default behavior of "make everything" is now to build separate
+ guides rather than the big one.
+ Determines the name of the installed docbook filter (db2html or
+ docbook2html, etc.) in configure, defaulting to false if absent.
+
+ * windows/input.c: Mike Hearn <m.hearn@signal.qinetiq.com>
+ Altered WM_MOUSEHOVER so the lParam and wParam fields are set
+ correctly to virtual key states and cursor position.
+
+ * include/wine/server_protocol.h, include/winnt.h,
+ server/protocol.def:
+ Removed the WINE_NO_STRICT support.
+
+ * include/basetsd.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Allow apps to define __int{8,16,32,64} on the command line.
+
+2002-11-22 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c: Fixed use of HBMMENU_* in switch statements.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/freetype.c, dlls/gdi/mfdrv/init.c, dlls/gdi/printdrv.c,
+ dlls/gdi/win16drv/font.c, dlls/gdi/win16drv/init.c,
+ dlls/gdi/win16drv/text.c, graphics/bitblt.c, graphics/mapping.c,
+ graphics/painting.c, graphics/path.c, objects/bitmap.c,
+ objects/brush.c, objects/clipping.c, objects/dc.c, objects/dib.c,
+ objects/enhmetafile.c, objects/font.c, objects/gdiobj.c,
+ objects/metafile.c, objects/palette.c, objects/region.c:
+ Made gdi compile with -DSTRICT.
+
+ * dlls/gdi/printdrv.c, objects/clipping.c, objects/dc.c,
+ objects/gdiobj.c, objects/metafile.c:
+ Fixed a number of -DSTRICT issues.
+
+ * controls/combo.c, controls/edit.c, controls/listbox.c,
+ controls/menu.c, controls/scroll.c, controls/uitools.c,
+ dlls/user/Makefile.in, dlls/user/caret.c, dlls/user/comm16.c,
+ dlls/user/focus.c, dlls/user/hook.c, dlls/user/dde/client.c,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c, dlls/user/message.c,
+ dlls/user/misc.c, dlls/user/msg16.c, dlls/user/painting.c,
+ dlls/user/resource.c, dlls/user/text.c, windows/class.c,
+ windows/clipboard.c, windows/cursoricon.c, windows/dce.c,
+ windows/defdlg.c, windows/defwnd.c, windows/dialog.c,
+ windows/input.c, windows/mdi.c, windows/message.c,
+ windows/nonclient.c, windows/painting.c, windows/spy.c,
+ windows/timer.c, windows/user.c, windows/win.c, windows/winpos.c,
+ windows/winproc.c:
+ Made user compile with -DSTRICT.
+
+ * files/profile.c, tools/wineinstall:
+ Removed support for converting old format config, everybody should
+ have converted by now.
+ Removed log info from wineinstall, this info is already in ChangeLog.
+
+ * controls/menu.c, dlls/user/dde/client.c, dlls/user/dde/ddeml16.c,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c, dlls/user/message.c,
+ include/cursoricon.h, include/user.h, windows/class.c,
+ windows/clipboard.c, windows/cursoricon.c, windows/dce.c,
+ windows/dialog.c, windows/mdi.c, windows/struct32.c,
+ windows/syscolor.c, windows/win.c, windows/winproc.c:
+ Fixed more -DSTRICT issues.
+
+ * dlls/user/text.c, dlls/user/user16.c:
+ Properly split the 16-bit versions of GrayString and TabbedTextOut.
+
+ * controls/edit.c, controls/icontitle.c, controls/menu.c,
+ controls/scroll.c, dlls/user/caret.c, dlls/user/focus.c,
+ dlls/user/painting.c, dlls/user/property.c, dlls/user/text.c,
+ dlls/user/user16.c, windows/class.c, windows/clipboard.c,
+ windows/dce.c, windows/mdi.c, windows/syscolor.c, windows/win.c,
+ windows/winhelp.c, windows/winproc.c:
+ Moved some more 16-bit functions to user16.c.
+ A few fixes for -DSTRICT.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c,
+ dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2stubs.c, dlls/ole32/ole32_main.c, dlls/ole32/rpc.c,
+ dlls/ole32/storage.c:
+ Compile ole32 with -DSTRICT.
+
+2002-11-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c, dlls/shell32/control.c,
+ dlls/shell32/dialogs.c, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/iconcache.c, dlls/shell32/memorystream.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shelllink.c, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shellreg.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c:
+ Johan Dahlin <jdahlin@async.com.br>
+ Make shell32 compile with -DSTRICT.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h,
+ dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/printdlg.c:
+ Andrew John Hughes <hughes2002@btinternet.com>
+ Make commdlg compile with -DSTRICT.
+
+ * tools/wineinstall: Matthew Davison <m.davison@virgin.net>
+ Remove obsolete --enable-opengl.
+
+ * objects/clipping.c, objects/enhmetafile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed aliasing problems (do not use (POINT*)&rect constructs).
+
+ * dlls/kernel/console.c, include/wincon.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle the COORD <-> DWORD conversion the canonical way.
+
+ * dlls/user/message.c: Steve Lustbader <steve.lustbader@philips.com>
+ Have PostMessage call PostThreadMessage when hwnd is NULL.
+
+ * include/winsock.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add definition for WSAEDISCON.
+
+ * configure, configure.ac: Removed OpenGL thread safety check.
+ Renamed option to --without-opengl for consistency.
+
+ * dlls/gdi/enhmfdrv/objects.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/wing.c, dlls/gdi/win16drv/font.c,
+ dlls/gdi/win16drv/graphics.c, dlls/gdi/win16drv/objects.c,
+ graphics/mapping.c, objects/bitmap.c, objects/brush.c,
+ objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c,
+ objects/font.c, objects/metafile.c, objects/palette.c,
+ objects/pen.c, objects/region.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Some -DSTRICT fixes.
+
+ * include/winsock.h: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fixed circular include sequence winsock.h -> windows.h -> winsock2.h
+ -> winsock.h.
+
+ * windows/class.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of Get/SetClassLong from ascii to unicode.
+
+ * windows/cursoricon.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Replaced CreateDCA by CreateDCW in LoadImageW.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/main.h,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/d3dviewport.c, dlls/ddraw/ddcomimpl.h,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/main.h,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c,
+ dlls/ddraw/mesa_private.h, include/d3d.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - Clean up all the D3D COM handling (but the underlaying code is still
+ as ugly as before).
+ - Handle properly (ie as on real Windows) negative values in
+ rectangles during blitting.
+
+ * configure, configure.ac:
+ Use the '-z defs' linker option if supported to better catch undefined
+ symbols.
+
+ * controls/edit.c: Carl Sopchak <carl.sopchak@cegis123.com>
+ Ignore buffer limit on WM_SETTEXT.
+
+ * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Stub for SetDCBrushColor.
+
+ * dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+ Add -lc when linking dlls to avoid warnings on FreeBSD.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/heap.c,
+ dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/om.c,
+ dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c,
+ dlls/ntdll/sync.c, dlls/ntdll/virtual.c, files/dos_fs.c,
+ files/file.c, files/smb.c, files/tape.c, loader/module.c,
+ loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c,
+ loader/pe_image.c, loader/resource.c, memory/global.c,
+ misc/registry.c, relay32/builtin32.c, relay32/snoop.c,
+ scheduler/handle.c, scheduler/process.c, scheduler/syslevel.c,
+ scheduler/thread.c, win32/device.c, win32/except.c, win32/newfns.c:
+ Andrew John Hughes <hughes2002@btinternet.com>
+ Build ntdll with -DSTRICT.
+
+ * loader/ne/module.c:
+ Added wrapper to replace llseek+lread to avoid HANDLE/HFILE
+ conversions.
+
+ * tools/wineinstall: Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - If running wineinstall and asking not to install, the symbolic links
+ are no created pointing to the source tree files rather to the
+ (non-existing) $libdir
+ - If Windows is found on the system, the installer does not assume
+ that the user is interested in using it. Instead, the user is asked,
+ and if she answers "no", Wine is installed as if no Windows was
+ found.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/proxy.c, tools/widl/widl.c, tools/widl/widl.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added "generate headers only" command-line option. Implemented imports
+ from inside interface definitions. Fixed a few problems with
+ generating header files for COM interfaces.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/wprocs.spec,
+ dlls/ntdll/Makefile.in, loader/task.c, msdos/int21.c,
+ msdos/interrupts.c, windows/user.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed last users of msdos/interrupts.c.
+
+2002-11-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/hook.c, include/wine/server_protocol.h, server/hook.c,
+ server/protocol.def, server/request.c, server/trace.c,
+ server/user.h:
+ Added support for system-wide hooks.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Removed -noimport on functions that are forwards to ntdll.
+ Added -noimport on functions that directly call the libc equivalent.
+
+ * dlls/comctl32/comctl_Cn.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/rsrc.rc,
+ dlls/shell32/shell32_Cn.rc, dlls/shell32/shres.rc, tools/wmc/lang.c:
+ Tisheng Chen <shadow@jcnp.pku.edu.cn>
+ Added Simplified Chinese support.
+
+ * dlls/msvideo/drawdib.c, dlls/msvideo/msvideo16.c,
+ dlls/msvideo/msvideo_main.c, dlls/msvideo/msvideo_private.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ No longer using Win32 API relative to 16 bit subsystem for the 32 bit
+ part.
+
+ * dlls/winmm/wineoss/midi.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Better support for multiple midi devices on the OSS interface.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/hlpfile.h,
+ programs/winhelp/macro.c, programs/winhelp/string.c,
+ programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Wrote back & history support.
+ Correctly implemented << and >> buttons.
+ Added support for page level macros.
+
+ * tools/winedump/output.c: Alberto Massari <alby@exln.com>
+ winedump was still using the "init" keyword in the .spec file.
+
+ * dlls/kernel/krnl386.exe.spec, include/selectors.h,
+ memory/selector.c, msdos/vxd.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Remove some Win32s specific code.
+
+ * msdos/int13.c, msdos/int20.c, dlls/kernel/wprocs.spec,
+ dlls/ntdll/Makefile.in, include/miscemu.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed obsolete code.
+
+2002-11-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Implemented some ismbc* functions (based on a patch by Greg Turner).
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/cabinet/.cvsignore,
+ dlls/cabinet/Makefile.in, dlls/cabinet/cabinet.spec,
+ dlls/cabinet/fci.c, dlls/cabinet/fdi.c, include/Makefile.in,
+ include/fci.h, include/fdi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added stub implementation of cabinet.dll.
+
+ * include/richedit.h: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Add some RichEdit 2.0/3.0 definitions.
+
+ * include/winbase.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added definition for PeekNamedPipe
+ Fixed a lot of badly indented functions.
+
+2002-11-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/Makefile.in, dlls/gdi/gdi.exe.spec,
+ dlls/kernel/Makefile.in, dlls/kernel/krnl386.exe.spec,
+ dlls/shell32/Makefile.in, dlls/shell32/shell.spec,
+ dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec,
+ dlls/user/user.exe.spec, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/winebuild.man.in:
+ Removed support for 'rsrc' spec file statement.
+
+ * dlls/richedit/reader.c, dlls/richedit/rtf.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Get rid of the vararg and generic stuff.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Removed some unused types.
+
+ * dlls/kernel/computername.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added netdb.h protection.
+
+ * scheduler/pthread.c, scheduler/timer.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed strict aliasing issue in __pthread_once and SetWaitableTimer.
+
+ * dlls/ntdll/Makefile.in, msdos/dosmem.c, msdos/int1a.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed last user of msdos/int1a.c.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/wprocs.spec,
+ dlls/winedos/dosaspi.c, dlls/winedos/dosexe.h, include/callback.h,
+ include/miscemu.h, msdos/dpmi.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed obsolete INT_Int31Handler.
+
+ * dlls/comctl32/listview.c:
+ Setting the horizontal scrollbar can change the values for the
+ vertical one so make sure we compute them separately.
+
+ * graphics/x11drv/opengl.c:
+ Added empty X11DRV_OpenGL_Init for the non-OpenGL case.
+
+ * dlls/ntdll/large_int.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed strict aliasing problem in RtlEnlargedUnsignedDivide.
+
+ * include/wincon.h: Marcus Meissner <marcus@jet.franken.de>
+ Fixed strict aliasing problem in
+ __wine_GetLargestConsoleWindowSize_wrapper.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/hlpfile.h,
+ programs/winhelp/macro.c, programs/winhelp/winhelp.c,
+ programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added support for window information from the .hlp file.
+ Added support for window numbers in link.
+
+ * windows/input.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of LoadKeyboardLayout from ASCII to Unicode.
+
+ * include/winnt.h, include/winuser.h: Patrik Stridvall <ps@leissner.se>
+ No version of GNU C++ (unlike GNU C) supports unnamed structs.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Support commctrl message-helper macros in C++.
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use DeleteDC instead of DeleteObject to free HDCs (spotted by Dietrich
+ Teickner <Dietrich_Teickner@t-online.de>).
+ Clear the imagelist structure on deletion, as some stupid apps free
+ imagelists multiple times.
+
+ * windows/user.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of EnumDisplaySettings from ASCII to Unicode.
+
+ * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+ Add some definitions for structures used by NtQueryFileInfo.
+
+ * dlls/ole32/storage.c, dlls/ole32/storage32.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ - Move StgIsStorageFile16's implementation to StgIsStorageFile; port
+ it to Win32.
+ - Move StgIsStorageFile from storage.c to storage32.c.
+ - StgIsStorageFile only returns S_OK, STG_E_FILENOTFOUND, and S_FALSE.
+ - StgIsStorageFile doesn't check if a file is large enough to be a
+ storage file, it only checks for the presence of the 8-byte magic.
+
+ * include/urlmon.h, include/wininet.h: Alberto Massari <alby@exln.com>
+ - Added some definitions.
+ - Fixed signature of GetUrlCacheEntryInfoExW.
+
+ * tools/wineinstall: Alberto Massari <alby@exln.com>
+ Install link to rundll32.exe too.
+
+ * programs/rundll32/rundll32.c: Alberto Massari <alby@exln.com>
+ Fix crash when invoked with no arguments.
+
+ * windows/cursoricon.c: Ryan Cumming <ryan@completely.kicks-ass.org>
+ Make LookupIconIdFromDirectoryEx16 call LookupIconIdFromDirectoryEx,
+ instead of the other way around.
+
+2002-11-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/computername.c, programs/rundll32/rundll32.c:
+ Warning fixes.
+
+ * configure, configure.ac, dlls/d3d8/Makefile.in,
+ dlls/ddraw/Makefile.in, dlls/glu32/Makefile.in,
+ dlls/opengl32/Makefile.in, dlls/x11drv/x11drv_main.c,
+ graphics/x11drv/opengl.c, include/config.h.in, include/x11drv.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Load OpenGL library dynamically from x11drv.
+
+ * loader/module.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Don't fully process FreeLibrary when process is stopping.
+
+ * programs/notepad/main.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Minor bug fixes.
+
+ * dlls/kernel/kernel32.spec, files/file.c, include/winbase.h:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Implemented GetFileSizeEx (based on a patch by Steve Lustbader).
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/rundll32/.cvsignore, programs/rundll32/Makefile.in,
+ programs/rundll32/rundll32.c:
+ Alberto Massari <alby@exln.com>
+ Added rundll32 utility.
+
+ * dlls/winedos/interrupts.c, dlls/winedos/winedos.spec,
+ include/callback.h, msdos/dpmi.c, win32/device.c:
+ Jukka Heinonen <jhei@iki.fi>
+ DeviceIoControl now calls winedos interrupt handlers.
+ Fixed RawModeSwitch.
+
+ * windows/sysmetrics.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Fix SM_CYVTHUMB, SM_CXSMSIZE, SM_CXMENUCHECK and SM_CYMENUCHECK.
+
+ * programs/winhelp/.cvsignore, programs/winhelp/Makefile.in,
+ programs/winhelp/macro.c, programs/winhelp/macro.h,
+ programs/winhelp/macro.lex.l, programs/winhelp/macro.yacc.y,
+ programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Rewrote macro engine for adding dynamic macro loading capability.
+ Wrote RegisterRoutine and IsBook macros.
+
+ * dlls/gdi/mfdrv/dc.c, dlls/wineps/text.c, objects/font.c:
+ Huw Davies <huw@codeweavers.com>
+ Proper handling of SetTextCharacterExtra.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/computername.c,
+ dlls/kernel/kernel32.spec, dlls/kernel/kernel_main.c,
+ dlls/ntdll/Makefile.in, documentation/configuring.sgml,
+ documentation/samples/config, documentation/wine.conf.man,
+ include/winbase.h, misc/registry.c, win32/init.c, win32/newfns.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Allow setting NetBIOS ComputerName through registry.
+ - Keep old behavior as default, using new config option to change.
+ - Implement SetComputerName(), SetComputerNameEx(),
+ GetComputerNameEx().
+ - ComputerName initialization moved to kernel32.
+
+ * dlls/ntdll/rtl.c: Mike McCormack <mike@codeweavers.com>
+ Partial implementation of RtlDosPathNameToNtPathName_U.
+
+ * dlls/shell32/tests/shlfileop.c, dlls/user/tests/win.c:
+ Patrik Stridvall <ps@leissner.se>
+ Made tests compile on Windows.
+
+ * dlls/shell32/shelllink.c: Marcus Meissner <meissner@suse.de>
+ Also silence IShellLinkA_fnSetShowCmd.
+
+ * dlls/wineps/brush.c, dlls/wineps/escape.c, dlls/wineps/graphics.c,
+ dlls/wineps/ps.c, dlls/wineps/psdrv.h, include/wine/wingdi16.h:
+ Huw Davies <huw@codeweavers.com>
+ Implemented Escapes *_PATH and POSTSCRIPT_IGNORE.
+
+2002-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv_main.c, dlls/x11drv/xrender.c,
+ documentation/samples/config, graphics/x11drv/bitmap.c,
+ graphics/x11drv/clipping.c, graphics/x11drv/xfont.c,
+ include/x11drv.h:
+ Huw Davies <huw@codeweavers.com>
+ Client side render fonts for XServers without the Render extension
+ using X11 core requests.
+
+ * dlls/user/user_main.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, include/user.h, windows/dce.c,
+ windows/win.c:
+ Added ReleaseDC function to the USER driver interface.
+
+2002-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ We need to compare the world transforms (at least the 4 scaling
+ elements) when we accept a font from the cache.
+ Get the correct values for the underscore size and position.
+ Added a missing closedir().
+
+ * dlls/wineps/graphics.c: Huw Davies <huw@codeweavers.com>
+ Fix PSDRV_DrawArc to work properly with logical coords.
+
+ * dlls/wineps/download.c, dlls/wineps/ppd.c, dlls/wineps/type42.c:
+ Huw Davies <huw@codeweavers.com>
+ Instead of trying to download the Type 42 glpyh metrics incrementally
+ (which most printers don't seem to understand), we'll download the
+ whole hmtx table in one go (sigh) unless it's larger than 64K in which
+ case we'll go back to using a Type 1 font.
+
+ * dlls/wineps/type1.c: Huw Davies <huw@codeweavers.com>
+ We can't cache the unscaled font's hfont, since the mapping mode may
+ change. This resulted in some glyphs being downloaded at the wrong
+ size.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/widltypes.h:
+ Make sure widl doesn't depend on the headers it has to generate.
+
+ * dlls/Makefile.in: Updated dependencies.
+
+ * dlls/tapi32/Makefile.in, dlls/tapi32/line.c, winedefault.reg:
+ Huw Davies <huw@codeweavers.com>
+ Zero out the returned LINETRANSLATECAPS structure.
+ Read country list from the registry.
+ Add a load of countries to winedefault.reg.
+
+ * dlls/commdlg/filedlg95.c: Mike McCormack <mike@codeweavers.com>
+ Send a CDN_FILEOK in FILEDLG95_OnOpenMultipleFiles.
+ Restructure the handling of Custom dialog notifications.
+
+ * dlls/comctl32/toolbar.c, include/commctrl.h:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ - Add support for multiple image lists.
+ - Add TBN_INITCUSTOMIZE notification.
+ - Correctly populate TBN_QUERYDELETE.
+ - Support TBN_GETBUTTONINFOW.
+
+ * controls/combo.c: Aric Stewart <aric@codeweavers.com>
+ Fixed a bug with combo boxes where only 1 items was being displayed.
+
+ * windows/win.c:
+ Fixed sign problem in GetWindowWord/Long check for offset larger than
+ the window extra bytes.
+
+ * winedefault.reg: Huw Davies <huw@codeweavers.com>
+ Add IStream and IStorage interface entries.
+
+ * memory/global.c: Francois Gouget <fgouget@codeweavers.com>
+ Cap the reported physical memory to 2GB to prevent applications
+ (e.g. QuickTime 6) from crashing.
+
+ * files/profile.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Maintain lower cased file names in the Wine config directory.
+
+ * dlls/x11drv/keyboard.c: Huw Davies <huw@codeweavers.com>
+ Use iso8859-15 on European keyboards.
+
+ * dlls/advapi32/registry.c: Aric Stewart <aric@codeweavers.com>
+ Work with the correct subkey with loading keys. Not a true fix to the
+ LoadKey/SaveKey situation.
+
+ * dlls/shlwapi/path.c, windows/cursoricon.c, windows/nonclient.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix a few GDI memory leaks.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add stubs and declarations for WSAInstallServiceClassA/W.
+
+ * dlls/wininet/internet.c: Huw Davies <huw@codeweavers.com>
+ Add a counter to keep track of the number of outstanding async
+ requests. This gets around a problem where a SetEvent could be called
+ before a previous event had been dealt with.
+
+ * dlls/comctl32/comboex.c: Huw Davies <huw@codeweavers.com>
+ Check the return value of ImageList_GetImageInfo before adjusting the
+ size.
+
+ * dlls/ntdll/debugtools.c: Huw Davies <huw@codeweavers.com>
+ Reduce the maximum length of debug strings to 80 characters.
+
+ * dlls/winedos/dosexe.h: Marcus Meissner <meissner@suse.de>
+ Do not define MZ_SUPPORTED if we do not have sys/vm86.h for all the
+ struct definitions.
+
+ * dlls/ttydrv/ttydrv.h: Marcus Meissner <meissner@suse.de>
+ Only include curses headers if we are using curses at all.
+
+ * dlls/oleaut32/typelib.c: Alberto Massari <alby@exln.com>
+ ITypeInfo::Invoke now is able to invoke a function even when it is
+ provided with a byref argument.
+
+ * dlls/msvcrt/process.c:
+ Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).
+
+ * include/wtypes.h, include/wtypes.idl, tools/widl/widl.c:
+ Moved rpc.h inclusion in widl-generated file so that tests compile.
+
+ * include/wine/wingdi16.h, include/wingdi.h, include/x11font.h,
+ objects/font.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed mismatches between the Wine headers and the Microsoft headers.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/hlpfile.h,
+ programs/winhelp/winhelp.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed several bugs in:
+ - page/paragraph reading for >= Win95 help files without compression
+ - bitmap & metafile loading
+ - btree reading
+ Now caching bitmap loading for better performance.
+ Several internal code cleanups.
+
+ * dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Added support for CF_ENABLETEMPLATEHANDLE.
+ - Revised the FIXME on unsupported flags to not reported the flags now
+ turned supported.
+
+ * dlls/wininet/http.c, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec:
+ Alberto Massari <alby@exln.com>
+ Added stubs for IsHostInProxyBypassList and GetUrlCacheEntryInfoExA.
+
+ * programs/winedbg/memory.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Actually exit loop on '\0' while printing a string.
+
+ * include/wtypes.h, include/wtypes.idl:
+ Ove Kaaven <ovek@transgaming.com>
+ Wrote a Wine-compatible wtypes.idl, and generated wtypes.h from it.
+
+2002-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/wprocs.spec,
+ dlls/ntdll/Makefile.in, dlls/winedos/Makefile.in,
+ dlls/winedos/dosexe.h, dlls/winedos/fpu.c, dlls/winedos/int12.c,
+ dlls/winedos/int13.c, dlls/winedos/int1a.c, dlls/winedos/int2a.c,
+ dlls/winedos/int41.c, dlls/winedos/int4b.c,
+ dlls/winedos/interrupts.c, msdos/fpu.c, msdos/int12.c,
+ msdos/int2a.c, msdos/int41.c, msdos/int4b.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move simple interrupt handlers to winedos.
+
+ * dlls/shell32/shelllink.c: Marcus Meissner <meissner@suse.de>
+ Silence IShellLink::SetShowCmd for the case we support.
+
+ * documentation/bugs.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Update Reporting Bugs section to reflect current state of wine bugs.
+
+ * configure, configure.ac: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ ucontext.h check requires signal.h.
+
+ * dlls/msvcrt/msvcrt.spec: Alberto Massari <alby@exln.com>
+ The already implemented function swscanf was missing an entry.
+
+ * configure, configure.ac, dlls/wineps/Makefile.in,
+ dlls/wineps/init.c, dlls/winspool/Makefile.in, dlls/winspool/info.c,
+ include/config.h.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not link against -lcups directly, but dynamically load it if
+ present (just like freetype etc.)
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/rtlstr.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ First of tests for the Rtl* string manipulation functions.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Implemented RtlUnicodeStringToInteger.
+
+ * documentation/wine-devel.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add multimedia.sgml to standalone wine-devel guide, was already in
+ wine-doc.sgml.
+
+ * documentation/db2html-winehq:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correctly identify a RedHat distribution.
+
+ * documentation/getting.sgml: Dustin Navea <speeddymon@yahoo.com>
+ Rearranged code to make it more readable.
+ Added in Redhat install instructions, and made note in Other Distro's
+ section to check the Redhat page if you are using Mandrake, as it is
+ Redhat-based.
+ Updated FTP list in the docs, only 1 link different from the most recent
+ ANNOUNCE, wow!
+ Added instructions on un-tarring, compiling, and installing wine from
+ a tarball.
+
+ * documentation/wine-doc.sgml: Dustin Navea <speeddymon@yahoo.com>
+ Corrected code spacing for readability.
+
+ * documentation/introduction.sgml: Dustin Navea <speeddymon@yahoo.com>
+ Change first usage of the Word Linux into a link to the linux FAQ at
+ linuxdoc.org.
+ Change first usage of the word X11 into a link to the X11 FAQ at
+ xfree86.org.
+ Add wine-devel to the places to go for burning questions.
+ Upped the system req's to the current requirements.
+ Fixed a few grammatical errors and made the text look a little
+ prettier.
+
+ * documentation/authors.ent: Dustin Navea <speeddymon@yahoo.com>
+ Add the wine-devel list and myself to the entities to be referenced in
+ the docs.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Fix bug in multitexturing introduced during dummy texture changes.
+ - Additional traces.
+
+ * dlls/ole32/hglobalstream.c: Alberto Massari <alby@exln.com>
+ Implemented body of HGLOBALStreamImpl::Clone.
+
+ * dlls/wininet/Makefile.in, dlls/wininet/http.c,
+ dlls/wininet/wininet.spec:
+ Alberto Massari <alby@exln.com>
+ Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/proxy.c, tools/widl/widl.c, tools/widl/widltypes.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Support for enums, arrays, encapsulated unions, signed/unsigned
+ qualifiers, UUIDs, include guards, the new ICOM_DEFINE1 macro, and
+ some other improvements.
+
+ * documentation/HOWTO-winelib: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove parts that have been moved already in the Development Guide.
+
+ * dlls/kernel/tests/file.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Add test for DeleteFileA with empty paths.
+
+ * configure, configure.ac, dlls/gdi/tests/generated.c,
+ dlls/kernel/tests/generated.c, dlls/ntdll/tests/generated.c,
+ dlls/shell32/tests/.cvsignore, dlls/shell32/tests/Makefile.in,
+ dlls/shell32/tests/generated.c, dlls/shlwapi/tests/.cvsignore,
+ dlls/shlwapi/tests/Makefile.in, dlls/shlwapi/tests/generated.c,
+ dlls/urlmon/Makefile.in, dlls/urlmon/tests/.cvsignore,
+ dlls/urlmon/tests/Makefile.in, dlls/urlmon/tests/generated.c,
+ dlls/user/tests/generated.c, dlls/wininet/tests/.cvsignore,
+ dlls/wininet/tests/Makefile.in, dlls/wininet/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ Added tests for a few new DLLs.
+
+ * dlls/shell32/clipboard.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shv_bg_cmenu.c, include/shellapi.h, include/shlobj.h,
+ include/shlwapi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed mismatches between the Wine headers and the Microsoft headers.
+
+ * scheduler/sysdeps.c: Fixed sparc check.
+
+2002-11-11 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/authors.ent, documentation/documentation.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Make the instructions of how to install sgml easier to understand.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Added partial implementation of ITypeInfo::GetDllEntry().
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Proper logging of DDSCAPS / DDSCAPS2 structures.
+
+ * dlls/user/user16.c, programs/Makefile.in, programs/winhelp/string.c,
+ programs/winhelp/winhelp.c, windows/winhelp.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a Wine-only scheme for interprocess WinHelp message
+ passing.
+
+ * dlls/comctl32/imagelist.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix some NULL dereferencing.
+
+ * msdos/int11.c: Robert 'Admiral' Coeyman <admiral@corner.net>
+ Fixed bit 2 value and set bit 1 too.
+
+ * Makefile.in, configure, configure.ac, programs/Makefile.in:
+ Removed winetest.
+
+ * dlls/ddraw/dsurface/dib.c: Marko Kreen <marko@l-t.ee>
+ Clip bottom coordinates.
+
+ * Make.rules.in, dlls/Maketest.rules.in, tools/make_ctests,
+ tools/runtest:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite make_ctests and runtest in shell.
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int31.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move all int31 functions to winedos.
+ Fix some obvious bugs in int31 functions.
+
+ * dlls/winsock/socket.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Fixed options --cross-call-{unicode-ascii,win32-win16}.
+ - Minor reorganization of the global checks.
+
+ * scheduler/sysdeps.c: Marcus Meissner <marcus@jet.franken.de>
+ Add case for non sparc / non i386 SYSDEPS_CallOnStack.
+
+ * dlls/oleaut32/olepicture.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleLoadPictureEx.
+
+ * dlls/oleaut32/typelib.c: Marcus Meissner <marcus@jet.franken.de>
+ Silence one FIXME(). Implement ITypeInfo::GetDocumentation for
+ variable descriptions.
+
+ * dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now properly unloading multimedia drivers when winmm unloads.
+
+ * windows/msgbox.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Fix copy/paste bug. Make MessageBox without an icon look better.
+
+ * programs/winhelp/hlpfile.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed loading HCW 4.0 files without phrase image compression.
+
+2002-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac: Patrik Stridvall <ps@leissner.se>
+ - Added #include <sys/types.h> where needed for FreeBSD.
+ - Added protection for #include <sys/{socket,un}.h>.
+
+ * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Da.rc,
+ dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc,
+ dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc,
+ dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc,
+ dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_Pl.rc,
+ dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/commdlg/cdlg_Sk.rc,
+ dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc,
+ dlls/commdlg/cdlg_Zh.rc, dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <winecode@sun.consumer.org.il>
+ - Changed all numeric resources in ChooseFont to labels for better
+ readability.
+ - Changed all handling of stc6 (1093) to atc5 (1092) so that will be
+ compatible with Windows resource numbers.
+ - Added code to load the user's resources rather than our own if
+ CF_ENABLETEMPLATE is passed in "flags".
+
+ * server/context_i386.c: Pierre Beyssac <pb-wine@fasterix.frmug.org>
+ Avoid FreeBSD compatibility issues with dbreg structure.
+
+ * include/wine/obj_base.h, include/wine/obj_misc.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Moved IMalloc definition from obj_base.h to obj_misc.h.
+
+ * include/custcntl.h: Juraj Hercek <juraj@syncad.com>
+ Added WINELIB_NAME_AW for LPCCINFO.
+
+ * dlls/ntdll/signal_sparc.c: Juraj Hercek <juraj@syncad.com>
+ Fixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
+ macros.
+
+ * dlls/ntdll/signal_i386.c: Marcus Meissner <meissner@suse.de>
+ Only enable VM86 mode if we have the <sys/vm86.h> include file.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec, include/ras.h:
+ Marcus Meissner <meissner@suse.de>
+ New structures: RASIPADDR, RASDEVINFO, RASENTRY.
+ New stubs: RasSetEntryProperties.
+ RasEnumDevicesA enhanced.
+
+ * dlls/shell32/dataobject.c: Alberto Massari <alby@exln.com>
+ The object returned by IEnumFORMATETC::Clone should have the same
+ cursor position of the source object.
+
+ * dlls/rpcrt4/cstub.c: Alberto Massari <alby@exln.com>
+ Avoid crashing when releasing an NdrCStdStubBuffer that had been
+ previously disconnected.
+
+ * files/file.c: Ryan Cumming <ryan@completely.kicks-ass.org>
+ - Silence annoying "Empty path passed" error.
+ - Set error correctly when an empty path is passed to DeleteFile.
+
+ * dlls/kernel/tests/locale.c, ole/ole2nls.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Remove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
+ as wrappers around their Unicode versions.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Draft implementation of DispCallFunc.
+
+2002-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/virtual.c:
+ Disable address space limit check on non-i386 platforms.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not draw the text of the item being edited.
+
+ * tools/winebuild/import.c: Eric Frias <efrias@syncad.com>
+ Added quotes to assembly language output.
+
+ * scheduler/sysdeps.c: Juraj Hercek <juraj@syncad.com>
+ Implemented SYSDEPS_CallOnStack for sparcs.
+
+ * programs/regedit/regproc.c: Juraj Hercek <juraj@syncad.com>
+ Bug fixes related to sparc 4-byte boundary alignment.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the 'jumping selection' bug (#1108).
+ Misc small cleanups.
+
+ * configure, configure.ac: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ When checking for sys/mount.h and sys/user.h also include sys/types.h
+ if available.
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/generated.c, dlls/user/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ - Added code for detection of missing types.
+ - Added missing types.
+ - Added a function for each type test to improve compiling with -O2.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpcrt4_main.c:
+ Greg Turner <gmturner007@ameritech.net>
+ - Remove stupid indentations from trace msgs.
+ - Update the rpc TODO list a bit.
+ - Add some constants for winapi_check.
+ - Nil pointer support for some UUID functions (spotted by Olivier
+ Evalet).
+
+ * controls/menu.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Remove ERR() if menu entry isn't of type MF_STRING as some
+ applications set flags of MT_SEPARATOR and erroneous errors are
+ produced. Add a couple of comments.
+
+ * dlls/ntdll/time.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Fix RtlTimeToTimeFields to actually work.
+ - Remove comments about leap seconds, windows doesn't take that into
+ account.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/interrupts.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Start using winedos handlers for all interrupts.
+
+ * windows/sysmetrics.c: Francois Gouget <fgouget@free.fr>
+ Compute SM_CYMAXIMIZED purely based on the screen height until we know
+ how to take into account 'start menus' correctly.
+
+ * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/ntdll/Makefile.in, dlls/user/Makefile.in,
+ dlls/user/user32.spec, miscemu/Makefile.in, miscemu/wine.spec,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/winebuild.man.in, tools/winemaker:
+ Added winebuild -e option to specify the entry point and removed the
+ 'init' spec file directive.
+ Winebuild long options now use a more standard double dash format
+ (older format still supported for backwards compatibility).
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi_check/modules.dat:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/msvcrt/tests/scanf.c, dlls/msvideo/msvideo16.c,
+ dlls/winedos/int09.c, dlls/winedos/int10.c, dlls/winedos/int16.c,
+ dlls/winedos/int17.c, dlls/winedos/int20.c, dlls/winedos/int21.c,
+ dlls/winedos/int29.c, dlls/winedos/int33.c, dlls/winedos/int67.c,
+ dlls/winedos/interrupts.c, dlls/winmm/mmsystem.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * include/wine/obj_base.h: Ove Kaaven <ovek@transgaming.com>
+ Add ICOM_DEFINE1 macro to define a COM interface without a base
+ class.
+ Use it to define IUnknown.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Stencil mapping now works (it helps to actually allocate a stencil
+ buffer).
+ - Texture mapping corrected if no real texture bound.
+ - Code now detects which opengl extensions are present - to be
+ extended later.
+ - More debug tracepoints.
+
+ * programs/winedbg/hash.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Replaced assert by simple if + warning message for too long symbols.
+
+ * dlls/winedos/int31.c: Jukka Heinonen <jhei@iki.fi>
+ Move most int31 functions to winedos.
+ Add DPMI32 fixes.
+
+ * dlls/ddraw/ddraw/hal.c, dlls/ddraw/ddraw/user.c,
+ dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/gamma.c, dlls/ddraw/dsurface/hal.c,
+ dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c:
+ Matthew Bloch <matthew@bytemark.co.uk>
+ Vtable fixes.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Marcus Meissner <meissner@suse.de>
+ Added RasValidateEntryNameA stub.
+
+2002-11-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/avifil32.spec, dlls/avifil32/factory.c,
+ dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+ dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c,
+ dlls/commdlg/cdlg32.c, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c,
+ dlls/d3d8/d3d8.spec, dlls/d3d8/d3d8_main.c, dlls/ddraw/ddraw.spec,
+ dlls/ddraw/main.c, dlls/dinput/dinput.spec,
+ dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec,
+ dlls/dplayx/dplayx_main.c, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c,
+ dlls/imagehlp/imagehlp.spec, dlls/imagehlp/imagehlp_main.c,
+ dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c,
+ dlls/msisys/msisys.c, dlls/msisys/msisys.ocx.spec,
+ dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.spec,
+ dlls/msvideo/msrle32/msrle32.c, dlls/msvideo/msrle32/msrle32.spec,
+ dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec,
+ dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c,
+ dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c,
+ dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c,
+ dlls/richedit/riched32.spec, dlls/richedit/richedit.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/serialui/confdlg.c, dlls/serialui/serialui.spec,
+ dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c,
+ dlls/snmpapi/main.c, dlls/snmpapi/snmpapi.spec,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c,
+ dlls/twain/twain32_main.c, dlls/twain/twain_32.spec,
+ dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c,
+ dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec,
+ dlls/winedos/dosvm.c, dlls/winedos/winedos.spec, dlls/wineps/init.c,
+ dlls/wineps/wineps.spec, dlls/wininet/internet.c,
+ dlls/wininet/wininet.spec, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/winmm.c,
+ dlls/winmm/winmm.spec, dlls/winsock/socket.c,
+ dlls/winsock/ws2_32.spec, dlls/winspool/winspool.drv.spec,
+ dlls/winspool/wspool.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c, tools/winebuild/spec32.c:
+ Made the dll entry point default to DllMain and removed most of the
+ 'init' spec file declarations.
+
+ * dlls/shell32/control.c: Warning fix.
+
+ * dlls/kernel/format_msg.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both
+ being set at once.
+
+ * configure, configure.ac, dlls/winmm/Makefile.in,
+ dlls/winmm/tests/.cvsignore, dlls/winmm/tests/Makefile.in,
+ dlls/winmm/tests/wave.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Test sound format support with waveOutGetDevCaps and waveOutOpen.
+
+ * relay32/relay386.c, tools/winebuild/spec32.c:
+ Hack to detect register functions automatically so that relay debug
+ also works for functions using the DEFINE_REGS_ENTRY_POINT macros.
+
+ * files/directory.c: Make COMSPEC point to wcmd.exe, not command.com.
+
+ * include/winuser.h, windows/sysparams.c:
+ Greg Turner <gmturner007@ameritech.net>
+ - noop redefinition of SPI_[GET/SET]MENUUNDERLINES
+ - define and fixme for
+ SPI_[GET/SET][SELECTIONFADE/DROPSHADOW/KEYBOARDCUES]
+
+ * dlls/user/resources/user32_Hu.rc, programs/clock/Hu.rc,
+ programs/clock/rsrc.rc, programs/notepad/Hu.rc,
+ programs/notepad/rsrc.rc, programs/progman/Hu.rc,
+ programs/progman/rsrc.rc, programs/wineconsole/wineconsole_Hu.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Hu.rc,
+ programs/winefile/rsrc.rc, programs/winhelp/Hu.rc:
+ Zoly Nagy <nagyzoli@drotposta.hu>
+ Added/upgraded Hungarian resources.
+
+ * dlls/gdi/freetype.c, dlls/win32s/win32s16.c,
+ graphics/x11drv/xfont.c, include/gdi.h, include/winbase.h,
+ include/wingdi.h, include/winnt.h, include/winuser.h,
+ include/x11font.h, memory/virtual.c, msdos/vxd.c,
+ objects/enhmetafile.c, objects/font.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed mismatches between the Wine headers and the Microsoft headers.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ - Updated it to support changes in Wine.
+ - Added support for C++ compilation (off by default).
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/generated.c, dlls/user/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/tests.dat, tools/winapi/tests.pm,
+ tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ Added tests for normal types (not just structures).
+
+ * include/winnls.h: Ryan Cumming <ryan@completely.kicks-ass.org>
+ Added missing CSTR_ definitions.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ OSS_RawOpenDevice should return an error if the format is not
+ supported.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Add stub for RasEnumConnectionsW.
+
+ * dlls/ole32/marshal.c, dlls/ole32/ole2stubs.c:
+ Marcus Meissner <mm@lst.de>
+ Handle errors in std marshaller better, do not crash.
+ Added another error message if some program tries to marshal
+ IOleObject.
+ OleCreate() should be able to use Local Servers too (it can't as of
+ now, just for debugging).
+
+ * dlls/wineps/driver.c, dlls/wineps/init.c: Marcus Meissner <mm@lst.de>
+ Specify existing extra size of WINEPS Devmode structure.
+ Make ExtDeviceMode16 in WINEPS return the correct size.
+
+ * programs/wcmd/wcmdmain.c: Jaco Greeff <jaco@puxedo.org>
+ Skip the allocation of a new console on "wcmd /c <command>" execution,
+ using the current allocated STDIN and STDOUT handles for command
+ input/output.
+
+ * dlls/winedos/int31.c, dlls/winedos/int67.c, dlls/winedos/xms.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Ignore VCPI installation checks. Handle XMS query any extended memory
+ function. Add stubs for get/set exception handler vector.
+
+ * dlls/winedos/interrupts.c, msdos/dosmem.c:
+ Jukka Heinonen <jhei@iki.fi>
+ When returning from 32-bit default interrupt handlers, eflags are now
+ returned correctly.
+
+ * dlls/ddraw/ddraw/user.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Additional exported capabilities to please some picky games.
+
+ * dlls/ddraw/dsurface/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - only compare the first WORD in the DDSCAPS2 structure if no DX7
+ - add some TRACEs
+
+ * dlls/ddraw/helper.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Augment the DDSCAPS2 dumping routine with new caps.
+
+2002-10-31 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20021031.
+
+----------------------------------------------------------------
+2002-10-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/cppexcept.c, dlls/msvcrt/except.c:
+ Added clobber lists to the inline assembly functions.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c:
+ Matthew Davison <m.davison@virgin.net>
+ Fixed some handle conversions for -DSTRICT.
+
+ * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h,
+ include/rpcdcep.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Fix some problems found by winapi_check.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ Fix stupid clone of broken macro, found by Marcus.
+
+ * include/wine/rpcfc.h: Ove Kaaven <ovek@transgaming.com>
+ Some RPC format characters from MS documentation.
+
+ * dlls/shell32/control.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Remove quotes from filename before calling LoadLibrary in DoLaunch.
+
+ * dlls/shell32/shell32_main.c: Alberto Massari <alby@exln.com>
+ - Fixed typo in SHGetFileInfoA.
+ - Properly convert return values back to Unicode in SHGetFileInfoW.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c,
+ include/rpcdcep.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Remove #ifdef WINNT conditionals; just use the NT definitions.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ - Use appropriate per-platform NDR_LOCAL Data Representation.
+ - Minor housekeeping changes.
+
+ * dlls/shell32/shelllink.c: Marcus Meissner <meissner@suse.de>
+ Escape \ in path and arguments.
+ Use UNIX style work_dir, not windows dir.
+
+ * programs/progman/Si.rc, programs/progman/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Updated Slovenian resources for (new) version of progman.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Fix offset bug in the conformant string unmarshall routine.
+ - Fix discrepancy between headers and implementation of
+ I_RpcBindingSetAsync when compiling under WINNT.
+ - Eliminate race conditions in the relationship between "listen_count"
+ and "std_listen" in rpc_server.h.
+ - Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx.
+ - Attempt to implement RpcMgmtStopServerListening (definitely not
+ happy just yet).
+ - RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to
+ suspect there are more such mistakes in the spec-file comments, but I
+ haven't looked into it or fixed them yet (coming soon).
+ - Cleanups, trace-enhancements, etc.
+
+ * server/hook.c:
+ Work around to make system-global hooks at least run in the thread
+ that set them.
+
+ * controls/listbox.c, dlls/user/user16.c, dlls/user/user32.spec,
+ dlls/winmm/mmsystem.c, dlls/x11drv/winpos.c, windows/win.c,
+ windows/winpos.c:
+ Split out some more 16-bit code.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <meissner@suse.de>
+ _seh_longjmp_unwind is i386 only for now.
+
+ * include/rpc.h, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Cast NDR_* #defines to (unsigned long) instead of (UINT32) like MS
+ headers.
+ - Create __RPC_MAC__ and __RPC_WIN64__ conditional #defines.
+ - Correct NDR_LOCAL_DATA_REPRESENTATION for Mac's.
+ - New NDR_LOCAL_IS_BIG_ENDIAN conditional #define.
+ - #define TARGET_IS_NT50_OR_LATER.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ Rename the *_32_READ macros to *_UINT32_READ for clarity.
+
+ * programs/progman/En.rc: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix English progman resources by translating French bits.
+
+ * programs/progman/Fr.rc: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Small cleanup for the French progman resources.
+
+ * dlls/comctl32/comboex.c: Carlos Lozano <clozano@andago.com>
+ lParam was not properly sent in COMBOEX_DrawItem.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Append columns with large column indices.
+
+ * configure, configure.ac, include/config.h.in, scheduler/client.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Mingw porting fix.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Prevent crashes when DOS program tries to access console and no
+ Windows console is available.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/clipboard.c,
+ dlls/x11drv/event.c, dlls/x11drv/scroll.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/xrender.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/dib.c, graphics/x11drv/init.c,
+ graphics/x11drv/palette.c, graphics/x11drv/text.c,
+ graphics/x11drv/xfont.c:
+ Converted x11drv to -DSTRICT.
+
+ * dlls/msvideo/mciwnd.c, dlls/winmm/mcianim/mcianim.c,
+ dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, include/mmddk.h, include/wine/mmsystem16.h,
+ windows/driver.c:
+ Moved 16-bit definitions out of mmddk.h into mmsystem16.h.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/xrender.c,
+ graphics/x11drv/brush.c, graphics/x11drv/text.c,
+ graphics/x11drv/xfont.c:
+ Fixed a number of -DSTRICT warnings.
+
+ * dlls/msvcrt/cppexcept.c, dlls/msvcrt/msvcrt.h:
+ Added support for nested exceptions happening inside a catch block.
+
+ * windows/msgbox.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSGBOX_DlgProc: break out of WM_COMMAND.
+
+ * controls/menu.c, dlls/avifil32/api.c, dlls/comctl32/propsheet.c,
+ dlls/comctl32/toolbar.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c,
+ dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c,
+ dlls/msacm/format.c, dlls/serialui/confdlg.c,
+ dlls/setupapi/virtcopy.c, dlls/shell32/brsfolder.c,
+ dlls/shell32/dialogs.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/user/message.c,
+ dlls/wineps/driver.c, include/winuser.h, windows/dialog.c,
+ windows/input.c, windows/mdi.c, windows/msgbox.c, windows/timer.c,
+ windows/winhelp.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Fix some types and function prototypes according to Platform SDK
+ definitions.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/joystick.c,
+ dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/message16.c,
+ dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/playsound.c,
+ dlls/winmm/winemm.h, dlls/winmm/winmm.c, include/mmddk.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ winmm/mmsystem now compiles with -DSTRICT.
+
+ * include/vfw.h: Eric Pouech <eric.pouech@wanadoo.fr>
+ Split between 16 / 32 bit code.
+
+ * dlls/comctl32/treeview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix some treeview notification codes between ANSI/Unicode mode.
+
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Return correct values for wave(In|Out)GetPosition even if playing non
+ PCM files.
+
+ * dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c,
+ dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo16.c,
+ dlls/msvideo/msvideo_main.c, dlls/msvideo/msvideo_private.h,
+ dlls/msvideo/vfw16.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Split between 16 / 32 bit code.
+
+2002-10-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/.cvsignore: Added winedos16.spec.c.
+
+ * configure, configure.ac, dlls/msvcrt/Makefile.in,
+ dlls/msvcrt/tests/.cvsignore, dlls/msvcrt/tests/Makefile.in,
+ dlls/msvcrt/tests/scanf.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ First version of msvcrt scanf test.
+
+ * controls/combo.c, controls/desktop.c, controls/edit.c,
+ controls/static.c, controls/uitools.c, dlls/user/user16.c,
+ include/win.h, windows/defwnd.c, windows/message.c,
+ windows/nonclient.c, windows/painting.c, windows/scroll.c,
+ windows/sysparams.c, windows/win.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Some more fixes for compiling the user dll with -DSTRICT.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/winedos16.spec:
+ Jukka Heinonen <jhei@iki.fi>
+ Add winedos16.dll which contains 16-bit protected mode interrupt entry
+ points.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Carlos Lozano <clozano@andago.com>
+ Fixed SHGFI_SYSICONINDEX flag handling.
+
+ * Makefile.in, dlls/Maketest.rules.in, include/wine/test.h,
+ programs/winetest/Makefile.in, programs/winetest/make_ctests,
+ programs/winetest/wtmain.c:
+ Moved the test routines from wtmain.c into wine/test.h so that they
+ can be compiled separately with different flags for each dll.
+
+ * dlls/rpcrt4/ndr_marshall.c: Marcus Meissner <meissner@suse.de>
+ Fixed LITTLE_ENDIAN_32_READ macro to at least compile.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/async.c,
+ dlls/winsock/socket.c, include/winsock.h:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall).
+ - Make winsock compile without WINE_NO_STRICT.
+
+ * dlls/ntdll/signal_powerpc.c: Marcus Meissner <meissner@suse.de>
+ Powerpc instruction pointer is Iar, not Eip.
+
+ * dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ wavemap now compiles with -DSTRICT.
+
+2002-10-29 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wineinstall:
+ Removed no longer needed support for patching the debugger path in the
+ registry.
+
+ * dlls/Makedll.rules.in:
+ Only run the 32-bit checklink for dlls that contain 16-bit files.
+
+ * documentation/bugs.sgml, documentation/configuring.sgml,
+ documentation/installing.sgml, documentation/wine.man.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - added troubleshooting section to Wine Users Guide (taken from Wine
+ Troubleshooting Guide)
+ - documented Windows/DOS version values (grrr !)
+ - misc. other stuff
+
+ * dlls/kernel/kernel32.spec, dlls/winedos/int20.c,
+ dlls/winedos/int21.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, include/miscemu.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Modify winedos interrupt handlers so that they work with PM
+ interrupts.
+ Add forwarding functions for handlers in other DLLs.
+ Make DOSVM_GetBuiltinHandler use static table instead of
+ GetProcAddress.
+
+ * dlls/comctl32/listview.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix for listview wheelmouse message handling.
+
+ * include/wine/test.h: Patrik Stridvall <ps@leissner.se>
+ Added {ok,trace}_ macros to take explicit file and line number.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ - more comments and comment-cleanup
+ - attempt to implement NdrConformantStringMemorySize
+ - fix NdrConformantStringUnMarshall
+ - w00t!
+
+ * dlls/winmm/joystick.c, dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved 16 bit joystick function to mmsystem.c.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/joystick.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - internal renaming (no longer using MMSYSTEM prefixes for WINMM only
+ functions)
+ - moved time 16/32 conversions functions to 16 bit source files
+ - final Makefile changes (16 bit part can now really be not compiled
+ when -disable-win16 is requested)
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - let all time related functions make use of low level drivers 16 bit
+ functions
+ - some renaming (prefixing internal time functions with TIME)
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/message16.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ All low level driver functions (internals for wave, midi, mixer and
+ aux) are now cleanly separated.
+
+ * dlls/winmm/mci.c, dlls/winmm/message16.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ All MCI functions are now cleanly separated.
+
+ * dlls/winmm/driver.c, dlls/winmm/mmsystem.c, dlls/winmm/playsound.c,
+ dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ All driver functions are now properly separated.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - revisited mmsystem/winmm loading mechanism
+ - added WINMM_CheckMMSystem function (helps 32 bit code detect
+ presence of our own mmsystem DLL)
+ - some internal renaming (MULTIMEDIA => WINMM)
+
+ * dlls/winmm/driver.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now only storing thread id for mci tasks (16 bit htask is now gotten
+ from WOW functions).
+
+ * windows/winpos.c: Fixed ShowWindowAsync.
+
+ * dlls/user/user_main.c, include/queue.h, windows/queue.c:
+ Removed a couple of no longer used queue functions.
+
+ * controls/combo.c, dlls/avicap32/avicap32.spec, dlls/avifil32/api.c,
+ dlls/avifil32/avifile.spec, dlls/rpcrt4/rpcrt4.spec,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c,
+ dlls/user/user32.spec, dlls/wininet/internet.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api:
+ Patrik Stridvall <ps@leissner.se>
+ API file update.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Separate out 16-bit ShellExecute function.
+
+ * dlls/comctl32/tooltips.c: Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed font object leak in WM_SETFONT handler.
+
+ * dlls/x11drv/keyboard.c: Jeff Smith <whydoubt@hotmail.com>
+ Corrections to the Spanish keyboard layout.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Hagen Heiduck <wibox1@wifa.uni-leipzig.de>
+ Added WSASendDisconnect.
+
+ * dlls/kernel/Makefile.in, dlls/oleaut32/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Added some defines for compatibility with Windows headers.
+
+ * dlls/kernel/wowthunk.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Silence unneeded ERR while converting tasks.
+
+ * dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - finish mmio separation
+ - no longer storing function pointers in global IData
+
+ * dlls/comctl32/treeview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Send the right notification code (A/W) depending on the Unicode
+ setting.
+
+ * tools/winapi/msvcmaker, tools/winapi/msvcmaker_options.pm,
+ tools/winapi/util.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Add new options --wine and --winetest so workspace and project files
+ for Wine and Winetest might be generated independently.
+
+ * dlls/shell32/tests/shlfileop.c, dlls/user/tests/sysparams.c,
+ dlls/user/tests/win.c, dlls/wininet/tests/http.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed tests to compile with MS C on Windows.
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/generated.c, dlls/user/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for excluding optional fields.
+
+ * include/wingdi.h, include/winuser.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed mismatches between the Wine headers and the Microsoft headers.
+
+ * dlls/setupapi/infparse.c: Jaco Greeff <jaco@puxedo.org>
+ Made the reporting for the (current) unsupported flags in GenInstall16
+ more user-friendly, i.e. report per missing flag instead of DWORD value.
+
+ * dlls/ttydrv/wnd.c, dlls/user/Makefile.in, dlls/user/focus.c,
+ dlls/user/hook.c, dlls/user/hook16.c, dlls/user/message.c,
+ dlls/user/msg16.c, dlls/user/user.exe.spec, dlls/user/user32.spec,
+ dlls/user/user_main.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/hook.h, include/queue.h, include/user.h,
+ include/wine/server_protocol.h, include/wine/winuser16.h,
+ server/Makefile.in, server/hook.c, server/list.h,
+ server/protocol.def, server/request.h, server/thread.c,
+ server/thread.h, server/trace.c, server/user.h, windows/hook.c,
+ windows/input.c, windows/message.c, windows/nonclient.c,
+ windows/queue.c, windows/user.c, windows/win.c:
+ Rewrote hook support to store the hook chain in the server.
+ Split off 16-bit hook functions and re-implemented them on top of the
+ 32-bit ones; system-wide 16-bit hooks are no longer supported at this
+ point.
+
+2002-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, include/wine/exception.h,
+ programs/winedbg/winedbg.c, win32/except.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Raise an exception if any Wine or Winelib code does an assert.
+
+ * programs/wcmd/directory.c: Steven Edwards <Steven_Ed4153@yahoo.com>
+ Porting fix.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/rpc_message.c:
+ Greg Turner <gmturner007@ameritech.net>
+ - Pull the buffer from the rpc message into the midl stub message
+ during RpcServerInitializeNew.
+ - Attempt to implement NdrConformantStringUnmarshall.
+ - More assertions.
+ - Comments and cleanups.
+
+ * dlls/rpcrt4/rpcrt4.spec: Greg Turner <gmturner007@ameritech.net>
+ Add a bunch of stubs, all of which I presume to be WXP additions.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/int09.c, dlls/winedos/int16.c,
+ programs/wineconsole/user.c, windows/message.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Make int09 update the BIOS data segment's keyboard status flags
+ bytes, implement pause key handling.
+ - Let int16/02 read the keyboard status flags bytes instead of calling
+ GetAsyncKeyState().
+ - Make the keyboard state buffer used for Get*Key*() reflect
+ VK_L/RMENU properly.
+ - Small fixes.
+
+ * dlls/comctl32/listview.c:
+ set_main_item: ignore meaningless bits in stateMask for LVS_OWNERDATA
+ instead of failing.
+
+ * dlls/shell32/shell.c, dlls/shell32/shellreg.c:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Separate out 16-bit registry functions.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c,
+ include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Clean up and add some comments.
+ - Add NDR Data representation constants.
+ - Propagate DataRepresentation into and out of packet headers.
+ - Implement NdrServerInitializeNew
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/message16.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Move low level multimedia message mapping out of 32 bit code.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/mci.c, dlls/winmm/message16.c,
+ dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Move MCI message mapping out of 32 bit code.
+
+ * dlls/winmm/driver.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Move driver message mapping out of 32 bit code.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Handle texture FVF formats when no texture is bound.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ - Distinguish between actual paranoia and meaningful buffer space.
+ - No need to #undef BUFFER_PARANOIA here.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We should always have a main item in report mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Properly fill lParam in NMLISTVIEW.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix crash-inducing typo/thinko.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Mark immutable objects as const. Fix inconsistent *-style.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add LVHITTESTINFO debug helper. More tracing.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Despite what the docs say, we have to invalidate the list on
+ WM_SETREDRAW(TRUE).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Eliminate flicker when resizing, docs updates.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup, and simplification of UpdateSize.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Handle focus item properly in SetItemCount.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove only the necessary selections when setting the item count.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite of the SetItemCount: bugs got squashed,
+ LVSICF_{NOSCROLL,NOINVALIDATEALL} implemented.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add routines for manipulating protected mode interrupt handlers to
+ winedos dll. Add routine for checking if process is Windows process.
+ Fix DOSVM_IsDos32 interface. Move real mode interrupt handler
+ manipulation routines to interrupts.c.
+
+ * windows/user.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make GetFreeSystemResources16 print its values on TRACE.
+
+ * controls/button.c, controls/listbox.c, dlls/user/exticon.c,
+ dlls/user/message.c, dlls/user/wnd16.c, windows/defdlg.c,
+ windows/mdi.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Some fixes for the compilation of the user dll with -DSTRICT.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add copyrects support.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c,
+ dlls/rpcrt4/rpcrt4.spec, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Clean up and enhance some traces.
+ - Stubs for NdrConvert, NdrConvert2, and NdrServerInitializeNew.
+
+ * dlls/shell32/enumidlist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add proper support for the SHCONTF_INCLUDEHIDDEN flag.
+
+ * dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand16.c,
+ dlls/lzexpand/lzexpand_main.c:
+ Matthew Davison <m.davison@virgin.net>
+ Made lzexpand compile with STRICT defined.
+
+ * dlls/winmm/mci.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed mciSendString debug reporting when an error occurs (spotted by
+ Erland Lewin).
+
+ * dlls/user/Makefile.in, dlls/user/msg16.c, dlls/user/wnd16.c,
+ windows/hook.c, windows/spy.c, windows/win.c, windows/winpos.c,
+ windows/winproc.c:
+ Moved a few remaining 16-bit window functions to wnd16.c and moved it
+ to the C_SRCS16 sources.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Initialize the texture state information.
+ - Add dummy textures so texture operations which dont reference the
+ texture can work.
+ - Support 2d and 3d textures properly.
+ - Reapply the texture state information as textures get set, as opengl
+ stores the state along with the bound texture whereas directx uses the
+ current state information during the draw stage.
+ - 3rd attempt to sort out lighting, for programs which dont set normals.
+ - Temporarily silence some unnecessary fixmes.
+
+ * dlls/comctl32/toolbar.c: Carlos <clozano@andago.com>
+ lParam was not properly sent in TTM_ADDTOOLW.
+
+ * dlls/comctl32/comboex.c: Carlos <clozano@andago.com>
+ lParam was not properly sent in CBEN_GETDISPINFOW.
+
+ * files/dos_fs.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Copy the necessary data from the unicode struct to the ascii one in
+ DOSFS_FindNext.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Jaco Greeff <jaco@puxedo.org>
+ - Implementation of [Internet|Ftp]*W functions to extend (almost)
+ non-existant wide-character support.
+ - Moved some functions from "stub in wininet.spec" to "FIXME("STUB")"
+ to allow for testing of changes.
+
+ * dlls/rpcrt4/ndr_marshall.c: Greg Turner <gmturner007@ameritech.net>
+ Fix endianness dependency in the (there is only one :) ) marshall
+ function.
+
+ * dlls/shell32/shell32_main.c: Carlos <clozano@andago.com>
+ The function SHGetFileInfoA wasn't supporting the flag
+ SHGFI_USEFILEATTRIBUTES.
+
+2002-10-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/dga2.c: Greg Turner <gmturner007@ameritech.net>
+ Avoid X11 error during DGA detection.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/console.c,
+ dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/thunk.c,
+ dlls/kernel/wowthunk.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the kernel dll with -DSTRICT.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/rpc_message.c:
+ Greg Turner <gmturner007@ameritech.net>
+ - Use memset instead of ZeroMemory, just to be consistent with Ove's
+ code.
+ - Add some assertions where assumptions are made (need way more).
+ - Plug the binding handle into the RPC_MESSAGE during NdrGetBuffer.
+ - Implement NdrSendReceive.
+ - Attempt to support client and server bindings in I_RpcSend[Receive].
+
+ * dlls/shell32/dragdrophelper.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_mycomp.c:
+ Alberto Massari <alby@exln.com>
+ Don't touch the This pointer after it has been freed.
+
+ * dlls/shell32/shell.c, dlls/user/user32.spec:
+ Install the shell hook as a 32-bit hook.
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/eventlog.c,
+ dlls/advapi32/registry.c, dlls/advapi32/security.c,
+ dlls/advapi32/service.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the advapi32 dll with -DSTRICT.
+
+ * dlls/ntdll/reg.c, include/winternl.h:
+ Made the ntdll registry functions use HKEY instead of HANDLE.
+
+ * dlls/comctl32/listview.c, dlls/comctl32/treeview.c,
+ dlls/kernel/tests/alloc.c, dlls/shell32/shellole.c,
+ dlls/shlwapi/reg.c, dlls/winmm/winealsa/audio.c,
+ dlls/x11drv/keyboard.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix some pselling
+ - enhance some TRACEs
+
+ * winedefault.reg: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Added DirectPlayLobby CLSID entries.
+
+ * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/ndr_misc.h, dlls/rpcrt4/ndr_stubless.c,
+ dlls/rpcrt4/rpcrt4_main.c, include/rpcndr.h, include/wine/rpcfc.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Make explicit some missing include dependencies.
+ - Implement NdrGetBuffer, NdrFreeBuffer, NdrConformantStringBufferSize
+ and NdrConformantStringMarshall.
+ - Define the RPC_FC_C_CSTRING constant.
+ - Perhaps I don't want those MIDL_*_FORMAT_STRING structs, after
+ all. Removed.
+ - Add RPC todo list.
+ - MIDL_STUB_MESSAGE.uFlags aren't.
+ - Comment out the NdrClientCall2 mock-up since that stuff is in the
+ process of being implemented and might cause problems.
+
+ * dlls/kernel/tests/locale.c, ole/ole2nls.c:
+ Bill Medland <medbi01@accpac.com>
+ Fix OLE_GetFormatW so that GetDateFormatW works.
+ Rearranged for simplicity.
+
+ * programs/winedbg/memory.c: Jeff Smith <whydoubt@hotmail.com>
+ Fixed behaviour of "x /s ...".
+
+ * dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c,
+ dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the ttydrv dll with -DSTRICT.
+
+ * dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/playsound.c, dlls/winmm/time.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Simplify the global internal data handling.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Unify the constant used for error codes reporting mapping functions
+ success/failures.
+
+ * dlls/d3d8/d3d8_main.c, include/d3d8.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Define the main directx8 entrypoint.
+
+ * dlls/commdlg/filedlgbrowser.c, dlls/shell32/shellstring.c,
+ dlls/twain/ds_image.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Some small cleanups.
+
+ * programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - correct German strings to what they're really supposed to be
+ - less confusion about stored settings
+
+ * dlls/winedos/int17.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Tiny int17 printer fix.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added CertOpenStore stub.
+
+ * files/directory.c, files/dos_fs.c, files/drive.c, files/file.c,
+ include/file.h, include/winnt.h:
+ Get rid of FILE_ATTRIBUTE_SYMLINK (based on a patch by Bill Medland).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not invalidate list on WM_SETREDRAW.
+ Update size info even if redrawing is disabled.
+ Trivial cleanups, and some tracing.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We can avoid flicker on column resize only if it's left align.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Always draw the main item in full row select.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use iterators to render over the columns, in report mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Small iterator-over-range[s] cleanup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Eliminate most of the flicker when resizing columns.
+ More debug tracing.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix subitem background color in full row select.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We should callback for inexistent subitems.
+ Do not store callback items for subitems, even if we're asked to.
+ Small cleanup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix crash when computing the item width of a report with no columns.
+ Override custom draw bkgnd color for selection items.
+ Fill background for all items that have a bkgnd colour.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Keep autoarranging items until one is moved.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Abstract autoarranging decision to a helper function.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not do screen work if refreshing is disabled.
+ Reimplement SetRedraw to cope with the changes.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite the UpdateScroll function: simpler, faster.
+ Add debugging helper for SCROLLINFO.
+ Fix potential bug in debugging helpers.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/stubs.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the oleaut32 dll with -DSTRICT.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c,
+ dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/thread.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the shlwapi dll with -DSTRICT.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/dir.c, dlls/msvcrt/file.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/thread.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the msvcrt dll with -DSTRICT.
+
+ * tools/winecheck: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - check for root user
+ - silence errors
+
+ * dlls/tapi32/phone.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some comments.
+
+ * winedefault.reg: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - add "ProductId" key
+ - add HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM default mapping
+ - remember old DirectX version strings
+
+2002-10-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rpcrt4/ndr_midl.c, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Implemented NdrClientInitializeNew.
+
+ * dlls/rpcrt4/rpc_binding.c: Greg Turner <gmturner007@ameritech.net>
+ Whitespace cleanup.
+
+ * dlls/rpcrt4/rpc_server.c: Greg Turner <gmturner007@ameritech.net>
+ Fixed a tiny trace bug.
+
+ * dlls/winedos/module.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Call CreateProcessA() when executing non-dos applications from a dos
+ application.
+
+ * Makefile.in: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Also remove configure.lineno when performing distclean.
+
+ * dlls/commdlg/cdlg_Fr.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_Fr.rc, dlls/user/resources/user32_Fr.rc,
+ dlls/wineps/rsrc.rc, dlls/wineps/wps_Fr.rc, dlls/winmm/winmm_Fr.rc,
+ programs/clock/Fr.rc, programs/notepad/Fr.rc,
+ programs/winhelp/Fr.rc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Bring some French resources in sync with English ones.
+
+ * dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c,
+ dlls/msvideo/mciwnd.c, dlls/msvideo/msvideo16.c,
+ dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the msvideo dll with -DSTRICT.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Avoid division by 0 by initializing the item size in on creation.
+ Rename update_icon_size to set_icon_size, fix parameters order.
+ Assorted cleanups.
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Append to the end of the DPA, if insert index is too large.
+
+ * dlls/comctl32/header.c: Carlos <clozano@andago.com>
+ Fixed duplicated arrows in header control.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix thinko that slipped in with the prev patch (reenables refresh).
+ Mark a few things that needs looking at.
+ Small cleanup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not invalidate the window before the first paint job.
+ Assorted cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use InvalidateItem instead of explicit InvalidateRect, it is cleaner,
+ and faster when redraw is disabled.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Transform the invalidation macros to proper functions.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Delay some size computations until after first paint.
+
+ * dlls/comctl32/listview.c: Rein Klazes <rklazes@xs4all.nl>
+ Reorganize the item size calculation (a bit simpler, and faster).
+
+ * dlls/comctl32/listview.c: Rein Klazes <rklazes@xs4all.nl>
+ Search through all items when LISTVIEW_FindItemW is called with
+ LVFI_PARAM flag.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Delete the items if we actually own them.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not callback to the parent for lParam when in LVS_OWNERDATA.
+ Docs update.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dosexe.h,
+ dlls/winedos/dosvm.c, dlls/winedos/int31.c,
+ dlls/winedos/interrupts.c, dlls/winedos/module.c,
+ dlls/winedos/winedos.spec, include/callback.h, include/miscemu.h,
+ memory/instr.c, msdos/dpmi.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Move interrupt emulation code from INSTR_EmulateInstruction to winedos
+ dll. Make CTX_SEG_OFF_TO_LIN work with 32-bit segmented pointers
+ common in DPMI32. Fix winedos initialization so that DOSMEM_Init(TRUE)
+ is only called when DOS executable is started.
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_main.c,
+ dlls/dplayx/dplobby.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the dplayx dll with STRICT defined.
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/animate.c,
+ dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/header.c, dlls/comctl32/hotkey.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/listview.c, dlls/comctl32/monthcal.c,
+ dlls/comctl32/pager.c, dlls/comctl32/progress.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/smoothscroll.c, dlls/comctl32/status.c,
+ dlls/comctl32/tab.c, dlls/comctl32/toolbar.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/treeview.c, dlls/comctl32/updown.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - fix the "int format, HANDLE arg" type of warnings for comctl32
+ - compile the comctl32 dll with -DSTRICT
+
+ * dlls/comctl32/listview.c: Michael Stefaniuc <mstefani@redhat.de>
+ Add casts to compile with -DSTRICT.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not crash if callback text is not filled (behave like native).
+ Render report mode from top to bottom (easier on the eye).
+ Docs updates, type fixes, more traces.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Collect all bugs, missing features, etc in the header doc.
+ Minor cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not autoarrange if we insert/delete from the end of the list.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rework SetItemPosition, bunch of bugs squashed in the process.
+ Complete icon alignment rewrite: cleaner, incremental, etc.
+ Completely avoid aligning all icons on every insert
+ - icon placement is incrementally computed now: it's fast.
+ Small cleanups, docs update, etc.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rename LISTVIEW_ITEM to ITEM_INFO for consistency.
+ Rename LISTVIEW_SUBITEM to SUBITEM_INFO for same reason.
+ Fix type in comment spotted by Bobby Bingham.
+
+ * documentation/samples/config: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Added valid entries to specify if an app should be loaded builtin or
+ native.
+
+ * dlls/user/Makefile.in: Moved network.c to 16-bit sources.
+
+ * dlls/advapi32/security.c, dlls/comctl32/listview.c,
+ dlls/shell32/shell32_main.c, files/directory.c, include/file.h,
+ include/heap.h, loader/loadorder.c, loader/module.c,
+ msdos/dosconf.c, windows/clipboard.c:
+ Patrik Stridvall <ps@leissner.se>
+ Don't use wine/unicode.h in the header files, include it directly
+ where needed instead.
+
+ * include/windef.h: Avoid redefinition warning.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/progress.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/status.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+ dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Add needed casts for a "no warnings" compile of comctl32.
+
+ * dlls/winedos/module.c: Patrik Stridvall <ps@leissner.se>
+ Fix for platforms not supporting DOS mode.
+
+ * include/windows.h: Patrik Stridvall <ps@leissner.se>
+ Add pragma to eliminate MS C warnings.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ - Added proper parsing of the Makefile.in's to find the tests.
+ - Added support for optionally using the Microsoft headers instead of
+ the Wine headers.
+
+ * programs/progman/En.rc, programs/progman/Fr.rc,
+ programs/progman/dialog.c, programs/progman/license.c,
+ programs/progman/license.h, programs/progman/main.c,
+ programs/progman/progman.h, programs/progman/rsrc.rc,
+ programs/progman/string.c:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Implemented NLS in progman.
+
+ * dlls/user/user_main.c, include/message.h, windows/timer.c:
+ Store thread id instead of queue handle in timer structure.
+
+ * dlls/user/user32.spec, dlls/user/wnd16.c, dlls/x11drv/desktop.c,
+ include/queue.h, include/win.h, windows/queue.c, windows/win.c:
+ Implemented GetWindowTask16 on top of GetWindowThreadProcessId.
+ Removed no longer used hmemTaskQ field in WND structure.
+
+ * dlls/kernel/comm.c, files/file.c, include/winbase.h,
+ include/wingdi.h, include/winnt.h, include/winuser.h,
+ loader/ne/module.c, objects/dib.c, objects/enhmetafile.c,
+ tools/winedump/ne.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed mismatches between the Wine headers and the Microsoft headers.
+
+ * dlls/avifil32/avifile_De.rc, dlls/avifil32/avifile_En.rc,
+ dlls/avifil32/avifile_private.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Added dialog for AVISaveOptions.
+
+ * dlls/avifil32/api.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Implemented AVIBuildFilterW and AVISaveOptions.
+
+ * dlls/avifil32/getframe.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed bug that prevented ICCompressorChoose from working.
+
+ * windows/msgbox.c: Rein Klazes <rklazes@xs4all.nl>
+ MessageBoxIndirectW: call FindResourceEx with arguments in the right
+ order.
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/generated.c, dlls/user/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/tests.dat, tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ Minor modifications and improvements.
+
+ * dlls/shell32/control.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Do not break quoted strings in Control_DoLaunch.
+
+ * dlls/comctl32/commctrl.c: Christian Neumair <chris@gnome-de.org>
+ Collect all bugs, missing features, etc in the header doc.
+
+ * include/digitalv.h, include/wine/mmsystem16.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved 16 bit digital structs to include/wine/mmsystem16.h.
+
+2002-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winspool/Makefile.in, dlls/winspool/info.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the winspool dll with STRICT defined.
+
+ * dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/phone.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the tapi32 dll with STRICT defined.
+
+ * dlls/psapi/Makefile.in, dlls/psapi/psapi_main.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the psapi dll with STRICT defined.
+
+ * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c,
+ dlls/msacm/format.c, dlls/msacm/internal.c,
+ dlls/msacm/msacm32_main.c, dlls/msacm/stream.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the msacm dll with STRICT defined.
+
+ * dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/wnet.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the mpr dll with STRICT defined.
+
+ * dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c,
+ dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c,
+ dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the imagehlp dll with STRICT defined.
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imm.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile the imm32 dll with STRICT defined.
+
+ * configure, configure.ac, include/config.h.in, scheduler/pthread.c:
+ Avoid reference to glibc internal __libc_fork function.
+
+ * dlls/user/resources/user32.rc, dlls/user/resources/user32_En.rc,
+ dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc,
+ dlls/user/resources/user32_Zh.rc, windows/mdi.c, windows/msgbox.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Restore setting of caption "Error".
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Beginnings of Stencil support.
+
+ * dlls/comctl32/header.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Bring header's height more inline with native's.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/ndr_marshall.c,
+ dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpcrt4.spec, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - Use Ove-style macros for NdrConformantStringMarshall definition.
+ - Move NdrConformantStringMarshall to new ndr_marshall.c.
+ - Stubs for NdrConformantStringBufferSize,
+ NdrConformantStringMemorySize, and NdrConformantStringUnmarshall.
+
+ * dlls/rpcrt4/ndr_stubless.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_server.c:
+ Greg Turner <gmturner007@ameritech.net>
+ - ClientCall2 still deserves a FIXME.
+ - Complete bindings with NULL endpoints.
+ - Implement RpcServerUseProtseqA, RpcServerUseProtseqW.
+
+2002-10-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/server_protocol.h, include/winnt.h,
+ server/protocol.def:
+ Fixed the WINE_NO_STRICT #ifdefs to do the right thing if STRICT is
+ defined (spotted by Michael Stefaniuc).
+
+ * dlls/rpcrt4/ndr_midl.c, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Fix return types of NdrConformantStringMarshall, NdrGetBuffer, and
+ NdrSendReceive.
+
+ * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Stubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/acmstream.c,
+ dlls/avifil32/factory.c, dlls/avifil32/icmstream.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ New AVI streamhandlers for audio and video streams.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifile_De.rc,
+ dlls/avifil32/avifile_En.rc, dlls/avifil32/avifile_private.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed usage of handler instead of type in AVIMakeCompressedStream.
+ - Implemented AVIBuildFilterA.
+ - Started to implement AVIBuildFilterW.
+
+ * dlls/avifil32/avifile.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed many bugs which prevents writing.
+ - Fixed segfault while parsing invalid index.
+ - Keep parsing of index even if streamheader says it's empty
+ - Fixed bug in AVIFILE_SaveIndex when stream is empty.
+ - Fixed bug in AVIFILE_WriteBlock, when chunk is not of even size.
+
+ * include/vfw.h: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Added macros for AVIFileClose and AVIStreamClose.
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ DPAs can't have more than 0x8000 elements (fixed with lots of help
+ from Carlos <clozano@andago.com).
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ No need to increment item size, it's already adjusted by DPA_SetPtr
+ (found, and fixed by Carlos <clozano@andago.com>).
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not rely on HeapReAlloc to allocate a NULL pointer.
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that it's simpler,
+ cleaner, and more correct.
+ It now expands the array to accomodate larger than current size
+ indexes.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not send uninitialized lParams on notification msgs (found by Rein
+ Klazes <rklazes@xs4all.nl>).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete rewrite of the rcView implementation.
+ Lots of bugs fixed in rcView computation.
+ Assorted cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Split ranges_destroy in ranges_clear, and ranges_destroy.
+ Rewrite DeleteAllItems, for cleaner, faster, more correct code.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Updated header documentation to the latest, and greatest.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Optimize invalidation on insert.
+ Share the invalidation code between {Delete,Insert}Item.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite DeleteItemT: cleaner, a lot faster.
+ Number of bug were fixed.
+ The minimum possible is redrawn.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement most of LVM_ARRANGE.
+ Make use of it, where it was appropriate.
+ Use infoPtr->dwStyle directly, in most places.
+ Assorted cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Proper (type wise) return types.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Reorganize header notifications.
+ Support notifications that don't have embedded size info.
+ Invalidate columns on format change (if needed).
+ Assorted cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Crash on internal NULL pointers, don't test all over the place.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ When removing focus, no need to go through all elements.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix colors for selected items in full row select mode.
+ Fix bug caused by use of uninitialized state.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix computation of subitem box, when invalidating it.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Assert on inconsistent range list states.
+ Various code cleanups, few potential bugs fixed.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not grow the item list to arbritary index: if requested index is
+ larger than current count, just append.
+ Miscellaneous cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ SetColumnWidth rewrite: simpler, cleaner code. Bugs squashed.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Handle generic column width changes.
+ Fix bug in SetColumnT which rendered it unusable.
+ Column code cleanup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Assert on internal invariants, rather than fail gracefully.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ More docs compliant alignment handling for subitems.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Run regedit even if not installed.
+
+ * programs/winhelp/Da.rc, programs/winhelp/De.rc,
+ programs/winhelp/En.rc, programs/winhelp/Es.rc,
+ programs/winhelp/Fi.rc, programs/winhelp/Fr.rc,
+ programs/winhelp/Hu.rc, programs/winhelp/It.rc,
+ programs/winhelp/Ko.rc, programs/winhelp/Makefile.in,
+ programs/winhelp/Pt.rc, programs/winhelp/Si.rc,
+ programs/winhelp/Sk.rc, programs/winhelp/Sw.rc,
+ programs/winhelp/Va.rc, programs/winhelp/Wa.rc,
+ programs/winhelp/macro.c, programs/winhelp/winhelp.c,
+ programs/winhelp/winhelp_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ No longer using explicit values for resource identification.
+
+ * dlls/comctl32/header.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix notification from header, on item changed.
+ Small indentation fixes.
+
+ * dlls/commdlg/printdlg.c: Duane Clark <dclark@akamail.com>
+ Set the return value of the PD_PAGENUMS flag.
+
+ * programs/notepad/dialog.c: Duane Clark <dclark@akamail.com>
+ Implement printing in notepad.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add the basic support for volume textures / volumes (3d textures).
+
+ * dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Keep on moving 16 bit code out of winmm, now only using linear
+ addresses for buffers.
+
+ * programs/winhelp/macro.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a few more macros for button manipulation
+ (enable/disable/changing macro).
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/hlpfile.h,
+ programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Improved a bit link handling (a few more link types loaded from file
+ and support for link to a macro).
+
+ * windows/msgbox.c: Dmitry Timoshkov <dmitry@baikal.ru>
+ Actually use language identifier.
+
+ * dlls/comctl32/toolbar.c: Duane Clark <dclark@akamail.com>
+ Correct the behavior for disabled toolbar buttons.
+
+2002-10-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not create a range list for an empty range.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Store the entire format bitmap in the column info.
+ Rewrite GetColumnT to take advantage of that.
+ Related cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Column zero has the image enabled always, irrespective of format.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unify {Insert,Set}ColumnT as much as possible.
+ Fix a bunch of problems in SetColumnT.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix function header documentation.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Better report mode.
+ Use the new column information to simplify, and speed up the code.
+ Enable support for images in subitems (in LVS_REPORT mode).
+
+ * include/winuser.h, windows/msgbox.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Convert MessageBox family functions to unicode.
+
+ * include/rpcproxy.h: Greg Turner <gmturner007@ameritech.net>
+ Patch cruft removal.
+
+ * dlls/rpcrt4/ndr_stubless.c, dlls/rpcrt4/rpcrt4.spec,
+ include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Super-crude implementation for NdrClientCall2.
+ Specs and headers for NdrClientInitializeNew,
+ NdrConformantStringMarshall, NdrGetBuffer, NdrFreeBuffer, and
+ NdrSendReceive.
+
+ * dlls/rpcrt4/rpc_server.c: Greg Turner <gmturner007@ameritech.net>
+ Fix up RpcMgmtWaitServerListen to be less incorrect.
+
+ * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/ndr_misc.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Some MIDL constants and structures (should eventually move to rpcndr.h
+ I think).
+ Stubs for NdrClientInitializeNew, NdrConformantStringMarshall,
+ NdrGetBuffer, NdrFreeBuffer, and NdrSendReceive (not in specfile yet).
+
+ * include/wine/winbase16.h, loader/task.c:
+ Get/SetFastQueue16 should use HQUEUE16 handles.
+
+ * dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciwave/mciwave.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winenas/audio.c, include/windef.h, include/winnt.h:
+ Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
+
+ * tools/winedump/msmangle.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ demangle_datatype: delete superflous free().
+
+ * dlls/ddraw/ddraw/user.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Add 3D support at the User driver level.
+
+ * dlls/shdocvw/webbrowser.c, include/wine/obj_webbrowser.h:
+ Malte Starostik <malte@kde.org>
+ Fixed IWebBrowser::Navigate() parameter type.
+ Added IWebBrowserApp and related typedefs.
+
+ * Make.rules.in, tools/wmc/write.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Corrected the alignment of unicode message table strings in wmc, and
+ switched to unicode for message strings, so that FormatMessage() now
+ works.
+
+ * server/Makefile.in, server/process.c, server/queue.c,
+ server/request.c, server/sock.c, server/trace.c, server/user.c,
+ tools/make_requests:
+ Converted the server to -DSTRICT.
+
+ * documentation/configuring.sgml, documentation/running.sgml:
+ Bill Medland <Bill.Medland@accpac.com>
+ Add documentation on how to modify what --debugmsg +relay reports.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ When deleting an item, remove selection, don't add it!
+
+ * include/user.h, windows/hook.c:
+ Changed the USER_HEAP_* macros to use HANDLEs instead of HANDLE16s.
+
+ * controls/menu.c, dlls/user/dde/client.c, dlls/user/text.c,
+ windows/win.c, windows/winproc.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Silence some warnings due to casts between pointer and integers of
+ different size.
+
+ * dlls/user/dde/misc.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fix warnings when converting between an ATOM and a HSZ.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ More traces to help us make sense of the output.
+ Faster, cleaner ranges_{add,del}.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix ranges insertion bug (specify DPAS_SORTED when searching).
+ Add a lot of assert-ed consistency checks.
+ Add bunch of trace messages.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Inspect style bits independently on style change.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite StyleChanged procedure
+ o some bugs have been fixed
+ o cleaner, simpler code
+ Fix some corner case, icon size computation bugs.
+ Assorted docs updates.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Keep track of per-column information inside the listview.
+ Cache header rectangles.
+ Used the cached info instead of calling to the header each time.
+ Update the listview as we track column width changes.
+ Unify column handling between {Insert,Delete}Column, and width
+ changes.
+ Simplify RefreshReport, by using the new column info.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not query items that are just being inserted.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Reorganize things a bit so that we no longer need the 'valid' flag on
+ each item.
+ Small comments update.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/winhelp.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added support for BTrees in file header reading.
+ Fixed bogus palette length computation while reading bitmap.
+ Fixed rendering while starting a page with a bitmap.
+
+ * dlls/Makefile.in, dlls/avifil32/Makefile.in,
+ dlls/avifil32/wavfile.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Fixed loading of wave files.
+ - Corrected AVIFILEINFOW structure updates.
+ - Implemented saving of wave files.
+
+ * dlls/avifil32/avifile.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed very slow loading of index.
+
+2002-10-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avicap32/avicap32_main.c, dlls/avifil32/api.c,
+ dlls/avifil32/extrachunk.c, dlls/avifil32/factory.c,
+ dlls/comcat/comcat_main.c, dlls/crtdll/crtdll_main.c,
+ dlls/d3d8/directx.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/user.c,
+ dlls/dinput/device.c, dlls/dsound/mixer.c,
+ dlls/msimg32/msimg32_main.c, dlls/msisys/msisys.c,
+ dlls/netapi32/netapi32.c, dlls/odbc32/proxyodbc.c,
+ dlls/olecli/olecli_main.c, dlls/oledlg/oledlg_main.c,
+ dlls/olesvr/olesvr_main.c, dlls/opengl32/wgl.c,
+ dlls/rasapi32/rasapi.c, dlls/richedit/richedit.c,
+ dlls/rpcrt4/cpsf.c, dlls/rpcrt4/rpc_server.c,
+ dlls/serialui/confdlg.c, dlls/setupapi/devinst.c,
+ dlls/setupapi/install.c, dlls/setupapi/setupx_main.c,
+ dlls/snmpapi/main.c, dlls/twain/twain32_main.c,
+ dlls/urlmon/urlmon_main.c, dlls/win32s/w32sys.c,
+ dlls/winaspi/winaspi32.c, dlls/winedos/dosvm.c,
+ dlls/winedos/module.c, dlls/wineps/bitmap.c, dlls/wineps/brush.c,
+ dlls/wineps/clipping.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+ dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wininet/internet.c,
+ dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mciavi/wnd.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/wineoss/midi.c,
+ dlls/wintrust/wintrust_main.c:
+ Fixed warnings caused by conversion to -DSTRICT.
+
+ * dlls/advapi32/Makefile.in, dlls/comctl32/Makefile.in,
+ dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/imagehlp/Makefile.in,
+ dlls/imm32/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in,
+ dlls/msacm/Makefile.in, dlls/msvcrt/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/ntdll/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/psapi/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in,
+ dlls/ttydrv/Makefile.in, dlls/user/Makefile.in,
+ dlls/winmm/Makefile.in, dlls/winmm/wavemap/Makefile.in,
+ dlls/winsock/Makefile.in, dlls/winspool/Makefile.in,
+ dlls/x11drv/Makefile.in, include/wine/server_protocol.h,
+ include/winnt.h, server/Makefile.in, server/protocol.def:
+ Added support for building certain dlls with -DSTRICT.
+ Added -DWINE_NO_STRICT flag to dlls that don't support STRICT yet.
+
+ * dlls/kernel/wowthunk.c, include/wownt32.h:
+ Added FIXMEs for metafile and fullhwnd handle conversions that aren't
+ supported properly yet.
+
+ * dlls/gdi/gdi16.c, objects/gdiobj.c, objects/linedda.c:
+ Moved EnumObjects16, LineDDA16 and associated glue code to gdi16.c.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/gdi16.c, dlls/gdi/gdi32.spec,
+ dlls/ole32/ole2.c, objects/clipping.c, objects/font.c:
+ Split out some 16-bit GDI code.
+
+ * dlls/user/user16.c, dlls/user/user_main.c, include/user.h,
+ objects/palette.c, windows/painting.c:
+ Store the original GDI palette functions in pfnSelectPalette and
+ pfnRealizePalette so that USER doesn't have to import them.
+
+ * dlls/rpcrt4/ndr_stubless.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+ Greg Turner <gmturner007@ameritech.net>
+ - (try to) implement RpcMgmtWaitServerListen
+ - remove duplicate RpcServerListen declaration in rpcdce.h
+ - some TRACEs
+
+ * dlls/gdi/gdi16.c, objects/metafile.c:
+ Converted PlayMetaFileRecord and related functions to 32-bit.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/wowthunk.c, if1632/relay.c,
+ include/wine/winbase16.h, scheduler/thread.c,
+ tools/winebuild/relay.c, tools/winebuild/spec16.c:
+ Merged wine_call_to_16_long and wine_call_to_16_short into a single
+ function.
+
+ * include/wine/port.h, library/port.c, loader/ne/resource.c:
+ Added wine_memcpy_unaligned function to avoid gcc memcpy
+ optimizations.
+
+ * include/vfw.h: Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Add FIND_* constants.
+ - Add AVISAVECALLBACK declaration.
+ - Add declaration for some AVI functions.
+ - Add some AVI macros.
+
+ * dlls/Makefile.in, dlls/avifil32/.cvsignore,
+ dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_De.rc, dlls/avifil32/avifile_En.rc,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/extrachunk.c,
+ dlls/avifil32/extrachunk.h, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/rsrc.rc,
+ dlls/avifil32/wavfile.c, winedefault.reg:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Add wavefile handler.
+ - Add implementation for IGetFrame.
+ - Implemented loading and writing of AVIs.
+ - Add some more stubs for some API functions.
+ - Add resources to avifil32.dll.
+ - Implemented AVISaveOptionsFree.
+ - Declared IID_* as extern in avifil32.spec (avoids linker problem).
+
+ * programs/avitools/aviinfo.c:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed memory leak (release AVI stream).
+
+ * dlls/kernel/comm.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ BuildCommDCBAndTimeoutsA: Made the argument parsing case insensitive.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ - Better .dsp file generation for .exe outputs
+ - Added generation of winetest.dsw for building wine tests under
+ Windows (currently very kludgy, but it works to some extent).
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Removed warning "SetWindowText(0, ...)" when opening new windows.
+
+ * dlls/comctl32/header.c: Martin Fuchs <martin-fuchs@gmx.net>
+ pszText is stored as Unicode, so call DrawTextW() instead of
+ DrawTextA().
+
+2002-10-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Instrument SetItemT to change only _one_ item at a time. That is, if
+ we have to change focus, we call it recursively to first remove the
+ focus from the item that has it. This allows simpler, and more correct
+ invalidation handling.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unify set_{owner,main}_item functions.
+ Fix {old,new}state and lParam reporting in LVN_ITEMCHANG{ING,ED}.
+ Fix sanity check conditions for LVS_OWNERDATA.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ More, better tracing to help nail down some crashes.
+ Fix typo in GetItemT (found, and fixed by Huw Davies).
+ Exit right away from GetItemT if nothing is asked (mask == 0).
+ Assorted code cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Deal with sparsely populated listviews.
+ Crash on internal corruption.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add ability to create an iterator over a range list.
+ Fix memory leak when destroying ranges.
+ Add function that will to a 'deep' clone of a range list.
+ Add function that will subtract a range list from another.
+ Do not crash on NULL ranges (similar in spirit to HDPAs).
+ Fancy deselection routines uses the above infrastructure to deselect
+ the minimum possible.
+ Modify SetGroupSelection to take advantage of all this new
+ infrastructure, to avoid flicker on selection extension.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Change the definition of ranges to exclude the upper bound.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Handle range tracing in a consistent fashion.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove dated comments.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Better encapsulation of the ranges concept.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/wowthunk.c,
+ dlls/user/msg16.c, dlls/user/wnd16.c, dlls/winedos/module.c,
+ windows/message.c, windows/winproc.c:
+ Use the WOWHandle functions to convert between task handle and thread
+ id. Stop exporting TASK_GetPtr and THREAD_IdToTEB from kernel.
+
+ * scheduler/process.c:
+ Build a default command-line if the one we received is an empty
+ string.
+
+ * windows/win.c: Fixed typo in EnumThreadWindows.
+
+ * dlls/rpcrt4/cproxy.c: Fixed compilation for non-i386.
+
+ * controls/listbox.c, controls/menu.c, controls/static.c,
+ dlls/commdlg/cdlg.h, dlls/gdi/gdi16.c, dlls/gdi/win16drv/prtdrv.c,
+ dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
+ dlls/msvideo/vfw16.h, dlls/ole32/ole2.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shlexec.c,
+ dlls/user/msg16.c, dlls/user/property.c, dlls/user/resource.c,
+ dlls/user/user16.c, dlls/user/wnd16.c, dlls/wineps/driver.c,
+ dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/private_mciavi.h,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/winemm.h,
+ dlls/winsock/async.c, dlls/winsock/socket.c, include/user.h,
+ include/win.h, include/wownt32.h, include/wine/winsock16.h,
+ windows/class.c, windows/cursoricon.c, windows/dialog.c,
+ windows/hook.c, windows/mdi.c, windows/spy.c, windows/struct32.c,
+ windows/win.c, windows/winhelp.c, windows/winproc.c:
+ Fixed wownt32.h to make it usable from inside Wine, and use it to
+ avoid some duplication of the handle conversion macros.
+
+ * dlls/user/Makefile.in, dlls/user/caret.c, dlls/user/user32.spec,
+ dlls/user/wnd16.c, dlls/x11drv/winpos.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/request.h, server/trace.c, windows/caret.c, windows/scroll.c,
+ windows/win.c:
+ Rewrote caret implementation to store the information in the server.
+
+ * graphics/x11drv/xfont.c: Malte Starostik <malte@kde.org>
+ Added progress messages while building font metrics.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Dont set lighting during draw primitive, rely on the render state.
+ - Small fix for alpha testing.
+ - Add support to enable/disable clipping as a whole.
+ - Allow D3DRS_TEXTUREFACTOR to be changed once texture stage arg set
+ up.
+ - D3DTOP_DISABLE initial implementation.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implement OpenGL overriding of surface's flip method.
+ Remove broken code.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Notification code cleanup, more traces, etc.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add/update the listview structures to version 6.0.
+
+ * dlls/winmm/winearts/audio.c: Malte Starostik <malte@kde.org>
+ Initialize winearts's volume level to full, so applications that don't
+ set the volume are audible.
+
+ * dlls/comctl32/commctrl.c: Jerry Jenkins <Jerry_J_Jenkins@hotmail.com>
+ Added missing RemoveProp calls.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Correct initial display of file listing.
+
+2002-10-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We need to provide focus info always in ICON mode (spotted by Huw
+ Davies).
+
+ * dlls/comctl32/listview.c: Mike McCormack <mike@codeweavers.com>
+ Duplicate selected items list in LISTVIEW_RemoveAllSelections to
+ prevent infinite loops.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remember the global colors in custom draw mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Compute only the old state that we're gonna look at.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Instrument SetItemT to avoid repainting if nothing changed.
+ Teach RemoveAllSelections to skip an item, so we can eliminate the
+ flicker when we click on a selected item.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix bug in edit label when sending the text to the app.
+ Cleanup the handling of nEditLabelItem.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Edit label cleanup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix bug in ranges_shift which was corrupting selections.
+ Fix click notification (found and fixed by Alexandre Julliard).
+ Fix bug in setting item's state (some selection changes were lost).
+ Simplify selection code substantially.
+ Add a lot of debug tracing.
+
+ * documentation/configuring.sgml: Bill Medland <medbi01@accpac.com>
+ Add a section on using ODBC.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+ Implemented _seh_longjmp_unwind.
+
+ * programs/cmdlgtst/cmdlgtst.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix the ofn flags setup.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Associate texture to the device when GetHandle is called and perform
+ the appropriate AddRef/Release.
+ Fix 3_3_2 pixel format.
+ Move some ENTER_GL() calls to the right place.
+ Fix some FIXME/TRACE calls.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/imagelist.c,
+ dlls/comctl32/ipaddress.c, dlls/comctl32/progress.c,
+ dlls/comctl32/status.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add comment on what is known about the current state of the controls
+ relative to comctl32.dll version 6.0.
+
+ * dlls/rpcrt4/ndr_stubless.c, include/rpcndr.h:
+ Greg Turner <gmturner007@ameritech.net>
+ Use the msvc way to return a struct, fixing wierd problems.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Implemented program launching by double click.
+
+2002-10-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix iterator creation for LVS_LIST mode.
+ Do not update the infoPtr->nItemWidth in set_main_item.
+ Better handling of text bk colour in custom draw.
+ Rename GetItemListOrigin to GetItemOrigin.
+ A bunch of code cleanups, simplifications, etc.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ No longer compute the ill-defined bounds in GetItemMetrics.
+ Fix a bunch of bug in subitem metrics computation.
+ Properly implement GetSubItemRect in terms of GetItemMetrics.
+ Documentation updates, and code cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Teach GetItemMetrics to deal with subitems in report mode as well.
+ Unify Draw{,Sub}Item, simplify RefreshReport.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix iterator creation for LVS_LIST mode.
+ Use assert() instead of hand-made hack.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix iterators to properly deal with LVS_{,SMALL}ICON modes.
+ Unify the Refresh{List,Icon} functions.
+ Simplify HitTest to make full use of the iterators.
+ Fix selection bounds in HitTest.
+ Avoid empty default to silence warning in gcc 3.2.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Iterator updates:
+ Add the notion of a special item which sits at the start of the
+ list.
+ Add the ability to iterate in both directions through the list.
+ Document the iterator interface.
+ Remove iterator_visibleitems.
+ Rename iterator_clippeditems to iterator_visibleitems for
+ consistency.
+ Use the new bidirectionality to paint the items in decreasing order.
+
+ * dlls/user/lstr.c, dlls/winmm/lolvldrv.c, windows/painting.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Compile fix when all handles are converted to a void*.
+
+ * loader/module.c:
+ Fixed reference count handling to support LoadLibrary during a process
+ attach.
+
+ * programs/winefile/rsrc.rc, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Fixed building unter native WIN32.
+ - Fixed display of filenames in tree pane.
+
+ * dlls/msvcrt/scanf.c, dlls/msvcrt/scanf.h:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Implement [ format specifier.
+
+ * programs/winedbg/gdbproxy.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Silence warning in hex_from0().
+
+ * msdos/dpmi.c: David Hammerton <david@transgaming.com>
+ Get descriptor should return correct segment limit.
+
+ * dlls/shell32/shell32_main.c:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Fix off-by-one error in determining number of arguments.
+
+ * tools/winapi/winapi_extract, tools/winapi/winapi_extract_options.pm,
+ tools/winapi_check/modules.dat,
+ tools/winapi_check/winapi_c_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Fixed broken winapi_extract options --{pseudo-,}stub-statistics.
+ - Added new winapi_extract options --{pseudo-,}implemented.
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not merge image with garbage background. Based on a patch by Carlos
+ <clozano@andago.com>.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Christian Neumair <chris@gnome-de.org>
+ Stub for the CryptRegisterOIDFunction function.
+
+ * dlls/gdi/tests/generated.c, dlls/kernel/tests/generated.c,
+ dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/generated.c, dlls/user/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Updated the generated tests.
+
+ * tools/winapi/winapi_test: Patrik Stridvall <ps@leissner.se>
+ Don't use a special header file for macros used in generated tests.
+ Have a copy in each generated file instead.
+
+ * dlls/comctl32/trackbar.c: Michael Günnewig <MichaelGuennewig@gmx.de>
+ Fixed division by zero, when range is 0.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Actually compile Wine even if not installing as root.
+
+2002-10-13 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg: Roderick Colenbrander <thunderbird2k@gmx.net>
+ Set DirectX version to 8.1.
+
+ * dlls/comctl32/propsheet.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add function to get size of in-memory resource and used this function
+ to copy resource to writable memory.
+
+ * tools/wineinstall: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Allow wineinstall to be run from tools/ or from the main Wine
+ directory.
+
+ * dlls/d3d8/device.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - ClipPlanes work better.
+ - Culling now configures itself properly.
+
+ * dlls/commdlg/filedlg.c: Carlos <clozano@andago.com>
+ Avoid crashes when ofnW->lpstrFile is null.
+
+2002-10-12 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, windows/queue.c:
+ Remove no longer used PERQUEUEDATA structure and functions.
+
+ * windows/input.c, windows/message.c, controls/menu.c,
+ dlls/x11drv/winpos.c, include/message.h,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/request.h, server/trace.c:
+ Moved mouse capture handling into the server.
+
+ * include/win.h, windows/win.c:
+ Reimplemented GetLastActivePopup to get the information from the
+ server.
+
+2002-10-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c, dlls/x11drv/winpos.c, include/user.h,
+ include/win.h, include/wine/server_protocol.h, include/winpos.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c, server/user.h, server/window.c, windows/focus.c,
+ windows/message.c, windows/nonclient.c, windows/win.c,
+ windows/winpos.c, dlls/user/Makefile.in, dlls/user/focus.c,
+ dlls/user/message.c:
+ Reimplemented Get/SetActiveWindow, Get/SetFocus and
+ Get/SetForegroundWindow by storing the information in the
+ server. Implemented correct inter-process window activation.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rename GetItemHeight to CalculateMaxHeight, for consistency
+ Fix usage of nItemWidth vs. iconSpacing.cx
+ Misc cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use the item box rather than the bounds when invalidating.
+ Implement 'bPartial' in EnsureVisible.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Significantly improve the lighting code.
+
+ * server/trace.c, server/user.h, server/window.c, windows/queue.c,
+ dlls/user/message.c, dlls/user/user32.spec,
+ include/wine/server_protocol.h, include/winuser.h,
+ server/protocol.def, server/queue.c, server/request.h:
+ Added server-side infrastructure for the thread input structure.
+ Reimplemented AttachThreadInput() and added GetGUIThreadInfo().
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unify DrawLargeItem with DrawItem.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use GetItemMetrics instead of GetItemMeasures.
+ Remove GetItemMeasures.
+ Add GetItemBox which only returns the boundary of the item.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/ndr_ole.c,
+ dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBufferSize,
+ NdrInterfacePointerFree, NdrInterfacePointerMarshall,
+ NdrInterfacePointerMemorySize, NdrInterfacePointerUnmarshall.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Be real tough on internal programming errors.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove support for owner drawn listviews in non-REPORT mode. We need
+ to do this since Windows supports owner draw *only* in report mode,
+ and hence apps are not prepared to handle drawing in other modes.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use GetItemMetrics instead of GetItemMeasures when drawing.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Make use of the new GetItemMetrics in HitTest, to avoid code
+ duplication.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Separate item metrics computation from positioning
+ Add support for computing state icon metrics.
+
+ * tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/tests.dat, tools/winapi/winapi_extract,
+ tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ - Improved alignment and offset calculations.
+ - Reorganized and improved enum/union/struct parsing.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_server.c,
+ dlls/rpcrt4/rpc_server.h, dlls/rpcrt4/rpcrt4.spec,
+ dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Reimplement several RpcServer.* methods in rpc_server.c.
+ Implement RpcServerInqBindings, I_RpcServerStartListening,
+ I_RpcServerStopListening, and I_RpcWindowProc.
+
+ * dlls/msimg32/Makefile.in: Greg Turner <gmturner007@ameritech.net>
+ Added missing kernel32 import.
+
+ * dlls/comctl32/listview.c:
+ LVS_OWNERDRAWFIXED should only take effect in REPORT mode.
+
+2002-10-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/cpsf.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllRegisterProxy,
+ NdrDllUnregisterProxy, CStdPSFactory methods.
+
+ * dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile.spec, dlls/avifil32/avifile_private.h,
+ dlls/avifil32/factory.c, include/vfw.h:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ - Move the API into a new api.c file.
+ - Added IClassFactory implementation.
+ - Added IPersistFile implementation to the AVI-file handler.
+
+ * dlls/x11drv/keyboard.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Better Lithuanian keyboard layout.
+
+ * dlls/shell32/iconcache.c: Avoid calling FindExecutable16.
+
+ * dlls/winmm/driver.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Keep on moving 16 bit code out of winmm.
+
+ * dlls/ddraw/ddraw/user.c: Christian Costa <titan.costa@wanadoo.fr>
+ Initialize the DDCAPS structure of the DDRAW object at creation.
+
+ * dlls/ddraw/dsurface/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Main_DirectDrawSurface_QueryInterface: enable creation of a
+ IDirect3DTexture2 from a surface.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/ndr_midl.c,
+ dlls/rpcrt4/rpcrt4.spec, include/rpcproxy.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyInitialize,
+ NdrProxySendReceive, NdrStubGetBuffer, NdrStubInitialize.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix drawing bug introduced with the custom notification
+ reorganization.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Simplify the report mode, and item drawing considerably.
+ Fix full row select in report mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Handle custom draw notifications properly.
+ Various cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove superfluous abstractions which make the code harder to
+ understand.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Move the custom draw notifications into the Draw.*Item functions.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Move the custom draw item notifications down into DrawLargeItem.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix silly redraw bug introduced in previous patch.
+ Tidy up, and simplify large item drawing.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement WM_SETREDRAW properly.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rework the mouse click notifications
+ Assorted cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use (semi)standard HitTest, rather then our own little invention.
+ Get rid of GetItemAtPt.
+ Fix HitTest but in REPORT mode.
+
+ * dlls/msacm/Makefile.in: Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved out 16 bit code.
+
+ * dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed no longer needed list of instance data.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added some TRACEs to the ddraw code.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/cstub.c,
+ dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Implement the CStdStubBuffer methods.
+
+ * graphics/x11drv/bitmap.c, include/cursoricon.h, include/user.h,
+ include/windef.h, msdos/interrupts.c, windows/class.c,
+ windows/cursoricon.c, windows/defwnd.c, windows/mdi.c,
+ windows/msgbox.c, windows/nonclient.c, windows/win.c,
+ dlls/shlwapi/ordinal.c, dlls/user/exticon.c, dlls/x11drv/desktop.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/commdlg/filedlg.c,
+ dlls/ole32/ole2.c, dlls/shell32/dialogs.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/comctl32/propsheet.c,
+ dlls/comctl32/status.c, controls/static.c, dlls/comctl32/listview.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - change the internal functions in windows/cursoricon.c to use 32bit
+ handles
+ - move the implementation of ExtractAssociatedIcon16 to
+ ExtractAssociatedIconA
+ - convert HICON to a void*
+ - fixed some handle conversions that happened to be in the way while
+ doing the above
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.h,
+ dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ IUnknown_[QAR]_Proxy implementations, VTbl construction, the dreaded
+ ObjectStubless, and other proxy-related goodies.
+
+ * include/winuser.h, controls/combo.c, dlls/user/user32.spec:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Provide a stub for GetComboBoxInfo.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More stubs.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/ndr_misc.h,
+ dlls/rpcrt4/ndr_stubless.c, dlls/rpcrt4/rpcrt4.spec,
+ include/rpcndr.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Stubby NdrClientCall2 & some header changes.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec,
+ include/setupapi.h:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Provide stub for SetupDiGetClassDevsW.
+ Fix return value of SetupDiGetClassDevsA.
+
+ * dlls/comctl32/listview.c: Paul Rupe <prupe@myrealbox.com>
+ Scroll the listview when doing multiple selections.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_defs.h,
+ dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpcrt4.spec,
+ dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcReceive, I_RpcSend,
+ I_RpcSendReceive; administrivia.
+
+ * dlls/msvcrt/except.c:
+ Fixed sign extension bug in EH_prolog, and made trylevel an int to
+ avoid similar problems.
+
+ * dlls/ntdll/ntdll.spec:
+ Make sure all Zw functions whose Nt equivalent is implemented are
+ implemented too.
+
+ * configure.ac, dlls/winmm/winenas/Makefile.in, configure:
+ Francois Gouget <fgouget@codeweavers.com>
+ The NAS headers and libraries are sometimes stored in the X
+ directories.
+
+ * controls/scroll.c: Andrew M. Johnston <johnstonam@logica.com>
+ Make info structure members lower case as elsewhere.
+
+ * configure: Updated with autoconf 2.54.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/playsound.c, dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started putting all 16 bit code in separate files.
+
+ * dlls/msvideo/msrle32/msrle32.c, documentation/samples/system.ini:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Prevent some segfaults in msrle32.
+ Add the necessary line to the sample system.ini for using this video
+ codec.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Narrow down the items we iterate over in LIST, and REPORT mode.
+ Fix a Client --> List coordinate transformations in FindItem.
+ Fix bug in HitItem (in LIST and REPORT mode).
+ Avoid the last bit of drawing in REPORT mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Draw _only_ the items that are invalidated.
+ Fix serious bug when deleting from a range.
+ Pass in a range to the ranges_{add,del} functions.
+ Tidy up the RefreshIcon function.
+ Assorted cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Reimplement FindItem (cleaner, faster, more compliant with MSDN).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite HitTest to make it pretty, and very fast.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Introduce the notion of item iterators, and use them to clean up code.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Separate range manipulation functions from selection ranges.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix large item label calculation when not focused.
+ Fancy focus rectangle handling.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix focus handling when deleting items, or changing modes.
+ Better label rect calculation in ICON mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix large item handling focus in ICON mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ No need to go through the heavy duty rect computation when in OWNERDRAW.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Factor out owner draw code, so that it works for all modes.
+ Documentation updates.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Factor out the computation of item position, so it can be used
+ independently of the rectangles.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unify LISTVIEW_UpdateLargeItemLabelRect, and GetItemMeasures.
+ Optimize GetItemMeasures to the max.
+ Centralize the DrawText's DT_* flags.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Get rid of 'goto's in GetItemMeasures.
+ Move LISTVIEW_UpdateLargeItemLabelRect close to where it's used.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix braino in calculation of LVS_LIST origin.
+ Invalidate the entire window when we are invalidating the list.
+
+2002-10-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/mdi.c: Andrew M. Johnston <johnstonam@logica.com>
+ Removed reference to SCROLL_SetNCSbState.
+
+ * programs/wcmd/wcmdmain.c:
+ Try CreateProcess even if SHGetFileInfo fails so that we can launch
+ Unix binaries.
+
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some multi-sound card related bugs.
+
+ * dlls/user/message.c, include/queue.h:
+ Avoid infinite SendMessage recursion, just like Windows does.
+
+ * tools/winebuild/spec32.c:
+ Don't list register functions in the .def file.
+
+ * dlls/ntdll/string.c:
+ Fixed buffer size in _ultoa (spotted by Joerg Mayer).
+
+ * memory/environ.c, scheduler/process.c, files/directory.c:
+ Transmit the Windows PATH to child processes using the WINEPATH
+ variable.
+
+ * dlls/winmm/wineoss/audio.c: Fixed file descriptor corruption.
+
+ * dlls/kernel/tests/atom.c, dlls/kernel/tests/thread.c:
+ Jeff Smith <whydoubt@hotmail.com>
+ Spelling corrections.
+
+ * documentation/samples/generic.ppd: Huw Davies <huw@codeweavers.com>
+ Added A3 paper size.
+
+ * dlls/user/wnd16.c: Michael Stefaniuc <mstefani@redhat.de>
+ Fix handle conversions.
+
+ * dlls/wininet/tests/http.c: Patrik Stridvall <ps@leissner.se>
+ Fixed test to not fail behind firewalls or without an internet
+ connection.
+
+ * tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/tests.dat, tools/winapi/winapi_extract,
+ tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ Reorganized the code for better support of data structures parsing.
+
+2002-10-07 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20021007.
+
+----------------------------------------------------------------
+2002-10-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fixed bug that caused item texts to be empty.
+
+ * configure.ac, dlls/Makefile.in, dlls/msrle32/.cvsignore,
+ dlls/msrle32/Makefile.in, dlls/msrle32/msrle32.c,
+ dlls/msrle32/msrle32.spec, dlls/msvideo/msrle32/.cvsignore,
+ dlls/msvideo/msrle32/Makefile.in, dlls/msvideo/msrle32/msrle32.c,
+ dlls/msvideo/msrle32/msrle32.spec, dlls/msvideo/msrle32/msrle_De.rc,
+ dlls/msvideo/msrle32/msrle_En.rc, dlls/msvideo/msrle32/msrle_Fr.rc,
+ dlls/msvideo/msrle32/msrle_private.h, dlls/msvideo/msrle32/rsrc.rc,
+ configure:
+ Michael Günnewig <MichaelGuennewig@gmx.de>
+ Implemented the MS RLE video codec.
+
+ * include/miscemu.h, memory/instr.c, msdos/dosmem.c,
+ msdos/interrupts.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add support for interrupts in 32-bit code.
+ Remove some unnecessary code from 16-bit interrupt emulation.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix nasty bug generated by UINT vs. INT (resulted in bogus
+ comparisons).
+ Fix LVIR_SELECTBOUNDS computation, for REPORT mode.
+ Fix dependency generation in GetItemMeasures.
+ Fix rectangle computation for REPORT mode (corner case problems).
+ Better debug messages.
+ Assorted cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleaned up the rectangle handling, and fixed numerous bugs in
+ rectangle calculations.
+
+ * configure, configure.ac, dlls/rpcrt4/Makefile.in,
+ dlls/rpcrt4/tests/.cvsignore, dlls/rpcrt4/tests/Makefile.in,
+ dlls/rpcrt4/tests/rpc.c:
+ Greg Turner <gmturner007@ameritech.net>
+ Added skeleton for rpcrt4 unit test with some UUID tests.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Greg Turner <gmturner007@ameritech.net>
+ Implemented UuidCompare.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpcrt4.spec,
+ dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented RpcBindingInqObject, RpcBindingSetObject,
+ RpcBindingVectorFree, RpcBindingToStringBindingA/W,
+ RpcBindingFromStringBindingA/W, RpcStringBindingParseA/W,
+ I_RpcBindingSetAsync, RpcStringBindingComposeA/W, RpcBindingFree,
+ RPCStringFreeW, UUIDHash, UuidToStringW, and associated junk.
+
+ * include/winbase.h, include/winnt.h, scheduler/timer.c,
+ dlls/kernel/kernel32.spec:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Provide stubs for Create/DeleteTimerQueueTimer.
+
+ * dlls/comctl32/listview.c: Paul Rupe <prupe@myrealbox.com>
+ Fix inaccurate listview scrolling with PgUp/Down and Home/End keys.
+
+ * dlls/avicap32/Makefile.in, dlls/avicap32/avicap32.spec,
+ dlls/avicap32/avicap32_main.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stubs for capCreateCaptureWindowA/W to get freeVCR started
+ without crash.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix silly bug in SetItemPosition (we should set it, not create a new
+ one).
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Maintain the item position in {,SMALL}ICON mode separataly from the
+ item, so that we have it even in LVS_OWNERDATA.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the SetItemPosition interface.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the COUNT_OF macro.
+ Indentation fixes, and minor cleanups to notify_dispinfoT.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fixes bug which rendered virtual listboxes always empty.
+ Smarter focus rectangle drawing.
+ Fix focus handling when we add/delete a column.
+ Fix silly bug in GetSubItemRect.
+ Elimiante flicker in Report mode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup, and clarify the handling of the various rectangles.
+ Fix handling of large items in ICON mode.
+ Fix calculation of LVIR_SELECTBOUNDS.
+ Various cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup of the way we maintain/lookup the item count.
+ Rename GetItemWidth to CalculateMaxWidth.
+ Misc trivial changes.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix focus handling for owner draw listviews.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix potential bug in RemoveAllItems.
+ Fix report-mode ONWERDRAW bug (with help from Alexandre Julliard).
+ Fix multiple selection bug (in report and list mode).
+ Remove code duplication for removing selections.
+
+ * dlls/kernel/kernel32.spec, include/winnls.h, memory/codepage.c:
+ Steve Lustbader <steve.lustbader@philips.com>
+ Implement GetUserDefaultUILanguage and GetSystemDefaultUILanguage.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/surface.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Various fixes, typos corrected and clarifying trace points.
+
+ * dlls/winmm/wineoss/audio.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Added support for several soundcard.
+ Remove non full duplex mode in code.
+ OSS Commercial doesn't properly handle SNDCTL_DSP_RESET, so close/open
+ device to workaround this issue (by Ove Kaaven).
+
+ * dlls/winmm/wavemap/wavemap.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Got rid of recursion in sub device opening.
+
+ * dlls/winmm/mmsystem.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Let wave(Out|In)Open call the wave mapper when the low level device
+ doesn't handle the wave descriptor.
+
+ * tools/winedump/main.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed segv when incorrect command line arguments where given.
+
+ * documentation/samples/system.ini:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed IMA ACM definition.
+
+ * dlls/msacm/imaadp32/imaadp32.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Minor comments cleanups.
+ Removed unneeded FIXMEs.
+
+ * dlls/user/dde/ddeml16.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some NULL pointer handling errors.
+
+2002-10-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Reimplement GetSubItemRect, subitem setting optimizations.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix bug in OWNERDATA selection handling.
+ Fix critical performance bug in GetSelectedCount.
+ Fix critical performance bug in SetGroupSelection.
+ Fix problems for OWNERDRAW report.
+ Fix hidden/latent bugs in state handling.
+ Better debug messages.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix onwer-draw REPORT for broken apps.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Streamline the GetItem usage.
+ Fix fatal bug for ICON mode in LVS_ONWERDATA.
+ Documentation updates, marking places which need work.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix condition so we actually store the state in virtual listviews.
+ Assorted code cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Effective optimization in GetNextItem (speeds up Xnews).
+ - Misc cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rewrite the begin/end label edit procedures.
+ Better support of OWNERDRAW.
+ Cleaner, simpler code.
+
+2002-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fixed large item focus handling for virtual listviews. Since at most
+ _one_ item can have the focus at any time, we can maintain one such
+ rectangle per list, rather than per item. This is both more efficient,
+ and works for LVS_OWNERDATA listviews as well.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not blindly trust GetItem to succeed -- check the return value, and
+ fail gracefully.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not send uninitialized data in notification to application.
+
+ * dlls/kernel/tests/atom.c, memory/atom.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Fixed atom test to work on Windows.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/codepage.c, memory/codepage.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Added a prototype code page test. Fixed issue regarding negative
+ source length handling.
+
+ * dlls/user/tests/class.c, dlls/user/tests/win.c:
+ Fixed printf formats for -DSTRICT handles.
+
+ * dlls/imagehlp/access.c, dlls/msvcrt/process.c, dlls/user/user16.c,
+ dlls/winspool/info.c, include/tlhelp32.h, loader/pe_image.c,
+ objects/font.c, objects/gdiobj.c:
+ Fixed some handle conversions in prevision of void* handles.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix nasty bug in REPORT mode, when calculating the label rect.
+ - Lots of cleanups, and simplifications.
+
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Implemented UuidFromString[AW] based on CLSIDFromString
+ implementation.
+
+2002-10-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/commctrl.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Abort with error if the app uses our api to subclass and then theirs
+ then ours again.
+
+ * ole/ole2nls.c: Steve Lustbader <steve.lustbader@philips.com>
+ Implemented GetDateFormatW.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added UuidCreateNil, UuidEqual and UuidIsNil.
+
+ * server/debugger.c, server/process.c, server/process.h,
+ server/protocol.def, server/snapshot.c, server/thread.c,
+ server/thread.h, server/trace.c, tools/make_requests,
+ windows/input.c, windows/message.c, windows/win.c,
+ dlls/kernel/console.c, dlls/kernel/debugger.c,
+ dlls/kernel/toolhelp.c, dlls/user/message.c, include/thread.h,
+ include/wine/server_protocol.h, programs/wineconsole/wineconsole.c,
+ scheduler/client.c, scheduler/process.c, scheduler/syslevel.c,
+ scheduler/thread.c, server/console.c:
+ Added process_id_t and thread_it_t types to the server interface
+ instead of using void*, and removed a number of type casts.
+
+ * dlls/gdi/gdi16.c, objects/brush.c:
+ Moved CreateBrushIndirect16 and CreateDIBPatternBrush16 to gdi16.c.
+
+ * dlls/advapi32/registry.c, dlls/kernel/registry16.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/shellreg.c,
+ dlls/shlwapi/ordinal.c, include/mmsystem.h, include/wine/winbase16.h,
+ include/winnt.h, include/winreg.h, win32/device.c:
+ Removed LPxxx handle types that don't exist under Windows.
+
+ * dlls/winmm/lolvldrv.c: Removed error message that confuses users.
+
+ * dlls/user/tests/win.c, dlls/Maketest.rules.in:
+ Build tests with -DSTRICT.
+
+2002-10-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Reorganize DrawItem.
+ - Unify text attribute selection between Draw{Sub,}Item.
+ - Usual cleanups, and simplifications.
+
+ * server/event.c, server/handle.c, server/handle.h, server/list.h,
+ server/main.c, server/mapping.c, server/mutex.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/process.h,
+ server/semaphore.c, server/timer.c:
+ Added support for multiple object namespaces, and a bunch functions
+ for managing linked lists.
+
+ * windows/syscolor.c:
+ Fixed GDI heap selector handling broken by previous change.
+
+ * dlls/comctl32/tooltips.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Use the new Subclassing API.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fancy/optimized EnsureVisible method that eliminates flicker.
+ Minor cleanups.
+
+ * dlls/comctl32/commctrl.c, include/commctrl.h,
+ dlls/comctl32/comctl32.h, dlls/comctl32/comctl32.spec:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Implemented {G|S}etWindowSubClass, DefSubclassProc,
+ RemoveWindowSubclass.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix the subitem drawing code.
+ - A lot faster drawing in report mode.
+ - A great deal of cleanup, and simplifications.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/tests/.cvsignore,
+ dlls/gdi/tests/Makefile.in, dlls/gdi/tests/generated.c,
+ dlls/kernel/tests/generated.c, dlls/user/tests/.cvsignore,
+ dlls/user/tests/Makefile.in, dlls/user/tests/generated.c, configure,
+ configure.ac:
+ Patrik Stridvall <ps@leissner.se>
+ Added some more autogenerated tests.
+
+ * tools/winapi/c_type.pm, tools/winapi/tests.dat,
+ tools/winapi/winapi_test:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor improvements.
+ - Added tests for GDI and USER.
+
+ * include/winnt.h: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Added a couple of defines.
+
+ * windows/painting.c, include/winuser.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix Validate{Rect,Rgn} prototypes.
+
+ * tools/winedump/Makefile.in, tools/winedump/ne.c, tools/winedump/pe.c,
+ tools/winedump/winedump.h:
+ Preliminary support for dumping NE binaries.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix the state icon handling.
+ - Fix handling of new image lists.
+ - Small cleanups.
+
+ * dlls/msvcrt/except.c:
+ except_handler3: Set correct %ebp when calling exception filter.
+
+ * dlls/x11drv/xrender.c: Enable anti-aliasing for all font sizes.
+
+ * objects/dc.c: Greg Turner <gmturner007@ameritech.net>
+ CreateDC: handle (nil, <string>, ...) gracefully if no driver found.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Rework the {Insert,Delete}Column functions.
+ - Drawing optimizations when adding/removing columns.
+ - More cleanups, and simplifications.
+
+ * dlls/commdlg/cdlg32.c, dlls/kernel/kernel_main.c,
+ dlls/user/user_main.c, objects/gdiobj.c, windows/syscolor.c:
+ Make sure things still work if 16-bit dlls cannot be loaded.
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/Maketest.rules.in,
+ dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/make_dlls, dlls/msvideo/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/user/Makefile.in,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/winmm/Makefile.in, Make.rules.in,
+ configure, configure.ac:
+ Added --disable-win16 configure option.
+
+ * dlls/ddraw/dsurface/user.c, dlls/winmm/winenas/audio.c,
+ programs/progman/grpfile.c:
+ Fixed warnings.
+
+ * unicode/Makefile.in, unicode/c_20932.c, unicode/cpmap.pl,
+ unicode/cptable.c:
+ Added EUC-JP encoding as codepage 20932 (with the help of Aric
+ Stewart).
+
+ * dlls/urlmon/umon.c, graphics/x11drv/opengl.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win32.api, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API file update.
+ - Minor bug fixes.
+
+ * include/winnt.h: Patrik Stridvall <ps@leissner.se>
+ Added some more useful macros.
+
+2002-10-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/glu32/Makefile.in, dlls/opengl32/Makefile.in,
+ dlls/x11drv/Makefile.in, Make.rules.in, configure, configure.ac,
+ dlls/d3d8/Makefile.in, dlls/ddraw/Makefile.in:
+ Moved X flags and libraries out of Make.rules into the makefiles that
+ need them.
+
+ * dlls/user/resources/display.rc, dlls/user/resources/mouse.rc:
+ Use correct 16-bit resources to avoid warnings.
+
+ * documentation/debugger.sgml:
+ Francois Gouget <fgouget@codeweavers.com>
+ Update documentation of how to invoke winedbg.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/generated.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added new autogenerated test for data structure packing.
+
+ * tools/winapi/Makefile.in, tools/winapi/c_parser.pm,
+ tools/winapi/c_type.pm, tools/winapi/tests.dat,
+ tools/winapi/tests.pm, tools/winapi/winapi.pm,
+ tools/winapi/winapi_cleanup, tools/winapi/winapi_extract,
+ tools/winapi/winapi_test, tools/winapi/winapi_test_options.pm,
+ tools/winapi_check/modules.pm, tools/winapi_check/winapi_function.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Added a new tool winapi_test for generating tests.
+ - Added a data structure packing test to winapi_test.
+ - Reorganized and optimized a few things.
+
+ * include/options.h, include/thread.h, include/winbase.h,
+ include/wine/server.h, include/winnt.h, misc/options.c,
+ miscemu/main.c, scheduler/sysdeps.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added a GNU C implementation of some of the DECLSPEC_ macros and used
+ them wherever possible.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix LIST mode, broken by previous changes.
+ - Implement GetItemRect in terms of GetItemMeasurements.
+ - Improvements in debug traces.
+ - Many bug fixes, compelete implementation for GetItemMeasurements.
+ - Lots of code cleanups, simplifications.
+ - Documentation updates.
+
+2002-09-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shellpath.c: Jeff Smith <whydoubt@hotmail.com>
+ PathIsExe: corrected and added executable types.
+
+ * windows/spy.c: Guy L. Albertelli <galberte@neo.lrun.com>
+ - The TTM_ message needed to be in correct order.
+ - Added TTM_GETBUBBLESIZE.
+
+ * dlls/comctl32/listview.c: Paul Rupe <prupe@myrealbox.com>
+ Prevent crash when listview trace logging is on.
+
+ * dlls/ddraw/d3ddevice/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implement SwapTextureHandles method.
+
+ * include/commdlg.h: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Define SNDMSG.
+
+2002-09-29 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/stabs.c: Greg Turner <gmturner007@ameritech.net>
+ Attempt at handling 'k' and 'B' symbols.
+
+ * dlls/comctl32/listview.c: Guy Albertelli <galberte@neo.lrun.com>
+ - Eliminate extra background fills.
+ - Eliminate bogus error messages.
+
+ * win32/except.c: Fixed a couple of bugs in the debugger startup.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Don't build d3d8 if we don't have OpenGL support.
+
+ * dlls/ddraw/mesa_private.h: Added check for OpenGL.
+
+ * include/winuser.h: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Added {G|S}etWindowLongPtr.
+
+ * include/Makefile.in, include/custcntl.h:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Initial implementation of custom control header.
+
+ * dlls/x11drv/xvidmode.c: Jukka Heinonen <jhei@iki.fi>
+ Use correct check to see if xserver supports xvidmode.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Cache GWL_STYLE, to avoid fetching in virtually every function.
+ - Separate GetOrigin from GetAllMeasures as it is item independent,
+ and rename function to reflect the change.
+ - Small cleanups.
+
+ * dlls/dsound/dsound_main.c: Ove Kaaven <ovek@transgaming.com>
+ Fix for soundcards that can't do 8-bit audio, only 16-bit (also
+ checked for soundcards that can't do stereo while I was at it).
+
+ * dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ execute: Activate the viewport passed as parameter when executing
+ buffer.
+
+ * dlls/ddraw/d3dviewport.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implement IDirect3DViewport2_DeleteLight.
+
+ * dlls/msvcrt/scanf.h: Jukka Heinonen <jhei@iki.fi>
+ Functions sscanf and swscanf now expect strings to be terminated with
+ null (0) instead of EOF (-1).
+
+ * tools/winemaker: Bill Medland <billmedland@look.ca>
+ Minor typo fix.
+
+2002-09-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove item from the list, if we fail to initialize it at insert
+ time.
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/basetexture.c,
+ dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8.spec, dlls/d3d8/d3d8_main.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/indexbuffer.c, dlls/d3d8/resource.c, dlls/d3d8/surface.c,
+ dlls/d3d8/swapchain.c, dlls/d3d8/texture.c, dlls/d3d8/vertexbuffer.c,
+ dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c, dlls/Makefile.in:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Initial D3D8 implementation.
+
+ * include/d3d8types.h: Fixed nameless union/struct declaration.
+
+ * documentation/winelib-bindlls.sgml:
+ Bill Medland <billmedland@look.ca>
+ Expanded the "Linux Libraries as Dlls" winelib section and brought it
+ up to date.
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Updated the wrapper code to match the new naming executable and
+ library conventions.
+ Executables don't need spec files.
+ Removed unused code.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/urlcache.c, dlls/wininet/wininet.spec,
+ dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Added stubs for HttpEndRequestA/W, InternetReadFileExA/W,
+ SetUrlCacheEntryGroup, CreateUrlCacheGroup, DeleteUrlCacheGroup.
+
+ * dlls/user/user16.c, windows/cursoricon.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Moved some 16-bit functions from windows/cursoricon.c to
+ dlls/user/user16.c.
+
+ * files/dos_fs.c: György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Check for an empty string in DOSFS_FindNextEx to avoid an unnecessary
+ failure.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix crashes in debug mode.
+ - Fix some focus rectangle problems.
+ - Better debugging output.
+ - More cleanups.
+
+ * dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Remove wrong and useless transformation of z projected coordinates.
+ Add normals world transformation.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fix devices creation broken code. Now, the display and the drawable
+ are retrieve through GDI escape sequences and stored in the private
+ data. Add desallocation of the device private data.
+
+ * dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand16.c,
+ dlls/lzexpand/lzexpand_main.c:
+ György 'Nog' Jeney <nog@sdf.lonestar.org>
+ Split the 16-bit funcitons into a seperate file.
+
+2002-09-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c:
+ Fixed X11 error code mismatch and removed debugging output.
+
+ * dlls/winsock/socket.c: Greg Turner <gmturner007@ameritech.net>
+ - fixed up some semantic misunderstandings using the helpful advice of
+ Rein Klazes
+ - added SO_SNDTIMEO support
+ - added ifdef's for consistency with rest of socket.c
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Bring the naming of libraries and executable up to current standards.
+ Install dlls and executables in dlldir.
+ It is no longer necessary to import ntdll.dll.
+
+ * dlls/ddraw/d3dviewport.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added desallocation of the viewport private data.
+
+ * dlls/ddraw/d3dlight.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added allocation/desallocation of the light private data.
+
+ * dlls/ddraw/dsurface/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Enable creation of our OpenGL Direct3D device from a surface used as
+ rendering target.
+ Enable creation of a texture from a surface.
+
+2002-09-25 Alexandre Julliard <julliard@winehq.com>
+
+ * include/ts_xlib.h, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in, tools/make_X11wrappers,
+ tools/winewrapper, Make.rules.in, Makefile.in, configure,
+ configure.ac, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+ dlls/x11drv/Makefile.in, dlls/x11drv/X11_calls,
+ dlls/x11drv/ts_xlib.c, dlls/x11drv/ts_xlib.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c:
+ Moved ts_xlib.c into x11drv and removed libwine_tsx11.
+
+ * windows/win.c:
+ Added missing WIN_ReleasePtr (spotted by Dmitry Timoshkov).
+
+ * controls/EDIT.TODO, controls/edit.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - Stop passing hwnd around when we're passing EDITSTATE.
+ - Merge the non-obsolete bits of EDIT.TODO into edit.c.
+ - Some cleanups, and simplifications.
+
+ * dlls/comctl32/listview.c: Paul Rupe <prupe@myrealbox.com>
+ - Initialize memory to prevent crashes when -debugmsg +listview is on.
+ - Fix various array bounds related errors.
+
+ * dlls/comctl32/comctl32undoc.c: Paul Rupe <prupe@myrealbox.com>
+ Resize dynamic pointer array more carefully when adding new entries.
+
+ * dlls/ddraw/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added support for POINT, WIREFRAME and SOLID fill modes.
+
+ * dlls/ddraw/d3dtexture.c: Christian Costa <titan.costa@wanadoo.fr>
+ IDirect3DTexture2Impl_Load: when the surface is not allocated and no
+ location are specified, set it to video memory.
+
+ * dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c,
+ dlls/opengl32/wgl.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c, graphics/x11drv/opengl.c,
+ include/wine_gl.h, include/x11drv.h, dlls/ddraw/Makefile.in,
+ dlls/ddraw/main.c, dlls/ddraw/mesa_private.h,
+ dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl,
+ dlls/opengl32/opengl_ext.c:
+ Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and
+ ddraw, so that they don't need to link with libwine_tsx11.
+ Removed header wine_gl.h.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/win.c, include/win.h, include/wine/server_protocol.h,
+ server/protocol.def, server/trace.c, server/window.c, windows/win.c:
+ Fixed a number of bugs in the handling of window parent and owner and
+ added a regression test (based on the work of Bill Medland).
+
+ * documentation/samples/config, loader/loadorder.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ By default, we should use our own dlls.
+
+ * dlls/winsock/socket.c: Greg Turner <gmturner007@ameritech.net>
+ Accept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO; translate to
+ struct timeval for edification of setsockopt.
+
+2002-09-24 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/make_X11wrappers, dlls/x11drv/dga2.c, dlls/x11drv/event.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c, dlls/x11drv/scroll.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/dib.c,
+ graphics/x11drv/graphics.c, include/ts_xf86dga2.h,
+ include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xutil.h:
+ Removed some more TSX11 functions and files.
+
+ * loader/ne/convert.c, loader/ne/module.c, memory/environ.c,
+ memory/global.c, memory/selector.c, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/metafile.c, objects/palette.c,
+ windows/cursoricon.c, windows/dialog.c, windows/driver.c,
+ windows/hook.c, windows/message.c, windows/queue.c,
+ windows/winproc.c, dlls/gdi/gdi16.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/printdrv.c, dlls/netapi32/access.c, dlls/netapi32/browsr.c,
+ dlls/netapi32/wksta.c, dlls/user/msg16.c, loader/module.c,
+ loader/resource.c, loader/task.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win32.api, tools/winapi/winapi.pm, tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Don't add standard headers for the dll separation hacks.
+ - API files update.
+
+ * dlls/comctl32/listview.c: Guy L. Albertelli <galberte@neo.lrun.com>
+ - Localize origin, location, and rectangle computation.
+ - Support state icons in LVS_ICON style.
+ - Draw only items that are in the clip box.
+ - Draw non-selected items first then the selected ones because large
+ icons may overlap each other.
+ - Correct invalidation rectangles for items.
+ - Correct drawing of large icons.
+ - Eliminate divide by zero cases in scrolling.
+ - Invalidate selected items prior to setting window losing focus.
+
+ * dlls/comctl32/status.c, include/win.h, dlls/comctl32/imagelist.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Small cleanups, updated documentation.
+
+ * dlls/x11drv/winpos.c: Fixed #endif.
+
+ * tools/make_X11wrappers, dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv_main.c,
+ graphics/x11drv/dib.c, include/ts_shape.h, include/ts_xf86dga.h,
+ include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h,
+ include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h,
+ include/ts_xvideo.h:
+ Removed a bunch of no longer used TSX wrappers.
+
+ * dlls/kernel/kernel32.spec: Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/comcat/comcat_main.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shellreg.c, include/windef.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HKEY to a void*.
+
+ * tools/winapi/win32.api, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Added support for %struct16 (used by CLSID).
+ - API files update.
+
+ * documentation/registry.sgml, documentation/samples/config,
+ misc/registry.c:
+ Raul Dias <raul@dias.com.br>
+ Added new "GlobalRegistryDir" option.
+
+ * include/winsock.h: Patrick J. McNerthney <pat@mcnerthney.com>
+ Removed the #undef of WS_DEFINE_SELECT so that select is in fact
+ defined.
+ Fixed if statement in __WS_FD_SET2 which used a = where a == is
+ needed, in additition the if did not have its outer set of
+ parenthesis.
+ Removed parentheses around type to be cast in __WS_FD_SET macro.
+ Removed WS macro usage from within other macros because the WS macro
+ is undefined when these macros are expanded.
+ Added WINAPI attributee to select definition.
+
+ * include/msvcrt/crtdbg.h: Patrick J. McNerthney <pat@mcnerthney.com>
+ Added casts to all macros to avoid compiler warnings.
+
+2002-09-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove some more superfluous ZeroMemory calls, small cleanups.
+
+ * dlls/user/user32.spec, dlls/x11drv/event.c, windows/win.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - Remove export of DRAG_QueryUpdate from USER.
+ - Get rid of associated 16 bit code from x11drv.
+ - Simplifications, cleanups, etc.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix outputting of a text pointer in debug mode (by Rein Klazes).
+ - Remove a large bunch of superfluous ZeroMemory calls.
+ - Fix a couple of bugs.
+
+ * dlls/comctl32/rebar.c, dlls/gdi/freetype.c,
+ dlls/kernel/tests/environ.c, dlls/richedit/reader.c,
+ dlls/richedit/rtf.h, dlls/richedit/stdcharnames.h,
+ include/wine/obj_base.h, include/winsock2.h:
+ Patrik Stridvall <ps@leissner.se>
+ Cleaned up the code so it would be easier to parse with the new C
+ parser.
+
+ * tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/winapi_extract, tools/winapi/winapi_extract_options.pm,
+ tools/winapi/winapi_fixup, tools/winapi_check/winapi_c_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Made the new C parser handle the current Wine source.
+ - Added a compabillity layer between the old and the new C parser.
+ - Added parsing of data structures.
+
+ * dlls/netapi32/tests/.cvsignore, dlls/netapi32/tests/Makefile.in,
+ dlls/netapi32/tests/access.c, dlls/netapi32/tests/wksta.c,
+ include/Makefile.in, include/lm.h, include/lmaccess.h,
+ include/lmbrowsr.h, include/lmcons.h, include/lmerr.h,
+ dlls/netapi32/Makefile.in, dlls/netapi32/access.c,
+ dlls/netapi32/apibuf.c, dlls/netapi32/browsr.c,
+ dlls/netapi32/netapi32.spec, dlls/netapi32/netapi32_misc.h,
+ dlls/netapi32/wksta.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented NetQueryDisplayInformation, NetUserGetInfo, created
+ conformance tests, other netapi32 bug fixes and improvements.
+
+ * tools/wineinstall: Francois Gouget <fgouget@free.fr>
+ Install notepad.exe in c:\windows too.
+
+2002-09-21 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/thread.c, win32/newfns.c, controls/edit.c,
+ dlls/winedos/dosvm.c, include/basetsd.h, include/winbase.h,
+ memory/global.c, memory/heap.c, memory/local.c, memory/virtual.c,
+ scheduler/process.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Correct SIZE_T size according to MS SDK.
+ Change some types to SIZE_T according to MS SDK definitions.
+
+ * include/d3d8types.h: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Added some definitions.
+
+ * documentation/debugger.sgml: Eric Pouech <eric.pouech@wanadoo.fr>
+ Updated winedbg documentation.
+
+ * documentation/winelib-bindlls.sgml:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Change confusing title.
+
+2002-09-20 Alexandre Julliard <julliard@winehq.com>
+
+ * include/shlwapi.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c,
+ dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c, dlls/shlwapi/thread.c, dlls/shlwapi/url.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Reorganise/minor tidyup of ordinal functions.
+ Implement StrCmpLogicalW,StrFormatByteSizeA/W,StrFormatByteSize64A,
+ SHCreateStreamWrapper.
+ Fix some output .spec parameters from str to ptr.
+ Fix definition of StrFormatByteSize functions.
+
+ * documentation/winelib-toolkit.sgml:
+ Francois Gouget <fgouget@codeweavers.com>
+ Small updates to better match the format of current Makefiles.
+ Remove the documentation of no longer supported spec file options.
+ Add notes to point out the sections that are particularly out of
+ date.
+
+ * documentation/psdrv.reg, winedefault.reg:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move the contents of documentation/psdrv.reg to winedefault.reg.
+
+ * dlls/user/user32.spec, dlls/x11drv/scroll.c, windows/scroll.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Have USER deal with the caret when scrolling a window.
+
+ * documentation/wine.texinfo: Andriy Palamarchuk <apa3a@yahoo.com>
+ Added information about POSIX, Unix, X11 trademarks.
+
+ * tools/winedump/output.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update output for current build process.
+
+ * tools/winedump/README: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation update.
+
+2002-09-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/critsection.c, dlls/ntdll/heap.c:
+ Avoid calling some kernel functions.
+
+ * DEVELOPERS-HINTS: Updated a lot of obsolete stuff.
+
+ * programs/Makefile.in: Only install the useful programs.
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c, dlls/x11drv/x11drv_main.c,
+ documentation/samples/config, include/x11drv.h:
+ Added support for the take focus protocol.
+
+ * documentation/programs, documentation/winsock:
+ Removed obsolete files.
+
+ * library/.cvsignore, unicode/.cvsignore:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Update for mingw/cygwin.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Make all target names lower case.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Update debug channel usage in DEVELOPER-HINTS.
+ Remove references to obsolete dirs.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Better implementation for GetTopindex/GetOrigin/SetIconSpacing.
+ - Drawing optimizations, better scrolling.
+ - A few more bugs squashed without mercy.
+ - Many cleanups, simplifications, doc updates.
+
+ * documentation/README.fr: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Small update to keep in sync with README.
+
+2002-09-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/heap.c,
+ dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/virtual.c,
+ include/winbase.h, include/wine/server_protocol.h, include/winnt.h,
+ include/winternl.h, memory/virtual.c, server/mapping.c,
+ server/protocol.def, server/trace.c:
+ Implemented the ntdll virtual memory functions, and made the kernel
+ functions use them.
+
+ * documentation/Makefile.in: Added testing.sgml.
+
+ * controls/menu.c:
+ Remove clearing of the window menu id for now. This will need more
+ work.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@free.fr>
+ Explain why conformance tests are useful for ports too.
+
+ * dlls/commdlg/filedlg95.c: Josef Meixner <Josef.Meixner@t-online.de>
+ Huw Davies <huw@codeweavers.com>
+ - Initializing the return-string shouldn't change the pointer.
+ - Added "FIXME" for case not handled.
+ - Directory and the filenames have to be separated by "\0".
+ - Added check to handle possible signed/unsigned overflow.
+
+ * include/msvcrt/errno.h, dlls/msvcrt/dir.c, dlls/msvcrt/errno.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/math.c,
+ dlls/msvcrt/ms_errno.h, dlls/msvcrt/process.c, include/Makefile.in:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ MSVCRT needs a public errno.h file.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fix "install" and "uninstall" targets: .exe -> .exe.so; target dir is
+ $(dlldir), like for the "builtin" wine binaries.
+
+ * dlls/advapi32/security.c: Andriy Palamarchuk <apa3a@yahoo.com>
+ Make LsaOpenPolicy return success.
+
+ * tools/winedump/main.c: Jan Kratochvil <short@ucw.cz>
+ Bug fix.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_En.rc,
+ dlls/comctl32/hotkey.c:
+ Gyorgy 'Nog' Jeney <nog@sdf.lonestar.org>
+ - Unicodeify control.
+ - use void instead of VOID.
+ - Pass infoPtr around instead of HWND.
+ - Implement most of the control.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Optimize the heck out of Report drawing.
+ - A bit of organization, for sanity's sake.
+ - Many simplifications, cleanups, etc.
+
+ * documentation/samples/config, documentation/wine.conf.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move the documentation for 'ShowDirSymlinks' where it belongs: to the
+ wine.conf man page.
+
+ * controls/edit.c, dlls/comctl32/commctrl.c, dlls/ntdll/heap.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shlwapi/tests/clist.c, files/smb.c, include/commctrl.h,
+ include/imagehlp.h, include/mmsystem.h, include/winnt.h,
+ include/winternl.h, windows/winproc.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove references to PCVOID and LPUINT.
+ Remove types that don't exist on Windows.
+
+ * memory/virtual.c:
+ Fixed import directory limits (spotted by Jan Kratochvil).
+
+ * dlls/comctl32/listview.c: Sander van Leeuwen <sandervl@xs4all.nl>
+ Listview_ProcessLetterKeys: fixed never ending loop when end index is
+ zero.
+
+ * dlls/winmm/winearts/audio.c:
+ Jerry Jenkins <Jerry_J_Jenkins@hotmail.com>
+ Modified volume_effect8 for taking unsigned data as signed data, and
+ wodPlayer_WriteMaxFrags because of wrong data length which lead to
+ strange noise and volume control working incorrectly.
+
+ * dlls/dsound/dsound_main.c:
+ Jerry Jenkins <Jerry_J_Jenkins@hotmail.com>
+ Added waveOutSetVolume when opening sound driver. Otherwise, there is
+ no sound if we use aRts.
+
+ * files/file.c: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Return correct error codes.
+ - Fix behaviour if files are on different Wine drives
+ - delete source if copy successful
+ - try rename() - files may be on the same Unix file system.
+ - Try copy/delete if rename() fails: files may be on the same DOS
+ drive, but on different Unix file systems.
+
+ * documentation/patches.sgml, documentation/running.sgml,
+ documentation/testing.sgml, documentation/wine-devel.sgml,
+ documentation/wine-doc.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Start of the conformance testing documentation. Still very
+ incomplete.
+
+ * documentation/winelib-toolkit.sgml: Francois Gouget <fgouget@free.fr>
+ Update the section concerning winemaker's options.
+ Add a couple of warnings about out-of-date sections.
+
+ * dlls/Maketest.rules.in: Francois Gouget <fgouget@free.fr>
+ Tests are regular Winelib applications and thus should not be compiled
+ with __WINE__.
+
+ * dlls/user/tests/class.c, dlls/winsock/tests/sock.c:
+ Francois Gouget <fgouget@free.fr>
+ IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
+ instead and cast to LPWSTR.
+ Fixed type cast warnings.
+
+ * dlls/advapi32/tests/registry.c, dlls/shell32/tests/shlfileop.c,
+ dlls/wininet/tests/http.c:
+ Francois Gouget <fgouget@free.fr>
+ Change the #include order so that these tests compile on Windows.
+
+ * dlls/ntdll/tests/error.c, include/Makefile.in, include/ntstatus.h,
+ include/winnt.h:
+ Francois Gouget <fgouget@free.fr>
+ Move all STATUS_* and RPC_NT_* to ntstatus.h as per Windows SDK.
+ Add some missing constants.
+ Include ntstatus.h in winnt.h.
+
+ * files/file.c: Marcus Meissner <meissner@suse.de>
+ Fixed "conditional expr is always true due to being unsigned < 0"
+ problem.
+
+2002-09-16 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winedump/main.c, tools/winedump/winedump.h:
+ Jan Kratochvil <short@ucw.cz>
+ New -S: Search only prototype names found in 'symfile'.
+
+ * tools/winebuild/main.c: Marcus Meissner <meissner@suse.de>
+ Added ctype.h.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/printdlg.c, dlls/setupapi/virtcopy.c, include/windef.h,
+ loader/resource.c, windows/cursoricon.c, windows/dialog.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HRSRC to a void*.
+
+ * dlls/netapi32/tests/wksta.c, dlls/shlwapi/tests/shreg.c:
+ Francois Gouget <fgouget@free.fr>
+ NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
+ Windows platforms -> use GetModuleHandle + GetProcAddress.
+
+ * documentation/samples/config, documentation/wine.conf.man,
+ documentation/wine.texinfo, files/file.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Mark files starting with a dot as FA_HIDDEN.
+ Add configuration option 'ShowDotFiles' to turn this feature off.
+
+ * dlls/msvcrt/file.c: Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fix MoveFileEx() flags in MSVCRT rename()/_wrename().
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Reorganization and cleanup of selection code.
+ - Complete rewrite of focus handling and drawing code.
+ - Many bugs fixed (including a serious memory corruption).
+ - Many performance fixes.
+ - Lots of cleanups, simplifications, etc.
+ - Documentation updates.
+
+ * include/wtypes.h: Francois Gouget <fgouget@free.fr>
+ Include rpc.h after LPOLESTR and other needed types are defined.
+
+ * include/wingdi.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed typo which prevented correct compilation of code using the
+ Get{C,M,Y}Value macros.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, include/winternl.h,
+ scheduler/handle.c:
+ Implemented NtDuplicateObject.
+
+ * include/wine/obj_contextmenu.h, include/commctrl.h,
+ include/commdlg.h, include/msacm.h, include/prsht.h,
+ include/richedit.h, include/wincrypt.h:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Replace static initializers with a proper #define in .h files.
+
+ * include/winbase.h, include/wingdi.h: Juraj Hercek <juraj@syncad.com>
+ - fixed typo error in CMYK definition (COLOREF -> COLORREF)
+ - added tags to structures (_OFSTRUCT, _FILETIME, ...)
+
+ * dlls/shell32/shlexec.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c:
+ Duane Clark <dclark@akamail.com>
+ Wait for app to come up before attempting DDE connection.
+ PathIsURL should fail on text without a proper "scheme".
+
+ * files/dos_fs.c: Marcus Meissner <meissner@suse.de>
+ info->u.smb_dir is a pointer, errors are signaled by NULL.
+
+ * programs/winedbg/break.c, programs/winedbg/dbg.y,
+ programs/winedbg/debugger.h, programs/winedbg/expr.c,
+ programs/winedbg/hash.c, programs/winedbg/info.c,
+ programs/winedbg/stabs.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ability to abort on interactive symbol lookup.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Grand rewrite for {Get,Set,Insert}Item & Co.
+ - Many bugs fixed.
+ - Callback items are better supported.
+ - Improvements in rendering speed.
+ - Change VOID to void.
+ - Many code cleanups, and simplifications.
+ - Documentation updates.
+
+2002-09-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c, dlls/ntdll/cdrom.c, dlls/ntdll/reg.c,
+ misc/registry.c, win32/device.c:
+ Handle special registry root keys directly in advapi32, and avoid
+ using them in kernel and ntdll.
+
+ * dlls/ntdll/Makefile.in, memory/registry.c, win32/device.c:
+ Copied the registry functions needed by VMM into device.c and got rid
+ of memory/registry.c.
+
+ * dlls/kernel/locale.c, files/directory.c, misc/cpu.c, misc/registry.c,
+ win32/except.c:
+ Removed remaining references to advapi32 registry functions from
+ kernel functions.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll".
+ - Automatically add MSVCRT include path if MSVCRT DLL was requested.
+
+ * files/file.c: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Wait timeout must be 0 if bWait == FALSE.
+
+ * programs/Makefile.in, programs/winedbg/.cvsignore,
+ programs/winedbg/Makefile.in, programs/winedbg/README,
+ programs/winedbg/break.c, programs/winedbg/db_disasm.c,
+ programs/winedbg/dbg.y, programs/winedbg/debug.l,
+ programs/winedbg/debugger.h, programs/winedbg/display.c,
+ programs/winedbg/expr.c, programs/winedbg/expr.h,
+ programs/winedbg/ext_debugger.c, programs/winedbg/gdbproxy.c,
+ programs/winedbg/hash.c, programs/winedbg/info.c,
+ programs/winedbg/intvar.h, programs/winedbg/memory.c,
+ programs/winedbg/module.c, programs/winedbg/msc.c,
+ programs/winedbg/registers.c, programs/winedbg/source.c,
+ programs/winedbg/stabs.c, programs/winedbg/stack.c,
+ programs/winedbg/types.c, programs/winedbg/winedbg.c, configure,
+ configure.ac:
+ Moved the debugger to programs/winedbg where it belongs.
+
+ * files/file.c, files/profile.c, loader/loadorder.c, misc/version.c,
+ msdos/ppdev.c, relay32/relay386.c:
+ Removed references to advapi32 registry functions from some of the
+ kernel functions.
+
+ * dlls/ntdll/reg.c:
+ RtlFormatCurrentUserKeyPath: return path containing the user name
+ instead of .Default.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - fix perl syntax error in my own patch
+ - fix perl syntax error in generate_wrapper_file()
+ - fix order of arguments generate_from_template() in
+ generate_wrapper_file()
+ - don't ignore command line -l, -I, and -i arguments
+ - build wrapper with a minimal set of DLLs/libraries
+ - fix autoconf invocation to support both 2.5x and 2.13
+ - fix usage message for --nodlls
+ - target_init(\$global_settings) must not be done after reading command
+ line
+ - fix appName declaration in wrapper code
+
+ * dlls/comctl32/listview.c: Guy L. Albertelli <galberte@neo.lrun.com>
+ - Improve LVM_GETITEMRECT values for LVS_ICON style. Now mostly
+ correct (or at least matches native).
+ - Handle focused and selected large icon text better.
+ - Handle internal erase.
+ - Additional debugging code.
+
+2002-09-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/Makefile.in, dlls/gdi/gdi.exe.spec, dlls/user/Makefile.in,
+ dlls/user/user.exe.spec, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/winebuild.man.in:
+ Replaced 'heap' .spec statement by a command line option.
+ Updated winebuild manpage.
+
+ * include/thread.h:
+ Use larger signal stack to avoid overflows in filesystem code when
+ loading the debugger.
+
+ * dlls/shlwapi/tests/shreg.c: Delete registry key at exit.
+
+ * dlls/shlwapi/shlwapi.spec: Fixed AssocCreate declaration.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/file.c, dlls/ntdll/reg.c,
+ dlls/ole32/storage.c, files/dos_fs.c, files/file.c, include/x11drv.h:
+ Fixed warnings caused by new winternl.h.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Implement custom draw support.
+ - Fix thumb drawing.
+ - Some cleanups, reorganizations, etc.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix a bunch of bugs related to scrolling.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ Minor bug fixes and improvements.
+
+ * include/Makefile.in, include/d3d8.h, include/d3d8caps.h,
+ include/d3d8types.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Added Direct3D 8 headers.
+
+ * win32/except.c, misc/main.c, misc/options.c, misc/version.c,
+ msdos/int21.c, msdos/vxd.c, ole/ole2nls.c, relay32/relay386.c,
+ relay32/snoop.c, scheduler/critsection.c, scheduler/pthread.c,
+ scheduler/syslevel.c, server/registry.c, files/directory.c,
+ files/dos_fs.c, files/drive.c, files/file.c, files/profile.c,
+ include/ntddk.h, include/ntdef.h, include/thread.h,
+ include/wine/server.h, include/winternl.h, loader/module.c,
+ loader/pe_resource.c, loader/task.c, memory/environ.c, memory/heap.c,
+ dlls/ntdll/tests/error.c, dlls/ntdll/tests/rtlbitmap.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage.c, dlls/oleaut32/tmarshal.c,
+ dlls/setupapi/dirid.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/install.c, dlls/setupapi/parser.c,
+ dlls/setupapi/queue.c, dlls/winedos/int21.c, dlls/winmm/mmsystem.c,
+ dlls/kernel/time.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c,
+ dlls/msvcrt/cppexcept.c, dlls/msvcrt/dir.c, dlls/msvcrt/except.c,
+ dlls/msvcrt/file.c, dlls/netapi32/wksta.c, dlls/ntdll/cdrom.c,
+ dlls/ntdll/critsection.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/file.c,
+ dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/loader.c,
+ dlls/ntdll/nt.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c,
+ dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ntdll/wcstring.c,
+ dlls/advapi32/security.c, dlls/commdlg/filedlg95.c,
+ dlls/dsound/buffer.c, dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c,
+ dlls/gdi/driver.c, dlls/kernel/kernel_main.c, dlls/kernel/locale.c,
+ dlls/kernel/thunk.c:
+ Patrik Stridvall <ps@leissner.se>
+ Moved all the content of the DDK files ntdef.h and ntddk.h to
+ winternl.h.
+
+ * dlls/advapi32/registry.c:
+ Fixed requested access rights in RegDeleteKey[AW].
+
+ * dlls/advapi32/tests/registry.c:
+ Fixed possible infinite loop in delete_key.
+
+ * dlls/shlwapi/tests/shreg.c: Patrik Stridvall <ps@leissner.se>
+ Fixed C++ comments.
+
+ * programs/wcmd/wcmdmain.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ WCMD_parse: allow slashes in command filenames.
+
+ * include/windef.h: Steven Edwards <steven_ed4153@yahoo.com>
+ Cleanup warning when building on Mingw.
+
+ * tools/winapi/winapi_cleanup, tools/winapi/winapi_cleanup_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Made remove trailing whitespace a default off option.
+ - Add support for C++ to C comment conversion.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Complete rewrite of scrolling code: smaller, faster, cleaner.
+ We now properly scroll the window, rather than invalidating it on
+ every scroll action.
+ - A bug or two got squashed.
+ - Many code cleanups, simplifications, etc.
+ - Some documentation updates.
+
+ * tools/winebuild/parser.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove support for 'file', 'name', and 'mode' in .spec files.
+
+ * dlls/shlwapi/url.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Make hex digits static const & share them.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/tests/shreg.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implementation and test for SHCopyKeyA/W.
+
+ * dlls/winsock/socket.c, files/file.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fix the behavior of GetOverlappedResult() and WSAGetOverlappedResult()
+ with non-manual-reset (auto-reset) events in the OVERLAPPED structures.
+
+ * include/Makefile.in: Andriy Palamarchuk <apa3a@yahoo.com>
+ Install tchar.h.
+
+ * documentation/winelib-toolkit.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Spec files documentation. Added information about wide strings. Based
+ on comments by Patrik Stridvall.
+
+ * files/directory.c: Michael Beach <michaelb@ieee.org>
+ Fixed buffer size in DIR_TryModulePath for Win32 modules.
+
+ * dlls/oleaut32/olepicture.c, dlls/winmm/winenas/audio.c,
+ include/basetsd.h, include/rpcndr.h, include/wine/windef16.h,
+ include/winnt.h, include/wtypes.h, programs/wcmd/directory.c,
+ programs/winefile/winefile.c, programs/winefile/winefile.h,
+ tools/winedump/msmangle.c, tools/winedump/symbol.c:
+ Removed the __uint* types from basetsd.h since they don't exist under
+ Windows. Fixed a few other issues with type definitions.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/krnl386.exe.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Move the name directive from the .spec file to the Makefile.
+
+ * tools/winebuild/main.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for naming the DLL from the command line.
+
+ * dlls/winspool/info.c: Marcus Meissner <meissner@suse.de>
+ New CUPS libraries return "none" as default printer instead of NULL.
+
+ * dlls/kernel/krnl386.exe.spec, dlls/user/ddeml.spec,
+ dlls/user/user.exe.spec, dlls/winsock/winsock.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Make all spec files grep-able.
+
+ * miscemu/Makefile.in, miscemu/wine.spec:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Moved mode setting out of .spec file into Makefile.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Greatly improved drawing code: eliminates all flicker, faster, cleaner
+ tics drawing, better tooltip positioning, code cleanups and
+ simplifications.
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Rewrite the drawing code. It now is much smaller, easier to follow,
+ and faster. Moreover, it now supports the dwRop operation, and it is
+ in good shape to support the missing features.
+ - Draw the dragged image semi-transparently (will work when we support
+ alpha blending).
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add ImageList states (ILS_*) definitions.
+
+2002-09-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/netapi32/Makefile.in, dlls/netapi32/apibuf.c,
+ dlls/netapi32/netapi32.spec, dlls/netapi32/tests/.cvsignore,
+ dlls/netapi32/tests/Makefile.in, dlls/netapi32/tests/apibuf.c,
+ dlls/netapi32/tests/wksta.c, dlls/netapi32/wksta.c,
+ include/Makefile.in, include/lm.h, include/lmaccess.h,
+ include/lmapibuf.h, include/lmcons.h, include/lmerr.h,
+ include/lmwksta.h, include/winbase.h, configure, configure.ac:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented buffer management functions, a couple of workstation
+ information functions, created conformance tests.
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Store the global settings in Make.rules.in instead of duplicating them
+ in each Makefile.in file.
+ Introduce generate_from_template which replaces generate_configure
+ and generate_generic
+ Simplify the wrapper generation by using generate_from_template.
+ Rename configure.in to configure.ac. Now works with autoconf 2.5x.
+
+ * tools/winedump/README, tools/winedump/debug.c, tools/winedump/pe.c,
+ tools/winedump/pe.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Implement dumping of COFF debug symbol table.
+ - Fix winedump syntax description.
+ - Spelling fixes.
+
+ * dlls/kernel/tests/alloc.c: Andriy Palamarchuk <apa3a@yahoo.com>
+ A few more conformance tests for heap memory allocation.
+
+ * include/ntsecapi.h: Andriy Palamarchuk <apa3a@yahoo.com>
+ Added policy access constants, type definition.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Implement autopaging.
+ - Remove incorrect FIXMEs.
+ - Small cleanups.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Code cleanups and simplifications, documentation updates.
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Fix the Wine detection when using the Wine source tree.
+
+2002-09-10 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Fix detection of 'ln -s'.
+ Fix computation of TOPOBJDIR.
+ Install exes and dlls in $(libdir).
+ -Wl,-rpath is not relevant for dlls.
+
+ * include/Makefile.in, include/winternl.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added the new header winternl.h.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement @163,164,168,175,182,187,286,SHSkipJunction.
+ Stub @201,202,203, Document many functions.
+ @165: Fix mask and flags parameter order.
+ @172: Works on IInternetSecurityMgrSite and IShellView too.
+ @199,@268: No return value, call @169.
+
+ * include/winnt.h: Patrik Stridvall <ps@leissner.se>
+ Added a few macros for MS C/C++ specific features.
+
+ * tools/winemaker, tools/winemaker.man:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Fix --nomfc option which is currrently broken.
+ - Add --nodlls option for small apps.
+
+2002-09-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/crypt32/main.c, include/Makefile.in, include/mssip.h,
+ include/sipbase.h, include/wincrypt.h:
+ Patrik Stridvall <ps@leissner.se>
+ Add and use the header files mssip.h and sipbase.h.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/registry16.c, misc/registry.c:
+ Moved 16-bit registry functions to kernel dll and implemented them by
+ calling up to advapi32.
+
+ * dlls/gdi/gdi16.c, dlls/ntdll/signal_i386.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/metafile.c, objects/palette.c,
+ windows/queue.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/ntdll/error.c, dlls/ntdll/tests/.cvsignore,
+ dlls/ntdll/tests/Makefile.in, dlls/ntdll/tests/error.c,
+ include/winerror.h, include/winnt.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ RtlNtStatusToDosError: Added new NT status to error codes mapping,
+ added missed definitions of the used constants, created unit test for
+ subset of the mappings.
+
+ * controls/uitools.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Implement DFCS_TRANSPARENT.
+ - Fix indentation.
+ - Add remark about unimplemented DFC_POPUPMENU.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Pass infoPtr around, instead of hwnd.
+ - Implement hot cursor.
+ - Update list of unimplemented messages.
+ - Simplify the code for editing labels.
+ - Start working towards more type-safe functions.
+ - Small code cleanups.
+ - Some docu updates.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/progress.c,
+ dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix bug in mouse position reading.
+ - Remove useless code.
+ - Small code cleanups.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix the tics drawing code.
+ - Fix the selection area calculation & drawing.
+ - Implement TBS_DOWNISLEFT.
+ - Make use of fLocation (TBTS_{TOP,LEFT,BUTTOM,RIGHT}).
+ - Lots of code cleanups and simplifications.
+
+ * dlls/comctl32/tooltips.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for the TTM_GETBUBBLESIZE message.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ - Add missing declaration for TBS_DOWNISLEFT and TTM_GETBUBBLESIZE.
+ - Fix indentation for a bunch of things.
+
+ * dlls/winspool/info.c: Marcus Meissner <marcus@jet.franken.de>
+ If the default CUPS printer has no ppd file, just use the first
+ printer that has one as Windows default printer.
+ Support PRINTER_ENUM_CONNECTIONS in the default way.
+
+ * dlls/msvcrt/scanf.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make the scanf family recognize characters again.
+
+ * tools/winapi/win32.api, tools/winapi_check/modules.dat:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * tools/winemaker: Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ - Add "-ldl" for wrapper apps.
+ - fix Makefile for --wrap.
+ - Fix wrapper code which was broken for console apps.
+
+2002-09-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/printdlg.c, dlls/wineps/driver.c, dlls/winsock/async.c,
+ dlls/winsock/socket.c, include/windef.h, include/wine/winsock16.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Finish the conversion of HWND to a void*.
+
+ * dlls/kernel/tests/path.c, tools/wineinstall:
+ Francois Gouget <fgouget@free.fr>
+ Some small typo / phrasing fixes.
+
+ * Makefile.in, configure, configure.ac, dlls/Makedll.rules.in,
+ dlls/Makefile.in, dlls/Maketest.rules.in, dlls/make_dlls,
+ programs/winetest/Makefile.in, Make.rules.in:
+ Added preliminary support for cross-compiling tests using mingw on
+ Linux if available.
+
+ * dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/info.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/private_mciavi.h,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, dlls/comctl32/tooltips.c,
+ dlls/comctl32/treeview.c, dlls/comctl32/updown.c,
+ dlls/gdi/win16drv/prtdrv.c, dlls/msvideo/msvideo_main.c,
+ dlls/setupapi/queue.c, dlls/setupapi/setupx_main.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shlexec.c,
+ dlls/twain/dsm_ctrl.c, dlls/twain/twain_i.h, dlls/winmm/mci.c,
+ dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/listview.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
+ the conversion of HWND to a void*.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ include/ntsecapi.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ LsaNtStatusToDosError implementation.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ WS2_register_async_shutdown(): Try immediate completion, in case an
+ app never waits for anything.
+ WS_accept(): Avoid crash if addr parameter is NULL.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented registry MIME type functions @324-329.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec,
+ dlls/ntdll/ntdll.spec, dlls/ttydrv/Makefile.in,
+ dlls/user/Makefile.in, dlls/user/user32.spec,
+ dlls/winedos/Makefile.in, dlls/x11drv/Makefile.in, dlls/Makefile.in,
+ dlls/ddraw/Makefile.in:
+ Link all remaining dlls except kernel32 as separated dlls, by
+ temporarily exporting the few functions that are not properly
+ separated yet.
+
+ * misc/version.c: Fixed checking of special dll names.
+
+ * documentation/introduction.sgml:
+ Francois Gouget <fgouget@codeweavers.com>
+ Mention 32bit coordinates support.
+
+ * dlls/kernel/tests/atom.c: Francois Gouget <fgouget@codeweavers.com>
+ Do not include wine/unicode.h.
+
+ * tools/winemaker: Francois Gouget <fgouget@codeweavers.com>
+ Add prototypes to all functions.
+ Make winemaker work in 'strict' mode.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add @138,@157,@180,@197,@204.
+ @151-157: Parameters are const.
+ @36 inserts MF_BITMAP's.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ Fixed typo in check_buffer_se().
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Implemented SHCreateStdEnumFmtEtc.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Eliminate flicker.
+ - Much improved thumb dragging.
+ - Fix tooltip behaviour.
+ - Fix tick handling.
+ - Streamlined drawing code.
+ - Decent paging width.
+ - Handle OOM gracefully.
+ - Add proper notifications.
+ - Fix range setting.
+ - Start support for custom draw.
+ - Fix a bunch of bugs.
+ - Code cleanups.
+ - Update documentation.
+ - Spacing fixes.
+
+ * dlls/comctl32/comctl32.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add generic notification support for the common controls.
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Complete support for rgb{Fg,Bk} in DrawIndirect.
+ - Rename VOID to void.
+ - Documentation cleanup.
+ - Fix ILD_TRANSPARENT handling.
+
+2002-09-04 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20020904.
+
+----------------------------------------------------------------
+2002-09-04 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in: Remove Maketest.rules on distclean.
+
+ * dlls/kernel/sync.c:
+ PeekNamedPipe: Check if the pipe was closed when there are 0 available
+ bytes (based on a patch by Uwe Bonnes).
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added Assoc* funcs (but not underlying IQueryAssociations object).
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Fix ImageList_GetIcon to use ImageList_* functions for
+ completeness.
+ - Tiny code cleanups.
+ - Documentation updates.
+
+ * dlls/comctl32/trackbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - Unicodification (use Unicode functions & types consistently).
+ - Pass infoPtr around instead of hwnd.
+ - Proper type-safe signatures for functions processing messages.
+ - Fix the types for some of the control's parameters.
+ - Implement [GS]ET_UNICODEFORMAT.
+ - Few indentation and spacing fixes.
+ - Tidy up docu.
+
+ * tools/wineinstall: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added symlinks for winhelp.
+
+ * windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c,
+ windows/spy.c, windows/struct32.c, windows/win.c, windows/winhelp.c,
+ windows/winproc.c, controls/listbox.c, controls/static.c,
+ dlls/user/dde/client.c, dlls/user/msg16.c, dlls/user/property.c,
+ dlls/user/wnd16.c, dlls/x11drv/dga2.c, dlls/x11drv/event.c,
+ include/win.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - Rename WIN_Handle16 to HWDN_16 and make it a macro.
+ - Prepare user.dll for the change of HWND to a void*.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int10.c,
+ dlls/winedos/int31.c, include/miscemu.h, msdos/dosmem.c,
+ msdos/dpmi.c, msdos/int2f.c:
+ Added DPMI segments structure and related function to avoid direct
+ references to dosmem internal variables.
+ Determine BIOS system offsets at compile time.
+
+ * objects/font.c: Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Return old code for handling parameters to GetCharacterPlacement (+
+ fix heap overrun in it). New code did not correctly match the Windows
+ behaviour.
+ - Amend the BiDi algorithm so that many strings will now produce quite
+ readable output.
+
+ * include/wingdi.h, tools/wrc/newstruc.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fixed typo in BITMAPV4HEADER stucture.
+
+ * dlls/shell32/shlfileop.c, dlls/shell32/tests/shlfileop.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ SHFileOperationA: improved, implemented FO_MOVE action, added more
+ conformance tests.
+
+ * dlls/comctl32/updown.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Small updown cleanup.
+
+ * include/commctrl.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added some missing ImageList definitions.
+
+ * dlls/comctl32/imagelist.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - implement support for xBitmap and yBitmap in ImageList_DrawIndirect
+ - small code, docs, and messages cleanups
+
+ * dlls/winmm/joystick/joystick.c: David D. Hagood <wowbagger@sktc.net>
+ Fixed Linux 2.2 event API code.
+
+ * debugger/winedbg.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed console sizing at startup.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added configuration on per application basis.
+ Added ability to override part of the configuration from console
+ creator.
+ Revisited a bit wineconsole startup.
+ Added dialog part for window closing at process termination.
+
+ * dlls/kernel/console.c, dlls/kernel/console_private.h,
+ dlls/kernel/editline.c, dlls/kernel/kernel_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now passing some console parameters at wineconsole creation instead of
+ successive server requests.
+ Better prototypes for console functions in kernel.
+ Some minor console creation fixes.
+
+2002-08-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/driver.c, dlls/ntdll/time.c, files/profile.c,
+ include/mmddk.h, loader/ne/module.c, memory/atom.c, msdos/dosconf.c,
+ msdos/vxd.c, tools/winebuild/main.c, win32/newfns.c,
+ windows/clipboard.c:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compatibility fixes.
+
+ * programs/winhelp/Sk.rc: Repaired Slovak resources.
+
+ * programs/winhelp/Si.rc, programs/winhelp/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * if1632/relay.c, if1632/snoop.c, include/miscemu.h, include/winnt.h,
+ loader/task.c, misc/system.c, msdos/dosmem.c, msdos/dpmi.c,
+ msdos/int11.c, msdos/int12.c, msdos/int15.c, msdos/int1a.c,
+ msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c,
+ msdos/int4b.c, msdos/int5c.c, msdos/vxd.c, win32/device.c,
+ windows/input.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c,
+ dlls/kernel/windebug.c, dlls/winedos/devices.c,
+ dlls/winedos/dosaspi.c, dlls/winedos/dosexe.h, dlls/winedos/int10.c,
+ dlls/winedos/int16.c, dlls/winedos/int17.c, dlls/winedos/int21.c,
+ dlls/winedos/int33.c, dlls/winedos/int67.c, dlls/winedos/xms.c:
+ Moved internal context macros out of winnt.h.
+ Added SET_AX etc. macros to avoid non-portable pointer manipulations.
+
+ * debugger/source.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Load source files thru Win32 API.
+
+ * debugger/gdbproxy.c, debugger/memory.c:
+ Marcus Meissner <meissner@suse.de>
+ Added gdbproxy support for ppc, added missing GET_IP for memory.c.
+
+2002-08-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/crtdll/.cvsignore, dlls/dinput/.cvsignore,
+ dlls/dplayx/.cvsignore, dlls/imagehlp/.cvsignore,
+ dlls/mapi32/.cvsignore, dlls/netapi32/.cvsignore,
+ dlls/olesvr/.cvsignore, dlls/richedit/.cvsignore,
+ dlls/shdocvw/.cvsignore, dlls/shlwapi/.cvsignore,
+ dlls/tapi32/.cvsignore, dlls/twain/.cvsignore,
+ dlls/avicap32/.cvsignore, dlls/comcat/.cvsignore,
+ dlls/comctl32/.cvsignore:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Update some .cvsignore files for building on Windows.
+
+ * dlls/winedos/devices.c, dlls/winedos/dosaspi.c,
+ dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int10.c,
+ dlls/winedos/int16.c, dlls/winedos/int21.c, dlls/winedos/int31.c,
+ dlls/winedos/int67.c, dlls/winedos/module.c, dlls/winedos/vga.c,
+ dlls/winedos/xms.c, include/miscemu.h, msdos/dosmem.c:
+ Fixed some dll separation issues.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement CBES_EX_NOSIZELIMIT style.
+
+ * tools/winapi/msvcmaker: Patrik Stridvall <ps@leissner.se>
+ - Proper handling of GDI32 and USER32.
+ - Added PACKAGE_* for the config.h generation.
+ - Proper include path for the resource compiler.
+ - Minor bug fixes and improvements.
+
+ * programs/winhelp/hlp2sgml.c: Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/ntdll/exception.c, dlls/ntdll/signal_powerpc.c,
+ include/winnt.h, server/context_powerpc.c:
+ Marcus Meissner <meissner@suse.de>
+ Use Iar (Instruction Address Register) instead of Fill[0].
+ siginfo.si_code uses the lower 16bit for the type of the exception.
+
+ * programs/clock/Si.rc, programs/clock/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Slovenian resources for clock.
+
+2002-08-29 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/input.c: Per Nystrom <centaur@netmagic.net>
+ Set the flag in GetCursorInfo.
+
+ * dlls/comctl32/listview.c: Guy L. Albertelli <galberte@neo.lrun.com>
+ - Reduce the number of messages being passed to itself by using the
+ internal routines.
+ - Fix problem in _SetIconSpacing found by recent change.
+ - Add initial support for correct icon sizing.
+ - A few extra traces.
+
+ * windows/painting.c:
+ Create the scratch region before copying if necessary.
+
+ * graphics/x11drv/palette.c, include/windef.h,
+ dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
+ dlls/msvideo/vfw16.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HPALETTE to a void*.
+
+ * dlls/gdi/gdi16.c, include/gdi.h, objects/dc.c, objects/palette.c:
+ Added internal 32-bit versions of GDISelectPalette and
+ GDIRealizePalette.
+
+ * dlls/winmm/winealsa/alsa.h, include/config.h.in, configure,
+ configure.ac:
+ Marco Pietrobono <pietrobo@pietrobo.com>
+ Use alsa/asoundlib.h instead of sys/asoundlib.h if possible.
+
+ * windows/win.c: Juergen Schmied <juergenschmied@lycos.de>
+ Support for HWND_MESSAGE.
+
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@xs4all.nl>
+ In WSAStartup() don't touch the lpVendorInfo field of the WSADATA
+ structure.
+
+ * dlls/x11drv/winpos.c: Mike McCormack <mikem@codeweavers.com>
+ Rely on the window manager to show and hide popup windows for us.
+
+2002-08-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msacm/winemp3/decode_i386.c, dlls/msacm/winemp3/mpegl3.c,
+ dlls/oleaut32/parsedt.c, dlls/richedit/reader.c,
+ dlls/richedit/text-writer.c, dlls/winedos/int67.c,
+ dlls/wineps/download.c, dlls/wininet/internet.h,
+ include/wine/obj_dragdrophelper.h, programs/regsvr32/regsvr32.c,
+ tools/winedump/output.c:
+ Patrik Stridvall <ps@leissner.se>
+ Removed trailing white space.
+
+ * tools/winapi/Makefile.in, tools/winapi/winapi_cleanup,
+ tools/winapi/winapi_cleanup_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ New tool winapi_cleanup for doing simple automatic cleanups.
+ Currently it removes trailing white space from the .[ch] files.
+
+ * msdos/int11.c, msdos/int21.c, msdos/ioports.c, objects/font.c,
+ relay32/builtin32.c, scheduler/handle.c, scheduler/timer.c,
+ win32/except.c, graphics/painting.c, graphics/path.c,
+ if1632/builtin.c, if1632/relay.c, include/file.h, include/rpcdcep.h,
+ library/config.c, loader/loadorder.c, loader/main.c,
+ loader/module.c, loader/ne/segment.c, loader/resource.c,
+ memory/registry.c, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/printdrv.c, dlls/gdi/win16drv/init.c, dlls/kernel/comm.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/locale.c, dlls/kernel/sync.c,
+ dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/lzexpand/lzexpand_main.c, dlls/ntdll/sec.c,
+ dlls/ntdll/signal_powerpc.c, dlls/shell32/dialogs.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shellpath.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compatibility fixes.
+
+ * dlls/user/display.c, dlls/user/user32.spec, include/winuser.h,
+ windows/input.c:
+ Per Nystrom <centaur@netmagic.net>
+ Implemented GetCursorInfo.
+
+ * programs/winetest/include/advapi32.pm,
+ programs/winetest/include/comctl32.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/ntdll.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/urlmon.pm,
+ programs/winetest/include/user32.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Updated winetest's Perl modules using winapi_extract.
+
+ * controls/menu.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make sure we clear the owning window's hMenu in DestroyMenu().
+
+ * dlls/gdi/win16drv/font.c, dlls/gdi/win16drv/win16drv.h,
+ dlls/user/user_main.c, graphics/x11drv/codepage.c,
+ graphics/x11drv/dib.c, graphics/x11drv/xfont.c, include/bitmap.h,
+ include/font.h, include/gdi.h, include/global.h, include/x11font.h,
+ memory/atom.c, objects/bitmap.c, objects/dib.c, objects/font.c,
+ objects/region.c, windows/cursoricon.c, windows/painting.c:
+ Fixed a number of dll separation issues.
+
+ * dlls/kernel/tests/path.c: Removed system specific GetTempPathA test.
+
+ * windows/nonclient.c: Tweak position of system menu small icon.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - implement CBEN_DRAGBEGIN
+ - remove useless FIXMEs
+
+ * debugger/winedbg.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed breaking DLL load.
+
+ * debugger/msc.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed typo in test.
+
+ * dlls/gdi/mfdrv/bitblt.c: Huw D M Davies <hdavies@codeweavers.com>
+ BitBlt and StretchBlt generate META_DIBSTRETCHBLT records.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct some of the system metrics to more closely match Windows
+ values.
+
+ * controls/combo.c: Aric Stewart <aric@codeweavers.com>
+ If we have no dropdown height give ourselves a minimum height of 5
+ items or max items (whichever is less).
+
+ * controls/combo.c:
+ Fixed WM_GETTEXT handling to avoid strncpy and return correct lengths.
+
+ * controls/menu.c, dlls/ole32/ole2.c, dlls/user/msg16.c,
+ dlls/user/resource.c, include/user.h, include/windef.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HACCEL to a void*.
+
+ * dlls/user/Makefile.in, dlls/user/user.exe.spec, dlls/user/user16.c,
+ include/wine/winuser16.h:
+ Patrik Stridvall <ps@leissner.se>
+ Implement wrapper calls for the 16 bit GlobalAtom* functions.
+
+2002-08-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winspool/info.c:
+ Alexander Gottwald <Alexander.Gottwald@informatik.tu-chemnitz.de>
+ Avoid crash if no default cups printer is set.
+
+ * include/commctrl.h: Added a couple of listview definitions.
+
+ * tools/winebuild/parser.c:
+ Fixed line numbers in error messages and improved redefinition error
+ (based on a patch by Jon Griffiths).
+
+ * tools/widl/parser.l, tools/widl/widl.c, tools/winebuild/import.c,
+ tools/wpp/wpp.c, tools/wpp/wpp.h, tools/wrc/wrc.c:
+ Try to derive temp file names from output file names for better
+ portability.
+
+ * dlls/comctl32/listview.c: Mike McCormack <mikem@codeweavers.com>
+ Change the icon spacing when setting the image list.
+
+ * dlls/comctl32/listview.c: Aric Stewart <aric@codeweavers.com>
+ Windows expects the edit window to hang around and be valid.
+
+ * dlls/user/user_main.c, dlls/x11drv/clipboard.c, dlls/x11drv/event.c,
+ dlls/x11drv/x11drv.spec, include/clipboard.h, include/user.h,
+ include/x11drv.h, windows/clipboard.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ - Add a max wait time for selection notifies.
+ - Add new function to the x11drv to get clipboard format names of
+ externally registered formats.
+ - When a clipboard format is registered we should pass the global atom
+ value as the format identifier.
+ - Clipboard format name should be treated as case insensitive.
+ - Serialize metafile bits when requested via a clipboard selection.
+ - Return format ids for native formats when mapping from properties.
+
+ * dlls/advapi32/advapi.c, dlls/ntdll/sec.c, files/profile.c,
+ include/wine/library.h, library/config.c, scheduler/client.c,
+ server/registry.c:
+ Added wine_get_user_name function and got rid of some of the getpwuid
+ portability stuff.
+ More portable printf formats for 64-bit types.
+
+ * dlls/ntdll/time.c, win32/newfns.c: Patrik Stridvall <ps@leissner.se>
+ MSVC long long fixes.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement CBES_EX_PATHWORDBREAKPROC for the ComboEx control.
+
+ * dlls/x11drv/keyboard.c: Hleb Valoska <el_globus@tut.by>
+ Added Belarusian keyboard.
+
+ * controls/edit.c: Zoltan Nagy <nagyzoli@netelek.hu>
+ Move caret when selecting a text area with the mouse.
+
+ * dlls/shlwapi/shlwapi.spec: Rein Klazes <rklazes@xs4all.nl>
+ Forward shlwapi.393 to CreateDialogIndirectParamW.
+
+ * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Don't cache file handles for NE executable modules so that we don't
+ lock the CDROM.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/directory.c, dlls/kernel/tests/drive.c,
+ dlls/kernel/tests/file.c, dlls/kernel/tests/path.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added a bunch of new regression tests.
+
+ * configure.ac, dlls/shell32/Makefile.in, dlls/shell32/shlfileop.c,
+ dlls/shell32/tests/.cvsignore, dlls/shell32/tests/Makefile.in,
+ dlls/shell32/tests/shlfileop.c, configure:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ SHFileOperation: Implemented the FO_RENAME action, fixed FO_DELETE,
+ implemented unit tests for these two actions.
+
+ * win32/device.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert most of the file APIs to Unicode.
+
+ * files/file.c:
+ Fixed permission check when renaming a directory (based on a patch by
+ Andriy Palamarchuk).
+
+ * windows/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Dump SetWindowPos flags.
+
+ * files/directory.c, files/dos_fs.c, files/drive.c, files/file.c,
+ files/profile.c, files/smb.c, files/smb.h, include/drive.h,
+ include/file.h, loader/task.c, memory/registry.c, misc/registry.c,
+ msdos/dosconf.c, msdos/int11.c, msdos/int21.c, msdos/ioports.c,
+ scheduler/process.c, dlls/kernel/wowthunk.c, dlls/ntdll/file.c,
+ dlls/winedos/int21.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert most of the file APIs to Unicode.
+
+ * dlls/comctl32/comctl_Pl.rc, dlls/comctl32/rsrc.rc:
+ Jacek Bator <jbator@man.poznan.pl>
+ Added Polish translations.
+
+ * loader/module.c, server/mapping.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Relax a bit PE consistency checks.
+ Return BINARY_DOS type if extended header was not recognized.
+
+ * dlls/x11drv/winpos.c: Bill Medland <billmedland@look.ca>
+ SetWindowPos sends WM_WINDOWPOSCHANGED even if it has been told not to
+ send WM_WINDOWPOSCHANGING.
+
+ * include/basetsd.h: Steven Edwards <steven_ed4153@yahoo.com>
+ Fix for lots of warnings when building on Mingw32.
+
+ * dlls/shlwapi/shlwapi.spec: Dmitry Timoshkov <dmitry@baikal.ru>
+ Correct the number of parameters for StrRStrIA/W.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/signal_powerpc.c:
+ Marcus Meissner <meissner@suse.de>
+ Implemented signal handling for PPC.
+
+ * tools/winapi/config.pm, tools/winapi/msvcmaker:
+ Patrik Stridvall <ps@leissner.se>
+ Added Microsoft Visual Studio workspace and project file maker.
+
+2002-08-26 Alexandre Julliard <julliard@winehq.com>
+
+ * msdos/int1a.c, msdos/int21.c, scheduler/synchro.c, win32/time.c,
+ configure.ac, dlls/kernel/comm.c, dlls/kernel/time.c,
+ dlls/msvcrt/time.c, dlls/ntdll/cdrom.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/error.c, dlls/ntdll/om.c, dlls/ntdll/sec.c, files/file.c,
+ files/smb.c, if1632/snoop.c, include/config.h.in, misc/main.c,
+ misc/version.c, configure:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compatibility fixes.
+
+ * programs/progman/dialog.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Partial fix for browse dialog in Program Manager.
+
+ * dlls/winmm/wineoss/audio.c: Ove Kaaven <ovek@transgaming.com>
+ Tweaks to improve playback performance and reduce sound glitches:
+ - wodGetPosition does not send an update message to the player thread;
+ this reduces the accuracy of the readout from byte-accuracy to near
+ fragment-accuracy, but we save 2-4 context switches and kernel
+ scheduling penalties.
+ - if FeedDSP runs out of data, do not flush output buffers before
+ notifications are sent and given the chance to provide more sound data.
+ Do not flush before we're down to the last fragment.
+ - messages to the player thread are signaled using Unix pipes instead
+ of Win32 synchronization primitives, to avoid having the player thread
+ wait for the wineserver (and context switches from/to it) before the
+ it can feed more data to the sound card.
+ - ring buffer size is increased from 30 to 192 to support some games
+ that fires 128 messages at once to determine DMA buffer size.
+
+ * debugger/info.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Added 'watch' command to the winedbg help command.
+
+ * tools/winedump/main.c, tools/winedump/misc.c, tools/winedump/pe.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Make winedump compilable by MSVC.
+
+ * dlls/comctl32/propsheet.c: Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing of PSM_SETCURSELID message.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ - implement CBES_EX_CASESENSITIVE
+ - fix severe bug in CB_FINDEXACTSTRING
+ - small cleanups
+
+ * dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c,
+ dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Moved most of the 16-bit functions in dlls/msvideo to msvideo16.c.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ include/winnt.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ SetTokenInformation stub implementation, a few other small changes.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement UrlHashW.
+
+2002-08-20 Alexandre Julliard <julliard@winehq.com>
+
+ * include/x11drv.h, dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+ Don't map/unmap a top-level window when WS_VISIBLE changes, only when
+ we explicitly do a SetWindowPos(SWP_SHOWWINDOW/HIDEWINDOW).
+ Update the WM hints when mapping a window in case the style has
+ changed in the meantime.
+
+ * objects/font.c: Mike McCormack <mikem@codeweavers.com>
+ Handle NULL buffer in GetObject.
+
+ * dlls/kernel/format_msg.c, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/Makefile.in, dlls/kernel/tests/format_msg.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Added regression test for FormatMessage.
+ Fixed cr/lf handling.
+ Prevent an infinite loop when an invalid format (%S) is passed as a
+ format string to vsnprintf.
+ Fixed a memory leak in the W version.
+
+ * configure, configure.ac: Marcus Meissner <meissner@suse.de>
+ Do not emit .string into the instruction stream, but into the .data
+ section (to avoid alignment assertions).
+
+ * dlls/shell32/shelllink.c: Dusan Lacko <dlacko@codeweavers.com>
+ Fix extraction of icons from ICO files.
+
+ * controls/edit.c: Aric Stewart <aric@codeweavers.com>
+ Don't set EN_CHANGE at creation time.
+
+ * memory/environ.c, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/Makefile.in, dlls/kernel/tests/environ.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unit test for environment functions and fixed some bugs.
+
+ * dlls/kernel/locale.c, dlls/ntdll/ntdll.spec, windows/message.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win32.api, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * library/port.c: Marcus Meissner <meissner@suse.de>
+ Cleaned up interlocking funcs for PPC, fixed return value of
+ interlocked_add.
+
+ * tools/winebuild/import.c: Marcus Meissner <meissner@suse.de>
+ Implemented delayed import assembler thunks for PPC.
+
+ * include/winnt.h, scheduler/sysdeps.c:
+ Marcus Meissner <meissner@suse.de>
+ Use r2 instead of r13 for TLS, since r13 is used in the ELF32 PPC
+ ABI.
+
+2002-08-19 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/gdbproxy.c: Robert Lunnon <bob@yarrabee.net.au>
+ Removed use of saddr as a variable name which conflicts with usage in
+ netinet/in.h.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix existing string functions, implement a bunch of new ones.
+
+ * dlls/shlwapi/thread.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Create security attributes when running as NT or later.
+
+ * dlls/shlwapi/shlwapi_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Free comctl32 on unload.
+
+2002-08-17 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg: Mike McCormack <mikem@codeweavers.com>
+ Added some keys for ole32 interfaces.
+
+ * dlls/gdi/freetype.c: François Gouget <fgouget@codeweavers.com>
+ Detect the FreeType version and adapt the sfnt offset accordingly.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/mapping.c, dlls/gdi/mfdrv/mapping.c,
+ dlls/gdi/mfdrv/metafiledrv.h, graphics/mapping.c, include/gdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Mapping mode functions should change dc settings when dc is an enhmf.
+
+ * include/commdlg.h: Mike McCormack <mikem@codeweavers.com>
+ Removed Wine internal flags.
+
+ * objects/enhmetafile.c: Mike McCormack <mikem@codeweavers.com>
+ Added sanity checks on EMRCREATEDIBPATTERNBRUSHPT values.
+ Fix a memory leak.
+
+ * programs/winhelp/hlp2sgml.c:
+ Added GetProcessHeap definition in case it's not inlined.
+
+ * tools/fnt2bdf.c, tools/makedep.c, tools/widl/header.c,
+ tools/widl/parser.l, tools/widl/proxy.c, tools/widl/widl.c,
+ tools/winebuild/import.c, tools/winebuild/res16.c,
+ tools/winebuild/res32.c, tools/winedump/debug.c,
+ tools/winedump/pe.c, tools/wpp/preproc.c, tools/wrc/wrc.c:
+ Dmitry Timoshkov <dmitry@baikal.ru>
+ Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>.
+
+ * programs/notepad/En.rc: Shachar Shemesh <sun@consumer.org.il>
+ Change sublanguage from "NEUTRAL" to "DEFAULT", so LoadResource will
+ be able to find it if no other language is a better match.
+
+ * dlls/gdi/freetype.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not leave uninitialized pointer.
+
+ * objects/enhmetafile.c: Huw D M Davies <hdavies@codeweavers.com>
+ Allow an app to open the file of a disk based emf for reading while
+ the hemf is still open.
+ Implement SetWinMetaFileBits in a more sane fashion.
+
+ * dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/enhmfdrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement simple ExtTextOut for enhmfdrv.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/registry.c, library/debug.c,
+ library/loader.c, library/port.c, memory/instr.c:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compatibility fixes.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/file.c,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/scanf.c, dlls/msvcrt/scanf.h,
+ include/msvcrt/stdio.h:
+ Daniel Gudbjartsson <dfg@decode.is>
+ Combined the implementation of all the scanf's in a single place.
+ Added implementations of fwscanf, swscanf, wscanf and sscanf.
+ Corrected the declaration of swscanf.
+ Added implementation of the l, h, L and w prefixes.
+ Added implementation of the c, C, s, S and n types.
+
+ * dlls/ntdll/exception.c, server/Makefile.in, server/context_powerpc.c:
+ Marcus Meissner <meissner@suse.de>
+ Implemented server context/ptrace handling for Linux/PowerPC.
+
+ * msdos/int25.c, msdos/int26.c, msdos/ioports.c, msdos/vxd.c,
+ scheduler/client.c, scheduler/handle.c, scheduler/process.c,
+ scheduler/pthread.c, scheduler/synchro.c, scheduler/sysdeps.c,
+ scheduler/syslevel.c, scheduler/thread.c, win32/device.c,
+ win32/init.c, win32/kernel32.c, win32/newfns.c, win32/time.c,
+ windows/clipboard.c, windows/message.c, windows/winhelp.c,
+ dlls/x11drv/clipboard.c, dlls/x11drv/x11drv_main.c, files/change.c,
+ files/directory.c, files/dos_fs.c, files/drive.c, files/file.c,
+ files/profile.c, files/smb.c, graphics/x11drv/xfont.c,
+ loader/main.c, loader/module.c, loader/ne/module.c,
+ loader/ne/resource.c, loader/ne/segment.c, loader/resource.c,
+ loader/task.c, memory/global.c, memory/registry.c, memory/virtual.c,
+ misc/main.c, misc/registry.c, msdos/dosconf.c, msdos/dpmi.c,
+ msdos/int13.c, msdos/int1a.c, msdos/int21.c, dlls/winedos/dosvm.c,
+ dlls/winedos/int16.c, dlls/winedos/module.c, dlls/winedos/xms.c,
+ dlls/wineps/init.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/winmm/joystick.c,
+ dlls/winmm/joystick/joystick.c, dlls/winmm/time.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/winearts/audio.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c,
+ dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c,
+ dlls/winmm/wineoss/mmaux.c, dlls/winsock/async.c,
+ dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/msvcrt/file.c,
+ dlls/netapi32/netapi32.c, dlls/ntdll/cdrom.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/file.c, dlls/ntdll/om.c,
+ dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/time.c, dlls/ole32/storage.c,
+ dlls/oleaut32/olepicture.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/shell32/iconcache.c, dlls/shell32/shell.c,
+ dlls/shell32/shelllink.c, dlls/shell32/shlexec.c,
+ dlls/shell32/systray.c, dlls/twain/ds_ctrl.c, dlls/user/exticon.c,
+ dlls/user/network.c, dlls/version/resource.c, dlls/win32s/w32sys.c,
+ dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c,
+ dlls/winaspi/winaspi32.c, controls/desktop.c, controls/icontitle.c,
+ dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c,
+ dlls/gdi/printdrv.c, dlls/gdi/win16drv/prtdrv.c,
+ dlls/icmp/icmp_main.c, dlls/kernel/comm.c, dlls/kernel/console.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/time.c,
+ dlls/kernel/toolhelp.c, dlls/lzexpand/lzexpand_main.c,
+ dlls/mpr/wnet.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added include protection for unistd.h and sys/time.h.
+
+ * dlls/gdi/enhmfdrv/objects.c: Mike McCormack <mikem@codeweavers.com>
+ Set cbBits in the EMRCREATEDIBPATTERNBRUSHPT structure when writing an
+ EMF record.
+
+ * dlls/gdi/mfdrv/text.c: Huw D M Davies <hdavies@codeweavers.com>
+ Fix for metafile ExtTextOut that only includes the rectangle if either
+ ETO_CLIPPED or ETO_OPAQUE is set.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implemented a few device caps.
+
+ * dlls/gdi/freetype.c: Huw D M Davies <hdavies@codeweavers.com>
+ Fix for sign of font height in non MM_TEXT mode.
+ Fix GGO_NATIVE again.
+
+ * dlls/shell32/shellord.c, dlls/urlmon/umon.c, dlls/gdi/gdi16.c,
+ dlls/kernel/kernel_main.c, dlls/ole32/compobj.c,
+ dlls/ole32/ole32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/shell32/shell32_main.c: Andriy Palamarchuk <apa3a@yahoo.com>
+ Do not set window position on ABM_WINDOWPOSCHANGED.
+
+2002-08-16 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c, server/thread.c, server/user.h:
+ Signal and release the idle event when the process main thread exits.
+
+ * include/winuser.h, windows/message.c:
+ Aric Stewart <aric@codeweavers.com>
+ Very partial implementation of BroadcastSystemMessageA.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added Greek keyboard layout.
+ Updated Brazilian ABNT-2 keyboard layout.
+
+ * dlls/shell32/shv_bg_cmenu.c: Aric Stewart <aric@codeweavers.com>
+ Fixes to allow IE to do local file loading and some limited browsing.
+
+ * dlls/shell32/shelllink.c: Mike McCormack <mikem@codeweavers.com>
+ Don't try reading a PIDL in IPersistStream->Load if its size is 0.
+ Check the number of bytes read was correct.
+ Small reorganization of error handling.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c,
+ dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
+ Mike McCormack <mikem@codeweavers.com>
+ - Do not modify pointers in the OPENFILENAME structure passed to
+ GetFileDialog95A/W.
+ - Use Unicode as default for strings from the OPENFILENAME structures.
+ - Fill out the OPENFILENAME structure before sending the FILEOK
+ notification.
+ - Send a CDN_FOLDERCHANGE notification on OPENFILENAME dialog init.
+ - Fix miscalculation of the size of Explorer style file dialog boxes
+ with templates.
+ - Remove redundant MapHModuleLS and MapHModuleSL calls that also cause
+ hInstance to be trashed when it holds a template pointer instead of a
+ real hInstance (when OFN_ENABLETEMPLATEPOINTER is specified).
+
+ * controls/edit.c:
+ Erase background when invalidating the selected text.
+
+ * objects/metafile.c: Huw D M Davies <hdavies@codeweavers.com>
+ Fix for metafile ExtTextOut that only includes the rectangle if either
+ ETO_CLIPPED or ETO_OPAQUE is set.
+ Slightly less of a stub implementation for GetWinMetaFileBits.
+
+ * if1632/builtin.c, include/builtin16.h, include/module.h,
+ loader/loadorder.c:
+ Force loadorder of 16-bit dlls to builtin if their 32-bit counterpart
+ has already been loaded as builtin.
+
+ * server/main.c, server/process.c, server/process.h, server/request.c,
+ server/request.h, server/select.c:
+ Added -k option to kill an existing wineserver.
+
+ * dlls/user/user32.spec: Aric Stewart <aric@codeweavers.com>
+ Added BroadcastSystemMessageA.
+
+ * memory/string.c: lstrcpyn[AW] count should be considered unsigned.
+
+ * misc/cpu.c: François Gouget <fgouget@codeweavers.com>
+ Change the default CPU type so that QuickTime will also run on
+ platforms where the cpu detection code does not work.
+
+ * objects/font.c: Huw D M Davies <hdavies@codeweavers.com>
+ Translate OutlineTextMetrics to logical co-ords.
+
+ * dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ DWORD at offset 0x40 in the header is the number of big blocks in the
+ small block depot chain.
+ Better failure handling.
+
+ * loader/ne/module.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Set up exception handler around WEP call.
+
+ * dlls/x11drv/mouse.c:
+ Don't update the mouse button status in update_key_state, leave that
+ to the input processing.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/shlwapi_main.c, dlls/comctl32/comctl32.spec,
+ dlls/comctl32/comctl32undoc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement comctl32.417 and shlwapi.299. This avoids crash in IE's
+ History.
+
+ * controls/edit.c, dlls/richedit/richedit.c:
+ Aric Stewart <aric@codeweavers.com>
+ Support large edit buffers for richedit control.
+
+ * dlls/ole32/filemoniker.c, dlls/ole32/ole32.spec, dlls/ole32/compobj.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed GetClassFile implementation.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/kernel_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added SwitchToThread.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added some more stubs.
+
+ * dlls/comctl32/imagelist.c: Mike McCormack <mikem@codeweavers.com>
+ ImageList_SetImageCount should set nCurImage (the number of
+ images in the list) to the value specified, and expect that
+ ImageList_ReplaceImage is called to set the new images.
+
+ * windows/input.c, include/windef.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HKL to a void*.
+
+ * objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/pen.c, objects/region.c, objects/text.c,
+ dlls/gdi/Makefile.in, dlls/gdi/bidi16.c,
+ dlls/gdi/enhmfdrv/objects.c, dlls/gdi/gdi.exe.spec,
+ dlls/gdi/gdi16.c, dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/printdrv.c,
+ dlls/gdi/win16drv/font.c, dlls/gdi/win16drv/objects.c,
+ graphics/bitblt.c, graphics/escape.c, graphics/mapping.c,
+ graphics/painting.c, graphics/path.c, include/wine/wingdi16.h:
+ Moved a large number of 16-bit functions to a separate gdi16.c file.
+
+2002-08-15 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c:
+ Avoid trouble in WM_GETTEXT if specified length is larger than the
+ buffer (found by Carl Sopchak).
+
+ * tools/winebuild/spec32.c: François Gouget <fgouget@codeweavers.com>
+ Fix command-line parsing for Winelib applications.
+
+ * dlls/wineps/init.c: Huw D M Davies <hdavies@codeweavers.com>
+ Get the initial paper size from the locale info.
+
+ * objects/gdiobj.c: Huw D M Davies <hdavies@codeweavers.com>
+ DeleteObject() can fail if the object is a DC, however we've already
+ called GDI_ReleaseObj() so don't call it again.
+
+ * memory/codepage.c, memory/string.c, ole/ole2nls.c,
+ scheduler/thread.c, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel32.spec, dlls/kernel/kernel_main.c,
+ dlls/kernel/locale.c, dlls/ntdll/Makefile.in, include/thread.h,
+ include/winnls.h:
+ Fixed GetLocaleInfoW to handle Unicode properly and completed
+ implementation.
+ Update win.ini and registry on startup when language changed.
+ More logical priority order for locale environment variables.
+ Implemented SetLocaleInfoW.
+ Moved some locale functions to kernel32.dll.
+
+ * dlls/ntdll/loader.c: Trap exceptions in RtlImageNtHeader.
+
+ * configure.ac, dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+ dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/rtlbitmap.c, include/ntddk.h, configure:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement and test rtl bitmap functions.
+ Add a couple of other misc rtl functions.
+
+ * dlls/kernel/locale_rc.rc, dlls/kernel/nls/*.nls:
+ Updated all locale tables to match exactly what Windows returns.
+ Renamed a few files to follow the proper naming conventions.
+ Added a number of new locales.
+
+ * dlls/commdlg/cdlg_Zh.rc, dlls/shell32/shell32_Zh.rc,
+ dlls/user/resources/user32_Zh.rc, include/winnt.h, tools/wpp/ppy.y,
+ tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y,
+ tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c,
+ tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+ Added support for #pragma code_page.
+ Fixed a few bugs in language handling.
+ Added error message when Ansi->Unicode conversion in the current
+ codepage loses information.
+
+ * programs/progman/Si.rc, programs/progman/rsrc.rc,
+ dlls/shell32/shell32_Si.rc, dlls/shell32/shres.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * tools/winebuild/spec32.c: Marcus Meissner <meissner@suse.de>
+ The text section alignment should be default, not 1.
+
+ * programs/notepad/Makefile.in, programs/notepad/main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Link against msvcrt, fixed logic to handle quoted paths in command
+ line parameters.
+
+ * programs/regedit/Makefile.in, programs/regedit/regproc.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Linked regedit against msvcrt instead of the platform I/O library, so
+ it can handle full Windows paths.
+
+2002-08-14 Alexandre Julliard <julliard@winehq.com>
+
+ * include/module.h, loader/loadorder.c, loader/module.c,
+ scheduler/process.c:
+ Make behavior of builtin executables closer to that of builtin dlls.
+ Fixed case sensitivity of builtin executables.
+
+ * dlls/Makefile.in: Updated dependencies.
+
+ * library/ldt.c, memory/selector.c:
+ Use the "new" LDT set call on Linux.
+
+ * library/loader.c, tools/winebuild/spec32.c:
+ Builtin modules must be aligned on 64K boundary.
+
+ * graphics/x11drv/dib.c: Mike McCormack <mikem@codeweavers.com>
+ Avoid dodgy asm optimization if the server's byte order is not
+ LSBFirst.
+
+ * dlls/wineps/type1.c: Huw D M Davies <hdavies@codeweavers.com>
+ Correct font size for non MM_TEXT modes.
+
+ * dlls/version/info.c: François Gouget <fgouget@codeweavers.com>
+ NT sets the error code to ERROR_RESOURCE_DATA_NOT_FOUND if the file
+ exists but does not contain version information.
+
+ * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc,
+ dlls/shell32/shresdef.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make dialog IDs "Browse for Folder" compatible with IE.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Stubs for DAD_Drag Enter, EnterEx, Move AutoScroll and Leave.
+
+ * dlls/msvideo/drawdib.c: Mike McCormack <mikem@codeweavers.com>
+ Correct the size of the colour map allocated in the bitmap header for
+ the case biClrUsed = 0.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added DeinitMapiUtil stub.
+
+ * documentation/debugging.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Update the debugging channels docu.
+
+ * server/context_i386.c: Pierre Beyssac <pb-wine@fasterix.frmug.org>
+ Implemented CONTEXT_DEBUG_REGISTERS on FreeBSD.
+
+2002-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/client.c, server/request.c:
+ Fixed race condition when a thread gets killed right after starting.
+
+ * dlls/urlmon/Makefile.in, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c,
+ dlls/urlmon/urlmon_main.h, ole/uuid.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Very hacked implementation of url monikers.
+
+ * dlls/ntdll/rtlstr.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Cosmetics.
+
+ * dlls/user/message.c:
+ Add QM_SMRESULT in wake bits too in case the changed bits get cleared
+ while processing a sent message.
+
+ * if1632/snoop.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix snooping of 16-bit dlls being loaded at the same address.
+
+ * graphics/path.c: Huw D M Davies <hdavies@codeweavers.com>
+ At the end of PATH_StrokePath, update dc->CurPosX|Y so that their
+ values are in logical co-ords.
+
+ * dlls/setupapi/parser.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed hex to binary conversion.
+
+ * dlls/ntdll/misc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ us->Length is in bytes.
+
+ * dlls/ntdll/critsection.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Throw exception only for Wine internal locks.
+
+ * dlls/comctl32/progress.c: Reduce flicker on updates.
+
+ * dlls/comctl32/tooltips.c: Mike McCormack <mikem@codeweavers.com>
+ Duplicate the font handle passed through WM_SETFONT, because it does
+ not belong to us and is not ours to free.
+
+ * dlls/comctl32/comboex.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added WM_GET/SETTEXT support.
+
+ * dlls/advapi32/crypt.h: The provider functions are WINAPI.
+
+ * dlls/advapi32/crypt.c: Aric Stewart <aric@codeweavers.com>
+ Only modify returned keys on success.
+
+ * debugger/debug.l, debugger/debugger.h, debugger/info.c,
+ debugger/dbg.y:
+ Added 'walk exception' command.
+
+ * tools/widl/header.c, tools/widl/parser.y, tools/widl/proxy.c,
+ tools/widl/widltypes.h:
+ Avoid dependencies on y.tab.h.
+
+ * tools/winebuild/relay.c, dlls/kernel/thunk.c,
+ dlls/ntdll/exception.c, include/stackframe.h:
+ Setup exception frame around 16-bit calls to unwind stack properly.
+
+ * ole/uuid.c, include/Makefile.in, include/wine/obj_dragdrophelper.h,
+ dlls/shell32/Makefile.in, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Stubs for DragDropHelper.
+
+ * msdos/ioports.c: Marcus Meissner <meissner@suse.de>
+ Fixed the ppdev.h present but not direct io access case.
+
+ * server/context_i386.c: Pierre Beyssac <pb@fasterix.frmug.org>
+ Fixed ptrace argument order for FreeBSD, NetBSD and Solaris.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Add support for moving VGA controller window in framebuffer using SVGA
+ interrupts. Detect correctly color plane modes and linear modes,
+ including Mode-X. Moved VESA interrupts into separate function and
+ implemented few more stubs.
+
+2002-08-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Maketest.rules.in:
+ Test results need to depend on the module being tested.
+
+ * debugger/Makefile.in, programs/winhelp/Makefile.in,
+ tools/widl/Makefile.in, tools/wpp/Makefile.in,
+ tools/wrc/Makefile.in:
+ Added explicit dependency on y.tab.h for lex output.
+
+2002-08-09 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c:
+ Unprotect the resource data in the unhandled exception handler to fix
+ broken apps.
+
+ * loader/elf.c, loader/module.c, loader/pe_image.c,
+ loader/pe_resource.c, misc/version.c, msdos/vxd.c,
+ relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c,
+ scheduler/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/rtl.c, include/module.h, include/ntddk.h:
+ Implemented the RtlImage* functions, and use them to replace the
+ PE_HEADER macro.
+
+ * dlls/richedit/riched32.h, include/Makefile.in, include/richedit.h,
+ include/richole.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Improved richedit headers.
+
+ * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HMMIO to a void*.
+
+ * graphics/x11drv/xfont.c: Dave Hawkes <daveh@cadlink.com>
+ Fonts with an incomplete character set could cause a fault.
+
+ * configure.ac, dlls/msvcrt/process.c, include/config.h.in, configure:
+ Marcus Meissner <meissner@suse.de>
+ Copy va_lists by using va_copy, not by just assigning them.
+
+ * dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/shlwapi/tests/.cvsignore,
+ dlls/shlwapi/tests/Makefile.in, dlls/user/Makefile.in,
+ dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/wininet/tests/.cvsignore,
+ dlls/wininet/tests/Makefile.in, dlls/winsock/Makefile.in,
+ dlls/winsock/tests/.cvsignore, dlls/winsock/tests/Makefile.in,
+ programs/Makefile.in, programs/Makeprog.rules.in,
+ programs/winetest/make_ctests, Make.rules.in, Makefile.in,
+ configure, configure.ac, dlls/.cvsignore, dlls/Makedll.rules.in,
+ dlls/Makefile.in, dlls/Maketest.rules.in, dlls/advapi32/Makefile.in,
+ dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/Makefile.in,
+ dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/Makefile.in, dlls/make_dlls,
+ dlls/oleaut32/Makefile.in:
+ Create separate makefiles for tests for more flexibility.
+
+ * dlls/shlwapi/tests/shreg.c:
+ Fixed string lengths to do the right thing for all platforms.
+
+ * AUTHORS, dlls/shell32/authors.h: Updated authors list.
+
+ * dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/rpcdce.h,
+ include/rpcdcep.h, include/rpcndr.h, include/rpcproxy.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Some more RPC definitions.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/propsheet.c,
+ dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c, dlls/ole32/compobj.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/thread.c,
+ dlls/winedos/vga.c, dlls/wininet/internet.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winenas/audio.c,
+ files/profile.c, scheduler/client.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win32.api, tools/winapi/winapi.pm,
+ tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ API file update.
+
+ * dlls/msacm/driver.c, dlls/msvideo/msvideo_main.c,
+ dlls/winmm/driver.c, dlls/winmm/joystick.c, dlls/winmm/lolvldrv.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c,
+ dlls/winmm/winemm.h, dlls/winmm/wineoss/audio.c, include/mmddk.h,
+ include/mmsystem.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - Convert HDRVR to a void*.
+ - Fix declaration of DriverCallback().
+
+ * documentation/winelib-intro.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added an example of using winemaker.
+
+ * tools/winemaker: Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated to generate build scripts working with current Wine, use some
+ Wine conventions.
+ Generated configure now finds libraries in binary Wine installation.
+
+ * objects/text.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add missing HeapFree.
+
+2002-08-07 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wrc/utils.h, dlls/ddraw/dsurface/dib.c, dlls/msvcrt/math.c,
+ dlls/ole32/compobj.c, dlls/shell32/classes.c,
+ dlls/shell32/shlfolder.c, tools/widl/utils.h, tools/widl/widltypes.h,
+ tools/wmc/utils.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixes for Sparc build.
+
+ * aclocal.m4, configure:
+ Don't make the ac_asm function wrapper static to prevent it from being
+ optimized out.
+
+ * tools/Makefile.in: Get rid of removed winapi_check subdirs.
+
+2002-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Don't change base in map_image since we use it later on.
+ Added some tracing.
+
+ * library/port.c, scheduler/sysdeps.c, include/winnt.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Marcus Meissner <meissner@suse.de>
+ PowerPC locked exchange functions merged from old ppc patch.
+ NtCurrentTeb handling for PowerPC (using gpr 13).
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Implement StrRetToStr in shlwapi.
+
+ * dlls/ddraw/ddraw/hal.c: Christian Costa <titan.costa@wanadoo.fr>
+ Initialize the DDCAPS structure of the DDRAW object at creation.
+
+ * dlls/dinput/keyboard/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Handle 'not acquired' error messages on keyboard GetDeviceData.
+
+2002-08-04 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20020804.
+
+----------------------------------------------------------------
+2002-08-03 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c: Set user address space limit to 0xc0000000.
+
+ * dlls/ddraw/dsurface/dib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Support negative values in RECTs during Blts.
+
+ * include/winbase.h, files/file.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - Fixed possible loss of data with given overlapped structure on a
+ file opened in non overlapped mode.
+ - Fixme for file-lock functions.
+
+ * configure, configure.ac, library/Makefile.in:
+ Only link with msvcrt on mingw32. Cleaned up a few AC_SUBST.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/compobj.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c,
+ dlls/ole32/ole16.c, include/wtypes.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - Moved 16 bit functions to a seperate file.
+ - First implementation for free threaded marshaller.
+ - Fixed handling of REG_EXPAND_STRING registry values in CoCreateObject.
+ - Fixed CoLoad/FreeLibrary functions.
+ - Fixed use internal dll-list (used only for functions loading a dll
+ internally without returning HMODULE).
+
+ * dlls/winmm/winemm.h, include/mmsystem.h, dlls/winmm/mmsystem.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Convert HMIXER, HMIXEROBJ to a void*.
+
+ * controls/scroll.c: Duane Clark <dclark@akamail.com>
+ On mouse down in thumb, issue SB_THUMBTRACK with current position.
+ On mouse up in thumb, issue SB_THUMBPOSITION followed by
+ SB_ENDSCROLL.
+
+2002-08-02 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, Makefile.in, aclocal.m4:
+ Install the aclocal macros for use by Winelib apps.
+
+ * Make.rules.in, programs/winetest/Makefile.in:
+ Don't pass the perl C flags to winebuild.
+
+ * programs/winetest/winetest.c: Mike Castle <dalgoda@ix.netcom.com>
+ Compile fix for multi-threaded perl.
+
+ * dlls/ddraw/dsurface/dib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Be less strict on parameter checking in the SetSurfaceDesc function.
+
+ * dlls/dsound/dsound_main.c, dlls/winmm/lolvldrv.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/winemm.h, include/mmsystem.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
+ - Fixed some HMIDI{IN,OUT}16 to HANDLE conversions.
+ - midiOutCacheDrumPatches16 called itself recursively in an infinite
+ loop.
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/info.c,
+ debugger/intvar.h, debugger/registers.c, debugger/types.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added $regs as a variable for displaying all registers.
+
+ * objects/dc.c:
+ Don't set the DC_DIRTY flag in SetDCState since we just updated the DC.
+
+ * tools/wrc/wrctypes.h:
+ Removed struct user to avoid conflicts with system headers (spotted by
+ Martin Cracauer).
+
+2002-08-01 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/avitools/Makefile.in, windows/.cvsignore, Make.rules.in,
+ controls/.cvsignore, dlls/Makedll.rules.in, dlls/gdi/.cvsignore,
+ dlls/gdi/Makefile.in, dlls/gdi/win16drv/.cvsignore,
+ dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in,
+ dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in,
+ dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/dde/.cvsignore, dlls/winaspi/.cvsignore,
+ dlls/winaspi/Makefile.in, dlls/winmm/.cvsignore,
+ dlls/winmm/Makefile.in, loader/.cvsignore, loader/ne/.cvsignore,
+ memory/.cvsignore, objects/.cvsignore, programs/Makeprog.rules.in:
+ Create at most one glue file for a single dll.
+ Avoid the intermediate .tmp.o file when building programs.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+ tools/winebuild/utils.c, tools/winebuild/winebuild.man.in:
+ In -spec and -exe mode, accept multiple object files and link them
+ together internally to find the undefined symbols.
+ In -glue mode, accept multiple C files and generate a single glue
+ file for all of them.
+
+ * include/config.h.in, configure, configure.ac, dlls/Makefile.in,
+ dlls/winmm/wineaudioio/.cvsignore,
+ dlls/winmm/wineaudioio/Makefile.in, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/wineaudioio/audioio.c,
+ dlls/winmm/wineaudioio/wineaudioio.drv.spec:
+ Robert Lunnon <bob@yarrabee.net.au>
+ Preliminary audio driver for Solaris Libaudioio.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/midimap/midimap.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, include/mmsystem.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Michael Stefaniuc <mstefani@redhat.com>
+ Convert HMIDI, HMIDIIN, HMIDIOUT, HMIDISTRM to void*.
+
+2002-07-31 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/Makefile.in, programs/winetest/Makefile.in,
+ programs/winetest/runtest, Make.rules.in, Makefile.in:
+ Use the normal perl interpreter for test scripts that don't need to
+ call Windows APIs.
+ Don't build winetest.exe by default.
+
+ * dlls/winsock/async.c, dlls/winsock/socket.c, dlls/wsock32/protocol.c,
+ include/wine/port.h, library/port.c:
+ Moved the #ifdefs for the getnetby* etc. functions directly into the
+ winsock implementation to avoid having to redefine the data structures
+ in port.h.
+
+ * programs/notepad/Si.rc: Rok Mandeljc <rokmandeljc@hotmail.com>
+ Fixed some invalid characters.
+
+ * programs/regedit/tests/regedit.pl, programs/winetest/include/wine.pm,
+ programs/winetest/include/winetest.pm,
+ programs/winetest/tests/wine.pl:
+ Split routines that don't rely on C functions into winetest.pm so that
+ they can be used from a normal Perl script.
+
+ * dlls/crtdll/crtdll_main.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Add MSVCRT prefix to _stat and _fstat (based on a patch by Rafael
+ Kitover).
+
+ * dlls/kernel/sync.c, dlls/ntdll/signal_i386.c, dlls/wineps/builtin.c,
+ include/msvcrt/sys/stat.h, include/msvcrt/sys/types.h,
+ tsx11/Makefile.in:
+ Rafael Kitover <caelum@debian.org>
+ Portability fixes for Cygwin.
+
+ * server/registry.c, server/sock.c, win32/newfns.c, memory/registry.c,
+ memory/selector.c, misc/registry.c, msdos/vxd.c, objects/palette.c,
+ relay32/snoop.c, scheduler/syslevel.c, scheduler/thread.c,
+ dlls/kernel/debugger.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/ntdll/critsection.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c,
+ dlls/setupapi/infparse.c, dlls/setupapi/setupapi_private.h,
+ include/gdi.h, include/palette.h, include/wincrypt.h,
+ loader/ne/module.c, dlls/advapi32/crypt.c, dlls/advapi32/crypt.h,
+ dlls/advapi32/eventlog.c, dlls/advapi32/registry.c,
+ dlls/advapi32/service.c:
+ Fixed some handle type mismatches and added a few casts in prevision
+ of void* handles.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/console.c,
+ dlls/kernel/editline.c, dlls/ntdll/Makefile.in, win32/console.c,
+ win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved all client-side console code to kernel.
+
+ * dlls/kernel/kernel_main.c, scheduler/process.c:
+ Moved initial AllocConsole call to kernel init (based on a patch by
+ Eric Pouech).
+
+ * files/file.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Made the calls to (Read|Write)Console through a function pointer to
+ ease up ntdll/kernel separation.
+
+ * dlls/kernel/kernel_main.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a generic mechanism to set up hooks for dispatching signal
+ handlers outside ntdll.
+
+ * dlls/ntdll/heap.c:
+ We have to use the Rtl variant of Enter/LeaveCriticalSection inside
+ ntdll.
+
+ * scheduler/process.c:
+ Remove .so extension from main module file name after loading it so
+ that GetModuleFileName returns the right thing.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/atom.c,
+ dlls/kernel/tests/atom.pl:
+ Rewrote atom test in C.
+
+ * files/file.c: Rafael Kitover <caelum@debian.org>
+ Changed dos_handles to store dups of stdio/out/err as per Ove Kaaven's
+ suggestion.
+
+ * dlls/winmm/winenas/audio.c: Nicolas Escuder <n.escuder@alineanet.com>
+ Speed and buffer improvement, code clean up, and fix some bug
+ on close / reset waveout.
+
+ * scheduler/handle.c, scheduler/process.c, dlls/oleaut32/typelib.c,
+ dlls/user/exticon.c, dlls/winedos/module.c, files/dos_fs.c,
+ files/file.c, include/file.h, include/module.h, include/winbase.h,
+ loader/module.c, loader/ne/resource.c, loader/ne/segment.c,
+ loader/resource.c, objects/metafile.c,
+ dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h:
+ Fixed HANDLE<->HFILE conversions, since they will be different types
+ when handles are void*.
+
+2002-07-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/winmm/winenas/.cvsignore,
+ dlls/winmm/winenas/Makefile.in, dlls/winmm/winenas/audio.c,
+ dlls/winmm/winenas/nas.c, dlls/winmm/winenas/nas.h,
+ dlls/winmm/winenas/winenas.drv.spec, include/config.h.in, configure,
+ configure.ac:
+ Merged the NAS driver written by Nicolas
+ Escuder <n.escuder@alineanet.com>.
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/intvar.h, debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ability to defer breakpoint setting for breakpoint defined by an
+ absolute address.
+
+ * debugger/winedbg.c: Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed regression on internal vars.
+
+2002-07-29 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c, memory/virtual.c:
+ Set the correct permissions on the PE image sections.
+
+ * include/wine/port.h, library/port.c, server/file.c, tools/wpp/wpp.c,
+ configure, configure.ac, debugger/gdbproxy.c,
+ dlls/shell32/shelllink.c, include/config.h.in:
+ Marcus Meissner <meissner@suse.de>
+ Check for mkstemp, added a port implementation if it is not
+ present. Use mkstemp() in various places needing tmp files.
+
+ * dlls/winedos/vga.h, dlls/winmm/winearts/audio.c, win32/console.c,
+ dlls/winedos/int10.c, dlls/winedos/vga.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Some dos VGA error handling. Misc TRACE changes.
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added source command.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ifs.h,
+ dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c,
+ include/wine/obj_misc.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - Implemented IMallocSpy hooks in IMalloc.
+ - Moved memory related functions into ifs.c.
+ - Implemented stubs for the MallocSpy.
+
+ * dlls/winmm/mmsystem.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed format string.
+
+ * dlls/winedos/ioports.c: Jukka Heinonen <jhei@iki.fi>
+ VGA emulation now supports outw and outl.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Add VGA controller framebuffer between VGA window and
+ DirectDrawSurface.
+
+ * dlls/shell32/classes.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Portability fix.
+
+ * Make.rules.in, dlls/Makedll.rules.in, programs/Makeprog.rules.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Fix building/linking resources on Mingw.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellord.c,
+ dlls/shell32/shlview.c, dlls/comctl32/comctl32.spec,
+ dlls/shell32/iconcache.c:
+ Import comctl32 functions from shell32 by ordinal.
+ Removed some unnecessary ordinals in comctl32.spec.
+
+ * tools/wpp/wpp.c: Michael Stefaniuc <mstefani@redhat.de>
+ Include <stdlib.h> needed by exit().
+
+ * dlls/ole32/datacache.c, dlls/oleaut32/olepicture.c, include/windef.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Converted HENHMETAFILE and HMETAFILE to a void*.
+
+2002-07-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/winemm.h, include/windef.h, loader/task.c,
+ dlls/user/misc.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c:
+ Convert HTASK to void* (based on a patch by Michael Stefaniuc).
+
+ * tools/winebuild/.cvsignore, tools/winebuild/Makefile.in,
+ tools/winebuild/README, tools/winebuild/winebuild.man.in:
+ Added a winebuild man page.
+
+ * library/loader.c, tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Added support for importing by ordinal.
+
+ * tools/winebuild/main.c:
+ Set correct dll file name when building a .def file.
+
+ * dlls/msvcrt/data.c: Fixed potential memory corruption.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Implementation of RtlGetNtVersionNumbers.
+
+ * dlls/ntdll/cdrom.c: Rafael Kitover <caelum@debian.org>
+ Minor fix for ide-scsi cdroms.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Add decoding logic for VGA indexed registers.
+
+ * dlls/shell32/shell.c, include/windef.h, windows/hook.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - Converted HHOOK to a void*.
+ - Changed the internal HOOK_* functions to pass only HHOOK's between
+ them.
+ - Fixed wrong HHOOK <-> HANDLE16 conversions.
+
+2002-07-26 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ RDW_FRAME should be RDW_NOFRAME when validating (spotted by Duane
+ Clark).
+
+2002-07-25 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/widl/parser.l: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ #include <unistd.h> which is required for unlink().
+
+ * memory/global.c: Bang Jun-Young <junyoung@mogua.com>
+ Make compile on NetBSD.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj.spec:
+ Marcus Meissner <meissner@suse.de>
+ Factored out the OLE 16 bit allocator from StringFromCLSID.
+ Implemented ProgIDFromCLSID16.
+
+ * tools/winemaker: Andriy Palamarchuk <apa3a@yahoo.com>
+ winebuild searches libraries specified in -l parameter only in the
+ library directories specified before in the -L parameter, but
+ winemaker added -L parameter after -l.
+
+ * tools/winebuild/import.c, tools/winebuild/spec32.c:
+ Put correct ordinal hints in the import table.
+
+ * dlls/kernel/sync.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fill lpcbAvail for PeekNamedPipe.
+
+ * dlls/shell32/shlexec.c: Duane Clark <dclark@akamail.com>
+ Bug fixes.
+
+2002-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/dsound.spec: Removed ordinal 0.
+
+ * dlls/ntdll/loader.c, include/module.h, loader/elf.c, loader/module.c,
+ loader/pe_image.c:
+ Added support for ordinal hint in PE_FindExportedFunction.
+
+ * dlls/gdi/freetype.c, dlls/msacm/driver.c, dlls/shlwapi/url.c,
+ windows/win.c, windows/winproc.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Misc spelling fixes.
+
+ * documentation/winelib-mfc.sgml: Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated MFC legal issues section according to the new license, some
+ other changes.
+
+ * programs/wcmd/wcmdmain.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ WCMD_run_program: don't try to run an empty line.
+
+ * programs/wcmd/builtins.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More verbose output when file not found.
+
+ * programs/wcmd/batch.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ WCMD_batch: increase possible line length and warn if still too small.
+
+ * dlls/shell32/shellord.c, dlls/shell32/shlexec.c:
+ Duane Clark <dclark@akamail.com>
+ Combined implementations of ShellExecute/Ex.
+
+ * dlls/shlwapi/path.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ PathAppendA/W: Don't skip '\\' if path is UNC.
+ PathGetCharTypeA/W: '/' is invalid, make non-ASCII compatible too.
+ Implement PathCompactPathExA/W.
+ Update docs, remove signed/unsigned warnings with -W.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/cppexcept.c,
+ dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+ First pass implementation of CxxFrameHandler (thanks to Juergen
+ Schmied for help in testing it).
+
+ * documentation/printing.sgml, documentation/registry.sgml,
+ documentation/running.sgml, documentation/winelib-porting.sgml,
+ documentation/authors.ent, documentation/bugs.sgml,
+ documentation/configuring.sgml, documentation/consoles.sgml,
+ documentation/debugging.sgml, documentation/fonts.sgml,
+ documentation/getting.sgml, documentation/installing.sgml,
+ documentation/introduction.sgml, documentation/multimedia.sgml,
+ documentation/packaging.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Move "questions and comments" at the top of the document.
+ - Removed elfdll documentation.
+ - Properly documented Desktop and Managed config.
+ - Rearranged config entries according to importance.
+ - "wine.conf" -> "the wine config file" in some cases.
+ - Updated to new FTP URLs.
+ - Fix non-backslash-escaped paths (ouch !).
+ - Replace text references by real links.
+ - Misc. other updates.
+
+ * objects/font.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Properly check that the font resource is not already there.
+
+ * include/Makefile.in, include/shlguid.h, include/shlwapi.h,
+ include/wine/obj_queryassociations.h, ole/uuid.c:
+ Fixed duplication of definitions between shlwapi.h and
+ obj_queryassociations.h.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c,
+ dlls/shell32/classes.c, dlls/shell32/dataobject.c,
+ dlls/shell32/debughlp.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/memorystream.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellstring.c,
+ dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlview.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - Cleaned up the implementation of shell folders and put them into
+ separate files.
+ - Fixed some memory leaks.
+ - Some more fixes.
+
+2002-07-23 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Fixed handling of .com binaries (thanks to Chris Morgan).
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/environ.c, dlls/msvcrt/msvcrt.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Take a snapshot of the environment strings when building the
+ __p__environ array and update the array on calls to _putenv.
+
+ * dlls/msvcrt/string.c: Removed non-exported string functions.
+
+ * documentation/winelib-intro.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added mention of a dot in the current directory specification. Added
+ reference to the winemaker man page.
+
+ * dlls/comctl32/listview.c: Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement LVM_SCROLL and adjust scrolling for all formats.
+ - Implement standard Comctl32 color handling.
+ - Eliminate bogus ERR messages for application messages.
+
+ * win32/console.c, win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Multi-line edit is now enabled.
+ Fixed a buffer allocation error.
+ Yank buffer is no longer destroyed after the first copy.
+ Implemented the transpose word (alt-t) and redraw (ctrl-l)
+ emacs-commands.
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/hash.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added offset for relocating symbols in symbolfile command.
+
+ * dlls/shell32/shell32.spec, dlls/crtdll/crtdll.spec,
+ dlls/crtdll/crtdll_main.c, dlls/msvcrt20/msvcrt20.spec:
+ Fixed broken forwards reported by Patrik Stridvall.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Fix some spelling problems.
+ - Move WCUSER_SetMenuDetails to other menu related functions.
+
+ * configure, configure.ac: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Include sys/types.h before sys/socket.h.
+
+ * winedefault.reg: Andriy Palamarchuk <apa3a@yahoo.com>
+ Added OLE/COM classes registered by OLEAUT32.DLL.
+
+ * dlls/ole32/compobj.c, dlls/shlwapi/ordinal.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi_check/modules.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Report broken forwards.
+ - API files update.
+
+2002-07-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c:
+ Added missing wine/port.h.
+
+ * include/wine/port.h, aclocal.m4, configure, configure.ac,
+ dlls/ntdll/debugtools.c, include/config.h.in, include/winnt.h:
+ Generate the __ASM_NAME and __ASM_FUNC macros directly from
+ configure.
+ Simplified the WINE_TRY_ASM_LINK test.
+ Moved DECL_GLOBAL_CONSTRUCTOR to wine/port.h.
+
+ * dlls/ntdll/signal_i386.c, relay32/snoop.c, scheduler/pthread.c,
+ tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/relay.c, tools/winebuild/spec32.c, tools/wrc/wrc.c,
+ tools/wrc/writeres.c:
+ Replace all uses of PREFIX and @function by the __ASM_NAME and
+ __ASM_FUNC macros.
+
+ * dlls/comctl32/imagelist.c: Michael Stefaniuc <mstefani@redhat.com>
+ ImageList_Remove returns TRUE when removing all images of an empty
+ ImageList.
+
+ * debugger/stabs.c: Bill Medland <medbi01@accpac.com>
+ - Document where the stabs information can be found, so that someone
+ can help upgrade this code.
+ - A couple of minor enhancements towards handling C++.
+ - Don't bother trying to load libstdc++, rather than generating an
+ enormous number of "errors".
+
+ * tools/winapi/winapi.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_extract_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Handle forwarded functions properly (based on a patch by Francois
+ Gouget).
+
+ * dlls/ddraw/ddraw/thunks.c, include/ddraw.h:
+ Michael Karcher <michael.karcher@dpk.berlin.fido.de>
+ Set the correct length of the struct DDSURFACEDESC.
+
+ * objects/font.c: Shachar Shemesh <winecode@sun.consumer.org.il>
+ Now checks that the GCP_REORDER flag is set before trying to access
+ any of the fields that depend on this flag.
+
+ * scheduler/process.c: Fixed .com binary support.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Roderick Colenbrander <thunderbird2k@gmx.net>
+ Simple implementation of InternetAutodial.
+
+ * debugger/Makefile.in: Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed unnecessary flag.
+
+ * debugger/debug.l, debugger/debugger.h, debugger/hash.c,
+ debugger/source.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed very long line reading (and some buffering bugs).
+ Removed the static limit in array for symbols parsing.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/thread.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Move thread related functions to new file.
+ Implement SHCreateThread,@224,@424, stub SHReleaseThreadRef.
+ Fix: SHGetThreadRef() calls AddRef(), @356 param count wrong.
+
+ * include/shlwapi.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some new defines and functions.
+
+2002-07-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/msvcrt.h, dlls/msvcrt/thread.c:
+ Added definition of msvcrt internal error codes.
+
+ * debugger/Makefile.in, debugger/gdbproxy.c, debugger/stabs.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a remote proxy for gdb.
+
+ * Make.rules.in:
+ Fixed linking rule for test programs (spotted by Gregg Mattinson).
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/hash.c, debugger/source.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Inverted inner loops (Win32 debug event handling / WineDbg command
+ line parser).
+
+ * configure, configure.ac, include/config.h.in, include/wine/port.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Added checks for __sparc__, __sun__ and @function.
+
+ * aclocal.m4: Fixed quoting in WINE_TRY_ASM_LINK macro.
+
+ * objects/dc.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ CreateDCA should return failure if both driver and device are NULL.
+
+ * windows/spy.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Add message mapping for tooltips.
+ - Use DEBUG_SPY define instead of commenting out TRACEs.
+
+ * programs/winetest/include/advapi32.pm,
+ programs/winetest/include/avifil32.pm,
+ programs/winetest/include/comcat.pm,
+ programs/winetest/include/dinput8.pm,
+ programs/winetest/include/gdi32.pm,
+ programs/winetest/include/imm32.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/ntdll.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/oleaut32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/setupapi.pm,
+ programs/winetest/include/shdocvw.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/sti.pm,
+ programs/winetest/include/user32.pm,
+ programs/winetest/include/winedos.pm,
+ programs/winetest/include/wininet.pm,
+ programs/winetest/include/winmm.pm,
+ programs/winetest/include/ws2_32.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Updated winetest Perl modules using winapi_extract.
+
+ * tools/winapi/winapi.pm, tools/winapi/winapi_extract:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed winapi_extract.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - Many stubs
+ - Some ordinals, SHStrDupA and SHStrDupW implemented.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c,
+ include/winreg.h:
+ Dominik Strasser <dominik.strasser@mchp.siemens.de>
+ Implemented RegQueryMultipleValues.
+
+ * dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Wait for the asynchronous update thread to complete if the app
+ requests it. Fixed blit offseting issues in windowed mode.
+
+ * tools/widl/Makefile.in, tools/widl/parser.l, tools/widl/widl.c,
+ tools/wrc/Makefile.in, tools/wrc/parser.y, tools/wrc/wrc.c:
+ Explicitly specify the path to wpp.h so we don't need to change the
+ include path, to avoid conflicts with multiple y.tab.h files.
+
+ * dlls/setupapi/setupx16.h, dlls/setupapi/virtcopy.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Honour the VNLP_COPYIFEXISTS flag when doing a copy operation.
+
+ * msdos/dosmem.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Change BIOSDATA's rows on screen minus 1 from 23 to 24.
+
+ * programs/regsvr32/regsvr32.c: Bill Medland <medbi01@accpac.com>
+ Allow regsvr32 to process multiple filenames (as does the Windows
+ version).
+
+ * include/winnt.h: Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed __builtin_return_address.
+
+ * files/dos_fs.c: Rein Klazes <rklazes@xs4all.nl>
+ Repair SetLastError in FindNextFileA.
+
+ * programs/control/control.c: Francois Gouget <fgouget@codeweavers.com>
+ Move an extern declaration to stop egcs-2.91.66 from crashing.
+
+2002-07-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/msvcrt/eh.h, dlls/msvcrt/cpp.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/errno.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/thread.c:
+ Fixed per-thread data handling.
+ Made terminate and unexpected function pointer per-thread.
+ Added set_se_translator.
+
+ * dlls/ddraw/ddraw/user.h, dlls/ddraw/dsurface/fakezbuffer.h,
+ include/ntddk.h, tools/winedump/cvinclude.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Avoid structures or arrays of size 0.
+
+ * files/dos_fs.c, files/smb.c, files/smb.h:
+ Mike McCormack <mikem@codeweavers.com>
+ First go at reading directories on public SMB shares.
+
+ * configure.ac, include/config.h.in, configure:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - X11/extensions/shape.h requires X11/Xutil.h.
+ - X11/XKBlib.h requires X11/Xlib.h.
+ - net/if.h requires sys/socket.h.
+ - netinet/ip.h requires sys/socket.h and sys/in_systm.h.
+ - resolv.h requires sys/socket.h.
+
+ * tools/winemaker: Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - Removed name, type, mode, rsrc, and import statements from .spec
+ file.
+ - Added imports and resources to Makefile.in.
+ - Checked for __sparc__ and __sun__, same as Wine's configure.
+ - Checked $WINE_ROOT/library for library files.
+ - Changed mixedcrt directory to msvcrt.
+
+ * dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Set amounts read/written to 0, share Un/Lock code, unify ctors.
+ SHOpenRegStreamA/W return a dummy object on failure, not NULL.
+ Implement @12 using common ctor.
+
+ * controls/combo.c: Carl Sopchak <carl.sopchak@cegis123.com>
+ Return empty string on error in WM_GETTEXT.
+
+ * dlls/wininet/internet.c: Marcus Meissner <mm@lst.de>
+ Protect InternetCloseHandle() against invalid handles.
+
+ * tools/winapi/config.pm, tools/winapi/win16.api,
+ tools/winapi/win32.api, tools/winapi/winapi.pm,
+ tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Merged all API files into two files (Win16/Win32).
+
+ * dlls/ntdll/ntdll.spec, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c,
+ dlls/shell32/shellole.c, dlls/shlwapi/ordinal.c,
+ dlls/winmm/wavemap/wavemap.c, dlls/winmm/winealsa/alsa.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ objects/font.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * include/windef.h: Michael Stefaniuc <mstefani@redhat.com>
+ Convert HMONITOR to a void*.
+
+ * dlls/comctl32/updown.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Allow the application to subclass a buddy edit (spotted by Guy
+ L. Albertelli).
+
+ * winedefault.reg: Andriy Palamarchuk <apa3a@yahoo.com>
+ Added CLSID_StdFont class registration.
+
+ * tools/winedump/output.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update output for recent build changes.
+
+ * dlls/shell32/brsfolder.c, dlls/shell32/shell32.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented SHBrowseForFolderW.
+
+ * dlls/shlwapi/shlwapi_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Avoid winreg.h inclusion.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Stub implementation for CoInitializeSecurity.
+
+2002-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wpp/wpp.c: Fixed temp name handling.
+
+ * configure.ac, include/wine/rpcfc.h, tools/Makefile.in,
+ tools/widl/.cvsignore, tools/widl/Makefile.in, tools/widl/header.c,
+ tools/widl/header.h, tools/widl/parser.h, tools/widl/parser.l,
+ tools/widl/parser.y, tools/widl/proxy.c, tools/widl/proxy.h,
+ tools/widl/utils.c, tools/widl/utils.h, tools/widl/widl.c,
+ tools/widl/widl.h, tools/widl/widltypes.h, configure:
+ Merged the IDL compiler written by Ove Kaaven.
+
+ * tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c,
+ tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h,
+ tools/wrc/wrc.c, configure.ac, tools/Makefile.in,
+ tools/wpp/.cvsignore, tools/wpp/Makefile.in, tools/wpp/ppl.l,
+ tools/wpp/ppy.y, tools/wpp/preproc.c, tools/wpp/wpp.c,
+ tools/wpp/wpp.h, tools/wpp/wpp_private.h, tools/wrc/.cvsignore,
+ tools/wrc/Makefile.in, tools/wrc/parser.l, tools/wrc/parser.y,
+ configure:
+ Split the C preprocessor from wrc into a separate library.
+ Prefixed exported functions by 'pp' to avoid namespace conflicts.
+
+ * programs/winhelp/hlp2sgml.c, programs/winhelp/hlpfile.c,
+ programs/winhelp/hlpfile.h, programs/winhelp/macro.c,
+ programs/winhelp/macro.lex.l, programs/winhelp/macro.yacc.y,
+ programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Bring winhelp back to life, with mainly support for Win95 help files.
+
+ * dlls/x11drv/window.c: Fixed setting of min/maximize mwm hints.
+
+ * dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Fixed two leaks in file- and itemmoniker.
+
+ * dlls/ddraw/dsurface/dib.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Added support DDBLT_DDFX flag in DirectDrawSurface_Blt.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Remove stub for ordinal 394 and replace with forward to
+ CreateDialogIndirectParamA where tracing shows it going.
+ - Add stub for ordinal 430.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/progress.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+ dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Don't issue error message if message number in application range.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/istream.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/tests/clist.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement SHCreateStreamOnFileA/W/Ex, ordinals @166,184,212-214.
+
+ * server/serial.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented FlushFileBuffers for serial devices.
+
+ * dlls/kernel/tests/path.c: Paul Millar <paulm@astro.gla.ac.uk>
+ Removed drive assumptions in the path handling regression tests.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Fixed a memory leak and a wrong memory free call.
+
+ * programs/winefile/winefile.h:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Do not #include <malloc.h>, which is non-standard and not needed.
+
+ * dlls/x11drv/dga2.c, dlls/x11drv/xvidmode.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Test for X11 errors for DGA2 and XVidMode extensions.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN for now
+ - added more logging
+
+ * dlls/shell32/dialogs.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed another non-static structure initializer.
+
+ * dlls/comctl32/header.c: Bill Medland <medbi01@accpac.com>
+ 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.
+
+ * graphics/x11drv/dib.c: Rob McClinton <mypublicaccount@hotmail.com>
+ X11DRV_GetDIBits: Don't clear the biCompression==BI_BITFIELDS flag
+ after creating the bits.
+
+ * dlls/oleaut32/typelib.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed void* arithmetic.
+
+ * dlls/shell32/shlfolder.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Initialized the pidlOut variable in SHELL32_ParseNextElement to
+ prevent a crash in some cases.
+
+ * files/directory.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed uninitialized HKEYs.
+
+ * dlls/comctl32/listview.c: Bill Medland <medbi01@accpac.com>
+ DeleteColumn should return success even for uOwnerData.
+
+ * programs/notepad/dialog.c, programs/notepad/dialog.h,
+ programs/notepad/main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ A few cosmetic changes plus fixes for problems spotted by Dmitry
+ Timoshkov.
+
+ * programs/notepad/Si.rc, programs/notepad/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+2002-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20020710.
+
+----------------------------------------------------------------
+2002-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/wprocs.spec:
+ Added FPU emulation interrupts.
+
+ * msdos/fpu.c, msdos/int3d.c, dlls/ntdll/Makefile.in,
+ dlls/winedos/dosvm.c, include/miscemu.h:
+ Admiral Coeyman <admiral@corner.net>
+ Added support for FPU emulation interrupts.
+
+ * dlls/user/user32.spec, include/windef.h, include/winuser.h,
+ windows/hook.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEventHookInstalled,
+ UnhookWinEvent.
+
+ * dlls/gdi/freetype.c:
+ Quiet the font loading error.
+
+ * controls/combo.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error, not 0.
+
+ * dlls/ddraw/dsurface/dib.c:
+ Fixed corruption when copying to the same surface (with the help of
+ Tony Lambregts and Lionel Ulmer).
+
+ * documentation/samples/config:
+ Johan Gill <johane@lysator.liu.se>
+ 48 was plain wrong as value for HELmargin.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixes to allow big endian machines to load MSFT typelib files.
+
+ * files/drive.c:
+ Fixed handling of drives with "/" path (thanks to Marcus Meissner).
+
+ * dlls/wineps/ppd.c:
+ Carl Sopchak <carl.sopchak@cegis123.com>
+ Pass "Manual Feed" as short input slot name.
+
+ * win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed synchronisation for ctrl event generation.
+
+ * dlls/commdlg/fontdlg.c:
+ Shachar Shemesh <sun@consumer.org.il>
+ - 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).
+
+ * configure, configure.ac, dlls/advapi32/Makefile.in,
+ dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/registry.c:
+ Created registry unit test and added tests for RegEnumValue[AW].
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ RegEnumValue[AW] need to update the data size on buffer overflow
+ (spotted by Massimo <max@veneto.com>).
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dpalette/main.c,
+ dlls/ddraw/dsurface/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed the flags fields of IDirectDrawPaletteImpl, as we should use
+ the dwFlags field of DDRAWI_DDRAWPALETTE_GBL structure instead.
+
+ * dlls/ddraw/dsurface/wndproc.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle WM_SYNCPAINT with DefWindowProc.
+
+ * debugger/debug.l:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhanced error handling on input stream reading.
+
+ * debugger/ext_debugger.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed external debugger startup.
+
+ * dlls/winmm/winmm_Si.rc, dlls/winmm/winmm_res.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * dlls/shell32/shlfolder.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Fix buffer length calculation in InitializeGenericSF().
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - 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.
+
+2002-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/clist.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/clist.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement/document @17,18,19,20,21,22 (Compact list API).
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support new registered extensions.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _open_osfhandle: set at least the _IOREAD flag.
+
+ * windows/dce.c:
+ Ryan Cumming <ryan@completely.kicks-ass.org>
+ Make LockWindowUpdate return more Windows-like values.
+
+2002-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * relay32/relay386.c:
+ Remove .dll extension from module name, added wildcard support in
+ relay specifications (with the help of Dmitry Timoshkov).
+
+ * memory/string.c:
+ Tommy Schultz Lassen <tlassen@tlassen.dk>
+ Fixed lstrcpynA debug tracing.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ fgets, fgetws: don't treat the possible uninitialized buffers as valid
+ strings.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_fread: expose feof flag.
+
+ * tools/winecheck:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Windows registry not found should be a notice to the user, not a
+ critical error.
+
+ * dlls/version/info.c:
+ Removed workaround for 16-bit loader bug.
+
+ * programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/En.rc, programs/notepad/Es.rc,
+ programs/notepad/Fi.rc, programs/notepad/Fr.rc,
+ programs/notepad/Makefile.in, programs/notepad/Pt.rc,
+ programs/notepad/README, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/TODO,
+ programs/notepad/Wa.rc, programs/notepad/dialog.c,
+ programs/notepad/dialog.h, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad.rc,
+ programs/notepad/notepad_res.h, programs/notepad/search.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ 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.
+
+ * dlls/kernel/thunk.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Always copy (almost) the whole stack space over to the 16bit stack
+ instead of calculating some potentially bogus parameter count.
+ - Add some comments.
+
+ * include/oleauto.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed V_DECIMAL macro to reflect where the decVal member is actually
+ stored.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added _U@YAPAXI@Z and _V@YAPAXI@Z.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_fseek: should return 0 on success.
+
+ * dlls/richedit/reader.c, dlls/richedit/richedit.c,
+ dlls/richedit/rtf.h, dlls/richedit/text-writer.c:
+ Duane Clark <dclark@akamail.com>
+ Add richedit support for a plain text stream.
+
+ * documentation/running.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some environment variables documentation.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - VarFormat now supports VT_R8 and BYREF variant types.
+ - Add VarCyMulI4 support.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another PlaySound bug (when SND_LOOP is requested).
+
+ * dlls/winmm/winealsa/audio_05.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed a few compilation warnings.
+
+ * dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support wglUseFontBitmapsA when using client-side rendering.
+
+2002-07-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/Makefile.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Need to import ntdll.
+
+ * programs/wcmd/directory.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Modified WCMD_filesize64 to handle unsigned numbers.
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ More explicit initialization of info_size for stupid compilers.
+
+ * programs/uninstaller/main.c:
+ Use Wine debugging API. Fixed MessageBox loop.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h:
+ Flush stdio on exit.
+
+ * dlls/odbc32/proxyodbc.c: Fixed warnings.
+
+ * dlls/x11drv/wineclipsrv.c, include/wine/debug.h,
+ include/winnt.h, msdos/int2f.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - 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
+
+ * dlls/ole32/memlockbytes.c:
+ Marcus Meissner <meissner@suse.de>
+ Added a generic way of doing GetHGlobalFromILockBytes().
+
+ * programs/winelauncher.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - 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
+
+ * dlls/kernel/format_msg.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Implemented FormatMessage for sparc. Since the va_list is stored in
+ memory like __i386__, the same implementation should work.
+
+ * dlls/dsound/dsound_main.c, dlls/x11drv/x11drv_main.c,
+ loader/loadorder.c, misc/version.c:
+ No need to call GetModuleFileName16 now that GetModuleFileNameA
+ handles 16-bit tasks.
+
+ * loader/module.c:
+ Fixed GetModuleFileNameW return value.
+ Quiet dll loading error message.
+
+ * relay32/builtin32.c:
+ Return ERROR_BAD_EXE_FORMAT when builtin dll still not found, since we
+ most likely loaded a 16-bit builtin.
+
+ * windows/painting.c:
+ Moved MsgWaitForMultipleObjects call out of the window lock.
+
+ * dlls/kernel/tests/path.c:
+ Duane Clark <dclark@akamail.com>
+ Add drive letter and Unix path tests of GetFullPathNameA.
+
+ * dlls/oleaut32/variant.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure VarBstrCat handles null parms as per windows and actually does
+ the concatenation even for null args.
+
+ * dlls/advapi32/registry.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Check for NULL keyvalue in RegEnumKeyExA/W.
+
+ * controls/listbox.c:
+ ComboLBWndProc: fall through to ListBoxWndProc if the listbox is not a
+ ComboLBox.
+
+ * documentation/samples/config:
+ Removed "so" from the default load order.
+
+ * dlls/user/message.c, dlls/user/msg16.c, dlls/user/user.exe.spec,
+ include/wine/winuser16.h, windows/dialog.c:
+ Tried to make IsDialogMessageW more compatible. Changed
+ IsDialogMessage16/A to call IsDialogMessageW.
+
+ * tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/spec32.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ - Replaced .previous with a .section statement for the appropriate
+ section.
+ - '.section .text' is incorrect. It should be '.section ".text"'.
+
+ * dlls/msvcrt/heap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_operator_new: Call handler only when "new" operation fails.
+
+ * loader/module.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed GetModuleFileNameA to use GetCurrentTask instead of
+ MODULE32_LookupHMODULE when called by a 16-bit task.
+
+2002-07-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/misc.c, dlls/shlwapi/ordinal.c,
+ dlls/wininet/http.c, dlls/winmm/lolvldrv.c, files/smb.c,
+ graphics/x11drv/dib.c, memory/global.c, memory/selector.c,
+ memory/virtual.c, tools/winedump/pe.c, windows/syscolor.c,
+ debugger/module.c, dlls/dplayx/dplayx_global.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Cast void* to char* for pointer arithmetic.
+
+ * dlls/shell32/shellord.c:
+ Duane Clark <dclark@akamail.com>
+ strcasecmp returns zero on a match.
+
+ * dlls/comctl32/pager.c, dlls/commdlg/filedlg95.c,
+ dlls/ddraw/ddraw/thunks.c, dlls/ddraw/dsurface/thunks.c,
+ dlls/odbc32/proxyodbc.c, dlls/winsock/socket.c,
+ programs/winefile/winefile.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed non-static structure initializers.
+
+ * dlls/winedos/vga.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Better toggle all relevant bits in VGA crt register.
+
+ * server/main.c, server/object.h, server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Check POLLHUP semantics at remote shutdown when wineserver is started.
+ Fix socket state handling and event handling for non-STREAM sockets.
+
+ * graphics/x11drv/dib.c:
+ Fixed X11DRV_SetDIBitsToDevice to do the right thing for top-down
+ and/or partial bitmaps.
+
+ * documentation/debugger.sgml, documentation/debugging.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Document the new trace-related winedbg commands.
+
+ * dlls/ddraw/dsurface/fakezbuffer.c, dlls/ntdll/rtlstr.c,
+ dlls/shell32/shellpath.c, dlls/user/wnd16.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Void functions can't return a value, even if it is the return value
+ from another void function.
+
+ * graphics/x11drv/init.c, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Detect DCs without fonts and return an error in wglUseBitmapFonts.
+
+ * programs/winhelp/macro.lex.l:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed unusual type casting.
+
+ * programs/regedit/regedit.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Avoid multi-line string constants.
+
+ * include/shlwapi.h, include/wine/obj_shellfolder.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed extra , from last element in enum declarations.
+
+ * include/dsound.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed extra ; from end of ICOM_METHOD macros.
+
+ * dlls/winmm/winealsa/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some more configuration issues.
+
+ * dlls/winedos/int16.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make sure we wait some time during int16 keyboard query call.
+
+ * dlls/winedos/vga.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added a DOS text mode memory buffer copy in order to be able to tell
+ which lines of text changed and thus which ones to update.
+
+ * msdos/int2f.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Call Sleep for int 0x2f function 0x1680 (IDLE CALL).
+
+2002-07-02 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/user.c:
+ Removed redundant GetMessage call.
+
+ * dlls/msacm/msadp32/msadp32.c, dlls/shell32/debughlp.h,
+ dlls/winmm/winealsa/audio.c, files/smb.c, loader/pe_image.c,
+ programs/clock/language.c, programs/notepad/language.c,
+ programs/winhelp/winhelp.c:
+ Fixed warnings.
+
+ * dlls/Makefile.in, dlls/shlwapi/Makefile.in,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/string.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - implementations for SHLWAPI_267, SHLWAPI_268
+ - small fixes
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/shell32/clipboard.c, dlls/shell32/debughlp.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/undocshell.h, include/wine/obj_shellfolder.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ - changed STRRET definition
+ - small changes for seperation of shell32 from ole32
+ - debughelper for printing interface names (shell internal)
+ - changed shell memory allocation to use IMalloc of ole32 when this
+ library is already loaded
+ - fallback IMalloc internally in shell
+ - unified constructor syntax for several objects created by DllGetClassObject
+ - rewrote instance creation for com objects
+ - made the desktop folder parsing paths like ::{CLSID}
+ - Implemented IPersistFolder3 partially
+
+2002-07-01 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/user.c, programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h,
+ programs/wineconsole/wineconsole_res.rc, server/console.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Use PeekMessage loop around GetMessage.
+ - Added German resource file.
+ - Realign some dialog parts.
+ - "Property" -> "Properties"
+ - Add some traces.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ - stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
+ - minor cleanups
+
+ * winedefault.reg:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added the FirstInstallDateTime key.
+
+ * dlls/ntdll/heap.c:
+ Make sure allocated blocks are aligned on an 8-byte boundary.
+
+ * aclocal.m4, configure:
+ Hopefully more portable errno check.
+
+ * README, dlls/Makefile.in, dlls/make_dlls,
+ documentation/Makefile.in, Makefile.in:
+ Fixed make install from read-only build directory (spotted by Marcus
+ Meissner).
+
+ * windows/message.c:
+ Release the Win16 lock before waiting in MsgWaitForMultipleObjectsEx.
+
+ * configure, configure.ac, include/config.h.in, library/config.c:
+ Added configure check for getpwuid.
+
+ * dlls/ntdll/time.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Avoid alignment problem in NtQuerySystemTime.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h,
+ include/miscemu.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Implemented set cursor shape functionality.
+
+ * files/profile.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Return the correct length when getting a complete section in
+ PROFILE_GetString.
+
+ * dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Support for large and negative offsets.
+
+2002-06-28 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/bitmap.c:
+ BITMAP_SelectObject must return the old handle, not the current one.
+
+ * windows/defdlg.c:
+ Check for valid dialog info before using it.
+
+ * dlls/shell32/dialogs.c:
+ Nix N. Nix <nix@go-nix.ca>
+ Removed message box that would pop up if a RunMRU list was not found.
+
+ * dlls/comctl32/comctl_Si.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/commdlg/rsrc.rc:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian resources.
+
+ * dlls/user/tests/sysparams.c, windows/sysparams.c:
+ Philipp Wollermann <phil_wo@gmx.net>
+ Implemented SPI_GETDESKWALLPAPER action, fixed SPI_SETDESKWALLPAPER.
+
+ * dlls/ddraw/dsurface/user.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Disable OWN_WINDOW as it no longer works.
+
+ * configure, configure.ac, dlls/winmm/winealsa/Makefile.in,
+ dlls/winmm/winealsa/alsa.h, include/config.h.in:
+ Added some ALSA configure checks.
+
+ * configure.ac, dlls/Makefile.in, dlls/winmm/winealsa/.cvsignore,
+ dlls/winmm/winealsa/Makefile.in, dlls/winmm/winealsa/alsa.c,
+ dlls/winmm/winealsa/alsa.h, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/winealsa/winealsa.drv.spec, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ALSA driver (with the help of David Hammerton and Marco
+ Pietrobono).
+
+ * graphics/x11drv/graphics.c:
+ Fixed typo in X11DRV_SetPixel.
+
+ * dlls/advapi32/crypt.h, dlls/richedit/charlist.h,
+ dlls/twain/twain.h, dlls/wsock32/wscontrol.h,
+ include/wnaspi32.h, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/winefile/splitpath.c, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Removed C++ style comments.
+
+ * dlls/shlwapi/tests/shreg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ No longer depends on external env strings values.
+
+ * dlls/commdlg/filedlgbrowser.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Do not change directory if path is invalid.
+
+ * dlls/shell32/changenotify.c:
+ Knut St. Osmundsen <bird@anduin.net>
+ Do not access memory that has just been freed.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support for UpDown control messages.
+ - Add detection for Wine's PropertySheet Dialog to translate
+ messages.
+
+ * programs/regedit/regproc.c, programs/regedit/tests/orig.reg,
+ programs/regedit/tests/regedit.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed a few bugs, added processing of REG_MULTI_SZ format.
+
+ * dlls/ddraw/dsurface/dib.c:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Added support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVERRIDE.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add TCM_SETCURSEL when setting page current.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Ensured full duplex mode is only used with same parameters in in/out
+ streams.
+ Some more work towards multiple audio cards support.
+
+2002-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * include/gdi.h, objects/clipping.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/text.c,
+ dlls/gdi/win16drv/win16drv.h, dlls/wineps/text.c,
+ graphics/mapping.c, graphics/path.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/dib.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/text.c:
+ Replaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP (with the help
+ of Huw Davies).
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/d3d8/.cvsignore,
+ dlls/d3d8/Makefile.in, dlls/d3d8/d3d8.spec,
+ dlls/d3d8/d3d8_main.c:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Created d3d8 stub dll.
+
+ * include/mapidefs.h, include/wtypes.h:
+ Fixed endianness #ifdefs (spotted by Jason Edmeades).
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed flags handling in sndPlaySound.
+
+ * dlls/commdlg/filedlg95.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fixed crash in open file dialog on non-windows 98 emulation when
+ lpszInitialDir is null.
+
+ * dlls/oleaut32/olefont.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure we free the cached HFONT after loading in a fresh font. Enables
+ fonts in VB programs to appear correctly.
+
+ * memory/codepage.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Aric Stewart <aric@codeweavers.com>
+ Fixed nasty bug for 2+ byte multibyte strings and GetStringType.
+ Fleshed out GetStringType CTYPE3 from the unicode tables.
+ CP_SYMBOL is not a valid codepage while CP_UTF7|8 are.
+
+ * documentation/wine.conf.man, include/module.h,
+ loader/loadorder.c, loader/main.c, loader/module.c:
+ Added support for path wildcards of the form "*dllname" in load order
+ specifications.
+ Only use wildcard entry for dlls that don't specify an explicit path.
+ Removed the old DllOverrides syntax support.
+ Misc cleanups and optimizations.
+
+2002-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/Makefile.in, dlls/wineps/brush.c,
+ dlls/wineps/builtin.c, dlls/wineps/download.c,
+ dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+ dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c, dlls/wineps/type1.c, dlls/wineps/type42.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added Type 1 and Type 42 font downloading.
+ Misc bug fixes.
+
+ * dlls/wineps/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle dmScale.
+
+ * dlls/wineps/clipping.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ psdrv doesn't care about hGCClipRgn, just use GetClipRgn instead.
+
+ * dlls/wineps/afm.c, dlls/wineps/glyphlist.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Get rid of a few thousand useless TRACE lines.
+
+ * dlls/wineps/type1afm.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added afm weight "NORMAL".
+
+ * include/wingdi.h, objects/enhmetafile.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Added temp fix for world transform bug in SetWindowOrgEx handler.
+ Added handlers for EMR_SETTEXTJUSTIFICATION and EMR_SETLAYOUT.
+
+ * dlls/gdi/mfdrv/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't map symbol charset through WCToMB.
+
+ * programs/wineconsole/wineconsole.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Made initialization more verbose in case of errors.
+
+ * configure.ac, include/config.h.in, library/config.c, configure:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added check for pwd.h.
+
+ * dlls/winedos/ioports.c, dlls/winedos/vga.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Redirect all reads and writes to VGA controller to VGA emulation.
+ Catch and report 16/32-bit reads/writes to VGA controller.
+ Use correct flags when creating full screen DirectDraw window for
+ VGA.
+
+ * dlls/winedos/int67.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Add save/restore mapping context routines.
+ Add map multiple pages routine.
+ Add partial implementation of hardware information query routine.
+ Replace incorrect use of MapSL with PTR_REAL_TO_LIN.
+
+2002-06-22 Alexandre Julliard <julliard@winehq.com>
+
+ * server/thread.c:
+ Unlock the master socket if the boot thread terminates early.
+ Avoid crash if thread died during timeout wakeup.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, include/font.h,
+ include/wingdi.h, objects/font.c, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ - Implement AddFontResource*, add stubs for RemoveFontResource*.
+ - Add support for GGO_BEZIER and a few bug fixes for GGO_NATIVE.
+ - Much better support for non ansi charsets in font matching.
+ - Proper implementation of GetTextFace for gdi font.
+ - Load fonts that are listed in the registry but aren't in
+ %WINDOWSDIR%\fonts.
+ - Revert TranslateCharsetInfo to use codepage 1252 with ANSI_CHARSET.
+ - Add support for VIETNAMESE_CHARSET and SYMBOL_CHARSET.
+
+ * dlls/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added Bulgarian keyboards.
+
+ * dlls/x11drv/xrender.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Store the cache entry indices and not the ptrs.
+ Protect cache with a critical section.
+
+ * dlls/kernel/tests/file.c, dlls/kernel/tests/path.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c,
+ dlls/shlwapi/tests/shreg.c, dlls/user/tests/class.c,
+ dlls/winsock/tests/sock.c, include/wine/test.h,
+ programs/winetest/wtmain.c:
+ Added printf format checking to the ok() and trace() macros, and fixed
+ the resulting warnings.
+
+2002-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/wininet/.cvsignore,
+ dlls/wininet/Makefile.in, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/wininet/tests/.cvsignore, dlls/wininet/tests/http.c,
+ dlls/wininet/urlcache.c, dlls/wininet/utility.c,
+ dlls/wininet/version.rc, dlls/wininet/wininet.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Reworking of http and asyncronous calls to get IE6 to install.
+ Added a version resource.
+ Added unit test for http.
+
+ * dlls/advapi32/crypt.c, dlls/comctl32/listview.c,
+ dlls/ole32/oleobj.c, dlls/oleaut32/variant.c,
+ dlls/x11drv/winpos.c, controls/button.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed some various comparisons wrt signedness.
+
+ * dlls/ole32/compobj.c:
+ Fixed CLSIDFromString endianness assumptions (reported by Gregg Mattinson).
+
+ * dlls/msvcrt20/Makefile.in, dlls/msvcrt20/dummy.c,
+ dlls/msvcrt20/msvcrt20.c, dlls/msvcrt20/msvcrt20.spec:
+ getmainargs: new_mode argument is not a pointer in msvcrt20 (spotted
+ by Bill Medland).
+
+ * dlls/x11drv/keyboard.c:
+ Rok Mandeljc <rokmandeljc@hotmail.com>
+ Added Slovenian keyboard.
+
+ * dlls/oleaut32/variant.c:
+ John K. Hohm <jhohm@acm.org>
+ Implemented SizeOfVariantData cases for VT_DISPATCH, VT_UNKNOWN, VT_CY.
+
+ * programs/regedit/tests/orig.reg:
+ Bill Medland <medbi01@accpac.com>
+ Test the ability to handle hex values in excess of 1024 bytes and
+ input lines in excess of 4096 bytes.
+
+ * programs/regedit/regproc.c:
+ Bill Medland <medbi01@accpac.com>
+ - Rework the line reading. This version uses a single expanding
+ buffer rather than a main buffer and a "next line" buffer. This
+ version does not overflow the allocated memory (hopefully). The
+ previous version did when concatenating the continuation lines.
+ - Add protection to the HexCSVToHex to prevent overflow.
+ - Allow for conversion of larger hex values. Tested on a real 2.6KB
+ value.
+
+ * programs/regedit/tests/regedit.pl:
+ Bill Medland <medbi01@accpac.com>
+ Correct the comparison of two files. Just because they are the same
+ size doesn't mean they have the same content.
+
+ * dlls/ntdll/signal_sparc.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Implemented DbgBreakPoint and DbgUserBreakPoint for Sparc. Debugger
+ must already be attached for this implementation to work.
+
+ * include/rpcproxy.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Moved all #includes to the top so that __stdcall is defined for the
+ declaration of IIDLookupRtn.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Moved a few win32 functions to a better location for building a Win32
+ only dll.
+
+ * dlls/winmm/wineoss/wineoss.drv.spec, dlls/winnls/winnls.spec,
+ dlls/winnls/winnls32.spec, dlls/winsock/winsock.spec,
+ dlls/winsock/ws2_32.spec, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/wintrust.spec, dlls/wow32/wow32.spec,
+ dlls/wsock32/wsock32.spec, dlls/x11drv/x11drv.spec,
+ miscemu/Makefile.in, miscemu/wine.spec, tools/winebuild/README,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, dlls/user/ddeml.spec,
+ dlls/user/display.spec, dlls/user/keyboard.spec,
+ dlls/user/mouse.spec, dlls/user/user.exe.spec,
+ dlls/user/user32.spec, dlls/version/ver.spec,
+ dlls/version/version.spec, dlls/win32s/w32skrnl.spec,
+ dlls/win32s/w32sys.spec, dlls/win32s/win32s16.spec,
+ dlls/winaspi/winaspi.spec, dlls/winaspi/wnaspi32.spec,
+ dlls/winedos/winedos.spec, dlls/wineps/wineps.spec,
+ dlls/wineps/wineps16.spec, dlls/wininet/wininet.spec,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/mmsystem.spec,
+ dlls/winmm/sound.spec, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/winearts.drv.spec, dlls/winmm/winmm.spec,
+ dlls/opengl32/opengl32.spec, dlls/psapi/psapi.spec,
+ dlls/qcap/qcap.spec, dlls/quartz/quartz.spec,
+ dlls/rasapi32/rasapi16.spec, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec,
+ dlls/serialui/serialui.spec, dlls/setupapi/setupapi.spec,
+ dlls/setupapi/setupx.spec, dlls/shdocvw/shdocvw.spec,
+ dlls/shell32/shell.spec, dlls/shell32/shell32.spec,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/shlwapi.spec,
+ dlls/snmpapi/snmpapi.spec, dlls/sti/sti.spec,
+ dlls/tapi32/tapi32.spec, dlls/ttydrv/ttydrv.spec,
+ dlls/twain/twain_32.spec, dlls/url/url.spec,
+ dlls/urlmon/urlmon.spec, dlls/msimg32/msimg32.spec,
+ dlls/msisys/msisys.ocx.spec, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/msrle32.spec, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/msvcrt20.spec, dlls/msvideo/msvfw32.spec,
+ dlls/msvideo/msvideo.spec, dlls/netapi32/netapi32.spec,
+ dlls/ntdll/ntdll.spec, dlls/odbc32/odbc32.spec,
+ dlls/ole32/compobj.spec, dlls/ole32/ole2.spec,
+ dlls/ole32/ole2conv.spec, dlls/ole32/ole2nls.spec,
+ dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec,
+ dlls/ole32/ole32.spec, dlls/ole32/storage.spec,
+ dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/typelib.spec, dlls/olecli/olecli.spec,
+ dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec,
+ dlls/olepro32/olepro32.spec, dlls/olesvr/olesvr.spec,
+ dlls/olesvr/olesvr32.spec, dlls/imagehlp/imagehlp.spec,
+ dlls/imm32/imm.spec, dlls/imm32/imm32.spec,
+ dlls/kernel/comm.spec, dlls/kernel/kernel32.spec,
+ dlls/kernel/krnl386.exe.spec, dlls/kernel/stress.spec,
+ dlls/kernel/system.spec, dlls/kernel/toolhelp.spec,
+ dlls/kernel/win87em.spec, dlls/kernel/windebug.spec,
+ dlls/kernel/wprocs.spec, dlls/lzexpand/lz32.spec,
+ dlls/lzexpand/lzexpand.spec, dlls/mapi32/mapi32.spec,
+ dlls/mpr/mpr.spec, dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/msacm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msadp32/msadp32.acm.spec,
+ dlls/msacm/msg711/msg711.acm.spec,
+ dlls/msacm/winemp3/winemp3.acm.spec, dlls/msdmo/msdmo.spec,
+ dlls/advapi32/advapi32.spec, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.spec,
+ dlls/comcat/comcat.spec, dlls/comctl32/comctl32.spec,
+ dlls/commdlg/comdlg32.spec, dlls/commdlg/commdlg.spec,
+ dlls/crtdll/crtdll.spec, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/dciman32.spec, dlls/ddraw/ddraw.spec,
+ dlls/devenum/devenum.spec, dlls/dinput/dinput.spec,
+ dlls/dinput8/dinput8.spec, dlls/dplay/dplay.spec,
+ dlls/dplayx/dplayx.spec, dlls/dsound/dsound.spec,
+ dlls/gdi/dispdib.spec, dlls/gdi/gdi.exe.spec,
+ dlls/gdi/gdi32.spec, dlls/gdi/wing.spec, dlls/glu32/glu32.spec,
+ dlls/icmp/icmp.spec, Make.rules.in:
+ Made some more spec file entries optional or unnecessary.
+ Fixed a few DLLName/DLLFileName mismatches.
+
+ * server/sock.c:
+ Attempt at fixing POLLHUP handling for Linux 2.2.x.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Moved succeeding test out of todo block.
+
+ * files/dos_fs.c:
+ Fixed regression caused by previous change.
+
+2002-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/variant.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Fixed ordinals to match the Windows values.
+ Added a couple of stubs.
+
+ * server/main.c, server/process.c, server/request.c,
+ server/request.h, files/drive.c, files/profile.c,
+ graphics/x11drv/xfont.c, include/wine/library.h,
+ include/wine/server.h, library/Makefile.in, library/config.c,
+ misc/registry.c, scheduler/client.c:
+ Create the server directory and socket file in /tmp.
+ Use fcntl file locking to ensure exclusion on the server socket and to
+ better recover from crashes.
+ Flush the registry before closing the socket to avoid timeouts on the
+ client side.
+ Moved get_config_dir functionality to libwine.
+
+ * server/object.h, server/registry.c, server/select.c:
+ Store dirty flag in each registry key and use it to save only modified
+ branches.
+
+ * files/dos_fs.c, files/drive.c:
+ Make sure that DRIVE_FindDriveRoot always returns an absolute path.
+
+ * programs/Makeprog.rules.in:
+ Added dependency on program symlink for unit tests.
+
+ * configure, configure.ac, programs/regedit/Makefile.in,
+ programs/regedit/regedit.c, programs/regedit/tests/.cvsignore,
+ programs/regedit/tests/orig.reg,
+ programs/regedit/tests/regedit.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added regedit unit test, a couple minor changes to regedit.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/parsedt.c,
+ dlls/oleaut32/parsedt.h, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib.h, dlls/oleaut32/variant.c,
+ include/wtypes.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - VarAnd, VarCmp (Strings only), VarNot implemented.
+ - VarParseNumFromStr/VarNumFromParseNum handle negative currency
+ numbers.
+ - More VarCmp support (Decimals and Dates).
+ - Date support for VB time only (0.0->1.0), corrected some date
+ rounding and calculation errors around variant dates and the system
+ time.
+ - Variant date support now round trips! (Date->Variant->Date) due to
+ misuse of tm_mon (0..11 not 1..12).
+ - Better pre-1899 support for dates in the SYSTEMTIME format.
+ - VarBstrFromCy, VarCyFromStr implemented.
+ - VarFormat partial implementation (currency and date support).
+ - VarFormatFromTokens, VarTokenizeFormatString partial implementation
+ as per w2k (dates only so far).
+ - Better debugging when dumping variants, and some additional trace
+ points to help debugging.
+ - Fix to VarBstrCmp to handle null and empty string the same (as per
+ w2k, different to msdn).
+ - Fix return from VarDateFromUdate.
+ - Correct definition of CY structure.
+
+ * loader/pe_image.c, memory/virtual.c:
+ Avoid loading programs into the DOS memory area.
+
+ * programs/regapi/tests/regapi.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed traces of the regedit unit tests.
+
+ * dlls/comctl32/tab.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add routines to dump out tab items internally and externally
+ - Adjust TAB_SetItemBounds to split vertical tabs more like the native.
+ - Document major difference in laying out the vertical tabs.
+ - Fix drawing of icons. Wrong item padding used in vertical case.
+ - Fixed size of horizontal padding.
+
+ * dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ ITypelib::Invoke: Handle different length arguments better, we also
+ return 1 VARIANT only.
+
+ * tools/winebuild/Makefile.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Portability fix.
+
+ * dlls/Makedll.rules.in:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Give the import libs a proper name.
+
+ * include/setupapi.h:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ 'class' is a reserved word (C++).
+
+2002-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/winemaker.man,
+ library/Makefile.in, ole/Makefile.in, programs/.cvsignore,
+ programs/Makefile.in, programs/Makeprog.rules.in,
+ programs/winelauncher.in, tools/.cvsignore, tools/Makefile.in,
+ tools/winapi/Makefile.in, tools/winebuild/Makefile.in,
+ tools/winelauncher.in, tools/winemaker.man,
+ tools/wmc/Makefile.in, tools/wrc/Makefile.in, tsx11/Makefile.in,
+ unicode/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makefile.in, dlls/make_dlls, dlls/shell32/Makefile.in:
+ Fixed make install target to work even when nothing has been compiled
+ yet.
+ Added install-lib and install-dev targets to allow partial
+ installations; moved winemaker.man and winelauncher.in to better fit
+ in the new install categories.
+
+ * dlls/kernel/kernel32.spec, if1632/builtin.c,
+ tools/winebuild/build.h, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c:
+ Unregister 16-bit dlls on module unload.
+
+ * dlls/advapi32/registry.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Implemented recursive RegDeleteKey in Win95 emulation.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec, include/winbase.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added GetCurrentHwProfileA.
+
+ * objects/text.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ ExtTextOutW: if GetFontLanguageInfo says that the font may require
+ reordering, call GetCharacterPlacementW and print the result.
+
+ * objects/font.c:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ - Implemented a skeleton for GetFontLanguageInfo. Using const masks to
+ match against the result of GetTextCharsetInfo. Not all attributes are
+ implemented yet.
+ - Enhanced the implementation of GetCharacterPlacementW to support
+ basic reordering. Not implementing the full BiDi algorithm yet.
+
+ * dlls/kernel/nls/heb.nls:
+ Shachar Shemesh <wine-patches@sun.consumer.org.il>
+ Changed the country's name to "IL" to conform to commonly held
+ practices.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Dump out the TCITEM structure for appropriate messages.
+ - Dump out the rectangle for the TCM_ADJUSTRECT message.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Support images on the tabs of pages that are added (not just the
+ first).
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/gdi/Makefile.in,
+ dlls/kernel/Makefile.in, dlls/make_dlls, dlls/ntdll/Makefile.in,
+ dlls/user/Makefile.in, dlls/winspool/Makefile.in,
+ dlls/x11drv/Makefile.in:
+ Removed install_libdir targets and centralized the symlinks creation
+ in the main dll makefile.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dinput/device.c,
+ dlls/dinput/device_private.h, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, dlls/dinput8/.cvsignore,
+ dlls/dinput8/Makefile.in, dlls/dinput8/dinput8.spec,
+ dlls/dinput8/dinput8_main.c, include/d3dtypes.h,
+ include/dinput.h:
+ Ove Kaaven <ovek@transgaming.com>
+ - support DirectInput 8 interfaces.
+ - implemented mouse wheel support.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle argsize for VT_DATE.
+
+ * dlls/ntdll/file.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Partially implement NtOpenFile and NtReadFile.
+
+ * dlls/x11drv/event.c, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Update the cursor for each window on receiving an X11 event, don't
+ wait for the SetCursor call.
+ Added EnterNotify handler to set the cursor on window map/unmap.
+
+ * include/queue.h, windows/cursoricon.c:
+ Store the current cursor in the thread queue instead of globally.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Cosmetic fix.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/enhmfdrv/bitblt.c,
+ dlls/gdi/enhmfdrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added PatBlt support in enhanced metafiles.
+
+2002-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed the names of some stock fonts.
+
+ * dlls/sti/sti.spec, dlls/sti/sti_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Stub for StiCreateInstance.
+
+ * dlls/ole32/storage.c, dlls/setupapi/queue.c, dlls/user/lstr.c,
+ dlls/x11drv/winpos.c, graphics/path.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Jeremy White <jwhite@codeweavers.com>
+ Fixed memory leaks.
+
+ * dlls/ddraw/version.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed version info.
+
+ * dlls/comctl32/toolbar.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix handling of strings that do not finish with "||".
+ Fix the indentation of the while loop in TOOLBAR_AddStringW.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added a few stubs.
+
+ * dlls/kernel/nls/bgr.nls:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added Bulgarian NLS definitions (with the help of Anton Zinoviev).
+
+ * scheduler/client.c, scheduler/process.c,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Reset signals to SIG_DFL before starting a child process.
+
+ * windows/painting.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid crashes if window belongs to another process.
+
+ * relay32/builtin32.c:
+ Make builtins pretend to be loaded from the system directory.
+
+ * loader/pe_image.c:
+ Don't go through the export table if we are not tracing anything.
+
+ * dlls/setupapi/parser.c:
+ For lines that contain a single field, the field is also the line key
+ (thanks to Aric Stewart).
+
+ * dlls/setupapi/install.c:
+ Aric Stewart <aric@codeweavers.com>
+ When processing the reg section we need to delete before adding.
+ First pass implementation of UpdateIni.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added an empty implementation for UuidFromStringA/W.
+
+ * dlls/ntdll/heap.c:
+ Restored MakeCriticalSectionGlobal that got lost somewhere.
+
+ * dlls/ntdll/cdrom.c:
+ Don't try to open CDROM device if none was specified.
+
+ * dlls/kernel/time.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Added support for CAL_ITWODIGITYEARMAX.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ struct _stat layout is different between crtdll and msvcrt.
+
+ * dlls/commdlg/printdlg.c:
+ Store print dlg structure in a property instead of DWL_USER.
+
+ * dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added stubs for capGetDriverDescription.
+
+ * debugger/debug.l, debugger/memory.c, debugger/types.c:
+ Added /g debug format to dump GUIDs.
+
+ * debugger/debugger.h, debugger/source.c, debugger/winedbg.c:
+ Don't ask for source file in auto mode.
+
+ * ole/ole2nls.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and
+ GetCurrencyFormatA.
+
+ * controls/combo.c, controls/edit.c, controls/listbox.c:
+ Make sure edit and listbox controls are of same ASCII/Unicode style as
+ the combo box. Fixed a few MBCS issues with WM_GETTEXTLENGTH handling.
+
+ * dlls/dsound/Makefile.in, dlls/dsound/buffer.c,
+ dlls/dsound/capture.c, dlls/dsound/dsound.spec,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c, include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Support DirectSound 8 interfaces. Split interface implementations into
+ separate files. Split primary buffer and secondary buffer interfaces
+ into separate implementations. Made the primary buffer state part of
+ the dsound object, so primary buffer objects can be created and
+ refcounted independently. Made the interfaces follow COM aggregation
+ rules more closely. Converted the dsound critical section to a R/W
+ lock to improve potential remixing concurrency. Fixed various bugs and
+ refcounting issues.
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+ dlls/comcat/information.c, dlls/comcat/register.c,
+ dlls/comcat/regsvr.c, dlls/comcat/regsvr.h:
+ John K. Hohm <jhohm@acm.org>
+ Completed implementation of comcat.dll, incl. Dll[Un]RegisterServer.
+
+ * programs/regsvr32/Makefile.in: Don't use msvcrt.
+
+ * programs/regsvr32/regsvr32.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Replaced stricmp/strnicmp with strcasecmp/strncasecmp.
+
+ * dlls/x11drv/desktop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Display the name of the started process in the desktop title.
+
+ * objects/gdiobj.c:
+ Won Kyu Park <wkpark@chem.skku.ac.kr>
+ Fixed defaultGuiFont for Korean.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct page rectangle calculation.
+ - Improve traces.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Peter Hunnisett <peter@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ - check for sockaddr being NULL.
+ - hackish implementation of WSADuplicateSocket.
+
+2002-06-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/keyboard.c:
+ David Hammerton <david@transgaming.com>
+ MapVirtualKey actually returns uppercase keys in Windows.
+
+ * windows/message.c:
+ David Hammerton <david@transgaming.com>
+ Peter Hunnisett <peter@transgaming.com>
+ - Fix TranslateMessage return code.
+ - Make GetKeyState work properly for apps that test 0x80 instead of
+ 0x8000.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Add more magic to find the start of the nametable.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/win16drv.h,
+ dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c, dlls/wineps/init.c,
+ dlls/wineps/wineps.spec, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c,
+ graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/dib.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/init.c, graphics/x11drv/text.c, include/gdi.h,
+ include/x11drv.h, objects/clipping.c, objects/dc.c,
+ objects/region.c:
+ Moved DC origin into device-specific structure.
+ Fixed handling of DC origin in X11 driver.
+
+ * dlls/msacm/imaadp32/imaadp32.c:
+ David D. Hagood <wowbagger@sktc.net>
+ ADPCM nybble processing order was incorrect.
+
+ * dlls/user/text.c:
+ Paul Rupe <prupe@myrealbox.com>
+ Faster performance in TEXT_Ellipsify for long strings.
+
+ * dlls/comctl32/listview.c:
+ Paul Rupe <prupe@myrealbox.com>
+ Support for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
+ in LISTVIEW_GetSubItemRect.
+
+ * dlls/shell32/dialogs.c, dlls/shell32/shell32_Ca.rc,
+ dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc,
+ dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_Eo.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+ dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.rc,
+ dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc,
+ dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sk.rc,
+ dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc,
+ dlls/shell32/shell32_Zh.rc:
+ Nix N. Nix <nix@go-nix.ca>
+ Added RunFileDlg with MRU list.
+ Added template to all .rc files.
+
+ * documentation/bugs.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Some grammar fixes.
+
+ * dlls/comctl32/comctl_Ko.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Ko.rc, dlls/user/resources/user32_Ko.rc,
+ dlls/wineps/rsrc.rc, dlls/wineps/wps_Ko.rc:
+ Won-kyu Park <wkpark@kldp.org>
+ Added Korean resources.
+
+ * dlls/commdlg/filedlg95.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Save and restore current directory in GetFileDialog95W if
+ OFN_NOCHANGEDIR flag set.
+ - GetFileDialog95W: only convert ofn->lpTemplateName if it's a string
+ resource id (fixes OpenOffice 1.0 file open dialog crash).
+ - Ignore OFN_FILEMUSTEXIST flag for save file dialog (fixes save
+ dialog in ElstarFormular).
+ - Rewrote casts that some compilers don't accept.
+
+ * documentation/samples/config:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged the two serializer and unserializer functions into one, cleaned
+ them up.
+ VT_PTR: Handle NULL pointers by sending a cookie.
+ Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID,
+ VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT.
+ Added a custom serializer for DISPPARAMS struct.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some debugoutput functions for TYPEATTR, IDLDESC, VARDESC.
+ Support more parameters in _invoke (needed for IDispatch::Invoke in
+ the marshaller).
+
+ * dlls/shell32/shellole.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Handle ascii & unicode drag and drop structures in DragQueryFileA &
+ DragQueryFileW.
+
+ * dlls/opengl32/wgl.c, include/wingdi.h:
+ Jesse Allen <uh_ja@gmx.net>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added implementation of wglSwapLayerBuffers.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec:
+ Mike McCormack <mikem@codeweavers.com>
+ - Partially implement LdrGetDllHandle.
+ - Implement LdrGetProcedureAddress.
+
+ * documentation/README.fr:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Updated so it's in line with README.
+
+2002-06-05 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020605.
+
+----------------------------------------------------------------
+2002-06-05 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/README.fr:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Updated README.fr so it's in line with README.
+
+ * dlls/kernel/comm.c:
+ Marcelo Welter <pouback@sysmo.com.br>
+ Added PCF_TOTALTIMEOUTS to comm properties.
+
+ * README:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Update FreeBSD-related notes.
+
+ * dlls/kernel/tests/file.c, files/file.c:
+ Check access rights before renaming or deleting files (based on
+ patches by Uwe Bonnes and Dmitry Timoshkov).
+
+ * documentation/README.fr:
+ Jean-Bruno Luginbühl <jean_bruno_luginbuhl@yahoo.fr>
+ French translation of the README file.
+
+2002-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c, dlls/shlwapi/wsprintf.c,
+ dlls/user/user32.spec, dlls/user/wsprintf.c, include/winuser.h:
+ Duplicated wsprintf implementation in shlwapi.
+
+ * documentation/configuring.sgml, documentation/fonts.sgml,
+ documentation/implementation.sgml, documentation/installing.sgml,
+ documentation/samples/config, documentation/wine.conf.man, README:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Documentation improvements.
+
+ * controls/menu.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Only allow tabs in popup menus, and make sure to never display them.
+
+ * dlls/ole32/oleproxy.c, dlls/oleaut32/tmarshal.c, winedefault.reg:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added marshalling of IUnknown.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/setupapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/winemp3.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/kernel/tests/locale.c, dlls/setupapi/devinst.c,
+ scheduler/process.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * debugger/winedbg.c, win32/except.c, winedefault.reg:
+ Added --debugmsg option to the debugger.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winefile/.cvsignore, programs/winefile/De.rc,
+ programs/winefile/En.rc, programs/winefile/Makefile.in,
+ programs/winefile/license.c, programs/winefile/resource.h,
+ programs/winefile/resource.rc, programs/winefile/rsrc.rc,
+ programs/winefile/splitpath.c, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Merged Martin Fuchs' file manager (with the help of Steven Edwards).
+
+ * relay32/relay386.c:
+ Check if relay debugging is still on before printing something.
+
+ * dlls/commdlg/filedlg95.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ nitialDir handling and InitialFile handling now agrees with MSDN
+ description, and testing on win2000 appears to agree.
+ ilename field not cleared when directory selected/clicked on.
+ OFN_NOVALIDATE field no longer causes traps, and appears to behave as
+ per w2k.
+
+ * loader/ne/module.c:
+ Don't free the stack selector, it's freed in ExitThread anyway (thanks
+ to Christian Costa).
+
+ * dlls/Makefile.in, dlls/msacm/winemp3/.cvsignore,
+ dlls/msacm/winemp3/Makefile.in, dlls/msacm/winemp3/common.c,
+ dlls/msacm/winemp3/dct64_i386.c, dlls/msacm/winemp3/decode_i386.c,
+ dlls/msacm/winemp3/huffman.h, dlls/msacm/winemp3/interface.c,
+ dlls/msacm/winemp3/l2tables.h, dlls/msacm/winemp3/layer1.c,
+ dlls/msacm/winemp3/layer2.c, dlls/msacm/winemp3/layer3.c,
+ dlls/msacm/winemp3/mpegl3.c, dlls/msacm/winemp3/mpg123.h,
+ dlls/msacm/winemp3/mpglib.h, dlls/msacm/winemp3/tabinit.c,
+ dlls/msacm/winemp3/winemp3.acm.spec, configure, configure.ac:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a MP3 decoder (based on mpglib).
+
+ * documentation/samples/config, if1632/relay.c,
+ include/wine/library.h, library/debug.c, misc/options.c,
+ relay32/relay386.c, relay32/snoop.c, scheduler/process.c,
+ windows/spy.c:
+ Moved specification of relay and snoop include/exclude functions to
+ the config file.
+ Changed spy config a bit to follow the same scheme.
+ Moved debug option parsing routine into libwine.
+
+ * include/font.h, include/gdi.h, include/metafile.h,
+ include/wine/wingdi16.h, objects/enhmetafile.c, objects/font.c,
+ objects/metafile.c, dlls/gdi/freetype.c, dlls/gdi/mfdrv/init.c,
+ graphics/x11drv/xfont.c:
+ Better encapsulation of the font and metafile objects.
+
+ * Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Warn the user if 'wine' will not find its libraries after installation
+ on 'make install'.
+
+ * dlls/ole32/rpc.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed incorrect pointer-cast arithmetic.
+ Extended ole trace information.
+ Don't lose the existing pipes on alloc failure.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/shell.spec, dlls/shell32/version16.rc:
+ Johan Gill <johane@lysator.liu.se>
+ Added version info to 16-bit shell.dll.
+
+ * dlls/comctl32/status.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Warning fix.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another regression in PlaySound.
+
+ * include/winbase.h:
+ Warren Turkal <wturkal@cbu.edu>
+ More stream definitions.
+
+ * dlls/oleaut32/typelib.c, dlls/winmm/mci.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Porting fixes.
+
+2002-06-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/color.h, include/gdi.h, include/palette.h,
+ include/wine/wingdi16.h, include/wingdi.h, include/x11drv.h,
+ objects/color.c, objects/palette.c, dlls/gdi/Makefile.in,
+ dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/win16drv/init.c, dlls/ttydrv/palette.c,
+ dlls/ttydrv/ttydrv.spec, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/brush.c, graphics/x11drv/init.c,
+ graphics/x11drv/palette.c:
+ Better separation of the palette functions.
+ Removed the palette driver.
+
+ * dlls/ntdll/signal_i386.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed DebugBreakProcess (now generates EXCEPTION_BREAKPOINT instead of
+ EXCEPTION_SINGLE_STEP).
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/info.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ability to turn on/off debug channels.
+ Reimplemented the info maps command.
+
+ * dlls/x11drv/mouse.c, dlls/x11drv/winpos.c, include/cursoricon.h,
+ windows/cursoricon.c, windows/win.c:
+ Removed CURSORICON_IconToCursor now that we support color cursors.
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/information.c:
+ John K. Hohm <jhohm@acm.org>
+ Complete ICatInformation implementation.
+
+ * include/ntddk.h:
+ Mike McCormack <mikem@codeweavers.com>
+ Declare NtCreateFile(), NtOpenFile() and NtReadFile().
+
+ * dlls/shell32/shellole.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed wrong cast; MSDN says lpDropFileStruct->pFiles is offset in
+ bytes (regardless of ascii/unicode).
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Corrected installation of the wine applications, fixed call to
+ regedit.
+
+ * tools/bin2res.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Portability fix.
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c,
+ include/wine/server_protocol.h, server/console.c, server/process.c,
+ server/process.h, server/protocol.def, server/request.h,
+ server/trace.c, win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implementation for console control events (includes process groups
+ support).
+
+ * programs/wineconsole/user.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some selection bugs.
+
+ * debugger/break.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Really enter the debugger when DebugBreak(Process) is invoked on
+ debuggee.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added ctrl-c support.
+
+ * win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Better too long lines detection, added del key support in emacs mode.
+
+ * dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c,
+ dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c,
+ dlls/dinput/mouse/main.c, include/dinput.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Made sure const LP were actually const in dinput.h.
+ - Uniformized the {A,W} declarations of some structures.
+
+ * tools/findfunc:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Show in which file the function is actually implemented, as well as
+ the header in which it is defined.
+
+2002-06-01 Alexandre Julliard <julliard@winehq.com>
+
+ * */*:
+ Removed some more trailing whitespace.
+
+ * library/README.resources:
+ Removed obsolete README.
+
+ * tools/winedump/pe.c:
+ Added fallback read() for missing/failing mmap().
+
+2002-05-31 Alexandre Julliard <julliard@winehq.com>
+
+ * */*:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Removed trailing whitespace.
+
+ * dlls/x11drv/mouse.c:
+ Avoid division by zero (thanks to David Ronis).
+
+ * objects/palette.c, objects/pen.c, objects/region.c,
+ windows/painting.c, dlls/gdi/mfdrv/init.c, dlls/gdi/win16drv/init.c,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec,
+ dlls/x11drv/Makefile.in, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, graphics/mapping.c, graphics/painting.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/dib.c, graphics/x11drv/init.c,
+ graphics/x11drv/objects.c, include/bitmap.h, include/brush.h,
+ include/font.h, include/gdi.h, include/palette.h, include/pen.h,
+ include/region.h, include/wine/wingdi16.h, include/x11drv.h,
+ objects/bitmap.c, objects/brush.c, objects/dc.c, objects/dib.c,
+ objects/enhmetafile.c, objects/font.c, objects/gdiobj.c,
+ objects/metafile.c, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c:
+ Added function table to GDI objects for better encapsulation.
+ Removed some direct accesses to the bitmap structure.
+ Fixed handling of stock bitmap if selected in multiple DCs.
+ Some minor fixes to the DC function table.
+
+ * server/user.c:
+ Fixed next_user_handle to also work on deleted handles.
+
+ * programs/regedit/Makefile.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Use native libc functions instead of msvcrt ones.
+
+ * dlls/x11drv/keyboard.c:
+ Shachar Shemesh <wine-devel@sun.consumer.org.il>
+ Added Israeli Hebrew keyboard, and fixed a problem in the matching of
+ characters against dead keys.
+
+2002-05-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/x11drv/x11drv_main.c, files/file.c,
+ include/file.h, include/wine/server.h, scheduler/client.c,
+ scheduler/process.c:
+ Added wine_server_fd_to_handle to replace FILE_DupUnixHandle.
+
+ * dlls/comctl32/imagelist.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Match behaviour of ImageList_LoadImageA wrt cx parameter (when set to
+ zero).
+
+ * win32/device.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed warnings.
+
+ * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixes for building on mingw.
+
+ * tools/make_requests, include/wine/server.h,
+ include/wine/server_protocol.h, programs/wineconsole/wineconsole.c,
+ scheduler/client.c, server/console.c, server/console.h,
+ server/debugger.c, server/event.c, server/file.c, server/handle.c,
+ server/handle.h, server/mapping.c, server/named_pipe.c,
+ server/object.h, server/pipe.c, server/process.c, server/process.h,
+ server/protocol.def, server/registry.c, server/request.c,
+ server/request.h, server/semaphore.c, server/serial.c, server/smb.c,
+ server/sock.c, server/thread.c, server/thread.h, server/trace.c,
+ server/window.c:
+ Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
+
+ * tools/bug_report.pl:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Removed -managed option.
+
+ * dlls/ntdll/cdrom.c: Portability fixes.
+
+ * dlls/kernel/time.c, files/dos_fs.c, include/winbase.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Fixed GetSystemTimeAdjustment prototype and added it to winbase.h.
+ - Fixed DosDateTimeToFileTime, FileTimeToDosDateTime,
+ LocalFileTimeToFileTime, FileTimeToLocalFileTime and
+ SystemTimeToFileTime.
+
+2002-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/information.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/updown.c, include/ntddk.h:
+ Replaced swprintf by wsprintfW.
+
+ * dlls/ole32/compobj.c, dlls/ole32/rpc.c:
+ Bill Medland <medbi01@accpac.com>
+ Ensure that an out-of-process COM object is started only once.
+ Allow out-of-process COM objects if request is for
+ in-or-out-of-process.
+
+ * dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/dsurface/dib.c,
+ dlls/oleaut32/variant.c, dlls/shlwapi/reg.c,
+ graphics/x11drv/xfont.c, tools/winedump/README:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed some more missing \n in traces.
+
+ * dlls/comctl32/status.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Check for valid part nr in STATUSBAR_GetTextLength.
+ - TRACE fix in STATUSBAR_SetTextT; SBT_OWNERDRAW pointer isn't always
+ a string pointer.
+
+ * dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Dropped superflous Remote_CoGetClassObject() (entirely contained in
+ create_marshalled_proxy()).
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some other synchronisation issues.
+
+ * dlls/kernel/time.c, dlls/ntdll/time.c:
+ Fixed some alignment issues (based on a patch by Gregg Mattinson).
+
+ * ole/ole2nls.c:
+ Fixed buffer handling of some locale functions (based on a patch by
+ Mehmet Yasar).
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Removed redundant checks and variables, fixed some tests, some
+ cosmetic changes.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/locale.c:
+ Fixed some tests that were failing under Wine.
+
+ * include/basetsd.h, include/winbase.h, include/winnt.h:
+ Moved WORDS_BIGENDIAN macros to basetsd.h.
+ Fixed FILETIME definition for big-endian.
+
+ * graphics/x11drv/palette.c:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Replaced 0 by -1 to indicate free entry in
+ X11DRV_PALETTE_XPixelToPalette.
+
+ * include/winnt.h:
+ Gregg Mattinson <gm138242@scot.canada.sun.com>
+ Fixed the LARGE_INTEGER and ULARGE_INTEGER unions for big endian.
+
+ * dlls/comctl32/tab.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fixed drawing of borders to that of native (uses DrawEdge).
+ - Fixed drawing of separators to match the native.
+ - Fixed height of tabs and buttons to match native.
+ - Add/improved traces.
+ - Handle WM_SYSCOLORCHANGE message.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Check for NULL ptr in midiStreamOut.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/locale.c:
+ Mehmet Yasar <myasar@free.fr>
+ Added test for locale functions.
+
+2002-05-28 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winewrapper:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the ability to add local configuration to winewrapper.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/mfdrv/graphics.c:
+ A few fixes in ExtSelectClipRgn metafile functions.
+
+ * windows/winpos.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed a memory leak in find_child_from_point().
+
+ * include/setupapi.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub implementations of some functions.
+
+ * dlls/dsound/dsound_main.c, documentation/samples/config:
+ Johan Gill <johane@lysator.liu.se>
+ Only enumerate DirectSound devices if the first sound device in the
+ system supports the Wine implementation of DirectSound. Also added
+ some entries to the sample config file and changed the values of the
+ "EmulDriver" key to "Y"/"N".
+
+ * dlls/winedos/int10.c, include/miscemu.h, msdos/dosmem.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ The SVGA block code was not accessible (AH and AL inverted). Fixed.
+ Removed duplicate VESA Get SuperVGA INFORMATION function.
+ Fix and finish its implementation.
+ Add 2 functions to managed structures in the BiosSys segment.
+
+ * dlls/winspool/info.c, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed warnings.
+
+ * dlls/comctl32/propsheet.c:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Fixed memory allocation bug in PROPSHEET_CollectPageInfo.
+
+ * dlls/winmm/mmsystem.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ mixerGetControlDetailsW: translate strings for
+ MIXER_GETCONTROLDETAILSF_LISTTEXT option.
+
+ * include/winbase.h:
+ Warren Turkal <wturkal@cbu.edu>
+ Added structures and some constants for stream handling.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub implementations of some functions.
+
+ * files/file.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Silence fixme in unnecessary situation, add missing \n to another fixme.
+
+2002-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/winpos.c, dlls/x11drv/xrender.c,
+ graphics/x11drv/clipping.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/text.c, include/gdi.h, include/region.h,
+ include/x11drv.h, objects/clipping.c, objects/gdiobj.c,
+ objects/region.c, windows/dce.c, windows/winpos.c,
+ dlls/gdi/mfdrv/graphics.c:
+ Removed dependencies on the internals of the region object.
+ Do not store the region type in the object, it's trivial to determine
+ from the rectangle count.
+ Rewrote a few routines to not depend on internal clipping or region
+ functions.
+
+ * win32/device.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Add some undocumented ioctl mappings.
+ - Correct OpenVxDHandle prototype, document it, have a try at
+ returning a Ring 3 handle and make FIXME more verbose.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed cont/pass mismatch.
+
+ * debugger/dbg.y, debugger/debugger.h, debugger/expr.c,
+ debugger/info.c, debugger/memory.c, debugger/types.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Hacked unicode printing feature (x /u).
+ Made the type casts a bit more robust.
+
+ * server/process.c, server/process.h:
+ Fixed process startup synchronization broken by previous change.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Fixed typo in iswalpha forward.
+
+ * tools/winebuild/import.c:
+ Only add extra symbols if they are not already exported by this dll.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed wine exec file location after startup modifications.
+
+ * misc/version.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Use Win98 SE values for WIN98 setting.
+ - Win ME is DOS 8.00.
+ - Rename variable defaultWinVersion to forcedWinVersion.
+ - VERSION_GetSystemDLLVersion(): add W2K/XP support, add "unknown"
+ warning.
+
+2002-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.ac, Make.rules.in, configure:
+ No longer need a special LDCOMBINE for cygwin/mingw.
+
+ * include/wine/server_protocol.h, memory/environ.c,
+ scheduler/process.c, server/debugger.c, server/process.c,
+ server/process.h, server/protocol.def, server/ptrace.c,
+ server/trace.c:
+ A few optimizations in the process startup requests now that Winelib
+ apps are started differently from Unix ones.
+
+ * dlls/imm32/imm.c, dlls/ntdll/cdrom.c, dlls/shlwapi/reg.c,
+ dlls/winedos/dosvm.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/xfont.c, msdos/ppdev.c, objects/region.c,
+ windows/sysparams.c, dlls/advapi32/crypt.c,
+ dlls/comctl32/commctrl.c, dlls/dinput/keyboard/main.c,
+ dlls/gdi/freetype.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add missing \n to output messages.
+
+ * graphics/x11drv/opengl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Support querying of number of visuals without reporting an error or
+ crashing.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, misc/version.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Partial implementation of VerifyVersionInfo{A,W}.
+
+2002-05-23 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/main.c, misc/registry.c, msdos/dosconf.c, msdos/int11.c,
+ msdos/int1a.c, msdos/int21.c, msdos/ioports.c, objects/font.c,
+ ole/ole2nls.c, programs/progman/string.c, scheduler/process.c,
+ win32/console.c, dlls/winedos/module.c, dlls/x11drv/event.c,
+ files/directory.c, files/dos_fs.c, files/drive.c, files/profile.c,
+ include/file.h, include/options.h, loader/loadorder.c:
+ Removed most inclusions of options.h.
+ Removed a few no longer used PROFILE_* functions.
+
+ * dlls/winspool/info.c, documentation/Makefile.in,
+ documentation/installation-und-konfiguration.german,
+ documentation/running.sgml, documentation/samples/config,
+ documentation/wine.man.in, misc/options.c, misc/version.c,
+ win32/device.c:
+ Replaced -dosver and -winver options by config file parameters.
+
+ * dlls/make_dlls, dlls/Makefile.in:
+ Restored the library file intermediate step for symlink dependencies.
+
+ * dlls/x11drv/window.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+ Restored managed mode config file option.
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Support for KDE3.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Added creation of c:/windows/fonts and
+ c:/windows/Start Menu/Programs/Startup.
+
+ * dlls/kernel/tests/file.c:
+ Francois Gouget <fgouget@free.fr>
+ Improve the failure messages.
+
+ * include/wine/port.h, loader/ne/module.c, loader/ne/resource.c,
+ loader/task.c, memory/environ.c, tools/winebuild/spec16.c,
+ windows/class.c, dlls/dplayx/dplay.c, dlls/gdi/freetype.c,
+ dlls/ntdll/heap.c, dlls/wineps/truetype.c, include/user.h:
+ Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian
+ issues.
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Run make clean in all directories, even the ones we don't compile in.
+ Simplified sub-directories rules a bit.
+
+ * dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/winmm/mcicda/Makefile.in,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in:
+ Removed some unnecessary imports.
+
+ * Makefile.in: Fixed etags rule.
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv_main.c, documentation/wine.man.in,
+ graphics/x11drv/graphics.c, include/options.h, misc/options.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the --managed option, and make wine use the managed mode by
+ default.
+
+ * dlls/oleaut32/typelib.c, dlls/setupapi/setupx_main.c, misc/registry.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Removed obsolete email address.
+
+ * dlls/kernel/tests/alloc.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c,
+ dlls/oleaut32/tests/vartest.c, dlls/shlwapi/tests/shreg.c,
+ dlls/user/tests/class.c, dlls/user/tests/wsprintf.c,
+ dlls/winsock/tests/sock.c:
+ Francois Gouget <fgouget@free.fr>
+ Make the tests compile with Visual C++.
+
+ * include/mapicode.h, include/mapidefs.h, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Include winerror.h if in Winelib mode.
+
+2002-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/quartz.api:
+ Avoid 0-byte files.
+
+ * programs/avitools/Makefile.in, programs/winetest/Makefile.in,
+ programs/winetest/runtest, scheduler/client.c, scheduler/process.c,
+ tools/winewrapper, win32/console.c, .cvsignore, Make.rules.in,
+ Makefile.in, dlls/Makedll.rules.in, dlls/x11drv/clipboard.c,
+ documentation/Makefile.in, documentation/samples/config,
+ documentation/wine.man.in, include/module.h, include/wine/library.h,
+ library/loader.c, loader/module.c, miscemu/.cvsignore,
+ miscemu/Makefile.in, programs/.cvsignore, programs/Makefile.in,
+ programs/Makeprog.rules.in, programs/wineapploader.in,
+ winedefault.reg:
+ New loading scheme for Winelib apps, makes them behave like builtin
+ dlls and takes load order into account. Install them in dlldir.
+ Improved MODULE_GetBinaryType to recognize ELF binaries.
+ Added a wrapper script to setup the environment when running directly
+ from inside the source tree.
+
+ * Make.rules.in, aclocal.m4, configure, configure.ac:
+ Added check for ln.
+
+ * dlls/Makefile.in, dlls/msacm/msadp32/.cvsignore,
+ dlls/msacm/msadp32/Makefile.in, dlls/msacm/msadp32/msadp32.acm.spec,
+ dlls/msacm/msadp32/msadp32.c, documentation/samples/system.ini,
+ configure.ac, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ACM MS ADPCM codec.
+
+ * dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c,
+ dlls/winmm/wineoss/mmaux.c, dlls/winsock/async.c,
+ dlls/winsock/socket.c, dlls/wsock32/socket.c,
+ dlls/x11drv/wineclipsrv.c, msdos/ppdev.c, dlls/avifil32/avifile.c,
+ dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/winedos/int31.c,
+ dlls/winmm/wineoss/audio.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/avifile.api,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/comcat.api,
+ tools/winapi_check/win32/imaadp32.api,
+ tools/winapi_check/win32/imm32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shdocvw.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/wineps.api:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed hang in PlaySound in error cases; added registry lookup for sounds.
+
+ * dlls/winsock/tests/sock.c, include/Makefile.in, include/mswsock.h,
+ include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Add mswsock.h, move relevant definitions to this header.
+
+2002-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winepath/Makefile.in, programs/winetest/.cvsignore,
+ programs/winetest/Makefile.in, programs/winhelp/.cvsignore,
+ programs/winhelp/Makefile.in, programs/winver/.cvsignore,
+ programs/winver/Makefile.in, scheduler/process.c,
+ programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in,
+ programs/control/.cvsignore, programs/control/Makefile.in,
+ programs/expand/.cvsignore, programs/expand/Makefile.in,
+ programs/notepad/.cvsignore, programs/notepad/Makefile.in,
+ programs/osversioncheck/.cvsignore,
+ programs/osversioncheck/Makefile.in, programs/progman/.cvsignore,
+ programs/progman/Makefile.in, programs/regapi/.cvsignore,
+ programs/regapi/Makefile.in, programs/regedit/.cvsignore,
+ programs/regedit/Makefile.in, programs/regsvr32/.cvsignore,
+ programs/regsvr32/Makefile.in, programs/regtest/.cvsignore,
+ programs/regtest/Makefile.in, programs/uninstaller/.cvsignore,
+ programs/uninstaller/Makefile.in, programs/view/.cvsignore,
+ programs/view/Makefile.in, programs/wcmd/.cvsignore,
+ programs/wcmd/Makefile.in, programs/wineconsole/.cvsignore,
+ programs/wineconsole/Makefile.in, programs/winemine/.cvsignore,
+ programs/winemine/Makefile.in, programs/winepath/.cvsignore,
+ Make.rules.in, debugger/.cvsignore, debugger/Makefile.in,
+ dlls/kernel/tests/.cvsignore, dlls/oleaut32/tests/.cvsignore,
+ dlls/shlwapi/tests/.cvsignore, dlls/user/tests/.cvsignore,
+ dlls/winsock/tests/.cvsignore, programs/Makeprog.rules.in,
+ programs/avitools/.cvsignore, programs/avitools/Makefile.in,
+ programs/clock/.cvsignore, programs/clock/Makefile.in:
+ Renamed Winelib apps to .exe.so to follow the dll naming convention.
+
+ * include/commctrl.h, include/shlwapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Test for IStream_IMETHODS before defining APIs that need the IStream
+ interface (like on Windows).
+
+ * dlls/winaspi/aspi.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Check for sys/ioctl.h.
+
+ * dlls/Makefile.in, dlls/msacm/msg711/.cvsignore,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.acm.spec,
+ dlls/msacm/msg711/msg711.c, dlls/msacm/msg711/msg711.drv.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented a G711 ACM codec (supports both A-Law and MU-Law).
+
+ * dlls/make_dlls:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now runs in Perl strict mode.
+ Added ability to skip DLL from the tree.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added stub for ExtractAssociatedIconExA.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allow ANSI charset in font enumeration.
+ Added ability not to close the wineconsole on console object
+ destruction.
+
+ * dlls/user/dde/ddeml16.c, windows/winproc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added 16/32 DDE message conversion.
+ Finished the 16 bit implementation of DDEML.
+
+2002-05-20 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in, configure, configure.ac, programs/Makefile.in,
+ programs/expand/.cvsignore, programs/expand/Makefile.in,
+ programs/expand/expand.c:
+ Moved expand.c from libtest to programs/expand.
+ Removed the rest of the libtest directory.
+
+ * configure.ac, dlls/gdi/freetype.c, dlls/wineps/truetype.c,
+ dlls/x11drv/xrender.c, include/config.h.in, aclocal.m4, configure:
+ Added configure check for the soname of libraries that we load
+ dynamically. Added a few other configure macros, and moved all macros
+ into aclocal.m4.
+
+ * controls/button.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Clear an old button text in WM_SETTEXT as Windows does.
+
+ * dlls/comctl32/pager.c, dlls/comctl32/status.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/user/user32.spec, include/user.h,
+ include/winuser.h, windows/nonclient.c, windows/syscolor.c,
+ controls/button.c, controls/combo.c, controls/menu.c,
+ controls/scroll.c, controls/uitools.c:
+ Got rid of GetSysColorPen.
+
+ * dlls/user/msg16.c, dlls/winspool/info.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Better error messages.
+
+ * dlls/msvcrt/wcs.c: John K. Hohm <jhohm@acm.org>
+ Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf.
+
+ * winedefault.reg:
+ Dustin Navea <speeddymon@yahoo.com>
+ Added SerialComm key.
+
+ * dlls/dplayx/dplay.c, dlls/user/user_main.c, dlls/wineps/ppd.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling stuff.
+
+ * dlls/ntdll/critsection.c:
+ Francois Gouget <fgouget@free.fr>
+ Dump thread id instead of %fs.
+
+2002-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/spec32.c:
+ Do not output stubs in the .def file.
+
+ * unicode/wine_unicode.def, dlls/ntdll/debugtools.c,
+ include/wine/debug.h, include/wine/library.h, library/Makefile.in,
+ library/debug.c:
+ Export the debug API as functions instead of pointers.
+ A few other import fixes for Mingw.
+
+ * dlls/ntdll/wcstring.c, include/winerror.h, dlls/comcat/comcat.h,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/comcat/manager.c, dlls/comcat/register.c:
+ John K. Hohm <jhohm@acm.org>
+ More comcat.dll implementation, swprintf fix, winerror.h additions.
+
+ * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c,
+ dlls/dinput/dinput_private.h, dlls/dinput/keyboard/main.c:
+ Arjen Nienhuis <arjen@BleHQ.org>
+ Fixed keyboard handling.
+
+ * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, files/dos_fs.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Add check for <sys/ioctl.h>.
+
+ * dlls/ntdll/cdrom.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - Improve error messages.
+ - Add error code mapping EPERM -> STATUS_ACCESS_DENIED.
+
+ * dlls/kernel/nls/ark.nls, dlls/kernel/nls/heb.nls,
+ dlls/kernel/nls/hrv.nls, dlls/kernel/nls/kor.nls,
+ dlls/kernel/nls/tha.nls, dlls/kernel/nls/ukr.nls:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added LOCALE_IDEFAULTMACCODEPAGE values for some languages.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added stub for DllRegisterServer.
+
+ * dlls/shell32/shell32_xx.rc:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added version info resource.
+
+ * dlls/user/tests/sysparams.c:
+ Francois Gouget <fgouget@free.fr>
+ Make the 'error' string of a couple of checks consistent with the
+ others.
+
+ * loader/module.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the WinExec prototype.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@free.fr>
+ Implemented _getws.
+
+ * windows/win.c: Francois Gouget <fgouget@free.fr>
+ Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
+
+ * dlls/ntdll/nt.c, include/winbase.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correct implementation of VerSetConditionMask.
+
+2002-05-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Generate a kernel32 dependency for dlls that have no imports to handle
+ the winebuild-generated implicit import.
+
+ * library/debug.c:
+ Added check for numeric ids and null pointers (thanks to Dimitrie).
+
+ * programs/cmdlgtst/Makefile.in, programs/control/Makefile.in,
+ programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in,
+ programs/progman/Makefile.in, programs/regapi/Makefile.in,
+ programs/regedit/Makefile.in, programs/regsvr32/Makefile.in,
+ programs/regtest/Makefile.in, programs/uninstaller/Makefile.in,
+ programs/view/Makefile.in, programs/wcmd/Makefile.in,
+ programs/winemine/Makefile.in, programs/winepath/Makefile.in,
+ programs/winetest/Makefile.in, programs/winhelp/Makefile.in,
+ programs/winver/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in,
+ dlls/winmm/mciavi/Makefile.in, dlls/winmm/mcicda/Makefile.in,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in,
+ dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in,
+ dlls/winmm/winearts/Makefile.in, dlls/winmm/wineoss/Makefile.in,
+ dlls/winnls/Makefile.in, dlls/winspool/Makefile.in,
+ dlls/wintrust/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, programs/avitools/Makefile.in,
+ programs/clock/Makefile.in, dlls/opengl32/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/serialui/Makefile.in,
+ dlls/shdocvw/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/snmpapi/Makefile.in,
+ dlls/sti/Makefile.in, dlls/tapi32/Makefile.in,
+ dlls/ttydrv/Makefile.in, dlls/twain/Makefile.in,
+ dlls/url/Makefile.in, dlls/urlmon/Makefile.in,
+ dlls/user/Makefile.in, dlls/version/Makefile.in,
+ dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/imm32/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msacm/imaadp32/Makefile.in, dlls/msacm/msg711/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msisys/Makefile.in, dlls/msnet32/Makefile.in,
+ dlls/msrle32/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comcat/Makefile.in,
+ dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in,
+ dlls/crtdll/Makefile.in, dlls/crypt32/Makefile.in,
+ dlls/dciman32/Makefile.in, dlls/ddraw/Makefile.in,
+ dlls/devenum/Makefile.in, dlls/dinput/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/icmp/Makefile.in,
+ dlls/imagehlp/Makefile.in:
+ Removed most imports of ntdll since we no longer import Wine internal
+ functions from there.
+
+ * scheduler/sysdeps.c, win32/device.c, dlls/Makedll.rules.in,
+ dlls/commdlg/filedlg95.c, dlls/kernel/stress.c, dlls/mpr/wnet.c,
+ dlls/user/network.c, dlls/x11drv/x11drv_main.c, include/winbase.h,
+ library/port.c, memory/environ.c, memory/heap.c:
+ A few fixes for mingw cross-compilation.
+
+ * controls/menu.c, dlls/commdlg/cdlg32.c, dlls/ntdll/debugtools.c,
+ dlls/ntdll/ntdll.spec, dlls/user/resource.c, if1632/relay.c,
+ include/wine/debug.h, library/debug.c, loader/ne/resource.c,
+ memory/atom.c, objects/font.c, relay32/snoop.c, windows/class.c,
+ windows/dialog.c, windows/win.c:
+ Export the debugging API from libwine instead of ntdll.
+ Removed debugres_[aw].
+
+ * dlls/winspool/info.c:
+ Bill Medland <medbi01@accpac.com>
+ Remove leading whitespace from printcap entries.
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Do not create a window each time VGA_DoSetMode is called. The window
+ is created the first time and then just resized.
+
+2002-05-16 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/import.c, tools/winebuild/spec32.c:
+ Adapted to use the argc/argv variables from libwine.
+ Automatically import libraries that contain the symbols that the
+ .spec.c file is using.
+
+ * scheduler/process.c, dlls/msvcrt/data.c, dlls/ntdll/ntdll.spec,
+ include/wine/library.h, library/loader.c, memory/environ.c:
+ Export global argc/argv variables from libwine and remove the
+ __wine_get_main_args functions from ntdll.
+
+ * dlls/winsock/socket.c:
+ Fixed struct msghdr access for platforms that have msg_accrights
+ (reported by Warren Baird).
+
+ * include/winerror.h:
+ Philip Brown <phil@bolthole.com>
+ Need to undef NOERROR for Solaris.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/math.c, relay32/snoop.c:
+ Warren Baird <Warren_Baird@cimmetry.com>
+ Some fixes for compiling on Sparc.
+
+ * programs/winetest/wtmain.c:
+ Better usage message. Flush stderr before exiting.
+
+ * include/wine/library.h, include/winnt.h, library/ldt.c,
+ memory/selector.c, scheduler/sysdeps.c, scheduler/syslevel.c,
+ tools/winebuild/spec16.c, win32/except.c, dlls/kernel/kernel_main.c,
+ dlls/kernel/thunk.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/signal_i386.c, if1632/builtin.c, if1632/relay.c,
+ if1632/snoop.c:
+ Moved the selector access functions out of winnt.h into libwine.
+
+ * dlls/winmm/mmsystem.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed hangs when playing an ASCII resource.
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle properly the requested video mode in Int10h SET VIDEO MODE
+ function by managing the bit 7 of AL.
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Place "Common Files" under "Program Files" instead of root directory.
+
+ * dlls/ole32/marshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Tell the user if winedefault.reg is not loaded.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/typelib.c,
+ dlls/setupapi/install.c, dlls/setupapi/parser.c, include/ntddk.h,
+ include/wine/unicode.h, unicode/string.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/updown.c, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c,
+ dlls/ntdll/wcstring.c:
+ Implemented strtolW/strtoulW in libwine_unicode and used it to replace
+ wcstol and friends.
+
+ * tools/winebuild/spec16.c:
+ Fixed missing call to make_c_identifier.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dma.c, dlls/winedos/dosexe.h,
+ dlls/winedos/ioports.c, dlls/winedos/soundblaster.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added DMA and SoundBlaster emulation.
+
+ * documentation/getting.sgml:
+ William Stinson <wstinson@infonie.fr>
+ Explain patch -p0 option.
+
+ * dlls/comctl32/listview.c, dlls/commdlg/filedlg95.c,
+ dlls/msacm/driver.c, dlls/serialui/confdlg.c,
+ dlls/shell32/shlfolder.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixed snprintf warnings.
+
+ * tools/winedump/debug.c, tools/winedump/pe.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Added check for sys/mman.h.
+
+ * winedefault.reg:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed incorrect format where single backslashes were used instead of
+ double ones in attribute values.
+
+ * dlls/winmm/mmio.c:
+ Johan Gill <johane@lysator.liu.se>
+ lpmmioinfo can sometimes, proven in the read case, be NULL.
+
+2002-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Fixes for kde3 and Desktop directory.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Fix for $libdir check.
+
+ * configure.ac, dlls/kernel/comm.c, dlls/netapi32/netapi32.c,
+ dlls/ntdll/cdrom.c, dlls/rpcrt4/rpcrt4_main.c, include/config.h.in,
+ library/loader.c, library/port.c, configure:
+ Portability fixes.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/comcat/.cvsignore,
+ dlls/comcat/Makefile.in, dlls/comcat/comcat.h,
+ dlls/comcat/comcat.spec, dlls/comcat/comcat_main.c,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/comcat/manager.c, dlls/comcat/register.c, winedefault.reg:
+ John K. Hohm <jhohm@acm.org>
+ Added comcat.dll with factory and manager but E_NOTIMPL work methods.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed Trace macro and replaced it by Wine debug channel facility.
+ Made the font lookup at startup more robust and now save registry at
+ startup time if a new font is chosen (as spotted by Sylvain Petreolle).
+ Fixed an update bug spotted by Jason Edmeades.
+
+ * dlls/kernel/time.c, include/winnls.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Better implementation of GetCalendarInfo{A,W}, not perfect.
+
+ * programs/winver/.cvsignore, tools/winebuild/README,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/clock/.cvsignore, programs/cmdlgtst/.cvsignore,
+ programs/control/.cvsignore, programs/notepad/.cvsignore,
+ programs/osversioncheck/.cvsignore, programs/progman/.cvsignore,
+ programs/regapi/.cvsignore, programs/regedit/.cvsignore,
+ programs/regsvr32/.cvsignore, programs/regtest/.cvsignore,
+ programs/uninstaller/.cvsignore, programs/view/.cvsignore,
+ programs/wcmd/.cvsignore, programs/wineconsole/.cvsignore,
+ programs/winemine/.cvsignore, programs/winepath/.cvsignore,
+ programs/winetest/.cvsignore, programs/winhelp/.cvsignore,
+ dlls/winmm/mciseq/.cvsignore, dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/.cvsignore, dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/midimap.drv.spec,
+ dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/.cvsignore, dlls/winmm/winearts/Makefile.in,
+ dlls/winmm/winearts/winearts.drv.spec,
+ dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/wineoss.drv.spec,
+ dlls/winnls/.cvsignore, dlls/winnls/winnls32.spec,
+ dlls/winsock/.cvsignore, dlls/winsock/ws2_32.spec,
+ dlls/winspool/.cvsignore, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/.cvsignore, dlls/wintrust/wintrust.spec,
+ dlls/wow32/.cvsignore, dlls/wow32/wow32.spec,
+ dlls/wsock32/.cvsignore, dlls/wsock32/wsock32.spec,
+ dlls/x11drv/.cvsignore, dlls/x11drv/x11drv.spec, miscemu/wine.spec,
+ dlls/twain/.cvsignore, dlls/twain/twain_32.spec,
+ dlls/url/.cvsignore, dlls/url/url.spec, dlls/urlmon/.cvsignore,
+ dlls/urlmon/urlmon.spec, dlls/user/.cvsignore,
+ dlls/user/user32.spec, dlls/version/.cvsignore,
+ dlls/version/version.spec, dlls/win32s/.cvsignore,
+ dlls/win32s/w32skrnl.spec, dlls/winaspi/.cvsignore,
+ dlls/winaspi/wnaspi32.spec, dlls/winedos/.cvsignore,
+ dlls/winedos/winedos.spec, dlls/wineps/.cvsignore,
+ dlls/wineps/wineps.spec, dlls/wininet/.cvsignore,
+ dlls/wininet/wininet.spec, dlls/winmm/.cvsignore,
+ dlls/winmm/joystick/.cvsignore,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/.cvsignore, dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/.cvsignore, dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/winmm.spec, dlls/qcap/.cvsignore, dlls/qcap/qcap.spec,
+ dlls/quartz/.cvsignore, dlls/quartz/quartz.spec,
+ dlls/rasapi32/.cvsignore, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/.cvsignore, dlls/richedit/riched32.spec,
+ dlls/rpcrt4/.cvsignore, dlls/rpcrt4/rpcrt4.spec,
+ dlls/serialui/.cvsignore, dlls/serialui/serialui.spec,
+ dlls/setupapi/.cvsignore, dlls/setupapi/setupapi.spec,
+ dlls/shdocvw/.cvsignore, dlls/shdocvw/shdocvw.spec,
+ dlls/shell32/.cvsignore, dlls/shell32/shell32.spec,
+ dlls/shfolder/.cvsignore, dlls/shfolder/shfolder.spec,
+ dlls/shlwapi/.cvsignore, dlls/shlwapi/shlwapi.spec,
+ dlls/snmpapi/.cvsignore, dlls/snmpapi/snmpapi.spec,
+ dlls/sti/.cvsignore, dlls/sti/sti.spec, dlls/tapi32/.cvsignore,
+ dlls/tapi32/tapi32.spec, dlls/ttydrv/.cvsignore,
+ dlls/ttydrv/ttydrv.spec, dlls/netapi32/.cvsignore,
+ dlls/netapi32/netapi32.spec, dlls/ntdll/.cvsignore,
+ dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/odbc32/.cvsignore, dlls/odbc32/odbc32.spec,
+ dlls/ole32/.cvsignore, dlls/ole32/ole32.spec,
+ dlls/oleaut32/.cvsignore, dlls/oleaut32/oleaut32.spec,
+ dlls/olecli/.cvsignore, dlls/olecli/olecli32.spec,
+ dlls/oledlg/.cvsignore, dlls/oledlg/oledlg.spec,
+ dlls/olepro32/.cvsignore, dlls/olepro32/olepro32.spec,
+ dlls/olesvr/.cvsignore, dlls/olesvr/olesvr32.spec,
+ dlls/opengl32/.cvsignore, dlls/opengl32/opengl32.spec,
+ dlls/psapi/.cvsignore, dlls/psapi/psapi.spec,
+ dlls/kernel/.cvsignore, dlls/kernel/kernel32.spec,
+ dlls/lzexpand/.cvsignore, dlls/lzexpand/lz32.spec,
+ dlls/mapi32/.cvsignore, dlls/mapi32/mapi32.spec,
+ dlls/mpr/.cvsignore, dlls/mpr/mpr.spec, dlls/msacm/.cvsignore,
+ dlls/msacm/imaadp32/.cvsignore,
+ dlls/msacm/imaadp32/imaadp32.acm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msg711/.cvsignore, dlls/msacm/msg711/msg711.drv.spec,
+ dlls/msdmo/.cvsignore, dlls/msdmo/msdmo.spec,
+ dlls/msimg32/.cvsignore, dlls/msimg32/msimg32.spec,
+ dlls/msisys/.cvsignore, dlls/msisys/msisys.ocx.spec,
+ dlls/msnet32/.cvsignore, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/.cvsignore, dlls/msrle32/msrle32.spec,
+ dlls/msvcrt/.cvsignore, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/.cvsignore, dlls/msvcrt20/msvcrt20.spec,
+ dlls/msvideo/.cvsignore, dlls/msvideo/msvfw32.spec,
+ dlls/commdlg/.cvsignore, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/.cvsignore, dlls/crtdll/crtdll.spec,
+ dlls/crypt32/.cvsignore, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/.cvsignore, dlls/dciman32/dciman32.spec,
+ dlls/ddraw/.cvsignore, dlls/ddraw/ddraw.spec,
+ dlls/devenum/.cvsignore, dlls/devenum/devenum.spec,
+ dlls/dinput/.cvsignore, dlls/dinput/dinput.spec,
+ dlls/dplay/.cvsignore, dlls/dplay/dplay.spec,
+ dlls/dplayx/.cvsignore, dlls/dplayx/dplayx.spec,
+ dlls/dsound/.cvsignore, dlls/dsound/dsound.spec,
+ dlls/gdi/.cvsignore, dlls/gdi/gdi32.spec, dlls/glu32/.cvsignore,
+ dlls/glu32/glu32.spec, dlls/icmp/.cvsignore, dlls/icmp/icmp.spec,
+ dlls/imagehlp/.cvsignore, dlls/imagehlp/imagehlp.spec,
+ dlls/imm32/.cvsignore, dlls/imm32/imm32.spec, Make.rules.in,
+ debugger/.cvsignore, dlls/Makedll.rules.in,
+ dlls/advapi32/.cvsignore, dlls/advapi32/advapi32.spec,
+ dlls/avicap32/.cvsignore, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/.cvsignore, dlls/avifil32/avifil32.spec,
+ dlls/comctl32/.cvsignore, dlls/comctl32/comctl32.spec:
+ Added winebuild support for generating a .dbg.c file containing the
+ debug channels definitions.
+ Made win32 the default type for spec files.
+ Ignore C compiler in winebuild so we can simply pass it $(DEFS).
+ Removed type win32 and debug_channels from spec files.
+ Fixed winebuild to always generate correct C identifiers (reported by
+ Vincent Béron).
+
+ * dlls/Makefile.in, dlls/make_dlls:
+ Updated make_dlls script for new import scheme.
+
+ * dlls/comctl32/propsheet.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ - Center property sheet page during creation (padding)
+ (some applications rely on this behaviour when resizing the page)
+ - Mask away WS_THICKFRAME page style
+ - Page navigation by resource id (by unknown author)
+
+ * misc/.cvsignore, misc/Makefile.in, msdos/.cvsignore,
+ msdos/Makefile.in, objects/Makefile.in, ole/Makefile.in,
+ relay32/.cvsignore, relay32/Makefile.in, scheduler/.cvsignore,
+ scheduler/Makefile.in, tools/makedep.c, win32/.cvsignore,
+ win32/Makefile.in, windows/.cvsignore, windows/Makefile.in,
+ configure.ac, controls/.cvsignore, controls/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ dlls/user/Makefile.in, dlls/x11drv/Makefile.in, files/.cvsignore,
+ files/Makefile.in, graphics/.cvsignore, graphics/Makefile.in,
+ graphics/x11drv/.cvsignore, graphics/x11drv/Makefile.in,
+ if1632/.cvsignore, if1632/Makefile.in, loader/.cvsignore,
+ loader/Makefile.in, loader/ne/.cvsignore, loader/ne/Makefile.in,
+ memory/.cvsignore, memory/Makefile.in, Make.rules.in, configure:
+ Specify the complete source file list for a dll inside the main
+ makefile and get rid of the subdirectories makefiles.
+
+ * programs/winhelp/Xx.rc: No longer used.
+
+ * dlls/kernel/nls/jpn.nls:
+ Aric Stewart <aric@codeweavers.com>
+ Improved NLS file for codepage 932 (SJIS).
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Do not invalidate the rect while drawing.
+ Implemented GetSubItemRect and a quick change to notifications sent
+ for OwnerData items.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Robert Coeyman <admiral@corner.net>
+ Added the rest of the register manipulation code to int 10. It only
+ handles the setting of the 16-color palette registers and overscan.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Change traces to trace full window handle and improve some traces.
+ - Send WM_NOTIFY to parent not to self.
+ - Implement PGS_AUTOSCROLL via MOUSEMOVE and Timer routines.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Support PGN_SCROLL notify and return either the button heigth or width.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix memory dump where length is not a multiple of 4.
+
+ * dlls/comctl32/propsheet.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed issues with Unicode conversion. Certain strings were not
+ converted, but then processed as converted.
+
+ * programs/winhelp/Da.rc, programs/winhelp/De.rc,
+ programs/winhelp/En.rc, programs/winhelp/Es.rc,
+ programs/winhelp/Fi.rc, programs/winhelp/Fr.rc,
+ programs/winhelp/Hu.rc, programs/winhelp/It.rc,
+ programs/winhelp/Ko.rc, programs/winhelp/Pt.rc,
+ programs/winhelp/Sk.rc, programs/winhelp/Sw.rc,
+ programs/winhelp/Va.rc, programs/winhelp/Wa.rc,
+ programs/winhelp/macro.c, programs/winhelp/rsrc.rc,
+ programs/winhelp/string.c, programs/winhelp/winhelp.c,
+ programs/winhelp/winhelp.h, programs/winhelp/winhelp_res.h:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ - Converted Winhelp for use of NLS
+ - Minor bugfix
+ - Disable support of Va.rc for now (rumantsch swiss)
+
+2002-05-12 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/runtest, unicode/Makefile.in, Make.rules.in,
+ configure, configure.ac, dlls/kernel/tests/process.c,
+ library/Makefile.in, programs/Makeprog.rules.in:
+ Added some support for cross-compilation using mingw32.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Better behavior of PlaySound (error handling, synchronization).
+ Removed some unnecessary tests about windows handles.
+
+2002-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/Makefile.in,
+ programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/winemine/Makefile.in, programs/winemine/winemine.spec,
+ programs/winepath/Makefile.in, programs/winepath/winepath.spec,
+ programs/winetest/Makefile.in, programs/winetest/winetest.spec,
+ programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec,
+ programs/winver/Makefile.in, programs/winver/winver.spec,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/utils.c,
+ dlls/wow32/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, miscemu/Makefile.in,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec,
+ programs/avitools/icinfo.spec, programs/clock/Makefile.in,
+ programs/clock/clock.spec, programs/cmdlgtst/Makefile.in,
+ programs/cmdlgtst/cmdlgtst.spec, programs/control/Makefile.in,
+ programs/control/control.spec, programs/notepad/Makefile.in,
+ programs/notepad/notepad.spec, programs/osversioncheck/Makefile.in,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/progman/Makefile.in, programs/progman/progman.spec,
+ programs/regapi/Makefile.in, programs/regapi/regapi.spec,
+ programs/regedit/Makefile.in, programs/regedit/regedit.spec,
+ programs/regsvr32/Makefile.in, programs/regsvr32/regsvr32.spec,
+ programs/regtest/Makefile.in, programs/regtest/regtest.spec,
+ programs/uninstaller/Makefile.in,
+ programs/uninstaller/uninstaller.spec, programs/view/Makefile.in,
+ programs/view/view.spec, programs/wcmd/Makefile.in,
+ programs/wcmd/wcmd.spec, dlls/wininet/Makefile.in,
+ dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in,
+ dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in,
+ dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in,
+ dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in,
+ dlls/winmm/winearts/Makefile.in, dlls/winmm/wineoss/Makefile.in,
+ dlls/winmm/winmm.spec, dlls/winnls/Makefile.in,
+ dlls/winsock/Makefile.in, dlls/winsock/tests/ws2_32_test.spec,
+ dlls/winspool/Makefile.in, dlls/wintrust/Makefile.in,
+ dlls/serialui/Makefile.in, dlls/serialui/serialui.spec,
+ dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec,
+ dlls/shdocvw/Makefile.in, dlls/shell32/Makefile.in,
+ dlls/shell32/shell32.spec, dlls/shfolder/Makefile.in,
+ dlls/shlwapi/Makefile.in, dlls/shlwapi/tests/shlwapi_test.spec,
+ dlls/snmpapi/Makefile.in, dlls/sti/Makefile.in,
+ dlls/tapi32/Makefile.in, dlls/ttydrv/Makefile.in,
+ dlls/twain/Makefile.in, dlls/url/Makefile.in,
+ dlls/urlmon/Makefile.in, dlls/user/Makefile.in,
+ dlls/user/tests/user32_test.spec, dlls/user/user32.spec,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/winedos/Makefile.in,
+ dlls/wineps/Makefile.in, dlls/wineps/wineps.spec,
+ dlls/msnet32/Makefile.in, dlls/msrle32/Makefile.in,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/odbc32/Makefile.in, dlls/ole32/Makefile.in,
+ dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tests/oleaut32_test.spec,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/opengl32/Makefile.in, dlls/psapi/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/ddraw/Makefile.in,
+ dlls/ddraw/ddraw.spec, dlls/devenum/Makefile.in,
+ dlls/dinput/Makefile.in, dlls/dplay/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dsound/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec,
+ dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in,
+ dlls/imm32/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel32.spec, dlls/kernel/tests/kernel32_test.spec,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msacm/msacm32.spec, dlls/msacm/msg711/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msisys/Makefile.in, Make.rules.in, debugger/Makefile.in,
+ debugger/winedbg.c, debugger/winedbg.spec, dlls/Makedll.rules.in,
+ dlls/advapi32/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in,
+ dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in,
+ dlls/commdlg/comdlg32.spec, dlls/crtdll/Makefile.in,
+ dlls/crypt32/Makefile.in, dlls/dciman32/Makefile.in:
+ Added -res option to specify resources on winebuild command-line.
+ Added -exe mode to generate a .spec.c for an exe without having to
+ provide a .spec.
+ Removed some no longer needed spec files.
+ Removed .dll extension in makefiles import specifications.
+
+ * dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Let MCI drivers support the session instance loading mechanism (NULL
+ lParam2 in MCI_OPEN).
+
+ * include/wine/obj_comcat.h:
+ John K. Hohm <jhohm@acm.org>
+ Fixed typos; added standard CATID_'s.
+
+ * memory/instr.c: Jukka Heinonen <jhei@iki.fi>
+ When using MapSL, 32-bit addresses are no longer truncated into 16-bit
+ addresses.
+
+ * msdos/dpmi.c: Jukka Heinonen <jhei@iki.fi>
+ RawModeSwitch can now be used to return DPMI application back to
+ protected mode.
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Avoid deadlock in VGA_DoSetMode.
+
+ * files/profile.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Make PROFILE_GetString account for default value in all cases.
+
+ * tools/winedump/main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allowed options to be put between mode keyword and main argument.
+
+ * dlls/msacm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved session instance loading to winmm.
+
+ * dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c, documentation/samples/system.ini:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created an ACM IMA ADPCM codec.
+
+ * dlls/msacm/format.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bug in acmFormatTagEnumW.
+
+ * dlls/winmm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Created session instance for installable drivers.
+ Now properly freeing library upon driver exit.
+
+ * include/winbase.h, win32/newfns.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed FlushInstructionCache prototype.
+
+ * server/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed missing wineconsole notification of title modification.
+
+ * dlls/dsound/dsound_main.c:
+ Joris Beugnies <joris.beugnies@pandora.be>
+ Make defines configurable at run-time.
+
+ * graphics/x11drv/dib.c:
+ David Hammerton <david@transgaming.com>
+ Lock/unlock (and hence maybe coerce) DIBSections into GdiMod during
+ the SetDIBits and GetDIBits functions, before actually accessing the X
+ Pixmap.
+
+2002-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020509.
+
+----------------------------------------------------------------
+2002-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Build an explicit argument structure for mmap instead of relying on
+ the stack layout.
+
+ * configure.ac, include/config.h.in, include/wine/port.h,
+ tools/wrc/ppy.y, configure:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Detect snprintf && _snprintf, use _snprintf on stupid platforms
+ (windows).
+
+ * dlls/kernel/tests/file.c:
+ Removed extra return statement.
+
+ * include/ts_xlib.h, include/ts_xresource.h, include/ts_xutil.h,
+ tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c,
+ tsx11/ts_xresource.c, tsx11/ts_xutil.c:
+ Added some #ifdefs HAVE_X11_XLIB_H where appropriate.
+
+ * ANNOUNCE, README, documentation/fonts.sgml,
+ documentation/getting.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/wine.man.in:
+ Fixed some winehq.com URLs.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Corrected RtlConvertSidToUnicodeString, stub for VerSetConditionMask.
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Added some more tests.
+
+ * include/Makefile.in, include/comcat.h, include/wine/obj_comcat.h,
+ include/wine/obj_enumguid.h, ole/uuid.c:
+ John K. Hohm <jhohm@acm.org>
+ Added definitions for the Component Categories Manager.
+
+ * dlls/shlwapi/tests/.cvsignore, dlls/shlwapi/tests/shlwapi_test.spec,
+ dlls/shlwapi/tests/shreg.c, configure, configure.ac,
+ dlls/shlwapi/Makefile.in:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Added some tests.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetPathA/W.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/debughlp.c,
+ dlls/shell32/debughlp.h, dlls/shell32/pidl.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Moving the pidl debug functions to a separate file and made them self
+ contained. This prevents useless trace messages generated from the
+ debug functions themselves.
+
+ * dlls/ntdll/file.c, include/winioctl.h:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Types and partial implementation for NtQueryVolumeInformationFile.
+
+ * dlls/advapi32/registry.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Make use of access mask MAXIMUM_ALLOWED possible.
+
+ * misc/registry.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Use only winapi functions in _convert_winnt_registry_to_wine_format.
+
+ * dlls/kernel/kernel32.spec, misc/version.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Stub for VerifyVersionInfoW.
+
+ * files/directory.c:
+ Juergen Schmied <juergenschmied@lycos.de>
+ Use long names, not 8.3 names in environment.
+
+ * dlls/x11drv/Makefile.in, include/Makefile.in, library/Makefile.in,
+ ole/Makefile.in, programs/Makeprog.rules.in,
+ programs/avitools/Makefile.in, programs/winetest/Makefile.in,
+ server/Makefile.in, tools/Makefile.in, tools/install-sh,
+ tools/mkinstalldirs, tools/winapi/Makefile.in,
+ tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+ tools/wmc/Makefile.in, tools/wrc/Makefile.in, tsx11/Makefile.in,
+ unicode/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makedll.rules.in:
+ Added mkinstalldirs to create directories more portably.
+
+ * dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/graphics.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/win16drv/init.c, include/gdi.h, objects/clipping.c,
+ dlls/gdi/driver.c:
+ Added ExtSelectClipRgn to the DC interface and implemented it for
+ standard and enhanced metafiles.
+
+ * tools/config.guess, tools/config.sub:
+ Updated to the latest version.
+
+ * configure, configure.ac:
+ There's no need to check for dlopen on cygwin.
+
+ * controls/menu.c:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Disabled catching of mouse move events when not over menu.
+ Changed MENU_SelectItem allow EndMenu to deselect the selected menu.
+
+ * tools/winebuild/import.c, tools/winebuild/main.c,
+ programs/notepad/Makefile.in, programs/notepad/notepad.spec,
+ programs/osversioncheck/Makefile.in,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/progman/Makefile.in, programs/progman/progman.spec,
+ programs/regapi/Makefile.in, programs/regapi/regapi.spec,
+ programs/regedit/Makefile.in, programs/regedit/regedit.spec,
+ programs/regsvr32/Makefile.in, programs/regsvr32/regsvr32.spec,
+ programs/regtest/Makefile.in, programs/regtest/regtest.spec,
+ programs/uninstaller/Makefile.in,
+ programs/uninstaller/uninstaller.spec, programs/view/Makefile.in,
+ programs/view/view.spec, programs/wcmd/Makefile.in,
+ programs/wcmd/wcmd.spec, programs/wineconsole/Makefile.in,
+ programs/wineconsole/wineconsole.spec, programs/winemine/Makefile.in,
+ programs/winemine/winemine.spec, programs/winepath/Makefile.in,
+ programs/winepath/winepath.spec, programs/winetest/Makefile.in,
+ programs/winetest/winetest.spec, programs/winhelp/Makefile.in,
+ programs/winhelp/winhelp.spec, programs/winver/Makefile.in,
+ programs/winver/winver.spec, dlls/winnls/Makefile.in,
+ dlls/winnls/winnls32.spec, dlls/winsock/Makefile.in,
+ dlls/winsock/tests/ws2_32_test.spec, dlls/winsock/ws2_32.spec,
+ dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec,
+ dlls/wintrust/Makefile.in, dlls/wintrust/wintrust.spec,
+ dlls/wow32/Makefile.in, dlls/wow32/wow32.spec,
+ dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec,
+ dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec,
+ libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec,
+ libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec,
+ libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec,
+ libtest/volinfo.spec, miscemu/Makefile.in, miscemu/wine.spec,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+ programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec,
+ programs/avitools/icinfo.spec, programs/clock/Makefile.in,
+ programs/clock/clock.spec, programs/cmdlgtst/Makefile.in,
+ programs/cmdlgtst/cmdlgtst.spec, programs/control/Makefile.in,
+ programs/control/control.spec, dlls/win32s/Makefile.in,
+ dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in,
+ dlls/winaspi/wnaspi32.spec, dlls/winedos/Makefile.in,
+ dlls/winedos/winedos.spec, dlls/wineps/Makefile.in,
+ dlls/wineps/wineps.spec, dlls/wininet/Makefile.in,
+ dlls/wininet/wininet.spec, dlls/winmm/Makefile.in,
+ dlls/winmm/joystick/Makefile.in,
+ dlls/winmm/joystick/joystick.drv.spec,
+ dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec,
+ dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec,
+ dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec,
+ dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec,
+ dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec,
+ dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec,
+ dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec,
+ dlls/winmm/winearts/Makefile.in,
+ dlls/winmm/winearts/winearts.drv.spec,
+ dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec,
+ dlls/winmm/winmm.spec, dlls/serialui/Makefile.in,
+ dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in,
+ dlls/setupapi/setupapi.spec, dlls/shdocvw/Makefile.in,
+ dlls/shdocvw/shdocvw.spec, dlls/shell32/Makefile.in,
+ dlls/shell32/shell32.spec, dlls/shfolder/Makefile.in,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/Makefile.in,
+ dlls/shlwapi/shlwapi.spec, dlls/snmpapi/Makefile.in,
+ dlls/snmpapi/snmpapi.spec, dlls/sti/Makefile.in, dlls/sti/sti.spec,
+ dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec,
+ dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec,
+ dlls/twain/Makefile.in, dlls/twain/twain_32.spec,
+ dlls/url/Makefile.in, dlls/url/url.spec, dlls/urlmon/Makefile.in,
+ dlls/urlmon/urlmon.spec, dlls/user/Makefile.in,
+ dlls/user/tests/user32_test.spec, dlls/user/user32.spec,
+ dlls/version/Makefile.in, dlls/version/version.spec,
+ dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec,
+ dlls/netapi32/Makefile.in, dlls/netapi32/netapi32.spec,
+ dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec,
+ dlls/ole32/Makefile.in, dlls/ole32/ole32.spec,
+ dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/tests/oleaut32_test.spec, dlls/olecli/Makefile.in,
+ dlls/olecli/olecli32.spec, dlls/oledlg/Makefile.in,
+ dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in,
+ dlls/olepro32/olepro32.spec, dlls/olesvr/Makefile.in,
+ dlls/olesvr/olesvr32.spec, dlls/opengl32/Makefile.in,
+ dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in,
+ dlls/psapi/psapi.spec, dlls/qcap/Makefile.in, dlls/qcap/qcap.spec,
+ dlls/quartz/Makefile.in, dlls/quartz/quartz.spec,
+ dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec,
+ dlls/richedit/Makefile.in, dlls/richedit/riched32.spec,
+ dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec,
+ dlls/imm32/Makefile.in, dlls/imm32/imm32.spec,
+ dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/kernel/tests/kernel32_test.spec, dlls/lzexpand/Makefile.in,
+ dlls/lzexpand/lz32.spec, dlls/mapi32/Makefile.in,
+ dlls/mapi32/mapi32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec,
+ dlls/msacm/Makefile.in, dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec, dlls/msacm/msacm32.spec,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.drv.spec,
+ dlls/msdmo/Makefile.in, dlls/msdmo/msdmo.spec,
+ dlls/msimg32/Makefile.in, dlls/msimg32/msimg32.spec,
+ dlls/msisys/Makefile.in, dlls/msisys/msisys.ocx.spec,
+ dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec,
+ dlls/msrle32/Makefile.in, dlls/msrle32/msrle32.spec,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/Makefile.in, dlls/msvcrt20/msvcrt20.spec,
+ dlls/avicap32/Makefile.in, dlls/avicap32/avicap32.spec,
+ dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec,
+ dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec,
+ dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec,
+ dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec,
+ dlls/crypt32/Makefile.in, dlls/crypt32/crypt32.spec,
+ dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec,
+ dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec,
+ dlls/devenum/Makefile.in, dlls/devenum/devenum.spec,
+ dlls/dinput/Makefile.in, dlls/dinput/dinput.spec,
+ dlls/dplay/Makefile.in, dlls/dplay/dplay.spec,
+ dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dsound/Makefile.in, dlls/dsound/dsound.spec,
+ dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in,
+ dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in,
+ dlls/imagehlp/imagehlp.spec, Make.rules.in, Makefile.in,
+ debugger/Makefile.in, debugger/winedbg.spec, dlls/Makedll.rules.in,
+ dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec:
+ Moved imports specification from the .spec into the Makefile so that
+ it can be used on platforms that don't build a .spec.c file.
+
+2002-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c:
+ Bill Medland <medbi01@accpac.com>
+ Fix the Win31 style file dialog box.
+ - If there is no filter don't put a blank one in; it doesn't
+ work (leave it NULL).
+ - Correctly figure out which is the current drive in the combo box.
+ - Add FIXME for the variable "initial dir" handling.
+
+ * documentation/configuring.sgml, documentation/wine.man.in,
+ tools/bug_report.pl:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Direct bug reports to Wine bugzilla. Some other minor documentation
+ changes.
+
+ * library/errno.c:
+ Don't need to reference external errno since non-reentrant Xlib is no
+ longer supported.
+
+ * Makefile.in, programs/Makefile.in:
+ Run make test for all programs by default.
+
+ * files/dos_fs.c, files/drive.c:
+ Michael Wetherell <mike.wetherell@ntlworld.com>
+ Fix handling of unix absolute paths in DOSFS_GetFullName and
+ GetShortPathNameA.
+ Handle '..' in paths in DRIVE_FindDriveRoot.
+
+ * memory/selector.c, objects/bitmap.c, objects/dib.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16
+ selector calls.
+
+ * programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/regSet.sh:
+ Raul Dias <chaos@swi.com.br>
+ - Make possible to diff registry information that contains
+ timestamps.
+ - Create safe temp files in /tmp.
+
+2002-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac:
+ Fixed dll check for cygwin.
+
+ * windows/winproc.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added NULL pointer check in CallWindowProc16.
+
+ * objects/gdiobj.c:
+ Fixed vis region handling broken by last change.
+
+ * msdos/dpmi.c, msdos/int2f.c, include/callback.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Added support for DPMI RawModeSwitch.
+
+ * dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/wnd.c,
+ dlls/wineps/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c,
+ objects/dc.c, objects/gdiobj.c, dlls/gdi/win16drv/init.c:
+ Moved parts of the DC initialisation and bitmap selection out of the
+ drivers into the common code.
+
+ * dlls/gdi/printdrv.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Replace DOSFS_GetFullName with wine_get_unix_file_name.
+
+ * dlls/x11drv/window.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Cap window sizes at 65535.
+
+ * configure.ac, include/config.h.in, configure:
+ Added check for sys/sysctl.h.
+
+ * memory/global.c:
+ Olivier Houchard <doginou@ciO.rg>
+ Support for getting memory size on FreeBSD.
+
+ * dlls/dinput/keyboard/main.c:
+ Olivier Houchard <doginou@ciO.rg>
+ Hack to make SetEventNotification work.
+
+2002-05-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/path.c:
+ Fixed handling of GetLongPathNameA.
+
+ * dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Tests for _lcreat,_llseek and _llopen added.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small hack to make InstallShield v6 work better.
+
+ * dlls/oleaut32/tmarshal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ BSTRs can be NULL, handle them seperately.
+
+ * windows/win.c, dlls/user/user32.spec, include/winuser.h:
+ David Hammerton <david@transgaming.com>
+ Added implementation of GetWindowInfo.
+
+ * DEVELOPERS-HINTS:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Update of DEVELOPERS-HINTS to reflect the current state of Wine.
+
+2002-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/int31.c, dlls/winedos/winedos.spec:
+ Jukka Heinonen <jhei@iki.fi>
+ DOSVM now exports DPMI Raw Mode Switch routine.
+
+ * configure.ac, include/config.h.in, include/wine/port.h, configure:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Check for and use chsize instead of ftruncate if present.
+
+ * files/dos_fs.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure correct full path returned when GetFullPathName supplied a path
+ relative from the root of the drive 'eg '\windows\system'.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/winepath/.cvsignore, programs/winepath/Makefile.in,
+ programs/winepath/winepath.c, programs/winepath/winepath.spec:
+ Mike Wetherell <mike.wetherell@ntlworld.com>
+ Utility to convert between Unix and Windows paths at the command
+ line.
+
+ * files/smb.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement NetBIOS resolution for UNC pathnames.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Terminating DOS program in real mode now calls ExitThread which is
+ exactly what terminating in protected mode does.
+
+ * dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Real mode interrupt handler now handles interrupt 21 function 0C.
+
+ * dlls/comctl32/comctl_Ja.rc, dlls/comctl32/rsrc.rc,
+ dlls/kernel/nls/jpn.nls, dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/msg711/msg711.drv.spec, dlls/msrle32/msrle32.c,
+ dlls/msrle32/msrle32.spec, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/dispstd.c, dlls/oleaut32/disptype.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/propertyframe.c,
+ dlls/oleaut32/stubs.c, dlls/shdocvw/Makefile.in, dlls/shdocvw/api.c,
+ dlls/shdocvw/browser.c, dlls/shdocvw/classinfo.c,
+ dlls/shdocvw/comimpl.c, dlls/shdocvw/comimpl.h,
+ dlls/shdocvw/connect.c, dlls/shdocvw/events.c,
+ dlls/shdocvw/factory.c, dlls/shdocvw/misc.c,
+ dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c,
+ dlls/shdocvw/shdocvw.c, dlls/shdocvw/shdocvw.h,
+ dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c,
+ dlls/shdocvw/webbrowser.c, dlls/urlmon/Makefile.in,
+ dlls/urlmon/comimpl.c, dlls/urlmon/comimpl.h, dlls/urlmon/moniker.c,
+ dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/urlmon/urlmon_main.c, dlls/winmm/winmm_Ja.rc,
+ dlls/winmm/winmm_res.rc, documentation/samples/system.ini,
+ include/Makefile.in, include/dsound.h, include/dvdmedia.h,
+ include/wine/obj_ksproperty.h, dlls/avicap32/avicap32.spec,
+ dlls/avicap32/avicap32_main.c:
+ Removed more code at Hidenori's request.
+
+2002-05-04 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/bugs.sgml, documentation/wine.man.in, BUGS, README:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated documentation, mostly improving bugs handling. Direct users to
+ Bugzilla.
+
+ * include/async.h, include/winnt.h, memory/selector.c,
+ scheduler/sysdeps.c, tools/winebuild/spec16.c:
+ Patrik Stridvall <ps@leissner.se>
+ MS C related changes.
+
+ * graphics/x11drv/dib.c:
+ David Hammerton <david@transgaming.com>
+ In initial dibsection creation, the dibsection should always be in
+ appmod because the app memory is initialized to zero if no
+ offset/section is specified, while the DIBitmap is not.
+
+ * tools/wineinstall:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Made wineinstall to create symbolic links to Wine applications in fake
+ Windows folders. Replaced usage of obsolete regapi with regedit.
+
+ * programs/regedit/regedit.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed a problem when regedit interpreted file names, starting from '/'
+ as switches.
+
+ * programs/wcmd/builtins.c, programs/wcmd/wcmd.h,
+ programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add support for the 'title' command.
+
+ * files/dos_fs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ FindClose: protect the GlobalLock for pagefaults too.
+
+ * tools/wrc/newstruc.c:
+ Warren Baird <Warren_Baird@cimmetry.com>
+ Solve alignment problems by converting bitmap headers *after* they
+ have been copied into an aligned location, and then copying the
+ converted header back over the original header.
+
+ * dlls/x11drv/xrender.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Detect and warn about buggy versions of libXrender.
+
+2002-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/color.h, objects/color.c, objects/palette.c,
+ windows/cursoricon.c, dlls/ttydrv/dc.c, dlls/ttydrv/palette.c,
+ dlls/ttydrv/ttydrv.h, graphics/x11drv/brush.c,
+ graphics/x11drv/palette.c:
+ Cleaned up some inter-dll dependencies in palette management.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Changed bug report address.
+
+ * dlls/comctl32/status.c:
+ Bill Medland <medbi01@accpac.com>
+ Moved drawing of owner-drawn parts to after the background and edge.
+ Also added some indentation to the code.
+
+ * dlls/comctl32/tooltips.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ TOOLTIPS_GetTipText: Accept null module instance, Loadstring can
+ handle it.
+
+ * Makefile.in, programs/Makefile.in:
+ Install more of the Winelib programs by default (based on a patch by
+ Andriy Palamarchuk).
+
+ * programs/winhelp/Makefile.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Do not install hlp2sgml.
+
+ * dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec,
+ dlls/wineps/bitblt.c, dlls/wineps/bitmap.c, dlls/wineps/clipping.c,
+ dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c,
+ dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/x11drv/clipping.c, include/gdi.h,
+ include/x11drv.h, objects/clipping.c:
+ Removed some direct accesses to the DC structure.
+
+ * include/dshow.h: Commented out removed headers.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/comentry.c,
+ dlls/avifil32/iafile.c, dlls/avifil32/iastream.c,
+ dlls/avifil32/igframe.c, dlls/avifil32/main.c,
+ dlls/avifil32/string.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec,
+ dlls/imm32/immddk.h, dlls/quartz/Makefile.in, dlls/quartz/README,
+ dlls/quartz/acmwrap.c, dlls/quartz/amundoc.c, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audioutl.c,
+ dlls/quartz/audioutl.h, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/basepin.c,
+ dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/complist.c, dlls/quartz/complist.h, dlls/quartz/csconv.c,
+ dlls/quartz/devenum.c, dlls/quartz/devenum.h, dlls/quartz/enumunk.c,
+ dlls/quartz/enumunk.h, dlls/quartz/fgevent.c, dlls/quartz/fgpass.c,
+ dlls/quartz/fgraph.c, dlls/quartz/fgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/fmap.c, dlls/quartz/fmap.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/ijgdec.c, dlls/quartz/ijgdec.h,
+ dlls/quartz/imcntl.c, dlls/quartz/imfilter.c, dlls/quartz/impos.c,
+ dlls/quartz/imseek.c, dlls/quartz/iunk.c, dlls/quartz/iunk.h,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/midparse.c, dlls/quartz/mjpgdec.c, dlls/quartz/mpadec.c,
+ dlls/quartz/mpgparse.c, dlls/quartz/mpvdec.c, dlls/quartz/mtype.c,
+ dlls/quartz/mtype.h, dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/qtdec.c, dlls/quartz/qtparse.c, dlls/quartz/quartz.spec,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/regsvr.h, dlls/quartz/sample.c, dlls/quartz/sample.h,
+ dlls/quartz/seekpass.c, dlls/quartz/seekpass.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h,
+ dlls/quartz/videoblt.c, dlls/quartz/videoblt.h, dlls/quartz/vidren.c,
+ dlls/quartz/vidren.h, dlls/quartz/wavparse.c, dlls/quartz/xform.c,
+ dlls/quartz/xform.h, include/Makefile.in, include/amaudio.h,
+ include/amvideo.h, include/control.h, include/errors.h,
+ include/evcode.h, include/strmif.h, ole/uuid.c, dlls/Makefile.in,
+ winedefault.reg:
+ Removed a bunch of multimedia code at Hidenori's request.
+
+ * include/uuids.h, include/vfwmsgs.h, include/winresrc.h:
+ Rewrote some headers from scratch to avoid EULA/patent concerns.
+
+2002-05-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/cdrom.c, files/drive.c, include/config.h.in, configure,
+ configure.ac:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
+ (only on linux).
+ Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
+ Added IOCTL_CDROM_MEDIA_REMOVAL support.
+
+ * dlls/ntdll/nt.c:
+ Laurent Pinchart <laurent.pinchart@skynet.be>
+ Fixed NtQueryInformationProcess to return correct information and
+ error code for ProcessDebugPort when no debugger is attached.
+
+ * configure, configure.ac, dlls/ntdll/cdrom.c, include/config.h.in,
+ include/ntddscsi.h:
+ Laurent Pinchart <laurent.pinchart@skynet.be>
+ Implementation of IOCTL_SCSI_PASS_THROUGH and
+ IOCTL_SCSI_PASS_THROUGH_DIRECT.
+
+ * include/windef.h, debugger/hash.c, debugger/msc.c, debugger/source.c,
+ debugger/stabs.c, dlls/msvcrt/dir.c, dlls/oleaut32/typelib.c:
+ Attempt at fixing MAX_PATH issues for mingw.
+
+ * tools/wineshelllink:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Fixed quoting of KDE desktop entry.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h:
+ Johan Gill <johane@lysator.liu.se>
+ DirectSoundEnumerateA() now passes a GUID to the callback if the first
+ call returned TRUE.
+
+ * win32/editline.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct behaviour of DEL key back to deleting the current character.
+
+ * dlls/winedos/module.c:
+ Jukka Heinonen <jhei@iki.fi>
+ When DOS program executes another DOS program, command line is now
+ passed correctly. If DOS command line is too long, command line is now
+ truncated instead of letting it trash memory.
+
+2002-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/editline.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Added f8 (history retrieval from partial command) support
+ - Delete key deletes current character
+ - Ctrl + end deletes to end of line
+ - Ctrl + right stopped before the word itself
+
+ * configure, configure.ac, dlls/x11drv/.cvsignore,
+ dlls/x11drv/Makefile.in, dlls/x11drv/clipboard.c,
+ dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
+ dlls/x11drv/wineclipsrv.c, documentation/configuring.sgml,
+ documentation/packaging.sgml:
+ Moved remaining files in windows/x11drv to dlls/x11drv.
+
+2002-04-29 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/regsvr32/.cvsignore, programs/regsvr32/Makefile.in,
+ programs/regsvr32/regsvr32.c, programs/regsvr32/regsvr32.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented regsvr32 tool. Based on ReactOS implementation.
+
+ * programs/wcmd/builtins.c, programs/wcmd/directory.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Support for dir /w and /b flags
+ - Fixed a couple of unclosed FindFirst/FindNext pairs
+
+ * dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c,
+ dlls/imm32/memory.c, dlls/imm32/string.c, dlls/imm32/Makefile.in,
+ dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c,
+ dlls/imm32/imm.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Removed some code because of MS EULA concerns.
+ Rewrote stubs.
+
+ * dlls/comctl32/toolbar.c:
+ Marco Bizzarri <m.bizzarri@icube.it>
+ Implemented the TB_REPLACEBITMAP message.
+
+ * scheduler/process.c:
+ Don't prepend '--' to the command line when starting a Windows binary.
+
+ * tools/wineshelllink:
+ Dustin Navea <speeddymon@yahoo.com>
+ Write menu information to /usr/lib/menu/wine.
+ Try to autodetect KDE version using kde-config.
+
+ * dlls/advapi32/crypt.c, dlls/comctl32/imagelist.c,
+ dlls/commdlg/filedlg95.c, dlls/crypt32/crypt32.spec,
+ dlls/gdi/printdrv.c, dlls/msvcrt/file.c, dlls/richedit/richedit.c,
+ dlls/shell32/shpolicy.c, dlls/wininet/http.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_check_options.pm, tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/comctl32.api,
+ tools/winapi_check/win32/crypt32.api,
+ tools/winapi_check/win32/gdi32.api,
+ tools/winapi_check/win32/msisys.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Fixed parser to handle C/C++ comments in strings.
+ - Report if C++ comments are used.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/snmpapi/.cvsignore,
+ dlls/snmpapi/Makefile.in, dlls/snmpapi/main.c,
+ dlls/snmpapi/snmpapi.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Stub implementation of SNMPAPI.DLL.
+
+ * include/winnt.h, scheduler/sysdeps.c:
+ Patrik Stridvall <ps@leissner.se>
+ Microsoft C related changes.
+
+ * dlls/quartz/README, dlls/quartz/asyncsrc.c, dlls/quartz/asyncsrc.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Reimplemented the asynchronous source filter.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/file.c:
+ Jakob Eriksson <jakob@vmlinux.org>
+ Added unit tests for file functions.
+
+ * programs/wcmd/builtins.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Emulate the dos cmd 'cls'.
+
+ * dlls/winedos/xms.c: Jukka Heinonen <jhei@iki.fi>
+ When freeing XMS memory block, return an error if block has not been
+ previously allocated.
+
+ * dlls/twain/dsm_ctrl.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make twain compile again.
+
+ * dlls/comctl32/status.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed StatusBar SetText again, added some comments.
+
+2002-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/Makefile.in, tools/winebuild/Makefile.in,
+ tools/winedump/Makefile.in, tools/wmc/Makefile.in,
+ tools/wrc/Makefile.in, Makefile.in, configure, configure.ac,
+ server/Makefile.in:
+ Link the tools and the server against libwine so we can use the
+ portability functions in there.
+
+ * debugger/dbg.y, dlls/comctl32/ipaddress.c, dlls/quartz/ijgdec.c,
+ dlls/twain/ds_ctrl.c, dlls/twain/twain.h:
+ Fixed warnings.
+
+ * include/msvcrt/sys/stat.h: FreeBSD compile fix.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/tests/.cvsignore,
+ dlls/winsock/tests/sock.c, dlls/winsock/tests/ws2_32_test.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Added unit test for winsock.
+
+ * server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixes to FD_CLOSE handling.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ SO_OPENTYPE has to be a per-thread setting.
+
+ * programs/winetest/include/advapi32.pm,
+ programs/winetest/include/avicap32.pm,
+ programs/winetest/include/gdi32.pm,
+ programs/winetest/include/imm32.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/msimg32.pm,
+ programs/winetest/include/msisys_ocx.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/oleaut32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/setupapi.pm,
+ programs/winetest/include/setupapi_h.pm,
+ programs/winetest/include/shdocvw.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/urlmon.pm,
+ programs/winetest/include/winearts_drv.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/wininet.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winspool_drv.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/ws2_32.pm:
+ Updated module definitions for Perl unit tests.
+
+ * programs/winetest/make_symbols:
+ Added possibility of specifying a name for the .pm file that can be
+ different from the header name.
+
+ * dlls/oleaut32/dispstd.c, dlls/oleaut32/disptype.c,
+ dlls/shdocvw/api.c, dlls/shdocvw/comimpl.c,
+ dlls/shdocvw/shdocvw.spec, dlls/urlmon/comimpl.c,
+ dlls/urlmon/urlmon.spec:
+ Added some shdocvw ordinals and stubs.
+ Fixed a few winapi_check issues.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Always run ldconfig even if we don't change ld.so.conf.
+
+ * dlls/user/text.c:
+ Robert O'Callahan <robert@ocallahan.org>
+ Fixed bug in TEXT_WordBreak that was variously throwing Lotus Notes
+ into an infinite loop or causing it to crash.
+
+2002-04-26 Alexandre Julliard <julliard@winehq.com>
+
+ * server/debugger.c, server/event.c, server/handle.c, server/mapping.c,
+ server/mutex.c, server/named_pipe.c, server/object.c,
+ server/process.c, server/queue.c, server/registry.c,
+ server/semaphore.c, server/snapshot.c, server/thread.c,
+ server/timer.c, server/trace.c, server/unicode.c, server/window.c,
+ tools/makedep.c, tools/winedump/misc.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c,
+ tools/winedump/search.c, tools/winedump/symbol.c, tools/wmc/utils.c,
+ tools/wrc/readres.c, tools/wrc/utils.c, win32/console.c,
+ win32/editline.c, windows/win.c, dlls/urlmon/comimpl.c,
+ dlls/user/dde/misc.c, dlls/user/message.c, dlls/user/text.c,
+ dlls/winedos/module.c, dlls/wininet/ftp.c, graphics/x11drv/xfont.c,
+ include/config.h.in, include/wine/library.h, include/wine/port.h,
+ library/port.c, misc/registry.c, objects/enhmetafile.c,
+ ole/ole2nls.c, programs/regedit/regproc.c,
+ programs/wineconsole/wineconsole.c, scheduler/process.c,
+ scheduler/pthread.c, server/atom.c, server/console.c, configure.ac,
+ debugger/ext_debugger.c, debugger/memory.c, dlls/advapi32/advapi.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/helper.c,
+ dlls/dsound/dsound_main.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/locale.c, dlls/ntdll/reg.c,
+ dlls/odbc32/proxyodbc.c, dlls/quartz/iunk.c, dlls/setupapi/parser.c,
+ dlls/shdocvw/comimpl.c, configure:
+ Better support for configure detection of missing types, added check
+ for ssize_t.
+ Removed a couple of no longer used portability functions.
+ Various portability fixes in port.h.
+
+ * windows/message.c:
+ Update the queue key state even if no window has the focus (spotted by
+ Rizsanyi Zsolt).
+
+ * dlls/winsock/socket.c, files/file.c, server/file.c, server/serial.c,
+ server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed some bugs in my recently submitted patch series.
+
+2002-04-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/path.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Fixed minor typo.
+
+ * include/mmsystem.h:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fix for mingw32.
+
+ * documentation/running.sgml, documentation/wine.man.in:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Updated lists of debugging channels.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mikem@codeweavers.com>
+ Added support for TransmitCommChar.
+
+ * files/file.c, include/wine/server_protocol.h, server/protocol.def,
+ server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed ReadFile() semantics when reading asynchronously on sockets.
+ Provide more accurate status codes than STATUS_UNSUCCESSFUL.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/relay.c, tools/winebuild/res16.c,
+ tools/winebuild/res32.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c, windows/winproc.c,
+ dlls/msvcrt/except.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/exception.c,
+ dlls/ntdll/signal_i386.c, dlls/winedos/int31.c, include/wine/port.h,
+ include/winnt.h, library/port.c, memory/selector.c,
+ relay32/relay386.c, relay32/snoop.c, scheduler/critsection.c:
+ Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, files/file.c,
+ include/winbase.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Implemented overlapped WSARecvFrom(), WSASendTo(), and
+ WSAGetOverlappedResult().
+ Fixed shutdown() to work correctly for overlapped sockets (do not
+ actually do a shutdown() system call as long as there are pending
+ overlapped requests).
+ Also added correct error reporting when trying to read or write on a
+ shut down connection, also for ReadFile()/WriteFile() calls.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/sock.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Implemented server framework for asynchronous IO on sockets.
+
+2002-04-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Never activate the window on SW_SHOWNOACTIVATE.
+
+ * configure, configure.ac, include/config.h.in:
+ No longer try to support non-reentrant Xlib.
+
+ * dlls/x11drv/winpos.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't check hwndInsertAfter if SWP_NOZORDER is set.
+
+ * dlls/x11drv/x11drv_main.c, graphics/x11drv/dib.c, include/x11drv.h:
+ Added support for installing an error callback when expecting an X11
+ error.
+
+ * server/async.c, server/file.c, server/object.h, server/serial.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Add more flexibility to the queue_async server call by moving most
+ functionality into the object's queue_async method.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
+ - Implement TBN_HOTITEMCHANGE in the mouse move routine.
+
+ * dlls/kernel/comm.c:
+ Marcelo Welter <marcelo@sysmo.com.br>
+ Fix to old DCB format parsing.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/wsprintf.c,
+ dlls/user/Makefile.in:
+ Bill Medland <medbi01@accpac.com>
+ First regression test for wsprintf.
+
+2002-04-23 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.ac, dlls/x11drv/xrender.c, include/config.h.in,
+ include/ts_xrender.h, tools/make_X11wrappers, tsx11/Makefile.in,
+ tsx11/X11_calls, tsx11/ts_xrender.c, configure:
+ Load libXrender at run-time with dlopen (based on a patch by Huw
+ Davies).
+
+ * include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/sock.c, server/trace.c,
+ dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed handling of deferred connections in WSAAccept().
+
+ * unicode/c_950.c, unicode/casemap.c, unicode/compose.c,
+ unicode/cpmap.pl, unicode/cptable.c, unicode/wctype.c,
+ unicode/Makefile.in, unicode/c_037.c, unicode/c_042.c,
+ unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c,
+ unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c,
+ unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c,
+ unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c,
+ unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c,
+ unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c,
+ unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c,
+ unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c,
+ unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c,
+ unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c,
+ unicode/c_28605.c, unicode/c_28606.c, unicode/c_424.c,
+ unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c,
+ unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c,
+ unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c,
+ unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c,
+ unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c,
+ unicode/c_932.c, unicode/c_936.c, unicode/c_949.c:
+ Updated for Unicode 3.2.
+ Added ISO8859-16 codepage.
+
+ * tools/wineconf:
+ Dustin Navea <speeddymon@yahoo.com>
+ Find ntfs drives and supermount cd-roms.
+ Fix finding non-supermount cd-roms mounted at /cdrom.
+
+ * tools/wineinstall:
+ Dustin Navea <speeddymon@yahoo.com>
+ Search for real-windows registry now actually accesses a file.
+ Find clean-install win2k registry.
+ Find correct partition of real Drive C (most of the time).
+
+ * files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Avoid segfault with overlapped WriteFile() calls.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix WM_NOTIFYFORMAT handling.
+
+ * dlls/comctl32/status.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement WM_NOTIFYFORMAT
+ - fix grip painting
+ - make use of DrawStatusText to paint control
+
+2002-04-22 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c, dlls/richedit/richedit.c, include/richedit.h:
+ Chuck Crayne <ccrayne@crayne.org>
+ - Recognize "\n" as an alternative soft line break in function
+ EDIT_BuildLineDefs_ML of edit.c.
+ - Major restructuring of richedit.c to provide bug fixes, enhanced
+ function, and improved debug support.
+
+ * windows/dce.c:
+ Clear the DC dirty flag before calling SetDCState to avoid spurious
+ vis region updates.
+
+ * tools/wineinstall: Fixed typo in su command.
+
+ * dlls/dsound/dsound_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ A bit more robust against wave???Open failures.
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/oss.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed multi-thread access to local variables (mainly fd for
+ /dev/dsp).
+ God rid of obsolete macro.
+ Fixed some slight init issues.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed a mismatch in wavein 16/32 mapping.
+ Relaxed some tests about buffer lengths.
+
+ * files/drive.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Always close fd when reading super block.
+
+ * include/winsock.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed cut&paste bug.
+
+ * dlls/kernel/comm.c:
+ Removed constants that aren't defined in Windows.
+
+2002-04-21 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/dc.c:
+ Fixed handling of visible region in Save/RestoreDC.
+
+ * msdos/int13.c, win32/device.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
+ Added support for the floppy parameter table.
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/process.c,
+ dlls/kernel/Makefile.in:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a framework for testing CreateProcess and a few tests.
+
+ * tools/wineinstall:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Correctly detect the presence of a wine binary.
+
+ * dlls/kernel/comm.c: <wine@gc2.kloepfer.org>
+ Faster serial speed cases for non Linux systems.
+
+ * dlls/user/Makefile.in, dlls/user/tests/.cvsignore,
+ dlls/user/tests/class.c, dlls/user/tests/user32_test.spec:
+ Mike McCormack <mikem@codeweavers.com>
+ Added a simple test set for window classes.
+
+ * dlls/shell32/shlfolder.c:
+ Bill Medland <medbi01@accpac.com>
+ The extension should not be removed from the display of folder names.
+
+2002-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c:
+ Clear mapping->shared_file on error.
+
+ * configure, configure.ac:
+ Bill Medland <Bill.Medland@accpac.com>
+ Get the ldconfig check to work for bash shells.
+
+ * dlls/oleaut32/stubs.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented OleIconToCursor.
+
+ * programs/wcmd/builtins.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Fixed move and copy when no destination supplied (assumes '.' now as
+ per windows)
+ - Fixed move so uses full path name for destination file, and if
+ destination is a directory, uses original filename.
+
+ * dlls/user/wsprintf.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Correct handling of zero-padded negative numbers; transfer the sign
+ BEFORE adding the zeroes.
+
+ * tools/wineinstall:
+ Bill Medland <Bill.Medland@accpac.com>
+ Handle when ldconfig is not on the path, and do not run it until after
+ the libdir has been populated.
+
+ * tools/winecheck:
+ Bill Medland <Bill.Medland@accpac.com>
+ Prevent error message if LD_LIBRARY_PATH is not being used.
+ Comment out the DEBUG message.
+
+ * dlls/shell32/brsfolder.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Get the folder browser to work as well with W notification as A (it
+ seems to work reasonably).
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ GET FUNCTIONALITY/STATE INFORMATION: The input parameter ES:DI is a
+ buffer where bios information (all the VIDEOSTATE struct) must be
+ copied to.
+
+ * include/wine/test.h, programs/winetest/wtmain.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now C tests are able to access argc/argv as passed to the program.
+
+2002-04-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/vga.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ VGA_ioport_in: Fake the occurrence of the vertical refresh when no
+ graphic mode has been set.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/aviparse.c,
+ dlls/quartz/ijgdec.c, dlls/quartz/ijgdec.h, dlls/quartz/mjpgdec.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented MJPG handler.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/security.c:
+ Leo van den Berg <leo@connectux.com>
+ Added stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ Now, we are really erasing WS_CAPTION style.
+
+ * programs/winetest/include/wine.pm, programs/winetest/runtest,
+ programs/winetest/wtmain.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Added option for announcement of successful test results.
+
+2002-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/gdi/gdi32.spec, dlls/wineps/Makefile.in,
+ Makefile.in:
+ Export a few more 16-bit GDI functions. Finished wineps separation.
+
+ * dlls/winedos/int10.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implement SET INDIVIDUAL DAC REGISTER and SET BLOCK OF DAC REGISTERS.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Put the MCN_ and DTN_ in correct order.
+
+ * dlls/comctl32/status.c:
+ Mehmet Yasar <myasar@free.fr>
+ Add more check inside SB_SETTEXT and SB_GETTEXT.
+
+ * dlls/comctl32/commctrl.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Complete implementation for DrawStatusText{A,W}.
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ _get_sock_fd_type: New function, retrieve fd type and flags like
+ FILE_GetUnixHandleType().
+ WSASendTo/WSARecvFrom: Use _get_sock_fd_type().
+
+ * files/file.c:
+ Martin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
+ GetOverlappedResult: Return ERROR_IO_INCOMPLETE if IO still pending.
+ ReadFile / WriteFile: Use GetOverlappedResult() to check for immediate
+ completion.
+
+2002-04-15 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Fixed stupid typo in previous patch.
+
+2002-04-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/x11drv/xfont.c, include/gdi.h,
+ include/x11drv.h, objects/font.c, dlls/gdi/win16drv/font.c,
+ dlls/gdi/win16drv/win16drv.h, dlls/wineps/font.c:
+ Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in
+ FONT_EnumInstance instead.
+
+ * misc/options.c, scheduler/process.c:
+ Fixed inheriting command-line options from parent process.
+
+ * dlls/kernel/comm.c, files/file.c, include/async.h:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ - Need a "cleanup" method.
+ - calling the "call_completion" method unconditionally in finish_async
+ (introduced by me) was wrong, because the thread may never be in an
+ alertable wait state -> call it only if user completion function is present.
+ - We need two constant "ops" objects, one with and one without call_completion
+ method (the event field may NOT be used to determine whether the completion
+ must be called or not).
+
+ * server/async.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ STATUS_CANCELLED is correct for cancelled requests (corresponds to
+ ERROR_OPERATION_ABORTED).
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ - Clear WS_CAPTION style.
+ - Send now CDN_FILEOK before FILEOKSTRING.
+ - Fix bug related to DWL_MSGRESUL (we were reading from wrong hwnd).
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/acmwrap.c,
+ dlls/quartz/asyncsrc.c, dlls/quartz/audren.c, dlls/quartz/fmap.c,
+ dlls/quartz/ifgraph.c, dlls/quartz/iunk.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/midparse.c,
+ dlls/quartz/mjpgdec.c, dlls/quartz/mpadec.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/mpvdec.c, dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/qtdec.c, dlls/quartz/qtparse.c, dlls/quartz/seekpass.c,
+ dlls/quartz/vidren.c, dlls/quartz/xform.c, dlls/quartz/xform.h,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Added stubs.
+ Remove harmless FIXMEs.
+
+ * tools/winemaker:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fix winemaker-generated references to dlls that have changed their names.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement NM_CUSTOMDRAW notification.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - When dumping NMCUSTOMDRAW, use correct size for a Toolbar.
+ - Add notify names for controls: tooltips, updown, calendar, datetime,
+ ip, and status.
+
+2002-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure:
+ Release 20020411.
+
+----------------------------------------------------------------
+2002-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * .cvsignore, Makefile.in:
+ Clean autom4te.cache.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/tests/README, programs/regapi/tests/after.reg,
+ programs/regapi/tests/before.reg, programs/regapi/tests/orig.reg,
+ programs/regedit/.cvsignore, programs/regedit/Makefile.in,
+ programs/regedit/regedit.c, programs/regedit/regedit.spec,
+ programs/regedit/regproc.c, programs/regedit/regproc.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created regedit replacement. Fixed some bugs.
+
+ * programs/clock/ChangeLog, programs/notepad/ChangeLog,
+ programs/osversioncheck/ChangeLog, programs/progman/ChangeLog,
+ programs/regtest/ChangeLog, programs/wcmd/ChangeLog,
+ programs/winhelp/ChangeLog, programs/winver/ChangeLog:
+ Removed changelog entries that are in the main changelog, and added
+ notice to not edit the secondary changelogs anymore.
+
+ * graphics/x11drv/opengl.c:
+ Christoph Frick <frick@SC-Networks.de>
+ Reuse visuals to avoid MAX_PIXELFORMATS limit.
+ Activated the code to support the stencil buffer.
+
+ * graphics/x11drv/xfont.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use hard-coded font name bindings only with the ANSI_CHARSET (non-US
+ charsets with no font name shouldn't be bound to US charset).
+
+ * dlls/ole32/ole2stubs.c, dlls/oleaut32/ole2disp.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Return error codes in some 16bit ole stubs, returning success causes
+ crashes.
+
+ * include/config.h.in, misc/options.c, programs/clock/main.c,
+ programs/winver/winver.c, windows/nonclient.c, Makefile.in,
+ configure, configure.ac:
+ Updated configure to take advantage of new autoconf 2.53 features.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/int10.c,
+ dlls/winedos/int21.c, dlls/winedos/int29.c, include/console.h:
+ Removed obsolete console driver.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/path.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added test for GetFullPathNamesA, GetLongPathNamesA,
+ GetShortPathNamesA, GetCurrentDirectoryA, SetCurrentDirectoryA.
+
+ * dlls/shell32/iconcache.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SIC_GetIconIndex: start DPA_Search from index 0.
+
+ * unicode/wctomb.c:
+ 'used' should be set even if we are only computing the necessary
+ buffer size.
+
+ * dlls/crypt32/main.c, dlls/winsock/socket.c, files/file.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Compile fixes for gcc 2.7.2.3.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement LPSTR_TEXTCALLBACK
+ - fix many memory-management bugs
+ - many Unicode fixes
+ - fix indentation in a few places
+ - bits of code cleanup
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Removed obsolete text mode color and attribute code.
+ Made routines for text mode scolling, clearing and getting character
+ at cursor use Windows console and VGA buffer.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Implemented PrintDlgW and PageSetupDlgW.
+
+ * server/window.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ get_window_children: only decrement available size if element was
+ written.
+
+ * dlls/comctl32/listview.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ LISTVIEW_GetColumnT: care for the format of the string.
+ LISTVIEW_Create: send HDM_SETUNICODEFORMAT message.
+
+ * dlls/msvideo/mciwnd.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MCIWndCreateA: check for NULL filename.
+
+ * controls/edit.c:
+ Rizsanyi Zsolt <rizsanyi@myrealbox.com>
+ Sending EN_UPDATE notification in the EDIT_WM_SetText - the comment
+ already says, that the message is sent, but it is not...
+
+2002-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Create new console only if the process is a console application.
+
+ * windows/defwnd.c, windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed problem with mouse cursors in Word.
+
+ * controls/static.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always erase background.
+
+ * graphics/x11drv/bitblt.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ We don't handle STRETCH_HALFTONE mode yet; make this do the same as
+ STRETCH_DELETESCANS for now.
+
+2002-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c:
+ Need to check for focus and capture also on the children of the window
+ being disabled.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/msisys/.cvsignore,
+ dlls/msisys/Makefile.in, dlls/msisys/msisys.c,
+ dlls/msisys/msisys.ocx.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Created a stubbed version of MSISYS.OCX.
+
+ * windows/spy.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Some additional traces.
+
+ * dlls/shell32/shelllink.c:
+ Dusan Lacko <dlacko@codeweavers.com>
+ If we can't extract the icon, defer link creation to runonce.
+
+ * graphics/x11drv/opengl.c:
+ Fixed compile when HAVE_OPENGL is not defined.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added CS_PARENTDC style.
+
+ * include/urlmon.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added some error codes.
+
+ * dlls/Makefile.in, dlls/urlmon/Makefile.in, dlls/urlmon/comimpl.c,
+ dlls/urlmon/comimpl.h, dlls/urlmon/moniker.c, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+ * dlls/comctl32/status.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - get rid of parent handle from info struct
+ - store hwnd in info struct, do not pass it around
+ - use unicode functions wherever possible
+ - consistent indentation
+ - bugs in Unicode handling fixed
+ - fix handling of error conditions
+ - fix initialization bugs, etc.
+ - complete tooltip support
+ - typesafety
+ - update the FIXME list to the latest specs
+
+ * include/x11drv.h, graphics/x11drv/opengl.c:
+ Michael Karcher <michael.karcher@dpk.berlin.fido.de>
+ Fixed OpenGL routines broken by the DC -> PHYSDEV change.
+
+ * programs/winetest/make_cygwin_makefiles:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added comments explaing how to use cygwin/mingw/wine headers.
+ Added 'clean' and 'distclean'
+ Added new options -s and -i.
+ Archives will now include the entire './include' directory instead of
+ just './include/wine'.
+ Renamed makefile from Makefile.cyg to Makefile.win.
+ The makefile is now mingw compatible as well (although it's be better
+ if we could detect the correct location of the windows.h headers).
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - fix indentation
+ - handle all out-of-memory cases
+ - better drawing code
+ - fix CBES_EX_NOEDITIMAGE handling
+ - implement CBES_EX_NOEDITIMAGEINDENT
+ - implement I_{INDENT,IMAGE}CALLBACK
+ - fix notification code for ANSI/Unicode
+ - make use of iOverlay image
+
+ * windows/x11drv/keyboard.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Added keymap tables for US dvorak layout.
+
+ * dlls/winsock/socket.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Also #include <sys/uio.h>.
+
+ * documentation/samples/win.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a sample win.ini.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/main.c, dlls/quartz/mpadec.c,
+ dlls/quartz/mpvdec.c, dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+ * dlls/winmm/winmm_Ja.rc, dlls/winmm/winmm_res.rc:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added resources for Japanese.
+
+ * dlls/quartz/parser.c, dlls/quartz/parser.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed crashing in stopping parser.
+
+ * windows/sysparams.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use default GUI font instead of hard-coded 'MS Sans Serif'.
+
+ * dlls/winedos/int21.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Converted "read standard input with echo" interrupt service to use
+ common DOSVM console input routine and made the service really echo.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Writes to stdout and VGA_WriteChars routine now update both VGA
+ buffers and Windows console.
+ Added routine for changing current console attributes.
+ Moved text mode handling from VGA_Poll into new routine and changed
+ locking primitive into critical section.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed an overflow in calculating times.
+
+2002-04-06 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added registry entries required for IE installer.
+
+ * windows/x11drv/clipboard.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't hang around for a minute if we can't exec the clipboard server.
+
+ * windows/focus.c, windows/winpos.c:
+ François Gouget <fgouget@codeweavers.com>
+ Replace some SendMessage with SendNotifyMessage in case the target
+ window belongs to another thread.
+
+ * programs/uninstaller/main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Fixed exit status in some cases.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Spout a FIXME if we try to call ExtTextOut on an open path.
+
+ * dlls/wineps/driver.c, dlls/wineps/init.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/wineps.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
+ Fixes to MergeDevmodes.
+
+ * dlls/wineps/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Changed default paper size to letter.
+
+ * server/process.c:
+ Avoid crash when trying to attach to a terminating process.
+
+ * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/win16drv/init.c, include/gdi.h, objects/dc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added support for ResetDC.
+
+2002-04-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/driver.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Make ExtDeviceMode dialog use unicode property sheet functions.
+
+ * winedefault.reg:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ HKEY_LOCAL_USER should be HKEY_CURRENT_USER.
+
+ * server/async.h, server/protocol.def, server/thread.c,
+ server/trace.c, dlls/kernel/comm.c, files/file.c, include/async.h,
+ include/file.h, include/wine/server_protocol.h, scheduler/synchro.c,
+ server/async.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ - separate cleanly between async scheduling and file IO related issues.
+ - make the API compatible with other types of async requests (e.g. for
+ sockets).
+ - remove exports of async IO related functions for DLL separation.
+
+ * objects/font.c:
+ Fixed GetTextExtentPointI driver usage.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Make the recv() and send() family of functions use WSARecvFrom() and
+ WSASendTo().
+
+ * include/winnt.h:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Fixed mingw32 warning about stdcall and fastcall being redefined.
+
+ * dlls/user/text.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Check for NULL pointer in DrawTextExA.
+
+ * dlls/comctl32/comboex.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - fix edit box placement
+ - reorganize drawing for proper handling of edit box
+ - typesafety when processing messages
+ - subclass edit to handle up/down arrows
+ - more robust handling of failure cases
+ - numerous bugs fixed
+ - complete unicodification
+ - more specific debug messages
+ - remove cvs log info from file
+ - consistent indentation
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add defines for the NMTBHOTITEM flag word.
+ - Add defines for the NM_CUSTOMDRAW return flags for toolbar.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Use the new comctl32 color array for the colors. Provides better
+ support for the TB_SETCOLORSCHEME.
+ - Do some optimizations.
+ - Correct computation of nHeight and PGN_CALCSIZE.
+ - Implement the undocumented 045E message.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Keep track of all system colors used by comctl32.dll.
+ - Provide routine to support the WM_SYSCOLORCHANGE message.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Adjust the child offset x value based on band style RBBS_CHILDEDGE.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Try to match the native control for the SetBkColor message.
+ - Correct processing in NCCalcSize message processing.
+
+2002-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/freetype.c:
+ Fixed compile without freetype.
+
+2002-04-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlfolder.c:
+ Charles Loep <charles@codeweavers.com>
+ Support for hiding file extensions in IShellFolder_GetDisplayNameOf.
+
+ * dlls/shell32/pidl.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Check for failure of IShellFolder_GetDisplayNameOf.
+
+ * server/main.c, server/object.h, server/process.c, server/request.c,
+ server/select.c:
+ Added timer on server exit to wait a bit for new clients.
+ Don't remove the socket until the registry is closed to avoid a race.
+
+ * dlls/msvcrt20/msvcrt20.spec:
+ Francois Gouget <fgouget@free.fr>
+ Forward C++ functions to the msvcrt library.
+
+ * dlls/gdi/mfdrv/text.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use rect only if there are flags.
+
+ * dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/metafiledrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added writing META_ESCAPE records.
+
+ * objects/metafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Do not enumerate the META_EOF record.
+
+ * dlls/gdi/freetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Removed old FF_ code.
+
+ * dlls/comctl32/header.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in HEADER_InsertItemW.
+
+ * library/loader.c:
+ Make dlopen_dll return an error immediately if the library exists but
+ dlopen() fails.
+
+ * graphics/x11drv/xfont.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ If lfFaceName == "", then we patch up the names according to
+ lfPitchAndFamily. This is not very pretty I'm afraid...
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, dlls/x11drv/xrender.c,
+ include/font.h, include/gdi.h, include/wingdi.h, objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement GetTextExtentPointI and add support for ETO_GLYPH_INDEX.
+
+ * graphics/x11drv/init.c, graphics/x11drv/xfont.c, include/x11drv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't calculate cached metrics or enumerate X11 fonts if we're using
+ client side fonts.
+
+ * objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fixed font enumeration.
+
+ * dlls/gdi/freetype.c, dlls/x11drv/xrender.c, include/font.h,
+ objects/gdiobj.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix a few font problems with rotated text and non MM_TEXT mapping
+ modes. Do slightly better with the FF_ flags in WineEngGetTextMetrics.
+
+ * dlls/gdi/freetype.c, winedefault.reg:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add font substitution lookup in the registry. We look under the key
+ HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes for
+ "fromName[,cp]"="toName[,cp]" where cp can be an optional codepage.
+ Substitution occurs before scanning the available font list, as is the
+ case with Windows.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdi32.spec, include/font.h,
+ include/wingdi.h, objects/font.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement GetGlyphIndices. Tweak GetCharacterPlacement to use it.
+
+ * configure, configure.ac, include/config.h.in:
+ Better check for -lresolv. Removed FREETYPELIBS.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/freetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load libfreetype.so on the fly with dlopen and friends.
+
+ * windows/dialog.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ The horizontal dialog base unit is calculated as the straight average
+ of a-z,A-Z (tmAveCharWidth is supposed to be a weighted average
+ according to character usage, so we shouldn't use this).
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add stub for WSAEnumProtocols(A/W) functions.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/truetype.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load libfreetype.so on the fly with dlopen and friends.
+
+ * dlls/shell32/shellord.c:
+ Aric Stewart <aric@codeweavers.com>
+ Enable ShellExecuteEx to actually open things with their helper
+ applications.
+
+ * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added some stubs.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ include/winbase.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added ImpersonateLoggedOnUser stub.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c:
+ Avoid local WINAPI function pointers to work around gcc bug.
+
+ * graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/dib.c, graphics/x11drv/pen.c,
+ graphics/x11drv/xfont.c, dlls/setupapi/dirid.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/objects.c, dlls/wineps/brush.c,
+ dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/pen.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win32/imaadp32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/setupapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Minor bug fixes.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/int10.c, dlls/winedos/int21.c,
+ dlls/winedos/int29.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Redirect DOS writes to stdout/console to DOSVM_PutChar.
+
+ * dlls/kernel/tests/thread.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Cleaned up a bit, removed todos for OpenThread, avoid TerminateThread
+ race.
+
+2002-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/device.c, dlls/icmp/icmp_main.c,
+ dlls/richedit/richedit.c, loader/module.c, loader/pe_image.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling/error messages fixes.
+
+ * debugger/stabs.c: More portable signature check.
+
+ * memory/global.c, misc/cpu.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Add return traces to GlobalMemoryStatus, GetSystemInfo and fixme in
+ GetSystemInfo.
+
+ * scheduler/thread.c, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel32.spec, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/thread.c, include/winbase.h, include/winnt.h:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added test for thread functions.
+
+ * programs/winetest/make_cygwin_makefiles:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added perl script which will build a Makefile for running C tests on
+ Windows through Cygwin/gcc.
+
+ * dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Compiles now even on platforms that do not support DOS VM.
+
+ * dlls/ntdll/cdrom.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Use ENOMEDIUM errno code only when defined.
+
+ * dlls/comctl32/ipaddress.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - correct notifications
+ - behaviour closer to native
+ - better drawing
+ - multiple bugs fixed
+ - faster & cleaner code
+ - consistent indentation
+
+ * dlls/comctl32/propsheet.c, dlls/crypt32/main.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix two compilation warnings.
+
+ * include/ntddk.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Declare swprintf.
+
+ * graphics/bitblt.c, graphics/x11drv/bitblt.c:
+ Fixed crash in BitBlt when source DC is NULL.
+
+ * programs/winetest/Makefile.in, Make.rules.in, Makefile.in,
+ dlls/Makefile.in, dlls/make_dlls, dlls/oleaut32/Makefile.in:
+ Various makefile fixes for the test environment.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/dirid.c,
+ dlls/setupapi/infparse.c, dlls/setupapi/install.c,
+ dlls/setupapi/parser.c, dlls/setupapi/queue.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c,
+ dlls/setupapi/stubs.c, dlls/setupapi/virtcopy.c, include/setupapi.h,
+ include/winnt.h:
+ Implemented a large number of the 32-bit setupapi functions.
+ Fixed a number of setupx functions by making them call the setupapi
+ equivalents.
+
+ * server/thread.c:
+ François Gouget <fgouget@codeweavers.com>
+ Don't suspend a terminated thread.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix sign extension in message mapping routines.
+
+ * server/debugger.c:
+ Avoid crash when trying to attach to a terminating process.
+
+ * relay32/snoop.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed handling of a dll being loaded at the same address as a previous
+ one.
+
+ * objects/dc.c: Avoid recursive DeleteDC calls.
+
+ * files/dos_fs.c:
+ Make GetFullPathName fail if input path name is empty.
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always call LoadLibrary.
+ Workaround a broken behaviour of the 16-bit loader.
+
+ * dlls/ntdll/rtlstr.c:
+ Fixed length handling in RtlUnicodeStringToAnsi/OemString.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ François Gouget <fgouget@codeweavers.com>
+ Implemented _mbsnbicmp.
+
+ * dlls/advapi32/registry.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make sure the security descriptor is initialized in RegGetKeySecurity.
+
+ * debugger/stabs.c:
+ Check ELF signature before processing file.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert NULL menu items to separators.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h,
+ include/wine/server_protocol.h, scheduler/pthread.c,
+ scheduler/thread.c, server/protocol.def, server/request.h,
+ server/thread.c, server/trace.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Implement OpenThread() winapi call.
+ Implement a few pthreads functions.
+
+ * dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msg711/msg711.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Made use of MSACM driver definitions.
+
+ * dlls/user/tests/sysparams.c:
+ François Gouget <fgouget@codeweavers.com>
+ Include wine/test.h before windows headers.
+ Add definitions for IDI_APPLICATIONA and IDC_ARROWA for Windows.
+ Fix a check in the SPI_{GET,SET}BORDER test.
+ Fix bad copy/paste in the SPI_{GET,SET}BORDER test.
+ Use eq macro to print values when something goes wrong.
+
+ * programs/winetest/wtmain.c:
+ François Gouget <fgouget@codeweavers.com>
+ Make the testing framework thread safe.
+
+2002-04-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/cdrom.c, dlls/x11drv/xrender.c, library/port.c,
+ server/request.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix warnings for Linux, FreeBSD and Solaris.
+
+ * tools/winebuild/build.h, tools/winebuild/relay.c:
+ Got rid of #ifdef USE_STABS.
+
+ * configure, configure.ac, include/config.h.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ On Solaris inet_aton is exported by libresolv.so.
+
+ * dlls/msvcrt/math.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing FP_PNORM case.
+
+ * loader/module.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Removed a couple of now obsolete FIXMEs.
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some bugs in first chance exception handling.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ More robust and less time consuming playback.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed size of buffers in conversion.
+
+ * win32/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed writing multiline block while wrapping enabled.
+ Fixed startup information reading (console size).
+
+ * debugger/msc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed module mapping for debug info when PE section is compressed.
+
+ * dlls/winsock/ws2_32.spec, dlls/wsock32/wsock32.spec,
+ include/winsock.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix for the unistd.h vs. winsock.h problem in Winelib applications.
+ Refine the WS_DEFINE_HTONL definition.
+
+ * dlls/kernel/tests/atom.pl:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't bother with declare, just 'use kernel32'.
+
+ * dlls/kernel/tests/directory.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Windows headers must be included after wine/test.h.
+
+ * dlls/quartz/README, dlls/quartz/acmwrap.c, dlls/quartz/basefilt.c,
+ dlls/quartz/fmap.c, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.c, dlls/quartz/xform.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented some methods of CLSID_ACMWrapper.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispstd.c,
+ dlls/oleaut32/disptype.c, dlls/oleaut32/ole2disp.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented CreateStdDispatch and CreateDispTypeInfo.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - implement UDS_HOTTRACK
+ - implement NM_RELEASEDCAPTURE
+ - implement UDM_[GS]ETUNICODEFORMAT
+ - get rid of WM_NCCREATE processing
+ - use InvalidateRect instead of a synch refresh
+ - implement auto auto arrow press on key presses
+ - more code cleanups
+ - better drawing, closer to native
+
+ * include/winuser.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added the DFCS_{HOT,TRANSPARENT} definitions.
+
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Prevent the user from running wineinstall as root, add script commands
+ so we 'su root' for installing and other commands that require root
+ access. Fix modification time comparison of wrong file. Added
+ missing sed line. Always 'make' before we run make install so no build
+ files become owned by root.
+
+ * dlls/winedos/dosvm.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Routine DOSVM_Wait now wakes up if new events are queued and it
+ returns if it processed any queued events.
+
+2002-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac:
+ More robust libsane check.
+
+ * win32/console.c, scheduler/process.c:
+ Hack to make wineconsole work again.
+
+2002-03-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.h:
+ Fixed compile without curses.
+
+ * include/wine/server.h, include/wine/server_protocol.h,
+ memory/environ.c, scheduler/process.c, server/process.c,
+ server/protocol.def, server/request.h, server/trace.c:
+ Transfer the full process startup info as well as the command-line
+ through the server.
+
+ * misc/registry.c: Load classes.dat too.
+
+ * memory/virtual.c:
+ Make sure the import directory is not in shared memory.
+
+ * dlls/kernel/kernel_main.c, files/file.c, include/file.h,
+ win32/Makefile.in, win32/file.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix SetFileAttributes to honor the umask (rather than making files
+ world-writable).
+
+ * tools/Makefile.in, tools/winelauncher.in:
+ Fixed winelauncher for new dll files layout.
+
+ * programs/winetest/wtmain.c:
+ Use ExitProcess to terminate the application.
+
+ * library/port.c, configure, configure.ac, include/config.h.in:
+ Michal Pasternak <mpasternak@lublin.t1.pl>
+ Fixed pack/unpack routines for WM_DDE_EXECUTE.
+
+ * dlls/user/dde/misc.c:
+ Fixed pack/unpack routines for WM_DDE_EXECUTE.
+
+ * documentation/packaging.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Updated for new dll names.
+
+ * dlls/ntdll/cdrom.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.
+
+2002-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/dsurface/dib.c:
+ Removed call to DIB_GetDIBWidthBytes.
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c,
+ graphics/x11drv/brush.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/dib.c, graphics/x11drv/graphics.c,
+ graphics/x11drv/init.c, graphics/x11drv/objects.c,
+ graphics/x11drv/palette.c, graphics/x11drv/pen.c,
+ graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/bitmap.h,
+ include/gdi.h, include/x11drv.h, objects/bitmap.c,
+ objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c,
+ objects/font.c, objects/gdiobj.c, objects/text.c,
+ dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/dc.c,
+ dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c,
+ dlls/gdi/win16drv/brush.c, dlls/gdi/win16drv/font.c,
+ dlls/gdi/win16drv/graphics.c, dlls/gdi/win16drv/init.c,
+ dlls/gdi/win16drv/objects.c, dlls/gdi/win16drv/pen.c,
+ dlls/gdi/win16drv/text.c, dlls/gdi/win16drv/win16drv.h,
+ dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c,
+ dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/wineps/bitblt.c,
+ dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c,
+ dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+ dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c,
+ dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c,
+ dlls/x11drv/xvidmode.c, graphics/bitblt.c, graphics/escape.c,
+ graphics/mapping.c, graphics/painting.c, graphics/path.c,
+ dlls/gdi/Makefile.in, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/dc.c,
+ dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+ dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/mapping.c,
+ dlls/gdi/enhmfdrv/objects.c, dlls/gdi/printdrv.c:
+ Changed the GDI driver interface to pass an opaque PHYSDEV pointer
+ instead of a DC structure.
+ Removed some direct accesses to the DC structure from the drivers.
+ Got rid the bitmap driver.
+
+ * loader/loadorder.c:
+ Don't strip out .exe extension.
+
+ * include/winbase.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added declaration of the DisconnectNamedPipe call.
+
+ * dlls/x11drv/mouse.c:
+ Marco Pietrobono <pietrobo@pietrobo.com>
+ Added support for 16bit mouse cursor bitmaps in RGB 565 format.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ - updown unicodification
+ - better/cleaner buddy handling
+ - few bugs fixed
+ - more testing
+ - consistent indentation
+
+ * controls/menu.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MenuItemFromPoint: rough implementation.
+
+ * programs/winetest/runtest:
+ Need to set WINEDLLPATH too.
+
+2002-03-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore: Added alloc.ok.
+
+ * programs/clock/ChangeLog, programs/clock/Da.rc,
+ programs/clock/De.rc, programs/clock/En.rc, programs/clock/Es.rc,
+ programs/clock/Fi.rc, programs/clock/Fr.rc, programs/clock/Pt.rc,
+ programs/clock/Sk.rc, programs/clock/Sw.rc, programs/clock/TODO,
+ programs/clock/Wa.rc, programs/clock/clock.rc,
+ programs/clock/clock_res.h, programs/clock/language.c,
+ programs/clock/language.h, programs/clock/main.c,
+ programs/clock/main.h, programs/clock/rsrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Converted to use of NLS.
+
+ * include/enhmetafiledrv.h, include/win16drv.h, configure,
+ configure.ac, dlls/gdi/Makefile.in, dlls/gdi/driver.c,
+ dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/enhmetafiledrv.h,
+ dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/enhmfdrv/mapping.c, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/gdi_main.c, dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/dc.c,
+ dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+ dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/metafiledrv.h,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c,
+ dlls/gdi/win16drv/.cvsignore, dlls/gdi/win16drv/brush.c,
+ dlls/gdi/win16drv/font.c, dlls/gdi/win16drv/graphics.c,
+ dlls/gdi/win16drv/init.c, dlls/gdi/win16drv/objects.c,
+ dlls/gdi/win16drv/pen.c, dlls/gdi/win16drv/prtdrv.c,
+ dlls/gdi/win16drv/text.c, dlls/gdi/win16drv/win16drv.h:
+ Moved metafiles and win16 drivers to dlls/gdi.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/alloc.c:
+ Geoffrey Hausheer <i134rth8d9s@phracturedblue.com>
+ Added memory allocation test.
+
+ * dlls/msvcrt/file.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ fwrite: fixed handling of already buffered data.
+
+2002-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makedll.rules.in, dlls/Makefile.in, dlls/gdi/.cvsignore,
+ dlls/gdi/Makefile.in, dlls/gdi/gdi.exe.spec, dlls/gdi/gdi.spec,
+ dlls/kernel/.cvsignore, dlls/kernel/Makefile.in,
+ dlls/kernel/kernel.spec, dlls/kernel/krnl386.exe.spec,
+ dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/user.exe.spec, dlls/user/user.spec:
+ Renamed some 16-bit spec files to match the dll name.
+
+ * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/msacm_main.c,
+ include/msacm.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ - Converted HACMOBJ to void*
+ - acmMetrics16 calls acmMetrics only if hao is NULL
+
+ * dlls/commdlg/filedlg95.c:
+ Mehmet Yasar <myasar@free.fr>
+ Fix default extension behavior with GetOpenFileName.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c:
+ Ignore imports and resources when building a .def file.
+
+ * configure, configure.ac, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/tests/.cvsignore,
+ dlls/oleaut32/tests/oleaut32_test.spec,
+ dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c,
+ libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c,
+ libtest/vartest.readme, libtest/vartest.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Ported variant tests to the new testing framework.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/lconv.c,
+ dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add stub for __lconv_init().
+
+2002-03-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/data.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ __[x|]getmainargs: Accept NULL new_mode argument.
+
+ * include/msacm.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.
+
+ * dlls/winmm/mmsystem.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Changes some handle definitions to the proper type.
+
+ * dlls/winmm/winearts/arts.c, dlls/winmm/winearts/arts.h,
+ dlls/winmm/winearts/audio.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ wodOpen() should return MMSYSERR_ALLOCATED if the device is already
+ allocated. Allow for multiple audio devices. Fix wodPlayer_reset as
+ with aRts we cannot cancel audio data already written to the server.
+ Rename some functions. Cleanup unused code.
+
+ * dlls/dsound/dsound_main.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Dsound will now try as many devices as are available when trying to
+ open a waveOut device in DirectSoundCreate().
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added missing header.
+
+2002-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in, dlls/Makefile.in, dlls/opengl32/Makefile.in,
+ dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c,
+ graphics/x11drv/init.c, include/x11drv.h:
+ Added support for driver-specific escapes in the x11drv to retrieve
+ X11 information. Finished dll separation of opengl32.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/msg711.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/shdocvw.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/twain_32.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/winearts.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API file update.
+ - Missing API file entries now only reported once.
+
+ * dlls/avicap32/avicap32_main.c, dlls/shlwapi/shlwapi.spec,
+ dlls/wininet/internet.c, files/smb.c, files/smb.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * include/services.h, loader/task.c, scheduler/Makefile.in, scheduler/services.c:
+ Removed service thread support.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/socket.c,
+ include/wine/server_protocol.h, include/winsock.h,
+ server/protocol.def, server/queue.c, server/sock.c, server/trace.c,
+ server/user.h, server/window.c:
+ Send message for WSAAsyncSelect sockets directly from the server,
+ instead of using the service thread. Finished separation of ws2_32.
+
+ * documentation/samples/system.ini, configure, configure.ac,
+ dlls/Makefile.in, dlls/msacm/imaadp32/.cvsignore,
+ dlls/msacm/imaadp32/Makefile.in,
+ dlls/msacm/imaadp32/imaadp32.acm.spec,
+ dlls/msacm/imaadp32/imaadp32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented an IMA driver.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_user.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Wineconsole is now able to handle non raster fonts (vector, true
+ type).
+
+ * server/thread.c, server/timer.c:
+ Fixed handling of timer callback routines when the thread owning the
+ callback terminates.
+
+ * dlls/winedos/vga.c, dlls/winedos/vga.h, misc/system.c:
+ Create threads to manage timers instead of using the service thread.
+
+ * include/wine/server.h, scheduler/client.c, dlls/ntdll/ntdll.spec,
+ files/file.c:
+ Export the FILE_GetUnixHandle functionality from ntdll.
+
+ * programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started implementing event reduction.
+
+ * programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some issues in resources definition.
+
+ * dlls/gdi/freetype.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Changed fixed fonts family name.
+
+ * tools/examine-relay:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed VxD call tracing.
+
+ * debugger/dbg.y:
+ Tijs van Bakel <tijs@connectux.com>
+ Added support for C++ identifier syntax.
+
+2002-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/audevcod.h, include/dmo.h, include/dmoreg.h,
+ include/dmort.h, include/dshow.h, include/mediaerr.h,
+ include/mediaobj.h:
+ Rewrote some headers from scratch based on publicly available
+ information to avoid EULA concerns.
+
+ * dlls/msdmo/dmoreg.c, dlls/msdmo/dmort.c, dlls/msdmo/msdmo.spec,
+ dlls/quartz/README, dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/fgevent.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/fmap.c, dlls/quartz/fmap.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.h, dlls/quartz/vidren.c, dlls/quartz/vidren.h,
+ include/control.h, include/evcode.h, include/strmif.h,
+ include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Removed some code because of concerns over the Microsoft DirectX SDK
+ license agreement.
+
+ * documentation/samples/system.ini, configure, configure.ac,
+ dlls/Makefile.in, dlls/msacm/msg711/.cvsignore,
+ dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.c,
+ dlls/msacm/msg711/msg711.drv.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented G711 codec driver.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CCM_{GET|SET}COLORSCHEME.
+ - Implement WM_NOTIFYFORMAT and correct passing WM_NOTIFY with correct
+ message call.
+ - Ignore PGM_FORWARDMOUSE like native.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Reanalyze button status during NCCalcSize processing because size of
+ window may have changed.
+
+ * windows/x11drv/event.c:
+ We cannot ignore NotifyNonlinear focus events.
+
+ * loader/loadorder.c:
+ Properly handle loadorder specifications containing a .dll extension.
+
+ * Make.rules.in: Fixed rule for test program.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/tests/.cvsignore,
+ dlls/kernel/tests/directory.c, dlls/kernel/tests/kernel32_test.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W.
+
+ * programs/winetest/wtmain.c, include/wine/test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add trace function (same as in the perl framework).
+ Add support for todo tests.
+ Make it possible to specify a printf-style message in ok.
+ Include windef.h in test.h for compiling tests on Windows.
+
+ * dlls/psapi/psapi_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented EnumProcesses and EnumProcessModules.
+
+ * dlls/kernel/toolhelp.c, include/wine/server_protocol.h,
+ loader/pe_image.c, scheduler/process.c, server/process.c,
+ server/process.h, server/protocol.def, server/snapshot.c,
+ server/trace.c:
+ Correctly fill parent pid, module size and module name in process and
+ module snapshots. Based on patches by Eric Pouech and Andreas Mohr.
+
+ * dlls/winmm/winearts/audio.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Fix range in aRts 8bit volume code.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Initialise a stack variable.
+
+2002-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * Makefile.in: Fixed linking of wine target.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/twain/.cvsignore,
+ dlls/twain/Makefile.in, dlls/twain/README, dlls/twain/TWAIN,
+ dlls/twain/capability.c, dlls/twain/ds_audio.c,
+ dlls/twain/ds_ctrl.c, dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c,
+ dlls/twain/twain.h, dlls/twain/twain32_main.c,
+ dlls/twain/twain_32.spec, dlls/twain/twain_i.h, include/config.h.in:
+ Shi Quan He <shiquan@cyberdude.com> (for Corel)
+ Started TWAIN implementation.
+
+ Marcus Meissner <marcus@jet.franken.de>
+ Merged into WineHQ, made sure it works without SANE.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/utils.c:
+ Make warnings quiet by default and added -w option.
+
+ * documentation/samples/config, include/config.h.in, DEVELOPERS-HINTS,
+ configure, configure.ac, dlls/Makefile.in,
+ dlls/dsound/dsound_main.c, dlls/winmm/winearts/.cvsignore,
+ dlls/winmm/winearts/Makefile.in, dlls/winmm/winearts/arts.c,
+ dlls/winmm/winearts/arts.h, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winearts/winearts.drv.spec:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Added aRts driver.
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Added some stubs.
+
+ * dlls/advapi32/registry.c:
+ Michael Cardenas <michael.cardenas@lindows.com>
+ Changed registry handling in RegOpenKeyExA to behave like windows95
+ when winver==win95.
+
+ * dlls/msvcrt/file.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added check to fwrite for size == 0.
+ Fixed order and format of "size" and "nmemb" parameters in calls to
+ fwrite.
+
+2002-03-20 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, dlls/Makedll.rules.in:
+ Fixed rules for main module spec file.
+
+ * dlls/Makefile.in, dlls/quartz/Makefile.in, dlls/quartz/acmwrap.c,
+ dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/main.c, dlls/quartz/mpgparse.c,
+ dlls/quartz/parser.c, dlls/quartz/parser.h, dlls/quartz/quartz.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+ Started implementing MPEG parser.
+
+ * include/Makefile.in, include/dvdmedia.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a missing header.
+
+ * programs/notepad/ChangeLog, programs/notepad/Da.rc,
+ programs/notepad/De.rc, programs/notepad/En.rc,
+ programs/notepad/Es.rc, programs/notepad/Fi.rc,
+ programs/notepad/Fr.rc, programs/notepad/Pt.rc,
+ programs/notepad/README, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/Wa.rc,
+ programs/notepad/dialog.c, programs/notepad/language.c,
+ programs/notepad/language.h, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad_res.h,
+ programs/notepad/rsrc.rc:
+ Sylvain Petreolle <spetreolle@yahoo.fr>
+ Made notepad uses NLS properly.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec, include/Makefile.in,
+ include/msvcrt/sys/locking.h:
+ Bill Medland <medbi01@accpac.com>
+ Connect the msvcrt file byte locking up to ntdll.
+
+ * dlls/comctl32/toolbar.c:
+ Bill Medland <medbi01@accpac.com>
+ No need for the fixme on a simple TBSTYLE_SEP.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/winedos/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ dlls/winnls/Makefile.in, dlls/winsock/Makefile.in,
+ dlls/winspool/Makefile.in, dlls/wintrust/Makefile.in,
+ dlls/wow32/Makefile.in, dlls/wsock32/Makefile.in,
+ dlls/x11drv/Makefile.in, include/Makefile.in, library/Makefile.in,
+ library/loader.c, tools/winebuild/import.c,
+ tools/winebuild/spec32.c, dlls/psapi/Makefile.in,
+ dlls/qcap/Makefile.in, dlls/quartz/Makefile.in,
+ dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in,
+ dlls/rpcrt4/Makefile.in, dlls/serialui/Makefile.in,
+ dlls/setupapi/Makefile.in, dlls/shdocvw/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/shfolder/Makefile.in,
+ dlls/shfolder/shfolder.spec, dlls/shlwapi/Makefile.in,
+ dlls/sti/Makefile.in, dlls/tapi32/Makefile.in,
+ dlls/ttydrv/Makefile.in, dlls/url/Makefile.in,
+ dlls/urlmon/Makefile.in, dlls/user/Makefile.in,
+ dlls/version/Makefile.in, dlls/win32s/Makefile.in,
+ dlls/winaspi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/lzexpand/Makefile.in, dlls/mapi32/Makefile.in,
+ dlls/mpr/Makefile.in, dlls/msacm/Makefile.in,
+ dlls/msdmo/Makefile.in, dlls/msimg32/Makefile.in,
+ dlls/msnet32/Makefile.in, dlls/msrle32/Makefile.in,
+ dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+ dlls/msvideo/Makefile.in, dlls/netapi32/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/odbc32/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in,
+ dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in,
+ dlls/opengl32/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in,
+ dlls/advapi32/Makefile.in, dlls/avicap32/Makefile.in,
+ dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in,
+ dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in,
+ dlls/crypt32/Makefile.in, dlls/dciman32/Makefile.in,
+ dlls/ddraw/Makefile.in, dlls/devenum/Makefile.in,
+ dlls/dinput/Makefile.in, dlls/dplay/Makefile.in,
+ dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/glu32/Makefile.in, dlls/icmp/Makefile.in,
+ dlls/imagehlp/Makefile.in, dlls/imm32/Makefile.in, dlls/make_dlls,
+ Make.rules.in, Makefile.in, configure, configure.ac:
+ Changed builtin dlls file names to make it clear they are not normal
+ Unix libraries, and install them in $libdir/wine instead of $libdir to
+ avoid name conflicts in /usr/lib.
+
+ * dlls/shell32/shellpath.c, dlls/shell32/undocshell.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c,
+ dlls/shlwapi/shlwapi.spec, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Document, implement/fix and test 110+ Path functions.
+ Share the GET_FUNC macro, other places than ordinal.c need it.
+
+ * windows/defwnd.c:
+ Duane Clark <dclark@akamail.com>
+ On WM_GETTEXT, terminate the lparam buffer even if string is empty.
+
+ * dlls/comctl32/treeview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL
+ - Implement A and W versions of WM_NOTIFY based on response to
+ WM_NOTIFYFORMAT. Note that the EDITLABEL notifies are not done.
+ - Implement WM_NOTIFYFORMAT.
+
+ * windows/x11drv/keyboard.c:
+ Matthias Fechner <idefix@fechner.net>
+ Added German 105 keys keyboard.
+
+ * dlls/shdocvw/Makefile.in, dlls/shdocvw/api.c,
+ dlls/shdocvw/browser.c, dlls/shdocvw/classinfo.c,
+ dlls/shdocvw/comimpl.c, dlls/shdocvw/comimpl.h,
+ dlls/shdocvw/connect.c, dlls/shdocvw/events.c,
+ dlls/shdocvw/factory.c, dlls/shdocvw/misc.c,
+ dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c,
+ dlls/shdocvw/shdocvw.c, dlls/shdocvw/shdocvw.h,
+ dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c,
+ dlls/shdocvw/webbrowser.c, ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented the basic COM framework.
+ Fixed all IUnknown of shdocvw.dll.
+
+ * README:
+ Martin Garton <martin@wrasse.demon.co.uk>
+ Fixed license text.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Charles Vaughn <charlesv@mfos.org>
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added support for glMTexCoord2fSGIS
+ - updated to latest OpenGL extensions
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Added InternetOpenURLA implementation.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Bill Medland <medbi01@accpac.com>
+ Hook back into the correct MSVCRT__tolower/upper.
+
+ * dlls/winedos/int10.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Admiral Coeyman <admiral@corner.net>
+ Beginnings of the code that should allow DOS programs to set their
+ color palette.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Add LVS_NOSORTHEADER support.
+ Sort column on HDN_ITEMCLICKA too.
+ Do not edit labels if icon was clicked.
+ Fix the incorrect icon width in my earlier patch.
+
+ * objects/gdiobj.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added default stock objects for known non-US charsets.
+
+ * dlls/msdmo/Makefile.in, dlls/msdmo/dmoreg.c, dlls/msdmo/dmort.c,
+ dlls/msdmo/msdmo.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some APIs.
+ Added some stubs.
+
+ * winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added FilterData of DirectShow filters (FilterData should be
+ registered for rendering media files).
+
+ * dlls/shlwapi/ordinal.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Reimplement functions 350, 351, 352 to use appropriate W functions
+ (thanks Jürgen!)
+ - Add additional comments to functions 266, 267, 276 and adjust the
+ stubbed return values.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct RBN_CHILDSIZE rect value for CCS_VERT rebar.
+ - Do UpdateWindow only if doing redraws when doing layout.
+
+2002-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/amundoc.c, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c, dlls/quartz/basepin.c,
+ dlls/quartz/capgraph.c, dlls/quartz/capgraph.h,
+ dlls/quartz/csconv.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/fmap.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/main.c, dlls/quartz/mtype.c, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz_private.h,
+ dlls/quartz/vidren.c, dlls/quartz/wavparse.c, dlls/quartz/xform.c,
+ dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Fixed audio renderer.
+ Implemented seeking.
+ Added some stubs.
+
+ * dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c, include/wingdi.h:
+ Leo van den Berg <leo@connectux.com>
+ Added some stubs.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a missing CLSID.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Sergei Turchanov <plumber@print.vlad.ru>
+ Ordinal 342 is really named SHInterlockedCompareExchange.
+
+ * dlls/comctl32/toolbar.c:
+ Duane Clark <dclark@akamail.com>
+ TOOLBAR_LButtonUp should work even if ReleaseCapture was already
+ called.
+
+ * documentation/wine.texinfo:
+ Jeremy Newman <jnewman@codeweavers.com>
+ Fixed WARRANTY inclusion.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing enums.
+
+ * dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs.
+
+ * files/smb.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #includes for FreeBSD and Solaris.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int33.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Console mode DOS programs now receive mouse events.
+ Replaced GetMessage with PeekMessage, since MsgWaitForMultipleObjects
+ is allowed to return spontaneously.
+
+ * programs/uninstaller/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix complete listbox messup by only updating in case it needs
+ updating
+ - fix listbox selection breakage causing multiple programs to get
+ uninstalled
+ - implemented sorting of entries
+ - much better debug strings
+
+ * dlls/user/tests/sysparams.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't show the window.
+
+ * include/commctrl.h, include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Small fixes.
+
+2002-03-12 Alexandre Julliard <julliard@winehq.com>
+
+ * files/Makefile.in, files/file.c, files/smb.c, files/smb.h,
+ include/wine/server_protocol.h, server/Makefile.in,
+ server/protocol.def, server/request.h, server/smb.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Begin to make wine an SMB client.
+
+ * include/Makefile.in, include/dmo.h, include/dmoreg.h,
+ include/dmort.h, include/mediaerr.h, include/mediaobj.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing headers.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Finish any pending WaitCommEvents if the event mask is set to 0.
+
+ * dlls/msrle32/msrle32.c:
+ Michael Karcher <michael.karcher@dpk.berlin.fido.de>
+ pDst was advanced too much when decoding DELTA blocks.
+
+ * dlls/x11drv/winpos.c, include/winuser.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Added option SW_FORCEMINIMIZE to ShowWindow.
+
+2002-03-11 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/relay.c, tools/winebuild/res16.c,
+ tools/winebuild/res32.c, tools/winebuild/spec16.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Patrik Stridvall <ps@leissner.se>
+ Made winebuild (almost) compile and work on Windows.
+
+ * dlls/kernel/time.c, include/wine/port.h, library/port.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Better handling when settimeofday is not available.
+ - Adding name translations for p{close,open} and str{,n}casecmp if
+ they exists under other names.
+
+ * configure.ac, include/config.h.in, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added some optional headers and functions for compiling on Windows
+ with MSVC.
+
+ * dlls/user/message.c:
+ Fixed inter-process packing of CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
+ and CB/LB_SELECTSTRING.
+
+ * windows/winproc.c: Mehmet Yasar <myasar@free.fr>
+ Fixed Unicode conversion for CB/LB_FINDSTRING, CB/LB_FINDSTRINGEXACT
+ and CB/LB_SELECTSTRING.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec, include/msvcrt/stdio.h:
+ Waldek Hebisch <hebisch@math.uni.wroc.pl>
+ Implemented stdio buffering and ungetc. Misc stdio fixes.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Add support for report mode text justification.
+
+ * scheduler/synchro.c, dlls/kernel/comm.c, files/file.c,
+ include/file.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Set an overlapped hEvent before calling any APCs.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/capgraph.c,
+ dlls/quartz/capgraph.h, dlls/quartz/filesink.c,
+ dlls/quartz/filesink.h, dlls/quartz/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some CLSIDs.
+
+ * dlls/kernel/debugger.c, dlls/ole32/ole32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/win32/advapi32.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API update.
+ - Minor bug fixes.
+
+ * dlls/comctl32/comctl_Ja.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/user/resources/user32_Ja.rc:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added and fixed some Japanese resources.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add support for WM_WINDOWPOSCHANGED to save new origin of window.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Pass information through arguments instead of static variables.
+ Add protection to prevent reading outside the buffer.
+ Better handling of degenerate cases.
+
+ * dlls/setupapi/setupx_main.c:
+ Mehmet Yasar <myasar@free.fr>
+ Prevent setup from crashing if a section in the INF is empty (no
+ entries) (this happens when installing IE5).
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Turchanov Sergei <plumber@print.vlad.ru>
+ Implement ordinal 342.
+
+ * windows/x11drv/wineclipsrv.c:
+ Jason Phillips <jasonp1@cox.net>
+ Make wineclipsrv run as a daemon (close stdout/stderr, no controlling
+ terminal, session group leader).
+
+ * windows/x11drv/keyboard.c:
+ Axel Schmidt <babe@axel-schmidt-net.de>
+ Added keyboard layout for Logitech Cordless Desktop Pro.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added FIXMEs for actions with id>=115. These actions were not
+ processed before.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add scaffolding for TB_{GET|SET}PADDING.
+ - Replace wrong test for CCS_VERT with correct test for undocumented
+ TBSTYLE_EX_ style 0x04.
+ - Add support for undocumented TB_SETBUTTONSIZE where the size is
+ zero, sets to default value.
+ - Issue FIXMEs for unsupported extended styles.
+ - Implement first try at undocumented toolbar message 0x0463.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Trace undocumented toolbar messages.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add BTN_... definitions (replacement for TBSTYLE_...).
+ - Add definitions of additional TBSTYLE_EX_ styles. Including
+ undocumented one used by IE5.
+ - Add additional toolbar message definitions including
+ undocumented ones used by at least IE5.
+
+ * dlls/dinput/mouse/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Some small cleanups to dinput mouse code.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created dummy implementation of InternetSetOption function.
+
+ * dlls/comctl32/header.c:
+ Duane Clark <dclark@akamail.com>
+ Test bUnicode and call appropriate DrawText routine.
+
+2002-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure:
+ Release 20020310.
+
+----------------------------------------------------------------
+2002-03-09 Alexandre Julliard <julliard@winehq.com>
+
+ * LICENSE.OLD: Keep old license around.
+
+ * include/debugtools.h, tools/apiw.index, tools/ipcl,
+ tools/make_os2.cmd, tools/makehtml.pl, tools/unimap.pl,
+ tools/wmc/language.c:
+ Removed some obsolete files.
+
+ * */*:
+ Added LGPL standard comment, and copyright notices where necessary.
+ Global replacement of debugtools.h by wine/debug.h.
+
+ * COPYING.LIB, LICENSE, WARRANTY:
+ Changed license to LGPL.
+
+2002-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog:
+ Release 20020228.
+
+----------------------------------------------------------------
+2002-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/authors.h, AUTHORS:
+ Updated authors list from the Changelog. Please let me know if you
+ have been left out.
+
+ * configure.ac, configure:
+ Added tests extra directories.
+
+ * programs/regapi/tests/.cvsignore, programs/regapi/tests/README,
+ programs/regapi/tests/after.reg, programs/regapi/tests/before.reg,
+ programs/regapi/tests/orig.reg, programs/regapi/tests/regapi.pl,
+ programs/regapi/Makefile.in, programs/regapi/README,
+ programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl,
+ programs/regapi/regSet.sh, programs/regapi/regapi.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Made regapi scripts able to process .reg files in regedit
+ format. Implemented unit tests for reg diff functionality.
+
+ * dlls/make_dlls, Make.rules.in, Makefile.in, dlls/Makefile.in:
+ Added make check target to run unit tests too since this seems to be
+ standard.
+
+ * windows/winproc.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fixed winproc memory leak.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ Ask for correct number of chars in EditLblWndProcT.
+
+ * dlls/shlwapi/ordinal.c:
+ Michael Cardenas <michaelc@lindows.com>
+ More complete implementation of SHLWAPI_356.
+
+ * dlls/ole32/storage32.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fixed merge error.
+
+ * dlls/comctl32/listview.c:
+ Duane Clark <dclark@akamail.com>
+ LISTVIEW_InsertColumnT can be called with a width of
+ LVSCW_AUTOSIZE_USEHEADER.
+ Use the correct strings when column autosizing on columns other than
+ column 0.
+ LVSCW_AUTOSIZE_USEHEADER uses both item and header strings.
+
+2002-02-27 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winnt.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some defines and offsets.
+
+ * objects/gdiobj.c, relay32/builtin32.c, misc/registry.c,
+ dlls/kernel/comm.c, dlls/kernel/string.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Various cosmetic changes.
+
+ * dlls/user/Makefile.in, dlls/user/tests/.cvsignore,
+ dlls/user/tests/sysparams.c, dlls/user/tests/user32_test.spec:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added SystemParametersInfo unit test.
+
+ * documentation/Makefile.in, tools/Makefile.in:
+ Cosmetic fixes.
+
+ * programs/control/lccmake.bat, programs/notepad/lccmake,
+ programs/view/lccmakefile, programs/wcmd/makefile.bcc:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed alternative make scripts.
+
+ * files/directory.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Implemented "App Paths" registry key support for SearchPath().
+
+ * files/profile.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed overflow and signed/unsigned behaviour.
+
+ * server/debugger.c, server/protocol.def, server/request.h,
+ server/trace.c, dlls/kernel/debugger.c,
+ include/wine/server_protocol.h:
+ Reimplemented DebugBreakProcess.
+
+ * tools/wrc/dumpres.c, tools/winedump/misc.c,
+ programs/avitools/aviinfo.c, msdos/vxd.c, graphics/x11drv/dib.c,
+ graphics/painting.c, dlls/winspool/info.c, dlls/winedos/devices.c,
+ dlls/shell32/pidl.c, dlls/richedit/charlist.c,
+ dlls/kernel/console.c, dlls/quartz/audren.c, dlls/comctl32/updown.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/treeview.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Spelling/alignment fixes.
+
+ * documentation/samples/config, tools/winecheck,
+ documentation/installing.sgml, documentation/registry.sgml,
+ documentation/wine.conf.man, README:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - stress the fact that wineinstall is in Wine source
+ - add missing ttydrv/x11drv section to wine.conf.man
+ - make sure that we also load shdocvw as builtin in sample config file
+ - add sample AppDefaults section to sample config file
+ - winecheck update
+
+ * documentation/debugger.sgml, debugger/dbg.y, debugger/debug.l,
+ debugger/debugger.h, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the detach command to the debugger.
+
+ * include/wine/server_protocol.h, server/debugger.c, server/process.c,
+ server/process.h, server/protocol.def, server/request.h,
+ server/trace.c, dlls/kernel/debugger.c, dlls/kernel/kernel32.spec,
+ include/winbase.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ New XP debugging APIs: implemented DebugActiveProcessStop,
+ DebugSetProcessKillOnExit, DebugBreakProcess.
+
+ * BUGS: Francois Gouget <fgouget@free.fr>
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Rewrote BUGS file. Listed directions for those who want to contribute
+ to the project.
+
+ * dlls/comctl32/listview.c:
+ Bill Medland <medbi01@accpac.com>
+ Centre text correctly for the selected item.
+ Draw complete background for the selected item.
+ Calculate the size of a large icon more correctly (including multiline
+ labels).
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
+ - TB_INSERTBUTTONW was not as functional as the 'A' version. They now
+ match.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shlexec.c,
+ dlls/shell32/Makefile.in:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed ShellExecute functions when ddeexec was present in registry.
+
+ * windows/win.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix the strange case in WIN_FixCoordinates where x and cx are not
+ default but cy is CW_USEDEFAULT.
+
+2002-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in: Fixed make uninstall.
+
+ * dlls/kernel/comm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed cut&paste problem in SETRTS.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct Word breaking in centred/right justified mode; it was leaving a
+ trailing space which it should only do for left-justified text.
+ Also tighten up some comments.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add additional CCM_ message names.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement EM_FMTLINES message based on relay trace of native.
+
+ * include/mmreg.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added lots of missing defines.
+
+ * dlls/user/dde/misc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed DdeGetData when called for getting size.
+
+ * controls/static.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed WM_SETFONT handling (no redraw made in some cases).
+
+ * debugger/info.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Cosmetic fixes to 'walk proc' command.
+
+ * dlls/ddraw/dsurface/hal.c, dlls/x11drv/x11ddraw.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix crash in the X11 HAL when setting a NULL palette to a surface.
+
+ * documentation/db2html-winehq:
+ Philipp Wollermann <phil_wo@gmx.net>
+ Added support for the Crux Linux distribution (with openjade).
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix another bad test. Caused regression in IE 4.
+
+ * dlls/comctl32/toolbar.c:
+ Charles Duffy <cduffy@bigfoot.com>
+ Stop TOOLBAR_MeasureString from dying on empty strings.
+
+ * dlls/comctl32/imagelist.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Partially repair hotspot handling.
+
+2002-02-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, relay32/snoop.c, win32/console.c,
+ win32/except.c, win32/init.c, include/msvcrt/excpt.h,
+ include/winnt.h, loader/resource.c, memory/global.c,
+ memory/string.c, memory/virtual.c, dlls/winedos/dosvm.c,
+ files/dos_fs.c, include/Makefile.in, include/windows.h,
+ dlls/ntdll/debugtools.c, dlls/ntdll/exception.c, dlls/ntdll/sec.c,
+ dlls/opengl32/wgl.c, dlls/user/lstr.c, debugger/dbg.y,
+ debugger/winedbg.c, dlls/msvcrt/except.c:
+ Peter Hunnisett <peter@transgaming.com>
+ New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
+
+ * windows/x11drv/event.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Prevent lock-up with a focus loop between two top level unmanaged
+ windows.
+
+ * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+ Gavriel State <gav@transgaming.com>
+ Added XVisualIDFromVisual to tsx11 list.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ LVM_GetItemRect should not take text size in account for LVIR_LABEL in
+ report mode.
+
+2002-02-22 Alexandre Julliard <julliard@winehq.com>
+
+ * files/file.c:
+ Gerhard W. Gruber <sparhawk@gmx.at>
+ MoveFileEx now enters the files in the registry when the boot delay
+ flag is set.
+
+ * include/wine/winuser16.h, windows/input.c, include/winuser.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Fix return type of GetAsyncKeyState.
+
+ * dlls/comctl32/listview.c:
+ Bill Medland <medbi01@accpac.com>
+ Implement multiline labels in the Large Item view by using DrawText
+ Note that this now highlights weaknesses in the label measuring code
+ etc. which cannot correctly handle multiline labels.
+
+ * dlls/ole32/marshal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Compile fix for GCC 2.7.x.
+
+ * dlls/ntdll/ntdll.spec:
+ Peter Hunnisett <peter@transgaming.com>
+ Add spec stub for RtlGetNtVersionNumbers.
+
+ * dlls/winaspi/aspi.c:
+ Gavriel State <gav@transgaming.com>
+ Change useless warning into a TRACE.
+
+ * include/msvcrt/stdlib.h, dlls/msvcrt/exit.c:
+ Peter Hunnisett <peter@transgaming.com>
+ atexit doesn't take a _onexit_t parameter.
+
+ * programs/uninstaller/main.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Remember the currently active index before refreshing.
+
+2002-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/lock.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/mtdll.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Add _lock,_unlock and header file for them.
+ Convert all msvcrt locks over to use _lock and _unlock.
+ Explicitly make msvcrt compile with multithreaded option.
+ Fix flag handling in _sopen. Add W->A call for new _swopen.
+
+ * debugger/stabs.c:
+ Peter Hunnisett <peter@transgaming.com>
+ Avoid assert for very large C++ .so files.
+
+ * include/wine/obj_base.h:
+ Peter Hunnisett <peter@transgaming.com>
+ Fix ICOM_DEFINE for C++.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/shlwapi_main.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Forward ordinals 40, 41, 143, 362 to appropriate routines.
+ - Implement ordinals 155, 350, 351, 352, 418, 436.
+ - Fake implementation of SHGetInverseCMAP.
+ - Stub ordinal 209.
+ - Fix definition of ordinal 7.
+ - Implement SHGetThreadRef and SHSetThreadRef.
+
+ * include/commctrl.h, dlls/comctl32/comctl32undoc.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix problems in DPA_Merge exposed by previous code cleanup.
+
+ * tools/wineinstall: Adam D. Moss <adam@gimp.org>
+ Partially revert previous changes, force configure to write an
+ old-style config.cache.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ DrawText ellipsification on all lines, not just single-line.
+
+2002-02-20 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/make_ctests, programs/winetest/runtest,
+ programs/winetest/wtmain.c, include/wine/test.h,
+ dlls/Makedll.rules.in, Make.rules.in:
+ Preliminary version of the C unit tests run-time environment.
+ Added make rules for building and running C unit tests.
+
+ * programs/notepad/dialog.c, programs/notepad/lcc.h,
+ programs/notepad/main.c, programs/notepad/main.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ - made notepad compile with Cygwin
+ - made changes to the precompiler directives to check for specific
+ features instead of checking for the environment version.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Drawtext tidying up ready for the next big change:
+ - Fix brainfade in previous delta
+ - Move ellipsification results to static memory; they are going to
+ have to be referenced inside NextLineW and the arg list is too big
+ already.
+ - Add the missing ellipsification result (len_under) to simplify coding.
+ - Slight correction to prefix tracking for when there are several
+ underlined characters on a single line (DT_EXPANDTABS only).
+ - Allocate and free the temporary copy required for DT_MODIFYSTRING
+ rather than using a fixed size stack array.
+ - Introduce lastline into the main loop; it simplifies the code and we
+ are going to need it.
+
+ * dlls/shlwapi/path.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect PathIsUNCServerShare from null lpszPath.
+
+2002-02-19 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, dlls/kernel/comm.c, configure.ac, configure:
+ Lawson Whitney <lawson_whitney@juno..com>
+ Support for nonstandard baud rate in SetCommState.
+
+ * programs/notepad/Da.rc, programs/notepad/De.rc,
+ programs/notepad/En.rc, programs/notepad/Es.rc,
+ programs/notepad/Fi.rc, programs/notepad/Fr.rc,
+ programs/notepad/Pt.rc, programs/notepad/Sk.rc,
+ programs/notepad/Sw.rc, programs/notepad/Wa.rc,
+ programs/notepad/dialog.c, programs/notepad/main.c,
+ programs/notepad/main.h, programs/notepad/notepad.rc:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented parsing of file name, passed in command line, loading new
+ file on startup.
+
+ * dlls/rpcrt4/rpcrt4.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added two missing exports.
+
+ * controls/scroll.c:
+ Phillip Ezolt <ezolt@perf.zko.dec.com>
+ Fixed the scrollbar position overflows using MulDiv.
+
+ * dlls/comctl32/listview.c:
+ Ondrej Macek <xmacek@informatics.muni.cz>
+ Fix of ListView invalidation in LISTVIEW_SetBkColor.
+
+ * dlls/shell32/classes.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ HCR_GetDefaultIcon should set icon number to 0 if it's missing from
+ the reg entry.
+
+ * tools/wineinstall: Adam D. Moss <adam@gimp.org>
+ Make wineinstall work in the new-autoconf-version world.
+
+ * dlls/quartz/audren.c, dlls/quartz/audren.h, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/mtype.c, dlls/quartz/parser.c,
+ dlls/quartz/vidren.c, dlls/quartz/vidren.h, dlls/quartz/xform.c,
+ dlls/quartz/xform.h, dlls/quartz/asyncsrc.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some deadlocks.
+
+ * dlls/avifil32/iastream.c, dlls/avifil32/igframe.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixes for compatibility.
+
+ * documentation/samples/system.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added msrle32.dll (decompressor of MRLE).
+
+ * dlls/msrle32/msrle32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed bugs in processing DELTA.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Change the way that DrawText parses the next line to display, ready to
+ support multiline ellipsification etc. Rather than measuring the text
+ each time we add a character and breaking once it is too long and
+ WORDBREAK is enabled, we copy a whole text segment and then measure
+ it; GetTextExtentPointEx is designed to tell us how much fitted. This
+ may result in a little rescanning if wordbreak is enabled but will be
+ well worth while when multiline path ellipsification is brought down
+ into the NextLine function. Note also that the wordbreak calculation
+ is a little more complete (e.g. including break-within-word for
+ DT_EDITCONTROL).
+
+ * dlls/oleaut32/variant.c:
+ Patrick Haller <patrick.haller@innotek.de>
+ Fix crash in VariantTimeToDosDateTime.
+
+ * dlls/ole32/clipboard.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Must make a copy of global handle returned by GetClipboardData; it is
+ not valid after we call CloseClipboard. Application is responsible for
+ freeing the memory (fixes copy/paste in mail body in Forte Agent).
+
+2002-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/makedep.c:
+ Modified makedep to handle #include <> correctly (based on a patch by
+ Patrik Stridvall).
+
+ * dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+ dlls/winspool/Makefile.in, dlls/user/Makefile.in,
+ dlls/setupapi/Makefile.in, dlls/shdocvw/Makefile.in,
+ dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in,
+ dlls/netapi32/Makefile.in, dlls/ntdll/Makefile.in,
+ dlls/ole32/Makefile.in, dlls/rpcrt4/Makefile.in,
+ dlls/comctl32/Makefile.in, dlls/crypt32/Makefile.in,
+ dlls/gdi/Makefile.in, dlls/imagehlp/Makefile.in,
+ dlls/advapi32/Makefile.in:
+ Patrik Stridvall <ps@leissner.se>
+ Added some defines for compatibility with Windows headers.
+
+ * windows/win.c: Jukka Heinonen <jhei@iki.fi>
+ Convert some invalid offsets in GetWindowLong16 into valid offsets.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Measure the text more reasonably. This handles intercharacter spacing
+ and should handle any kerning etc. that might happen. Also ensure no
+ wordbreaking on singleline text.
+
+ * windows/x11drv/keyboard.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Added a keyboard matched to VNC.
+
+ * include/ntddk.h: Ron Gage <ron@rongage.org>
+ Added several structures.
+
+ * dlls/shell32/shlfileop.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In SHFileOperation() when requested to copy files, figure out when the
+ destination is to be treated as a directory and handle those cases.
+
+ * configure.ac, Makefile.in, configure:
+ Fixed installation issues caused by new configure script.
+
+2002-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/clock/main.c, programs/notepad/dialog.c,
+ programs/winver/winver.c, windows/nonclient.c, misc/options.c:
+ version.h is now in include/wine directory.
+
+ * tools/wrc/Makefile.in, programs/winhelp/Makefile.in,
+ tools/Makefile.in, tools/makedep.c, tools/winelauncher.in,
+ debugger/Makefile.in, documentation/.cvsignore,
+ documentation/Makefile.in, documentation/wine.conf.man,
+ documentation/wine.conf.man.in, documentation/wine.man.in,
+ include/config.h.in, include/version.h, include/wine/.cvsignore,
+ configure.ac, configure.in, Make.rules.in, Makefile.in, VERSION,
+ configure:
+ Upgraded configure script to use autoconf 2.50 features, and renamed
+ to configure.ac.
+ Changed a few things to better follow the autoconf guidelines.
+
+ * tools/config.guess, tools/config.sub:
+ Updated to newer version.
+
+ * dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc, dlls/comctl32/rsrc.rc:
+ Martin Dalecki <dalecki@evision-ventures.com>
+ Some artwork on the default icons.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ DrawText should not split words just because of clipping.
+
+ * dlls/shell32/shell.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In ShellExecute16, make sure there is a space between command and
+ parameters.
+
+ * dlls/winsock/socket.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect against NULL wsaddrlen in ws_sockaddr_alloc.
+
+2002-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c:
+ Gavriel State <gav@transgaming.com>
+ Some older versions of GDB need to have the filename data available
+ for each section, so we need to output it again for the data section.
+
+ * win32/editline.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make Home, End and Enter on the keypad work in the debugger.
+
+ * win32/file.c: Jukka Heinonen <jhei@iki.fi>
+ SetFileAttributes returns now an error if target file is on CDROM.
+
+ * files/drive.c: Jukka Heinonen <jhei@iki.fi>
+ Added missing break statement.
+
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Partially implement SHRegWriteUSValue{A|W}.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ When the commandID was being treated as the index, no check for index
+ greater than number of buttons was done. Now fixed.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix regression in some programs due to CLR_DEFAULT fix. Noticed in
+ control-spy rebar.exe.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow ToAscii/ToUnicode to work with scanCode = 0.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Correct tests involved with processing the LVIF_DI_SETITEM flag.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Initialize pszText to 0 for internal ->ceItem to eliminate moves to
+ garbage locations.
+
+ * winedefault.reg:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added default function marshaller registry entry.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Put in place a proper tab model within DrawText (also includes
+ simplifying TEXT_NextLineW to remove duplicate code).
+
+2002-02-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/file.c:
+ C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>
+ Filled out the implementation of fscanf and _cscanf.
+
+ * dlls/msacm/internal.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bug in cache init.
+
+ * dlls/comctl32/comboex.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use the supplied buffer when copying item text.
+
+ * include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix PAN_FAMILYSTYLE_INDEX name.
+
+ * configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ We need fttrigon.h, so don't define HAVE_FREETYPE if we don't have it.
+
+ * dlls/ole32/storage32.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Fix off-by-one error in placing trailing \0.
+
+ * dlls/comctl32/tooltips.c:
+ Ori Pessach <ori_pessach_blah@yahoo.com>
+ Set WS_EX_TOOLWINDOW in a tooltip's dwExStyle.
+
+2002-02-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c:
+ Aric Stewart <aric@codeweavers.com>
+ Don't return overflow if no class buffer was specified.
+
+ * files/profile.c:
+ Gerhard Gruber <sparhawk@gmx.at>
+ WritePrivateProfileSection should allow to create duplicate keys
+ because it takes the buffer as it is without any modifications.
+
+ * dlls/x11drv/scroll.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In X11DRV_ScrollDC only move pixels that are within the clip
+ rectangle, before and after they are scrolled.
+
+ * objects/palette.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix for GetNearestColor so it returns the true color rather than the
+ system palette if the device does not support a palette.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Aric Stewart <aric@codeweavers.com>
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Misc fixes:
+ - cache text metrics for the font we're using
+ - improved item hit detection
+ - more debugging output
+ - implement LVM_SETICONSPACING
+ - lots of bugs squashed
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/tmarshal.h, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib.h, dlls/oleaut32/variant.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/ole32.spec, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/compobj.c, dlls/ole32/Makefile.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented Local Server COM.
+ Implemented the Typelib based Marshaler.
+
+ * dlls/shlwapi/ordinal.c, include/basetsd.h, include/ntddk.h,
+ include/oleauto.h, include/poppack.h, include/pshpack1.h,
+ include/pshpack2.h, include/pshpack4.h, include/pshpack8.h,
+ include/rpcdce.h, include/rpcndr.h:
+ Patrik Stridvall <ps@leissner.se>
+ MSVC compile fixes.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove PROGRESS_Refresh, always do InvalidateRect() to repaint.
+ Add WM_ERASEBKGND handler as in Windows.
+ Be slightly smarter whether invalidate background or not.
+ Always treat wParam as INT to not lose signed values.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Various cleanups:
+ - get rid of the static data member
+ - pass the infoPtr around instead of the hwnd
+ - fix indentatin/style a bit to make it consistent with the rest of
+ the file.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Split the path and word/end ellipsification out of the main function
+ and do them thoroughly. The existing method would be incorrect where
+ tabs were involved and in some kerning situations.
+
+2002-02-04 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, tools/winebuild/build.h,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec32.c, Make.rules.in, configure, configure.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Support for generation of .def files from .spec files.
+
+ * dlls/comctl32/listview.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Complete Listview Unicodification.
+ Simplify the setting of (sub)item text by using common code.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+ programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - wineconsole now exits if the started program inside it terminates
+ before the console actually starts up.
+ - Removed the last Ansi imported APIs since now Propsheet has a decent
+ Unicode interface.
+ - Fixed a couple of menu related bugs (states were wrong).
+ - Finished input selection code (mark and key for selection moving are
+ operational, generating mouse events to programs attached to the
+ console).
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
+ debugger/hash.c, debugger/source.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some bad behavior when many symbols with same names where found.
+ Removed external readline support.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added implementation of SetItemW.
+
+ * dlls/comctl32/ipaddress.c:
+ François Gouget <fgouget@codeweavers.com>
+ Storing an IP address in a signed int results in bugs if it starts
+ with >=128.
+
+ * memory/codepage.c, ole/ole2nls.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Reimplement GetStringTypeA and GetStringTypeExA.
+
+ * dlls/oleaut32/typelib.c:
+ Malte Starostik <malte@kde.org>
+ Do not destroy ITypeLib held by ITypeInfo before the latter is freed.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ VT_EMPTY can be coerced to VT_I4, value 0.
+
+ * dlls/comctl32/progress.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Moved style correcting code to the WM_CREATE handler and added
+ clearing of WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE as in Windows.
+ Added SetWindowPos(SWP_FRAMECHANGED) to make changes take effect.
+
+ * windows/sysparams.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Guy Albertelli <guy@codeweavers.com>
+ Use GetSystemMetrics() to for caption metrics in NONCLIENTMETRICS
+ struct. Initialize iScrollWidth and iScrollHeight entries for
+ SPI_GETNONCLIENTMETRICS.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix problem exposed by the improvements in version 8b. Demonstrated by
+ OE 4.
+
+2002-02-02 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c, objects/palette.c, programs/avitools/aviinfo.c,
+ programs/avitools/aviplay.c, relay32/relay386.c, libtest/hello5.c,
+ loader/ne/segment.c, loader/pe_image.c, loader/resource.c,
+ dlls/winspool/info.c, include/msvcrt/process.h,
+ dlls/wineps/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/winemm.h, dlls/user/dde/ddeml16.c, dlls/winedos/vga.c,
+ dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+ dlls/shell32/shlview.c, dlls/shell32/undocshell.h,
+ dlls/lzexpand/lzexpand_main.c, dlls/msacm/wineacm.h,
+ dlls/ole32/compobj.c, dlls/dplayx/dplaysp.h, dlls/gdi/printdrv.c,
+ dlls/imm32/imm_private.h, dlls/kernel/string.c,
+ dlls/kernel/utthunk.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c,
+ dlls/ddraw/ddraw_private.h, dlls/comctl32/animate.c,
+ dlls/comctl32/smoothscroll.c:
+ Patrik Stridvall <ps@leissner.se>
+ Move __stdcall/__cdecl to the right place.
+
+ * programs/winetest/runtest, Make.rules.in:
+ Patrik Stridvall <ps@leissner.se>
+ - Made runtest "use strict".
+ - Added new option -M to specify which modules should be tested as
+ builtin.
+
+ * libtest/vartest.c, programs/regtest/regtest.c, dlls/wineps/mkagl.c:
+ Francois Gouget <fgouget@free.fr>
+ malloc.h is obsolete and stdlib.h should be used instead.
+
+ * programs/control/control.c:
+ We can use normal imports for shell32 now.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Ensure that the whole modified text is returned from DrawTextExA.
+
+ * loader/module.c, scheduler/process.c, scheduler/thread.c,
+ dlls/gdi/driver.c:
+ Do not use the PEB lock as loader lock, use a separate critical
+ section for that (and for the graphics drivers).
+
+ * tools/winedump/msmangle.c, dlls/commdlg/fontdlg.c,
+ dlls/shell32/iconcache.c, dlls/user/dde/client.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c,
+ dlls/comctl32/rebar.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed some more missing parenthesis issues.
+
+ * README, documentation/HOWTO-winelib, documentation/configuring.sgml,
+ documentation/wine.conf.man.in, documentation/wine.man.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - add documentation section to README
+ - updated HOWTO-winelib
+ - added native DLL config info to configuring.sgml
+ - greatly improve directory description of wine.conf man page
+ - add --debugmsg +all warning to wine man page
+
+ * dlls/comctl32/listview.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Flip A<->W conversion in dispinfo_notifyT.
+
+2002-02-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fix to GetItemW to stop whiping out the items text.
+
+ * programs/winetest/wine.xs:
+ Francois Gouget <fgouget@free.fr>
+ config.h should be included first (if at all).
+ Fix return of convert_value.
+
+ * dlls/tapi32/line.c, include/tapi.h:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Don't try to set fields in nonexistant lpLineCountryList.
+ Supply valid tapi codes.
+
+2002-01-31 Alexandre Julliard <julliard@winehq.com>
+
+ * server/atom.c: Rein Klazes <rklazes@xs4all.nl>
+ Allow integer atoms in set_property and remove_property. Needed by
+ FindText common dialog.
+
+ * loader/module.c, loader/pe_image.c, loader/pe_resource.c:
+ LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not
+ like PE images. Fixed resource loading to handle that.
+
+ * tools/winebuild/spec16.c, include/wine/exception.h,
+ include/wine/mmsystem16.h, include/wine/obj_base.h,
+ include/wine/obj_oleaut.h, include/wine/obj_oleview.h,
+ include/wine/windef16.h, include/wine/wingdi16.h,
+ include/wine/winuser16.h, include/netspi.h, include/ole.h,
+ include/ole2.h, include/oledlg.h, include/prsht.h,
+ include/richedit.h, include/setupapi.h, include/shlobj.h,
+ include/shlwapi.h, include/tapi.h, include/task.h, include/vfw.h,
+ include/winbase.h, include/windef.h, include/wingdi.h,
+ include/wininet.h, include/winnetwk.h, include/winnls.h,
+ include/winnt.h, include/winsock2.h, include/winsvc.h,
+ include/winuser.h, include/ws2spi.h, include/callback.h,
+ include/commctrl.h, include/commdlg.h, include/d3dcaps.h,
+ include/d3dhal.h, include/d3dtypes.h, include/ddeml.h,
+ include/ddraw.h, include/ddrawi.h, include/dinput.h,
+ include/dplay.h, include/dplobby.h, include/dsound.h,
+ include/imagehlp.h, include/imm.h, include/miscemu.h,
+ include/mmsystem.h, include/msacm.h:
+ Patrik Stridvall <ps@leissner.se>
+ Move __stdcall/__cdecl to the right place.
+
+ * documentation/samples/config:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Give users a hint to clean their config from comments and empty lines
+ for a bug report.
+
+ * dlls/shell32/shell32_main.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Added missing parenthesis in ShGetFileInfoA.
+
+ * dlls/winedos/int21.c: Nog <nog@sdf.lonestar.org>
+ Fixed function 0xb.
+
+ * dlls/shell32/shell.c, include/rpcdce.h, win32/init.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/oleaut32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/wininet.api, tools/winapi/make_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API update.
+
+ * dlls/shell32/shlfolder.c, controls/listbox.c, controls/scroll.c,
+ dlls/shell32/pidl.c, dlls/shell32/shellord.c:
+ CodeWeavers
+ Minor fixes.
+
+ * controls/static.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Paint control immediately on WM_SETTEXT.
+
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/ole32/storage32.h:
+ CodeWeavers
+ Small fixes.
+
+ * dlls/comctl32/toolbar.c:
+ Guy Albertelli <guy@codeweavers.com>
+ - better trace output
+ - support string sent in by address, rather then index
+ - add FIXMEs for multiple image lists
+ - protect agains inexistent buttons
+ - call up to the DefWindowProc when erasing bkgnd when appropriate
+
+ * dlls/winedos/int33.c: Nog <nog@sdf.lonestar.org>
+ Implement function 0xb (Read mouse motion counters) and 0xf (Set
+ mickey/pixel ratio).
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ - Introduce a significant design decision.
+ - Recalculate the prefix location if ellipsification alters it. This
+ carefully does NOT emulate a Microsoft bug in which reprefixing is
+ wrong when the first character removed by ellipsification is the one
+ that would have been underlined (under Win98 at least).
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented CheckTokenMembership and GetAce.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Don't repaint header when scrolling a listview vertically.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - fix order of parameters is SendNotify
+ - always use the dlg cntrl ID of the sender
+
+ * windows/rect.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Added NULL checks on all rectangle pointers.
+
+2002-01-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added LdrDisableThreadCalloutsForDll.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellstring.c:
+ Aric Stewart <aric@codeweavers.com>
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added stubs for CheckEscapes[AW] and ExtractAssociatedIconExW.
+
+ * dlls/shell32/shellpath.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added location of local application data.
+
+ * dlls/ntdll/sec.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed RtlAddAccessAllowedAce return value.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added stubs for NdrDllCanUnloadNow and NdrDllGetClassObject.
+
+ * include/winbase.h, win32/init.c, dlls/kernel/kernel32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added GetComputerNameEx[AW] semi-stub.
+
+ * include/wininet.h, dlls/wininet/Makefile.in,
+ dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added FindFirstUrlCacheEntry[AW] stubs.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+ include/Makefile.in, include/mapi.h, include/mapicode.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added some MAPI stubs.
+
+ * dlls/Makefile.in, dlls/msvcrt20/.cvsignore,
+ dlls/msvcrt20/Makefile.in, dlls/msvcrt20/dummy.c,
+ dlls/msvcrt20/msvcrt20.spec, configure.in, configure:
+ Aric Stewart <aric@codeweavers.com>
+ Added a pass-through msvcrt20.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added Extract stub.
+
+ * include/imm.h, dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added ImmDisableIME stub.
+
+ * dlls/msvcrt/dir.c, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implemented _wmakepath.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/dosvm.c, dlls/winedos/int21.c,
+ dlls/winedos/int67.c, files/dos_fs.c, dlls/winedos/Makefile.in:
+ Jukka Heinonen <jhei@iki.fi>
+ Added support for DOS EMS memory.
+
+ * tools/winemaker, documentation/db2html-winehq,
+ documentation/make_winehq, documentation/winelib-toolkit.sgml,
+ configure, configure.in:
+ Francois Gouget <fgouget@free.fr>
+ 'test -e' is not supported on Solaris, replace with '-f' or '-d'.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix problems with listview notification.
+
+ * graphics/x11drv/dib.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not write beyond end of color table in X11DRV_DIB_SetDIBColorTable.
+
+ * dlls/comctl32/progress.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - add new SetRange functions (instead of duplicating the code)
+ - pass the infoPtr around instead of the hwnd
+ - use W-functions instead of A-functions
+ - more checks in case of failures
+ - make indentation and style consistent throughout the file
+
+ * dlls/comctl32/propsheet.c, include/prsht.h:
+ Guy Albertelli <guy@codeweavers.com>
+ Mike McCormack <mike_mccormack@start.com.au>
+ Property sheet Unicodification.
+ Support additional wizard flags.
+
+ * dlls/comctl32/imagelist.c:
+ Charles Loep <charles@codeweavers.com>
+ Implemented ImageList_Write.
+
+ * dlls/comctl32/nativefont.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Eliminate some useless error messages.
+
+ * include/config.h.in, configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Don't define HAVE_FREETYPE unless we have freetype.h.
+
+ * dlls/winsock/socket.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Correct optlen when WS_setsockopt is called with SO_LINGER.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Weird thing with lcid of library is that if sublang is neutral then we
+ return the primary lang else we return 0.
+
+ * graphics/x11drv/dib.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Don't fill colormap beyond end of screen depth.
+
+ * dlls/commdlg/filedlg95.c:
+ Charles Loep <charles@codeweavers.com>
+ Fixed file extension problem in the file dialog.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Removed IsBadStringPtrA call that caused trouble.
+
+ * dlls/comctl32/status.c:
+ Charles Loep <charles@codeweavers.com>
+ Fix errors resulting from missing parenthesis.
+
+ * dlls/comctl32/rebar.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Text/Bkgnd color fixes.
+
+ * dlls/comctl32/listview.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Simplify and fix listview ellipsification of large text labels.
+
+ * graphics/x11drv/xfont.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ XFONT_GetAvgCharWidth: Always round up.
+
+ * programs/winetest/runtest: Fixed copy/paste bug.
+
+ * include/ntddk.h, include/wine/obj_shellview.h, msdos/dosmem.c,
+ windows/winproc.c, dlls/winmm/mciseq/mcimidi.c,
+ graphics/win16drv/prtdrv.c, dlls/winmm/mmsystem.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h,
+ dlls/quartz/avidec.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellord.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/commdlg/filedlg95.c, dlls/msvcrt/file.c,
+ dlls/msvideo/drawdib.c, debugger/winedbg.c, dlls/advapi32/service.c,
+ dlls/comctl32/updown.c, controls/button.c, controls/edit.c,
+ controls/menu.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make FIXMEs more grep-able.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Avoid converting nonexistent text from A->W.
+
+ * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11drv.h,
+ dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/xrender.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Uses Xrender extension to allow client side font rendering.
+ Adds nice things like anti-aliased text.
+
+ * dlls/x11drv/.cvsignore, programs/wineconsole/.cvsignore,
+ dlls/winsock/.cvsignore, dlls/winspool/.cvsignore,
+ dlls/winmm/wineoss/.cvsignore, dlls/winmm/wavemap/.cvsignore,
+ dlls/winmm/mciseq/.cvsignore, dlls/winmm/mciwave/.cvsignore,
+ dlls/winmm/midimap/.cvsignore, dlls/winmm/mciavi/.cvsignore,
+ dlls/winmm/mcicda/.cvsignore, dlls/winmm/joystick/.cvsignore,
+ dlls/winmm/mcianim/.cvsignore, dlls/winaspi/.cvsignore,
+ dlls/winmm/.cvsignore, dlls/win32s/.cvsignore,
+ dlls/ttydrv/.cvsignore, dlls/version/.cvsignore,
+ dlls/shell32/.cvsignore, dlls/tapi32/.cvsignore,
+ dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore,
+ dlls/rasapi32/.cvsignore, dlls/olepro32/.cvsignore,
+ dlls/olesvr/.cvsignore, dlls/olecli/.cvsignore,
+ dlls/oledlg/.cvsignore, dlls/ole32/.cvsignore,
+ dlls/oleaut32/.cvsignore, dlls/msvideo/.cvsignore,
+ dlls/odbc32/.cvsignore, dlls/msacm/.cvsignore,
+ dlls/msnet32/.cvsignore, dlls/lzexpand/.cvsignore,
+ dlls/kernel/.cvsignore, dlls/kernel/messages/.cvsignore,
+ dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore,
+ dlls/icmp/.cvsignore, dlls/ddraw/.cvsignore, dlls/dplayx/.cvsignore,
+ dlls/dsound/.cvsignore, dlls/dciman32/.cvsignore,
+ dlls/crtdll/.cvsignore, dlls/avifil32/.cvsignore,
+ dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore,
+ dlls/advapi32/.cvsignore:
+ Patrik Stridvall <ps@leissner.se>
+ Avoid wildcards in .cvsignore.
+
+ * objects/dc.c, objects/font.c, objects/gdiobj.c, include/config.h.in,
+ include/font.h, include/gdi.h, dlls/gdi/freetype.c, configure,
+ configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Charles Loep <charles@codeweavers.com>
+ Various fixes for gdi font handling code including:
+ - Using TTs VDMX table to ensure that we get exactly that same size
+ font that Windows uses.
+ - Fixes to many members of the metrics structures.
+ - Font cache.
+ - Rotated text support.
+ - Support for GGO_GRAY?_BITMAP (ready for anti-aliased text).
+ - Support for GGO_NATIVE.
+
+ * programs/osversioncheck/osversioncheck.c,
+ programs/osversioncheck/osversioncheck.spec,
+ programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c:
+ Steven Edwards <Steven_Ed4153@yahoo.com>
+ Changes wine_main to main to properly build on all platforms.
+
+ * tools/winebuild/import.c:
+ Clemens <therapy@endorphin.org>
+ Should process the .dynsym of shared libraries instead of the .stab.
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed ==/!= mismatch.
+
+ * windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not be too smart and add WS_CAPTION in AdjustWindowRectEx.
+
+ * include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Avoid conflict with htonl & friends in Winelib on FreeBSD.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename s_addr to src_addr to avoid a conflict on Solaris.
+ Rename d_addr to dst_addr for symmetry.
+
+ * include/msvcrt/setjmp.h:
+ Francois Gouget <fgouget@free.fr>
+ Prefix _JBLEN to avoid conflict on FreeBSD.
+
+ * objects/enhmetafile.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fleshed out some metafile conversions.
+
+ * objects/palette.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added the correct halftone palette.
+
+ * dlls/winedos/int33.c: Nog <nog@sdf.lonestar.org>
+ Implement function number 0x5 (Return mouse button press information).
+
+ * server/file.c:
+ Work around ftruncate implementations that don't support extending
+ files.
+
+ * dlls/shlwapi/path.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix PathCreateFromUrl{A|W} to return the corrrect error code in all
+ cases.
+
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix SHRegOpenUSKey{A|W} and SHRegQueryUSValue{A|W} to actually use
+ previously open keys.
+
+ * dlls/winedos/vga.c: Jukka Heinonen <jhei@iki.fi>
+ Low-resolution and low-color VGA modes are now mapped into mode
+ 640x480x8. Added preliminary support for four bit modes.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ Put the prefix-underline-drawing away into it's own function so we can
+ see what is happening.
+
+ * files/drive.c:
+ Aric Stewart <aric@codeweavers.com>
+ GetDiskFreeSpace needs to set the last error on failure.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/variant.c:
+ Bill Medland <medbi01@accpac.com>
+ A couple of additions.
+
+2002-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20020122.
+
+----------------------------------------------------------------
+2002-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c:
+ Removed no longer used average width calculation.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ The \\<nr> magic in LoadTypeLibEx found directories, which was not
+ intended. Return error in that case.
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Abort if we do not find yacc or bison.
+
+ * include/wine/obj_channel.h, include/wine/obj_marshal.h,
+ include/wine/obj_oleaut.h, ole/uuid.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Moved guids needed for Proxy/Stub factories to respective .h files,
+ add to libwine_uuid.
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c,
+ dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c,
+ dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c,
+ dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c,
+ dlls/msvcrt/wcs.c:
+ Don't include debugtools.h in the header file, moved it to the C files
+ that need it (and used the new wine/debug.h while we are at it).
+
+ * include/Makefile.in, include/debugtools.h, include/wine/debug.h,
+ tools/winedump/output.c:
+ Moved debug definitions to include/wine/debug.h.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shellord.c:
+ Removed use of SET_DEBUGGING, it's broken anyway.
+
+ * dlls/comctl32/toolbar.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Consistent usage of istring, use STR_[Get|Set]Ptr where appropriate.
+
+ * windows/win.c:
+ Tommy Schultz Lassen <tlassen@tlassen.dk>
+ Make EnumWindows return TRUE if no windows exists.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec,
+ include/winspool.h:
+ Mark G. Adams <mgadams@sympatico.ca>
+ Add GetDefaultPrinter() functions.
+
+2002-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/options.c, dlls/ntdll/debugtools.c, dlls/shell32/pidl.c,
+ dlls/shell32/shellord.c, include/debugtools.h:
+ Francois Gouget <fgouget@free.fr>
+ Make the Wine trace facilities accessible from Winelib applications.
+
+ * tools/winedump/pe.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/quartz/audren.c, dlls/quartz/sample.c, dlls/wsock32/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Comment out/ifdef out unused code and variables.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle section==NULL (error) in WritePrivateProfileStringA.
+
+ * dlls/x11drv/mwm.h, dlls/x11drv/window.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added support for MWM hints.
+
+ * configure.in, configure:
+ Andrew Lewycky <andrew@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ Check for common broken nVidia+Mesa OpenGL library setups.
+ Add some quoting.
+
+ * dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@free.fr>
+ Print the strerror instead of just the errno.
+
+ * dlls/commdlg/colordlg.c:
+ Francois Gouget <fgouget@free.fr>
+ Add missing cast.
+
+ * dlls/wininet/internet.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix invalid C code (undefined behavior).
+
+ * include/console.h, windows/defdlg.c, dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix a couple of warnings and a typo.
+
+ * programs/winetest/include/wine.pm, programs/winetest/tests/wine.pl,
+ programs/winetest/wine.xs:
+ Don't convert "ptr" return type to a Perl string.
+ Call GetProcAddress only when a function is actually called, not at
+ declaration time.
+
+ * files/file.c:
+ Fixed function prototype that confused winapi_extract.
+
+ * tools/winapi/winapi_extract, tools/winapi/winapi_extract_options.pm,
+ programs/winetest/include/advapi32.pm,
+ programs/winetest/include/avifil32.pm,
+ programs/winetest/include/comctl32.pm,
+ programs/winetest/include/comdlg32.pm,
+ programs/winetest/include/dciman32.pm,
+ programs/winetest/include/ddraw.pm,
+ programs/winetest/include/dinput.pm,
+ programs/winetest/include/dplayx.pm,
+ programs/winetest/include/dsound.pm,
+ programs/winetest/include/gdi32.pm,
+ programs/winetest/include/glu32.pm,
+ programs/winetest/include/icmp.pm,
+ programs/winetest/include/imagehlp.pm,
+ programs/winetest/include/imm32.pm,
+ programs/winetest/include/joystick_drv.pm,
+ programs/winetest/include/kernel32.pm,
+ programs/winetest/include/lz32.pm,
+ programs/winetest/include/mcianim_drv.pm,
+ programs/winetest/include/mciavi_drv.pm,
+ programs/winetest/include/mcicda_drv.pm,
+ programs/winetest/include/mciseq_drv.pm,
+ programs/winetest/include/mciwave_drv.pm,
+ programs/winetest/include/midimap_drv.pm,
+ programs/winetest/include/mpr.pm,
+ programs/winetest/include/msacm32.pm,
+ programs/winetest/include/msacm_drv.pm,
+ programs/winetest/include/msvcrt.pm,
+ programs/winetest/include/msvfw32.pm,
+ programs/winetest/include/ntdll.pm,
+ programs/winetest/include/odbc32.pm,
+ programs/winetest/include/ole32.pm,
+ programs/winetest/include/oleaut32.pm,
+ programs/winetest/include/olecli32.pm,
+ programs/winetest/include/oledlg.pm,
+ programs/winetest/include/olepro32.pm,
+ programs/winetest/include/olesvr32.pm,
+ programs/winetest/include/opengl32.pm,
+ programs/winetest/include/psapi.pm,
+ programs/winetest/include/quartz.pm,
+ programs/winetest/include/rasapi32.pm,
+ programs/winetest/include/riched32.pm,
+ programs/winetest/include/rpcrt4.pm,
+ programs/winetest/include/serialui.pm,
+ programs/winetest/include/setupapi.pm,
+ programs/winetest/include/shdocvw.pm,
+ programs/winetest/include/shell32.pm,
+ programs/winetest/include/shlwapi.pm,
+ programs/winetest/include/tapi32.pm,
+ programs/winetest/include/urlmon.pm,
+ programs/winetest/include/user32.pm,
+ programs/winetest/include/version.pm,
+ programs/winetest/include/w32skrnl.pm,
+ programs/winetest/include/winedos.pm,
+ programs/winetest/include/wineoss_drv.pm,
+ programs/winetest/include/wininet.pm,
+ programs/winetest/include/winmm.pm,
+ programs/winetest/include/winspool_drv.pm,
+ programs/winetest/include/wintrust.pm,
+ programs/winetest/include/ws2_32.pm,
+ programs/winetest/include/wsock32.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Generate Perl modules defining prototypes for exported functions.
+
+2002-01-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/dde/dde_private.h, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, dlls/user/dde/client.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed initialisation messages for raw DDE.
+ Fixed DdeCreateDataHandle for non NULL or CF_TEXT formats.
+ Various fixes (cosmetics, better error checking).
+
+ * server/queue.c, dlls/user/message.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Implemented interprocess DDE message posting.
+
+ * dlls/comctl32/listview.c, include/commctrl.h, windows/spy.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - Make the ListView control Unicode ready.
+ - Support both ANSI & Unicode ListView notifications.
+ - Fixed a few bugs.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Aric Stewart <aric@codeweavers.com>
+ Initialize streamData and check on failure to read desired data from
+ stream.
+
+ * loader/module.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent trying to handle uninitialised memory as a string.
+
+ * win32/console.c, dlls/shell32/shellstring.c, dlls/shlwapi/ordinal.c,
+ dlls/winsock/socket.c, dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/comctl32.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/ws2_32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * files/directory.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix return value of GetWindowsDirectoryA/W and GetSystemDirectoryA/W.
+
+ * dlls/ntdll/cdrom.c:
+ Bang Jun-Young <junyoung@mogua.com>
+ Fix NetBSD compile errors; CDIOCREADAUDIO is not available on NetBSD.
+
+ * dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added GradientFill stub.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ SystemParametersInfo: fixed return value for SPI_SETFASTTASKSWITCH.
+
+ * dlls/ole32/compobj.c:
+ Bill Medland (medbi01@accpac.com)
+ CoGetClassObject: for CLSCTX_LOCAL_SERVER at least look up the server
+ in the registry, even though we don't yet execute it.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ - Don't string copy from uninitialised stack memory. In fact don't
+ modify the input string if it didn't change.
+ - Correct array size.
+ - Logically separate the centring from the ellipsification.
+ - Comment on prefix error.
+
+ * debugger/types.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixes char array in structure dumping.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub for comctl32.419
+
+2002-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/atom.pl, dlls/kernel/Makefile.in:
+ Added atom test script.
+
+ * programs/winetest/tests/wine.pl:
+ Added some prototypes to function declarations.
+
+ * programs/winetest/include/winbase.pm,
+ programs/winetest/include/wincon.pm,
+ programs/winetest/include/windef.pm,
+ programs/winetest/include/winerror.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/winnls.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winreg.pm,
+ programs/winetest/include/winsock2.pm,
+ programs/winetest/include/winspool.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/winver.pm, programs/winetest/make_symbols:
+ Patrik Stridvall <ps@leissner.se>
+ - Made the Perl module generated by make_symbols a real exporting
+ module.
+ - Use constants instead of variables.
+
+ * programs/winetest/include/wine.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Added the possibility (it is optional for backward compability) to
+ specify argument types in order to fix a "bug" concerning
+ integer/string scalars.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing of actions SPI_SETKEYBOARDPREF,
+ SPI_SETSCREENREADER.
+ Save to registry value of SPI_SETSCREENSAVEACTIVE action.
+ Changed processing of action SPI_SETFASTTASKSWITCH to conform to
+ Windows behaviour on and after WinNT 4.0, Windows 95.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Aric Stewart <aric@codeweavers.com>
+ Catch maximum number of times and return out of memory error.
+
+ * tools/winedump/output.c, include/console.h:
+ Francois Gouget <fgouget@free.fr>
+ Small typo fix.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/input.c,
+ dlls/comctl32/commctrl.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Move the implementation of comctl32._TrackMouseEvent to
+ user32.TrackMouseEvent and call this function in accordance with the
+ specs.
+
+ * dlls/user/text.c:
+ Bill Medland <medbi01@accpac.com>
+ First stage of DrawText upgrade.
+ - Rearrange code into three distinct areas; DrawText, GrayString,
+ TabbedText.
+ - Remove unused macros.
+ - Modify treatment of Tab arguments to fit with observed behaviour.
+ e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
+ setting from the flags. Also only uses bits 15 to 8, not the
+ higher bits.
+
+ * dlls/icmp/icmp_main.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Don't check the checksum of the original echo request packet in the
+ received reply packet.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/imagelist.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stubs for ImageList_[S|G]etFlags.
+
+ * controls/button.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Don't change button state on WM_MOUSEMOVE messages unless left mouse
+ button is pressed.
+
+ * controls/combo.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ In CBPaintText use the text size as returned by LB_GETTEXT. The size
+ returned by LB_GETTEXTLEN may be too large.
+
+ * windows/defdlg.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Make DM_SETDEFID message work for owner drawn buttons as well.
+
+ * dlls/winsock/socket.c:
+ Michael C. Maggio <voyager@voyd.net>
+ Code used AF_IPX in some places where it should have used WS_AF_IPX.
+
+ * dlls/winspool/winspool.drv.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Force ordinal allocation start from 100 as in Windows.
+
+ * documentation/db2html-winehq:
+ Frangois Gouget <fgouget@codeweavers.com>
+ Fixed incorrect use of 'test -a' (for FreeBSD).
+
+ * dlls/oleaut32/olefont.c:
+ Bill Medland <medbi01@accpac.com>
+ Leave IID check to the OleCreateFontIndirect, so that SFCF will handle
+ all the interfaces that OleCreate.. will.
+
+2002-01-14 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/tests/.cvsignore, programs/winetest/tests/wine.pl,
+ programs/winetest/.cvsignore, programs/winetest/Makefile.in,
+ programs/winetest/test.pl:
+ Integrated test script for winetest into the make test
+ infrastructure.
+ Added a few tests for the new wine.pm functions.
+
+ * dlls/make_dlls, programs/winetest/runtest, Make.rules.in:
+ Rewrote runtest in Perl so that it can be used on the Windows side.
+ Added options for include directories, debug level and target platform.
+ selection.
+
+ * programs/winetest/include/wine.pm, programs/winetest/wine.pm,
+ programs/winetest/winetest.c:
+ Added ok() function that doesn't stop the test on the first error.
+ Added trace() function for debugging tests.
+ Added support for todo functionality.
+ Moved wine.pm to include directory.
+
+ * programs/winetest/include/winbase.pm,
+ programs/winetest/include/wincon.pm,
+ programs/winetest/include/windef.pm,
+ programs/winetest/include/winerror.pm,
+ programs/winetest/include/wingdi.pm,
+ programs/winetest/include/winnls.pm,
+ programs/winetest/include/winnt.pm,
+ programs/winetest/include/winreg.pm,
+ programs/winetest/include/winsock2.pm,
+ programs/winetest/include/winspool.pm,
+ programs/winetest/include/winuser.pm,
+ programs/winetest/include/winver.pm, programs/winetest/make_symbols:
+ Added Perl modules containing the #defines values for the
+ corresponding Windows headers.
+
+ * documentation/configuring.sgml, documentation/wine.conf.man.in:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added, update information about AppDefault.
+
+ * include/richedit.h, dlls/richedit/charlist.c,
+ dlls/richedit/reader.c, dlls/richedit/richedit.c,
+ dlls/richedit/text-writer.c:
+ Daniel Walker <diwalker@earthlink.net>
+ - Added debugging.
+ - Transfer all relevant messages to the underlying edit control.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c,
+ dlls/ole32/ole2stubs.c, dlls/ole32/storage.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed some useless wingdi.h includes.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Convert MRULists to Unicode.
+
+ * dlls/shell32/shlfolder.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ IShellFolder_BindToObject should respect riid.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _stat: Better test for drive letter.
+
+ * dlls/ntdll/cdrom.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix compilation errors on FreeBSD.
+
+ * libtest/hello5.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ LoadLibrary returns 0 on failure, not < 32.
+
+ * libtest/Makefile.in:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use -DNONAMELESSUNION -DNONAMELESSSTRUCT when compiling.
+
+ * include/winsock2.h, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Daniel Walker <diwalker@earthlink.net>
+ Implemented WSAAccept().
+
+ * dlls/comctl32/toolbar.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Add additional TOOLBAR_CalcToolbar in a different path of Autosize.
+ - Remember and process WM_SETREDRAW messages.
+ - Process strings specificied in InsertButton{A|W}.
+
+ * dlls/comctl32/rebar.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix a gripper issue and the adjustment of bands when RBBS_FIXEDSIZE
+ specified.
+
+ * tools/wineshelllink:
+ Ove Kaaven <ovek@arcticnet.no>
+ Prepend "--" to arguments.
+
+2002-01-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.c,
+ msdos/int2f.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now using the NT CD interface.
+
+ * misc/Makefile.in, misc/cdrom.c, win32/device.c,
+ dlls/ntdll/Makefile.in, dlls/ntdll/cdrom.c, files/drive.c,
+ files/file.c, include/cdrom.h, include/file.h, include/ntddcdrm.h,
+ include/ntddstor.h, include/winioctl.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Changed the Wine internal cdrom interface to the NT model.
+
+2002-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winreg.h, include/winver.h:
+ Removed obsolete definitions.
+
+ * include/winsock2.h, include/winnt.h:
+ Fixed typos.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+ dlls/user/user32.spec:
+ Updated debug channels.
+
+ * server/ptrace.c:
+ Check unix_pid again after attach.
+
+ * server/named_pipe.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add refcounting to the thread member of the pipe user.
+
+ * documentation/debugger.sgml:
+ Bill Medland <medbi01@accpac.com>
+ How to specify a DLL in a debugger break command.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed the wodReset implementation, internal messages priority, full
+ duplex code, wait algorithm for feeding the OSS buffer.
+
+ * debugger/hash.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhance display for symbol picking.
+
+ * dlls/comctl32/toolbar.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in TOOLBAR_AddStringW.
+
+2002-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/crypt32/.cvsignore, dlls/crypt32/Makefile.in,
+ dlls/crypt32/crypt32.spec, dlls/crypt32/main.c, configure,
+ configure.in:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Added crypt32.dll stub.
+
+ * include/wincrypt.h, include/winerror.h, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/crypt.c, dlls/advapi32/crypt.h:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Implement advapi32 portion of the CryptoAPI.
+
+ * dlls/winmm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix potential memory issue.
+
+ * win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix some bad behavior when some lock states (capslock, numlock...)
+ were turned on.
+
+ * dlls/oleaut32/ole2disp.c:
+ Bill Medland <medbi01@accpac.com>
+ Comment only; error in Microsoft documentation.
+
+ * tools/wineshelllink:
+ François Gouget <fgouget@codeweavers.com>
+ which is more portable than type (FreeBSD).
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix previous patch: the ws_sockaddr_u2ws return value was wrong.
+ Make ws_sockaddr_{ws2u,u2ws} static.
+
+ * programs/winetest/runtest, dlls/Makedll.rules.in, dlls/Makefile.in,
+ programs/Makeprog.rules.in, Make.rules.in, Makefile.in:
+ Added rules for running tests.
+
+2002-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Moved the functionality of WS_socket() to WSASocketA().
+ Made WSASocketA() account for WSA_FLAG_OVERLAPPED.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/sock.c,
+ server/trace.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Added support for socket flags.
+
+ * include/wine/server_protocol.h, server/console.c, server/device.c,
+ server/file.c, server/mapping.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c,
+ server/protocol.def, server/serial.c, server/sock.c, server/trace.c,
+ files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ More general approach to file descriptor types and flags.
+
+ * dlls/winsock/socket.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Return length of WS_sockaddr structure in ws_sockaddr_u2ws.
+
+ * dlls/oleaut32/typelib.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed GetDocumentation a little. When called from RegisterTypeLib it
+ was leaving the Doc entry uninitialised, leading to page fault when
+ measuring it. Also ensure correct freeing of resources on failure.
+
+ * server/thread.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Fixed a bug that caused APCs to be "forgotten".
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, windows/win.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Move calling of CBT hooks from WIN_CreateWindowEx() to the driver.
+
+2002-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/font.c, objects/gdiobj.c, objects/metafile.c,
+ windows/cursoricon.c, dlls/shell32/control.c, dlls/user/text.c,
+ dlls/winedos/dosaspi.c, dlls/winedos/int31.c,
+ dlls/winedos/winedos.spec, dlls/gdi/gdi.spec,
+ dlls/msvcrt/msvcrt.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/gdi.api, tools/winapi_check/win16/user.api,
+ tools/winapi_check/win32/gdi32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/winedos.api,
+ tools/winapi_check/win32/wininet.api,
+ tools/winapi_check/winapi_parser.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update
+ - Minor bug fixes
+
+ * server/file.c, files/file.c:
+ Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
+ Add server side support for async IO on files.
+ Use pread/pwrite to read/write from the offset specified in the
+ overlapped structure.
+
+ * include/config.h.in, include/wine/obj_storage.h,
+ include/wine/port.h, library/port.c, configure, configure.in:
+ Added configure check for pread/pwrite.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - Attempt write before going overlapped in Writefile.
+ - Fix return codes in WriteFileEx.
+
+ * include/file.h, scheduler/synchro.c, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement CancelIo properly.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - Don't use event flags with ReadFileEx and WriteFileEx.
+ - Use overlapped structure with WriteFile, since FILE_FLAG_OVERLAPPED
+ is specified.
+ - Cancel overlapped operations in CloseComm.
+
+ * memory/selector.c, memory/virtual.c, scheduler/client.c,
+ scheduler/process.c, scheduler/synchro.c, scheduler/sysdeps.c,
+ include/thread.h, include/wine/exception.h:
+ Added support for cleaning up the TEB from inside the exiting thread.
+
+ * dlls/ntdll/debugtools.c, scheduler/thread.c:
+ Allocate debug_info structure at the same time as the TEB.
+ Removed the TEB cleanup service.
+
+ * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+ Added SIGNAL_Reset function.
+
+2002-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winedump/pe.c:
+ Added support for dumping resources.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Mark G. Adams <mgadams@sympatico.ca>
+ Fix UuidCreate() to not forget MAC address.
+ Remove {}'s from UuidToStringA() output.
+ Add UuidCreateSequential() function from Windows 2000.
+
+ * configure.in:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Added missing brackets in ncurses check.
+
+ * dlls/ntdll/Makefile.in, Makefile.in, configure, configure.in:
+ Removed obsolete dosmod.
+
+ * dlls/kernel/nls/dea.nls, dlls/kernel/nls/del.nls,
+ dlls/kernel/nls/deu.nls, dlls/kernel/nls/eni.nls,
+ dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls,
+ dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls,
+ dlls/kernel/nls/frb.nls, dlls/kernel/nls/frl.nls,
+ dlls/kernel/nls/gae.nls, dlls/kernel/nls/grc.nls,
+ dlls/kernel/nls/ita.nls, dlls/kernel/nls/nlb.nls,
+ dlls/kernel/nls/nld.nls, dlls/kernel/nls/ptg.nls,
+ dlls/kernel/nls/wal.nls:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change currency of the european Euro using countries to Euro.
+
+ * LICENSE: Marcus Meissner <marcus@jet.franken.de>
+ Fixed copyright date.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/dosvm.h, dlls/winedos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ DOS support restructure. The DOS virtual machine is now a set of
+ threads running within Wine's own address space, obsoleting the old
+ dosmod module.
+
+2002-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, include/thread.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed vm86_enter race conditions.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/toolbar.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Never delete the font object received by WM_SETFONT.
+
+ * dlls/comctl32/tooltips.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
+ COMCTL32_Free(lpttsi).
+
+ * dlls/user/text.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Fixed DC leak.
+
+ * controls/button.c:
+ Sander van Leeuwen <sandervl@xs4all.nl>
+ Check, Radio & 3State buttons send WM_CTLCOLORSTATIC instead of
+ WM_CTLCOLORBTN.
+
+ * documentation/compiling.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/porting.sgml, README:
+ Removed references to xpm packages.
+
+ * include/config.h.in, tools/wineinstall, configure, configure.in:
+ We no longer need libXpm.
+
+ * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xpm.c,
+ include/ts_xpm.h, tools/make_X11wrappers:
+ We no longer need the xpm wrappers.
+
+ * include/commctrl.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add define for undocumented status bar message SB_SETBORDERS.
+
+ * include/imagehlp.h:
+ Bill Medland <medbi01@accpac.com>
+ Define LPSTACKFRAME too.
+
+ * include/winuser.h, windows/spy.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add some new messages to the spy and winuser.h.
+
+ * include/bitmaps/obm_close, include/bitmaps/obm_close_95,
+ include/bitmaps/obm_closed_95, include/bitmaps/obm_reduce,
+ include/bitmaps/obm_reduce_95, include/bitmaps/obm_reduced,
+ include/bitmaps/obm_reduced_95, include/bitmaps/obm_restore,
+ include/bitmaps/obm_restore_95, include/bitmaps/obm_restored,
+ include/bitmaps/obm_restored_95, include/bitmaps/obm_zoom,
+ include/bitmaps/obm_zoom_95, include/bitmaps/obm_zoomd,
+ include/bitmaps/obm_zoomd_95, include/gdi.h, include/user.h,
+ include/x11drv.h, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/Makefile.in, graphics/x11drv/init.c,
+ graphics/x11drv/oembitmap.c, dlls/user/user_main.c,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c:
+ Removed LoadOEMResource from USER driver.
+
+ * dlls/ntdll/file.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Print FIXME() for not implemented NtQueryVolumeInformationFile.
+
+ * files/profile.c: Mehmet Yasar <myasar@free.fr>
+ Do not save empty sections names.
+
+ * dlls/commdlg/colordlg.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Remove a call to HEAP_strdupAtoW in the Color dialog.
+
+ * graphics/x11drv/dib.c:
+ Gavriel State <gav@transgaming.com>
+ Speed up the GetImageBits case where we have an XShm image.
+
+2002-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, windows/mdi.c, windows/nonclient.c,
+ controls/menu.c, dlls/user/resources/user32_bitmaps.rc:
+ Use DrawFrameControl instead of bitmaps in certain cases.
+ Moved remaining OEM bitmaps to user32 resources.
+
+ * dlls/ole32/ole2stubs.c, dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented CoTreatAsClass, simplified OleSetAutoConvert.
+
+ * dlls/shell32/shellord.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle the lpDirectory field of the LPSHELLEXECUTEINFO.
+
+2002-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * include/file.h, scheduler/synchro.c:
+ Fixed check_async_list calling convention.
+
+ * graphics/x11drv/oembitmap.c, include/bitmaps/obm_btncorners,
+ include/bitmaps/obm_btsize, include/bitmaps/obm_check,
+ include/bitmaps/obm_checkboxes, include/bitmaps/obm_combo,
+ include/bitmaps/obm_dnarrow, include/bitmaps/obm_dnarrowd,
+ include/bitmaps/obm_dnarrowi, include/bitmaps/obm_lfarrow,
+ include/bitmaps/obm_lfarrowd, include/bitmaps/obm_lfarrowi,
+ include/bitmaps/obm_mnarrow, include/bitmaps/obm_old_close,
+ include/bitmaps/obm_old_dnarrow, include/bitmaps/obm_old_lfarrow,
+ include/bitmaps/obm_old_reduce, include/bitmaps/obm_old_restore,
+ include/bitmaps/obm_old_rgarrow, include/bitmaps/obm_old_uparrow,
+ include/bitmaps/obm_old_zoom, include/bitmaps/obm_rgarrow,
+ include/bitmaps/obm_rgarrowd, include/bitmaps/obm_rgarrowi,
+ include/bitmaps/obm_size, include/bitmaps/obm_trtype,
+ include/bitmaps/obm_uparrow, include/bitmaps/obm_uparrowd,
+ include/bitmaps/obm_uparrowi, windows/cursoricon.c,
+ dlls/user/resources/user32.rc,
+ dlls/user/resources/user32_bitmaps.rc:
+ Moved the OEM bitmaps that don't depend on the Wine look into the
+ user32 resources.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Further unified HAL and HEL mixing, and added some more intelligence
+ to prebuffering, with some basic prebuffer canceling support, to get
+ rid of mixing delays in Half-Life. Used a very small waveout buffer
+ queue in HEL mode, using a callback to queue additional buffers, to
+ get rid of playback delays in Half-Life. Fixed a couple of bugs.
+
+ * server/console.c, programs/wineconsole/dialog.c,
+ programs/wineconsole/registry.c, programs/wineconsole/user.c,
+ programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed color definition (bg and fg were swapped).
+ Fixed some initialisation issues.
+ Fixed exit condition when nothing was allocated.
+
+ * dlls/oleaut32/safearray.c:
+ Ove Kaaven <ovek@transgaming.com>
+ If SafeArrayGetElement is called on a variant array, initialize
+ destination variant before copying the array element to it, some badly
+ behaved apps don't seem to do it themselves.
+
+ * dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a looks-like-nobody-ever-tested-this-function kind of bug in
+ VariantCopyInd.
+
+ * dlls/ntdll/exception.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Made the output of --debugmsg +seh a bit more verbose.
+
+ * dlls/comctl32/commctrl.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make DrawStatusText Unicode ready. Get rid of a HEAP_strdup call.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+ dlls/opengl32/opengl_ext.h, dlls/opengl32/wgl.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - better support for extensions functions that do not have the same
+ name in windows and in Unix.
+ - support the NV_vertex_array_range extension.
+
+2002-01-01 Alexandre Julliard <julliard@winehq.com>
+
+ * console/xterm.c, dlls/winedos/Makefile.in, include/wine/port.h,
+ library/port.c, configure, configure.in:
+ Link with libutil only where needed.
+
+ * scheduler/synchro.c, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>R
+ Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped
+ completion function, not in ReadFileEx or WriteFileEx.
+
+ * windows/cursoricon.c, windows/mdi.c, windows/nonclient.c,
+ windows/user.c, windows/win.c, windows/winhelp.c,
+ objects/metafile.c, ole/ole2nls.c, win32/file.c, win32/newfns.c,
+ graphics/metafiledrv/init.c, loader/pe_resource.c, misc/registry.c,
+ files/change.c, graphics/enhmetafiledrv/init.c,
+ dlls/ole32/compobj.c, dlls/oleaut32/hash.c, dlls/oleaut32/olefont.c,
+ dlls/user/exticon.c, dlls/user/resource.c, dlls/ddraw/main.c,
+ dlls/mpr/wnet.c:
+ Removed some of the calls to HEAP_strdup* functions.
+
+ * programs/wineconsole/dialog.c, programs/wineconsole/user.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Include <stdlib.h> to get prototype for abs() function.
+
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/ole32/storage32.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Name of the structured storage file root node is path of the file, not
+ the name of the root node stored in the file.
+ When reading streams stored into structured storage files, EOF is not
+ supposed to cause an error if at least one byte can be returned.
+
+2001-12-31 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, library/Makefile.in, configure:
+ Link with libdl only where needed.
+
+ * server/protocol.def, server/trace.c, include/wine/server_protocol.h:
+ Fixed string type in named pipe requests.
+
+ * misc/cdrom.c:
+ Chris Green <chris_e_green@yahoo.com>
+ Get the correct label on iso9660 mixed-mode cds.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fixed memory leak.
+ Removed redundant ImageList_DragShowNolock(FALSE) call.
+
+ * programs/wineconsole/user.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Swap fg/bg color to be correct.
+
+2001-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011226.
+
+----------------------------------------------------------------
+2001-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/sysparams.c, include/winuser.h:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented basic handling of assessibility actions.
+
+ * dlls/comctl32/animate.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ If the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI is also
+ uncompressed.
+ infoPtr->hWnd wasn't updated in ANIMATE_OpenA.
+
+ * server/select.c:
+ Save the registry before exiting on a SIGTERM.
+
+ * objects/clipping.c:
+ Make sure the DC visible region is updated in GetClipBox.
+
+ * dlls/winedos/Makefile.in, include/config.h.in, msdos/int21.c,
+ configure.in, dlls/ttydrv/Makefile.in, configure:
+ Link to the curses library only for the dlls that need it.
+
+ * include/heap.h, dlls/oleaut32/ole2disp.h:
+ Removed the SEGPTR_* macros.
+
+ * tools/wrc/README.wrc, tools/wrc/parser.y, dlls/ddraw/dsurface/dib.c,
+ documentation/registry.sgml, README, configure, configure.in:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Documentation update.
+
+ * memory/heap.c:
+ Fixed bug in system heap creation when it already exists.
+
+ * programs/control/control.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Updated to not rely on rundll32.exe any more.
+
+ * windows/syscolor.c, controls/menu.c, dlls/shell32/control.c,
+ dlls/shell32/shell32.spec, dlls/user/user32.spec:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed, added or implemented stubs:
+ - DrawMenuBarTemp(): corrected parameter count.
+ - CallCPLEntry16(): stub.
+ - SetSysColorsTemp(): fully implemented (hopefully) this undocumented
+ function.
+
+ * dlls/x11drv/mouse.c:
+ Duane Clark <dclark@akamail.com>
+ Added color cursor support.
+
+ * windows/cursoricon.c:
+ Duane Clark <dclark@akamail.com>
+ Destroying cursor is not necessarily an error.
+
+ * windows/winproc.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * include/winproc.h, windows/hook.c:
+ Restructured hook mapping functions to avoid most memory
+ allocations. Got rid of SEGPTR_* macros.
+
+ * dlls/wininet/ftp.c, include/winbase.h, dlls/msvcrt/file.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix definition of BY_HANDLE_FILE_INFORMATION structure.
+
+ * dlls/commdlg/cdlg_Sv.rc:
+ Johan Dahlin <jdahlin@telia.com>
+ Updated Swedish translation.
+
+ * dlls/user/lstr.c, programs/wineconsole/wineconsole.c,
+ win32/console.c, dlls/kernel/format_msg.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Check the return value of *snprintf for C99 style overflow reporting.
+
+ * include/user.h, dlls/user/comm16.c, dlls/user/msg16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use alertable waits in PeekMessage16 and GetMessage16 so we can
+ process APCs for 16bit comms.
+
+ * include/msdos.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Got rid of WINE_PACKED.
+
+2001-12-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement/document ordinals 7-11.
+
+ * dlls/gdi/freetype.c, dlls/wineps/truetype.c:
+ Francois Gouget <fgouget@free.fr>
+ Include ftsnames.h or ftnames.h, not both.
+
+ * dlls/winsock/socket.c, dlls/user/comm16.c, dlls/winmm/driver.c,
+ dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c,
+ dlls/winmm/mmsystem.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Forward tab notifications to the parent.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/wininet/internet.c, dlls/wininet/wininet.spec,
+ dlls/shlwapi/string.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Trivial fixes for shlwapi and Internet routines.
+
+ * debugger/winedbg.c:
+ Bill Medland <medbi01@accpac.com>
+ Fixed vsnprintf return value check.
+
+2001-12-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/sysmetrics.h, windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions SPI_SETMOUSEBUTTONSWAP,
+ SPI_SETFASTTASKSWITCH, SPI_SETDRAGFULLWINDOWS, SPI_SETWORKAREA.
+
+ * debugger/stabs.c, debugger/types.c, debugger/winedbg.c,
+ debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/expr.c, debugger/info.c, debugger/intvar.h,
+ debugger/memory.c, debugger/msc.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed stabs parsing for GCC 3.0 (default types).
+ Added boolean type support.
+ Simplified internal types handling.
+
+ * win32/console.c, win32/editline.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed buffer length in history manipulation.
+ Writing new chars must be done with default attribute (not cell
+ current attribute).
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added full-duplex capability.
+ Added missing init for wave-in.
+ Fixed pause behavior in wave-out.
+ Added message-ring deletion.
+ Added experimental full-duplex capability.
+
+ * dlls/winmm/mmio.c, dlls/winmm/winemm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed another bunch of bugs (mainly linked to operations where file
+ pointer was past the end of file).
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/except.c, dlls/msvcrt/heap.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ François Gouget <fgouget@codeweavers.com>
+ Add RTTI support.
+ Fix what_exception prototype.
+ Fix new_handler_func prototype.
+ Add set_new_handler, _callnewh, _heapadd.
+ Add stubs for __unDName and __unDNameEx.
+ Added a semi-stub for __CxxFrameHandler.
+
+ * include/msvcrt/setjmp.h, include/Makefile.in,
+ dlls/msvcrt/msvcrt.spec, dlls/msvcrt/except.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ François Gouget <fgouget@codeweavers.com>
+ Alexandre Julliard <julliard@codeweavers.com>
+ Implement setjmp/setjmp3 and longjmp.
+
+ * graphics/x11drv/palette.c:
+ François Gouget <fgouget@codeweavers.com>
+ Handle more than 8 bits per color component.
+
+ * graphics/x11drv/dib.c:
+ François Gouget <fgouget@codeweavers.com>
+ Merged the handling of 15 and 16 bits X server depths.
+ Use the masks to distinguish between 15 and 16 bits.
+ Check the masks better and call generic code if they are not
+ supported directly.
+ Changed the 'notsupported' traces from FIXMEs to WARNs.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Handle ReadIntervalTimeout=MAXDWORD special case a bit better.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Don't return from overlapped ReadFile on EAGAIN and other non-fatal
+ errors.
+
+ * include/msvcrt/share.h:
+ Bill Medland <medbi01@accpac.com>
+ And in addition to Mingw32 we will want the _ versions.
+
+2001-12-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c, windows/dialog.c, windows/mdi.c, loader/module.c,
+ objects/font.c, objects/gdiobj.c, scheduler/syslevel.c,
+ dlls/user/msg16.c, dlls/user/property.c, graphics/win16drv/brush.c,
+ graphics/win16drv/font.c, graphics/win16drv/init.c,
+ graphics/win16drv/pen.c, graphics/win16drv/prtdrv.c,
+ dlls/msvideo/msvideo_main.c, dlls/oleaut32/ole2disp.c:
+ Use MapLS/UnMapLS instead of SEGPTR_* macros.
+
+ * server/handle.c, server/mapping.c, server/mutex.c,
+ server/named_pipe.c, server/object.h, server/pipe.c,
+ server/process.c, server/protocol.def, server/queue.c,
+ server/registry.c, server/request.c, server/request.h,
+ server/semaphore.c, server/serial.c, server/snapshot.c,
+ server/sock.c, server/thread.c, server/timer.c, server/trace.c,
+ scheduler/synchro.c, server/async.c, server/async.h, server/atom.c,
+ server/change.c, server/console.c, server/debugger.c,
+ server/device.c, server/event.c, server/file.c, include/file.h,
+ include/wine/server_protocol.h, files/file.c, dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ - move async activation into the server
+ - implement async queues
+
+ * memory/global.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ GlobalReAlloc16: If heap has GlobalPageLock set, try only with
+ HEAP_REALLOC_IN_PLACE_ONLY flag set.
+
+2001-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/wowthunk.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use GlobalPageLock for GetVDMPointer32W16 pointers.
+
+ * relay32/relay386.c:
+ Fixed stack offset in relay debugging of cdecl register functions.
+
+ * memory/heap.c, memory/selector.c, graphics/win16drv/font.c,
+ include/heap.h, include/ntddk.h, include/winbase.h, include/winnt.h,
+ dlls/ole32/ifs.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in,
+ dlls/ntdll/debugtools.c, dlls/ntdll/heap.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/rtl.c:
+ Moved heap functions to ntdll.
+ Got rid of internal heap flags.
+ Reimplemented MapLS to not depend on the segptr heap.
+
+ * include/Makefile.in, include/msvcrt/share.h:
+ Bill Medland <medbi01@accpac.com>
+ Added share.h from Mingw32.
+
+ * README: Bang Jun-Young <junyoung@mogua.com>
+ Wine is now working on NetBSD, so add NetBSD to the supported OS'es
+ list (and add some notes as well).
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented timed-out non-overlapped ReadFile.
+
+ * tools/wrc/ppl.l, tools/wrc/wrc.h:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Replaced MAX with max and deleted definition of MAX.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Fixed/implemented the ImageList_*Drag* functions.
+
+ * dlls/comctl32/propsheet.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ If there is no psInfo, it doesn't need to be cleaned up.
+
+2001-12-17 Alexandre Julliard <julliard@winehq.com>
+
+ * if1632/.cvsignore, if1632/Makefile.in, if1632/thunk.c,
+ include/callback.h:
+ Removed no longer used thunking and callout functions.
+
+ * misc/system.c:
+ Store the 16-bit callback in the timer structure instead of using a
+ thunk.
+
+ * windows/user.c, msdos/dpmi.c, objects/dib.c, scheduler/thread.c,
+ if1632/relay.c, loader/ne/resource.c, memory/local.c,
+ dlls/setupapi/virtcopy.c, dlls/winedos/dosaspi.c,
+ graphics/win16drv/prtdrv.c, dlls/kernel/utthunk.c,
+ dlls/kernel/wowthunk.c:
+ Removed unnecessary includes.
+
+ * scheduler/process.c:
+ Call the 32-bit USER signal proc directly instead of using a callout.
+
+ * dlls/x11drv/winpos.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Prevent "window belongs to another process" errors when running
+ multiple programs simultaneously.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c:
+ Do not call THUNK_Init at startup, only do it when the app actually
+ requires thunks.
+
+ * include/cursoricon.h, loader/resource.c, windows/cursoricon.c,
+ dlls/user/user32.spec:
+ Export DestroyIcon32 from user32 and use GetProcAddress to call it
+ from FreeResource16.
+
+ * windows/.cvsignore, windows/Makefile.in, windows/painting.c,
+ windows/win.c, dlls/user/.cvsignore, dlls/user/Makefile.in,
+ dlls/user/property.c, dlls/user/text.c, dlls/user/thunk.c,
+ dlls/user/user.spec, dlls/user/wnd16.c:
+ Changed 16-bit USER Enum* functions to not use thunks, now that 16-bit
+ Winelib is no longer supported.
+
+ * windows/hook.c, windows/keyboard.c, dlls/user/mouse.c:
+ Got rid of dynamic thunk allocation in mouse/keyboard event procs and
+ window hooks.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, include/shlwapi.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented, documented or fixed SHDeleteOrphanKeyA/W, SHEnumKeyExA/W,
+ SHEnumValueA/W, SHQueryInfoKeyA/W. SHRegGetPathA/W, SHRegSetPathA/W,
+ SHGetValueA/W, SHSetValueA/W, SHQueryValueExA/W, SHDeleteKeyA/W,
+ SHDeleteEmptyKeyA/W, SHDeleteValueA/W, ordinals 320-323.
+
+ * memory/local.c: Rein Klazes <rklazes@xs4all.nl>
+ Added error message in LOCAL_GetBlock().
+
+ * windows/winpos.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Altered the algorithm for selecting a new focus after a window is
+ destroyed that currently has the focus.
+
+ * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec,
+ dlls/gdi/thunk.c, objects/font.c, objects/gdiobj.c,
+ objects/linedda.c, objects/metafile.c:
+ Changed 16-bit GDI Enum* functions to not use thunks, now that 16-bit
+ Winelib is no longer supported.
+
+ * objects/.cvsignore, objects/Makefile.in, objects/dc.c,
+ windows/dce.c, graphics/escape.c, include/gdi.h,
+ include/wine/wingdi16.h, dlls/gdi/gdi32.spec, dlls/gdi/printdrv.c:
+ Changed DC hook and abort proc handling to avoid having to allocate
+ thunks dynamically.
+
+ * dlls/comctl32/tab.c: Nog <nog@sdf.lonestar.org>
+ Pass on all unhandeled messages to the owner.
+
+ * dlls/shlwapi/path.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PathIsURL(A|W): Check for NULL strings.
+
+ * dlls/wininet/http.c:
+ Johan Dahlin <jdahlin@telia.com>
+ Add a few extra fields to HTTP_GetStdHeaderIndex.
+
+2001-12-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user.spec, windows/winproc.c:
+ Changed 16->32 window procedure thunks to use winebuild-generated
+ entry code directly.
+
+ * relay32/relay386.c, tools/winebuild/README, tools/winebuild/build.h,
+ tools/winebuild/import.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+ include/builtin16.h, dlls/ntdll/ntdll.spec, if1632/builtin.c,
+ if1632/relay.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c,
+ dlls/kernel/win87em.spec, dlls/kernel/windebug.spec,
+ dlls/kernel/wprocs.spec, Make.rules.in, dlls/kernel/kernel.spec:
+ Made register and interrupt flags instead of entry point types, so
+ that we can have both stdcall and cdecl register functions.
+ Changed 16-bit .spec.c file generation to avoid including builtin16.h.
+
+ * dlls/winsock/socket.c, include/winsock.h:
+ Paul Rupe <prupe@nc.rr.com>
+ Very simple support for SO_OPENTYPE in getsockopt and setsockopt.
+
+ * library/port.c:
+ Bang Jun-Young <junyoung@mogua.com>
+ Make use of solaris_try_mmap() for NetBSD. Rename it to
+ try_mmap_fixed() since it's no longer Solaris-specific.
+
+ * include/config.h.in, configure, configure.in:
+ Bang Jun-Young <junyoung@mogua.com>
+ Added check for stdint.h (needed on NetBSD).
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Bang Jun-Young <junyoung@mogua.com>
+ Fix NetBSD compilation errors.
+
+ * tools/wineshelllink:
+ Simon Walton <simonw2@pacbell.net>
+ Fixed a bashism.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Thawed some freezes.
+ Cleaned up time and notification handling.
+ Typos fixes (Gerard).
+ Added breakloop support.
+
+2001-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/Makefile.in, dlls/user/painting.c, dlls/user/wnd16.c,
+ windows/painting.c:
+ Started rewrite of painting functions for multiple processes. Moved
+ BeginPaint to dlls/user. Fixed bug in paint count handling.
+
+ * tools/wineshelllink:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some places where whitespace was not handled correctly.
+ Do not use `cmd`s within cat <<EOF since bash1 sometimes gets confused
+ by it.
+
+ * dlls/kernel/comm.c, dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Only RTS_CONTROL_HANDSHAKE should set CRTSCTS.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c:
+ Eric Laforest <ecl@pet.dhs.org>
+ Add the missing functionality in the tty driver.
+
+2001-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/relay.c,
+ tools/winebuild/spec32.c, include/winnt.h, relay32/relay386.c,
+ relay32/snoop.c, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in,
+ dlls/ntdll/ntdll.spec, if1632/.cvsignore, if1632/Makefile.in:
+ Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
+ to follow the naming convention for this type of functions.
+ Split 16 and 32-bit relay functions into separate files, and moved the
+ 32-bit ones to dlls/ntdll.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add new stub MLLoadLibrary.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c, include/shlwapi.h,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h, dlls/shlwapi/path.c,
+ dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/richedit/richedit.c,
+ dlls/shell32/clipboard.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/undocshell.h,
+ dlls/comctl32/commctrl.c, dlls/commdlg/filedlgbrowser.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add exclusion defs & remaining funcs, remove internal types &
+ obj_base.h (sync with win version), fixed a number of function
+ prototypes.
+
+ * scheduler/pthread.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Implemented pthread_rwlock stubs.
+
+ * controls/button.c:
+ Bill Medland <medbi01@accpac.com>
+ For a radio button even if the initial style includes WS_TABSTOP the
+ first BM_SETCHECK 0 will clear it (even if the state was clear).
+
+ * dlls/comctl32/treeview.c:
+ Bill Medland <medbi01@accpac.com>
+ A treeview item may be TVI_ROOT.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh@cadlink.com>
+ Fix for toolbar potentially using a NULL pointer.
+
+2001-12-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/win.h, windows/win.c, windows/winpos.c:
+ Added WIN_GetRectangles function.
+ Fixed WindowFromPoint to work accross processes.
+
+ * windows/message.c, include/sysmetrics.h, windows/sysmetrics.c,
+ windows/sysparams.c, dlls/user/user_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
+ SPI_GET/SETICONTITLEWRAP, SPI_GET/SETMENUDROPALIGNMENT,
+ SPI_GET/SETDOUBLECLKWIDTH, SPI_GET/SETDOUBLECLKHEIGHT,
+ SPI_GET/SETDOUBLECLICKTIME.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Change the message trace indentation to be consistent by thread.
+
+ * debugger/msc.c, debugger/types.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix for some types of C++ debug info that can cause winedbg to crash.
+
+ * windows/dialog.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ DIALOG_CreateIndirect can incorrectly kill the current input focus.
+
+2001-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winproc.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c:
+ Removed calls to HEAP_GetSegptr.
+
+ * dlls/winedos/module.c:
+ Fixed compile for !MZ_SUPPORTED.
+
+ * dlls/advapi32/registry.c, memory/registry.c:
+ Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
+ to avoid corrupting the last error code.
+
+ * include/ntddk.h, memory/codepage.c, dlls/ntdll/misc.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/wcstring.c:
+ Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
+ kernel32 functions, plus a few small cleanups.
+
+ * include/Makefile.in, include/msvcrt/mbctype.h,
+ include/msvcrt/mbstring.h, include/msvcrt/string.h,
+ dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ François Gouget <fgouget@codeweavers.com>
+ Cleanup and improve the mbcs support.
+ Add mbctype.h and mbstring.h.
+ Implement putwc and putwchar.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ The toolbar commands were not sent to the correct notification
+ window.
+
+ * include/wine/mmsystem16.h, include/wine/windef16.h,
+ include/wine/winnet16.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Fixed incorrect packing.
+
+ * dlls/msvcrt/environ.c:
+ François Gouget <fgouget@codeweavers.com>
+ getenv is case insensitive.
+
+ * dlls/msvcrt/time.c:
+ François Gouget <fgouget@codeweavers.com>
+ mktime must normalize the struct tm fields.
+
+2001-12-04 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/Makefile.in, programs/wineconsole/dialog.c,
+ programs/wineconsole/registry.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/winecon_user.h,
+ programs/wineconsole/wineconsole.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - allow to save/restore some properties into the registry (like font,
+ cursor size...)
+ - implement the two sets of properties (default & current)
+ - fixed some bugs mainly in dialog
+ - enhanced font selection mechanisms,
+ - added and protected sub-menu for all operations (sysmenu is not
+ avail in managed mode)
+ - better data separation for the backend(s)
+
+ * server/console.h, server/debugger.c, server/process.c,
+ server/process.h, server/thread.c, server/console.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Let the console renderer be defined as a thread.
+
+ * programs/winhelp/macro.h:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Only include the necessary files to avoid conflicts in gethostname
+ prototypes between winsock.h and unistd.h
+
+ * objects/bitmap.c:
+ Erik Inge Bolsø <knan@mo.himolde.no>
+ CreateBitmap can take nHeight or nWidth = zero, and then returns a
+ pointer to a 1x1 monochrome bitmap.
+
+ * dlls/shlwapi/ordinal.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct implementation of _169 (call of Release). This fixes crashes
+ when actually attempting to call Release.
+ - Correct some traces.
+
+ * msdos/Makefile.in, msdos/devices.c, msdos/dosaspi.c, msdos/dosmem.c,
+ msdos/dpmi.c, msdos/int10.c, msdos/int16.c, msdos/int17.c,
+ msdos/int19.c, msdos/int20.c, msdos/int21.c, msdos/int29.c,
+ msdos/int2f.c, msdos/int33.c, msdos/interrupts.c, msdos/ioports.c,
+ msdos/vga.c, msdos/xms.c, include/callback.h, include/dosexe.h,
+ include/miscemu.h, include/vga.h, miscemu/main.c,
+ graphics/dispdib.c, dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec,
+ dlls/winedos/Makefile.in, dlls/winedos/devices.c,
+ dlls/winedos/dosaspi.c, dlls/winedos/dosexe.h, dlls/winedos/dosvm.c,
+ dlls/winedos/int09.c, dlls/winedos/int10.c, dlls/winedos/int16.c,
+ dlls/winedos/int17.c, dlls/winedos/int19.c, dlls/winedos/int20.c,
+ dlls/winedos/int21.c, dlls/winedos/int29.c, dlls/winedos/int31.c,
+ dlls/winedos/int33.c, dlls/winedos/ioports.c, dlls/winedos/module.c,
+ dlls/winedos/vga.c, dlls/winedos/vga.h, dlls/winedos/winedos.spec,
+ dlls/winedos/xms.c, dlls/kernel/kernel_main.c,
+ dlls/kernel/wprocs.spec:
+ Moved most of the real-mode stuff to dlls/winedos.
+
+ * scheduler/process.c:
+ Added SYNCHRONIZE access to stdio handles.
+
+ * dlls/kernel/console.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Copy the correct number of bytes in WriteConsoleInputA.
+
+ * dlls/winmm/mmio.c, include/mmsystem.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bugs in output functions (write).
+ Rewrote some parts for better DLL separation.
+ Fixed some prototypes.
+ Fixed mmioAdvance in write mode.
+
+ * dlls/msacm/format.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed acmFormatChoose returned fields.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Initialize dialog data correctly in CreateTemplateDialog.
+
+ * dlls/kernel/comm.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Misc fixes to DCB building from command line.
+
+ * tools/wineconf:
+ Gerard Patel <gerard.patel@nerim.net>
+ Better handling of configuration with several Windows installations.
+
+2001-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
+ 0x80000000 set then the command id is really the index.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/string.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fixed PathIsURL{A|W}.
+ - Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
+ ChrCmpI{A|W}.
+ - Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
+ TracePopupMenuEx.
+
+ * include/shlwapi.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
+ ColorRGBToHLS
+ - Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
+ _378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
+ - Fix routines _217, _169, _240, _276, _342, _376.
+
+2001-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * include/user.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c,
+ dlls/user/user_main.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Removed Get/SetScreenSaveTimeout user driver functions because they
+ are not used.
+
+ * dlls/comctl32/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented ImageList_GetDragImage.
+ Fixed ImageList_SetDragCursorImage and ImageList_Merge.
+ No need for StretchBlt in ImageList_BeginDrag.
+ Added some traces.
+
+ * dlls/x11drv/dga2.c:
+ Glenn Schrader <geschrader@mediaone.net>
+ Use gdi_display everywhere to avoid BadColor errors.
+
+ * windows/nonclient.c, windows/painting.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Remove some possible interlocking problems with peb lock.
+
+ * dlls/winsock/socket.c:
+ Paul Rupe <prupe@nc.rr.com>
+ Fixed WS_getpeername parameter in WS_accept.
+ Changed order of event processing in WINSOCK_DoAsyncEvent.
+
+ * memory/virtual.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ map_image: map the PE header readonly.
+
+ * loader/pe_image.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ do_relocations: process relocation blocks with a VirtualAddress of 0,
+ stop once SizeOfBlock == 0.
+
+ * documentation/debugging.sgml:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Rename debug.h to debugtools.h.
+
+ * windows/winpos.c, windows/painting.c, windows/queue.c,
+ windows/timer.c, windows/win.c, windows/defwnd.c, windows/input.c,
+ windows/message.c, tools/make_requests, win32/console.c,
+ win32/device.c, win32/except.c, server/thread.h, server/timer.c,
+ server/trace.c, server/window.c, server/async.c, server/atom.c,
+ server/change.c, server/console.c, server/console.h,
+ server/context_i386.c, server/context_sparc.c, server/debugger.c,
+ server/device.c, server/event.c, server/file.c, server/handle.c,
+ server/mapping.c, server/mutex.c, server/named_pipe.c,
+ server/object.c, server/object.h, server/pipe.c, server/process.c,
+ server/protocol.def, server/queue.c, server/registry.c,
+ server/request.c, server/request.h, server/select.c,
+ server/semaphore.c, server/serial.c, server/snapshot.c,
+ server/sock.c, server/thread.c, msdos/vga.c,
+ programs/wineconsole/wineconsole.c, scheduler/client.c,
+ scheduler/handle.c, scheduler/pipe.c, scheduler/process.c,
+ scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c,
+ memory/atom.c, memory/registry.c, memory/selector.c,
+ memory/virtual.c, misc/options.c, misc/registry.c,
+ include/wine/server.h, include/wine/server_protocol.h,
+ loader/module.c, loader/pe_image.c, include/thread.h,
+ include/winbase.h, include/wincon.h, dlls/user/message.c,
+ dlls/user/property.c, dlls/winsock/socket.c, files/change.c,
+ files/dos_fs.c, files/file.c, dlls/ntdll/exception.c,
+ dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c,
+ dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/kernel/Makefile.in,
+ dlls/kernel/comm.c, dlls/kernel/console.c, dlls/kernel/debugger.c,
+ dlls/kernel/sync.c, dlls/kernel/toolhelp.c,
+ dlls/advapi32/registry.c:
+ Redesign of the server communication protocol to allow arbitrary sized
+ data to be exchanged.
+ Split request and reply structures to make backwards compatibility
+ easier.
+ Moved many console functions to dlls/kernel, added code page support,
+ changed a few requests to behave properly with the new protocol.
+
+2001-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/font_convert.sh, documentation/db2html-winehq,
+ documentation/make_winehq:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Avoid potential problems with filenames containing spaces.
+
+ * win32/console.c, programs/wineconsole/wineconsole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now passing event with --use-event to let programs starting with
+ digits being run.
+
+ * miscemu/main.c:
+ Joshua Thielen <thielen@netprince.net>
+ mmsystem.dll should be automatically loaded for 16-bit apps.
+
+ * debugger/debug.l:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed IO when not run with wineconsole.
+
+2001-11-24 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winver/Makefile.in, programs/winetest/Makefile.in,
+ programs/winhelp/Makefile.in, programs/wineconsole/Makefile.in,
+ programs/winemine/Makefile.in, programs/uninstaller/Makefile.in,
+ programs/view/Makefile.in, programs/wcmd/Makefile.in,
+ programs/osversioncheck/Makefile.in, programs/progman/Makefile.in,
+ programs/regapi/Makefile.in, programs/regtest/Makefile.in,
+ programs/cmdlgtst/Makefile.in, programs/control/Makefile.in,
+ programs/notepad/Makefile.in, programs/avitools/Makefile.in,
+ programs/clock/Makefile.in, programs/Makeprog.rules.in:
+ Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
+
+ * server/window.c:
+ Skip queue cleanups if queue has been destroyed already.
+
+ * dlls/ntdll/reg.c, memory/registry.c, dlls/advapi32/registry.c:
+ Fixed registry routines broken by the structure sizes fix.
+
+2001-11-23 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/Makefile.in, debugger/debug.l, debugger/debugger.h,
+ debugger/editline.c, debugger/hash.c, debugger/source.c,
+ debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Revisited console support (got rid of old hacks and private editline
+ since we now have a brand new console), removed private debug heap.
+
+ * win32/Makefile.in, win32/console.c, win32/editline.c,
+ tools/make_requests, server/console.c, server/console.h,
+ server/debugger.c, server/file.c, server/handle.c, server/object.h,
+ server/process.c, server/process.h, server/protocol.def,
+ server/request.h, server/trace.c, scheduler/process.c,
+ programs/wineconsole/wineconsole.spec,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_res.h,
+ programs/wineconsole/wineconsole_res.rc,
+ programs/wineconsole/.cvsignore, programs/wineconsole/Makefile.in,
+ programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c, loader/module.c,
+ programs/Makefile.in, include/file.h, include/wincon.h,
+ include/wine/server_protocol.h, dlls/x11drv/x11drv_main.c,
+ documentation/running.sgml, documentation/wine.man.in, files/file.c,
+ configure.in, Makefile.in, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ New console code based on Win32 windows.
+
+ * msdos/vxd.c, loader/pe_image.c, memory/registry.c, dlls/ntdll/reg.c,
+ include/commctrl.h, include/dplay.h, include/dplobby.h,
+ include/mmsystem.h, include/nb30.h, include/ntddk.h,
+ include/ntdef.h, include/winbase.h, include/wingdi.h,
+ include/winnt.h, include/winuser.h, dlls/advapi32/registry.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed packing and layout of many system structures.
+
+ * dlls/msvcrt/environ.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MSVCRT_getenv: compare for the length of the key and return NULL in
+ case of failure.
+
+ * documentation/packaging.sgml:
+ Michael Stefaniuc <mstefani@redhat.com>
+ Add missing </para>.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Check for completed overlappeds in ReadComm16 to solve problems with
+ programs that loop on it but don't get data.
+
+ * include/msvcrt/sys/types.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ _dev_t is an unsigned integer.
+
+2001-11-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/sysparams.c, dlls/x11drv/x11drv_main.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
+ SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.
+
+ * dlls/advapi32/advapi.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ GetUserName should include the terminating null character when
+ returning the size of the buffer returned. Correctly handle the
+ ERROR_MORE_DATA case.
+
+ * memory/global.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Use exception handler for GlobalUnlock, GlobalFree.
+
+ * dlls/winedos/int09.c, dlls/winedos/module.c, windows/cursoricon.c,
+ dlls/shell32/shellstring.c, dlls/shlwapi/ordinal.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * dlls/x11drv/x11drv.spec, dlls/msrle32/msrle32.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/avicap32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/msrle32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/msvfw32.api,
+ tools/winapi_check/win32/netapi32.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/sti.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/url.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/winedos.api,
+ tools/winapi_check/win32/ws2_32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * dlls/comctl32/toolbar.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ TOOLBAR_GetRect did not correctly translate the command ID to the
+ button index.
+
+ * tools/wineshelllink:
+ Dusan Lacko <dlacko@codeweavers.com>
+ Add Debian/Mandrake menu system support.
+
+ * windows/class.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ It is legal to call UnregisterClass with an hInstance of zero.
+
+ * server/context_i386.c, server/context_sparc.c:
+ Francois Gouget <fgouget@free.fr>
+ Only include 'sys/user.h' for Linux. Fixes a compilation error on
+ FreeBSD 5.0.
+
+ * include/winnt.h, dlls/advapi32/service.c, dlls/ntdll/nt.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix LUID definition.
+
+ * windows/spy.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert message spy to unicode.
+
+ * windows/x11drv/keyboard.c:
+ Dave Hawkes <daveh-wine@cadlink.com>
+ Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
+ a char type and max_keycode is 255.
+
+2001-11-19 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c, win32/time.c, programs/uninstaller/main.c,
+ programs/uninstaller/rsrc.rc, scheduler/pthread.c,
+ tools/wineinstall, msdos/int21.c, misc/cdrom.c, files/directory.c,
+ files/dos_fs.c, documentation/samples/config,
+ documentation/packaging.sgml, dlls/x11drv/dga2.c,
+ dlls/wineps/wps_De.rc, dlls/oleaut32/typelib.c,
+ dlls/ole32/compobj.c, controls/EDIT.TODO,
+ dlls/dplayx/dplayx_global.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix wrong hexadecimal GetLastError() output
+ - misc fixes
+ - changed my email address
+
+ * dlls/kernel/debugger.c, server/process.c, tools/winebuild/spec32.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Prevent warnings about labels at end of switch statements when
+ compiling with gcc-3.x.
+
+ * dlls/wsock32/protocol.c, dlls/wsock32/socket.c, server/trace.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the Solaris and FreeBSD compilation errors introduced by the
+ recent winsock update.
+
+ * dlls/winmm/wineoss/audio.c:
+ Simon Britnell <ughbash@yahoo.com>
+ Fix a loop playing failure and a problem with choppy sound.
+
+ * include/msvcrt/process.h, dlls/dinput/joystick/linux.c,
+ dlls/shlwapi/url.c:
+ Francois Gouget <fgouget@free.fr>
+ A few typos.
+
+ * include/rpcndr.h:
+ Francois Gouget <fgouget@free.fr>
+ MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
+
+ * dlls/kernel/kernel32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Better relaying for _lcreat.
+
+ * dlls/avicap32/avicap32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Small typo in avicap32.spec fixed.
+
+ * windows/win.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix exchanged lines in WIN_GetWindowLong.
+
+2001-11-16 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Truncate the window text if it is too large for the request buffer.
+
+ * windows/class.c:
+ Joshua Thielen <thielen@netprince.net>
+ Local classes registered with USER instance handle now are now found
+ in CLASS_FindClassByAtom.
+
+ * include/richedit.h, dlls/richedit/richedit.c:
+ Jussi Jumppanen <jussij@zeusedit.com>
+ Added missing RichEdit defines.
+
+2001-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c, dlls/user/message.c, include/win.h, server/queue.c,
+ server/user.h, server/window.c:
+ Moved WIN_FindWinToRepaint functionality to the server.
+
+ * server/sock.c, include/wine/winsock16.h, include/Makefile.in,
+ include/windows.h, include/winsock.h, include/winsock2.h,
+ include/ws2tcpip.h, include/wsipx.h, dlls/winsock/Makefile.in,
+ dlls/winsock/async.c, dlls/winsock/socket.c,
+ dlls/winsock/winsock.spec, dlls/winsock/ws2_32.spec,
+ dlls/wsock32/protocol.c, dlls/wsock32/socket.c,
+ dlls/wsock32/wsock32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Make winsock.h and winsock2.h independent from the Unix headers.
+ Make them compatible with both the Unix C headers and the MSVCRT
+ headers.
+ Ensure compatibility with the Unix headers via the USE_WS_PREFIX
+ macro.
+ Add WINE_NOWINSOCK: prevents winsock.h from being included from
+ windows.h when defined.
+ Add ws2tcpip.h, move definitions to the right header.
+
+ * include/wingdi.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Structure NEWTEXTMETRIC uses packing 4.
+
+ * include/mapidefs.h:
+ Jussi Jumppanen <jussij@zeusedit.com>
+ Added missing MAPI defines.
+
+2001-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c, windows/painting.c, windows/win.c,
+ include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/request.h, server/trace.c, server/unicode.h, server/user.h,
+ server/window.c:
+ Store the window caption text in the server.
+ Maintain a paint count separately for each window.
+
+ * dlls/x11drv/winpos.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix the server paint count in SetWindowPos.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
+ 16/32 API call ordering.
+
+ * windows/input.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
+ SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
+ acceleration/threshold for relative mouse movements.
+
+ * controls/edit.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
+ starting line char index, not line index (== line number).
+
+ * include/shlwapi.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement ordinals 7, 8, 9, 13, 14, 19, 36.
+ - Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}
+
+2001-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some race conditions in notification vs. operation
+ synchronization using the same in process message ring in waveIn as in
+ waveOut.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fixes stupid bug with typelib filenames.
+
+ * dlls/user/wnd16.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Cast id to unsigned in GetDlgItem16.
+
+ * dlls/kernel/comm.c:
+ Gerson Kurz <Gerson.Kurz@pergamon-software.de>
+ Parity settings were not set properly in BuildCommDCBAndTimeouts()
+ because of an off-by-one error.
+
+ * dlls/commdlg/fontdlg.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixed handling of -1 itemid in WM_DRAWITEM.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ - implement mbscspn mostly as a stub
+ - reimplement mktime
+
+ * dlls/rasapi32/rasapi.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - don't forget to initialize number of connections to 0
+ - add "RAS doesn't work" warning
+
+2001-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/wineoss/audio.c:
+ Simon Britnell <ughbash@yahoo.com>
+ Cleaned up the wodPlayer functionality to make it easier to follow.
+ Changed notification to be calculated from bytes played rather than
+ time elapsed.
+
+ * dlls/msacm/driver.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Test bits with '&' instead of '&&'.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
+ parameters processing.
+
+ * programs/regapi/regapi.c:
+ François Gouget <fgouget@codeweavers.com>
+ Correct handling of strings in setValue.
+ Better handling of str(x) and hex(x) in setValue.
+ Misc typos.
+
+ * documentation/wine.man.in:
+ Francois Gouget <fgouget@free.fr>o
+ Document the new -winver versions.
+
+ * dlls/user/wnd16.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
+ GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
+ Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.
+
+ * relay32/builtin32.c:
+ François Gouget <fgouget@codeweavers.com>
+ Recognize the FreeBSD dlopen equivalent of "cannot open".
+
+ * dlls/shlwapi/string.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Use proper unicode routine.
+
+ * Make.rules.in:
+ François Gouget <fgouget@codeweavers.com>
+ Make out-of-source-tree builds work with Solaris make.
+
+2001-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011108.
+
+----------------------------------------------------------------
+2001-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/wcs.c, dlls/shlwapi/url.c, include/wine/unicode.h:
+ Implemented inline version of the iswxxx functions.
+
+ * msdos/int09.c, msdos/interrupts.c, msdos/ioports.c,
+ msdos/Makefile.in, dlls/winedos/Makefile.in, dlls/winedos/dosvm.c,
+ dlls/winedos/int09.c, dlls/winedos/winedos.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Moved the int 9 (keyboard) handler to dlls/winedos.
+
+ * dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Find out how much data is available when calling ReadFileEx.
+
+2001-11-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Repaired child window activation broken by previous change.
+
+ * windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add dumping of window styles at the window creation time.
+
+ * msdos/vga.c: Ove Kaaven <ovek@arcticnet.no>
+ Added a few default palette entries for the VGA/MCGA 256-color mode.
+ Made the VGA mode set go through RunInThread, so that the VGA graphics
+ window gets owned by the right thread.
+
+ * server/thread.c:
+ Avoid ftruncate to work around broken UMSDOS file system.
+
+ * windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Created new infrastructure for SystemParametersInfo function. Used it
+ to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
+ SPI_GET/SETSHOWSOUNDS system parameters.
+
+ * documentation/architecture.sgml:
+ Bill Medland <medbi01@accpac.com>
+ Minor grammatical corrections.
+
+ * msdos/dpmi.c, dlls/winedos/module.c, dlls/winedos/winedos.spec,
+ include/callback.h, include/dosexe.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added RunInThread callout to winedos.
+
+ * server/protocol.def, server/trace.c, include/wine/server_protocol.h,
+ scheduler/synchro.c, server/named_pipe.c, dlls/kernel/sync.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Make ConnectNamedPipe work in overlapped mode.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Ignore DSR/DTR flow control in DCB. termios doesn't support it.
+
+2001-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/shlwapi.h, dlls/shlwapi/path.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/shell32/shlmenu.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/richedit/richedit.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/clipboard.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellstring.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
+ dlls/comctl32/commctrl.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Define rest of URL_ESCAPE... and other flags.
+ - Define implemented interfaces for reg.c and url.c.
+
+ * dlls/shlwapi/url.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
+ and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
+ - Make UrlCanonicalizeA use UrlCanonicalizeW.
+ - Implement full functionality in UrlCanonicalizeW.
+ - Implement UrlCombine{A|W}.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
+ - Fix error in SHLWAPI_18
+ - New file (ordinal.h) with documentation for _1, &_2.
+
+ * windows/message.c, windows/winpos.c, dlls/x11drv/winpos.c,
+ include/winpos.h, dlls/ttydrv/wnd.c:
+ Window activation cleanups.
+
+ * scheduler/process.c:
+ Return success in CreateProcess when we started a non-Winelib Unix
+ process.
+
+ * configure, configure.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add $X_LIBS path while searching for libfreetype.
+
+ * dlls/dinput/device.c:
+ <larstiq@larstiq.dyndns.org>
+ Devices never need to be polled, so return DI_NOEFFECT in Poll.
+
+ * server/select.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent danger of accessing freed memory (theoretical but unlikely
+ bug).
+
+ * programs/regapi/regapi.c:
+ François Gouget <fgouget@codeweavers.com>
+ strsep is not implemented on Solaris, replace it with our own portable
+ implementation.
+
+ * library/debug.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Renamed struct option to struct debug_option to avoid compile problems
+ where struct option is already defined.
+
+ * tools/wrc/writeres.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix a buffer overflow in write_name_str, bug found by
+ jonathan@corvu.com.au.
+
+ * tools/winecheck: <ghutchis@cisco.com>
+ Avoid parsing the whole tree to find libwine.so.
+
+ * loader/module.c, windows/sysparams.c, dlls/user/exticon.c,
+ dlls/wsock32/socket.c, graphics/win16drv/init.c,
+ graphics/win16drv/prtdrv.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/string.c, dlls/shell32/iconcache.c,
+ dlls/shell32/pidl.c, dlls/shell32/shellord.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/oleaut32/variant.c,
+ dlls/shell32/changenotify.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/tab.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, controls/combo.c:
+ Francois Gouget <fgouget@free.fr>
+ Don't prefix %p with 0x.
+ Various English fixes.
+
+ * windows/x11drv/clipboard.c, windows/class.c, windows/dialog.c,
+ tools/wrc/parser.l, tools/wrc/ppl.l, win32/device.c,
+ server/request.c, tools/make_X11wrappers, tools/winebuild/build.h,
+ tools/winebuild/spec16.c, tools/winebuild/utils.c, msdos/dosmem.c,
+ msdos/dpmi.c, msdos/int10.c, scheduler/client.c,
+ scheduler/sysdeps.c, scheduler/thread.c, memory/global.c,
+ memory/virtual.c, misc/cpu.c, library/port.c, loader/elf.c,
+ loader/ne/module.c, loader/ne/resource.c, include/wine/port.h,
+ include/cdrom.h, include/config.h.in, include/console.h,
+ include/gdi.h, include/heap.h, include/thread.h, include/ts_shape.h,
+ include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h,
+ include/ts_xlib.h, include/ts_xpm.h, include/ts_xrender.h,
+ include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h,
+ include/ts_xvideo.h, include/wine_gl.h, include/x11drv.h,
+ dlls/x11drv/dga2.h, dlls/x11drv/x11ddraw.h, dlls/x11drv/xvidmode.h,
+ files/drive.c, dlls/winmm/wineoss/oss.h, dlls/winsock/async.c,
+ dlls/winsock/socket.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/objects.c,
+ dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/user.c,
+ dlls/ntdll/misc.c, dlls/odbc32/proxyodbc.c, dlls/kernel/comm.c,
+ dlls/msvcrt/msvcrt.h, controls/menu.c, dlls/ddraw/mesa.c,
+ dlls/dplayx/dplay.c, configure.in, console/xterm.c, configure:
+ François Gouget <fgouget@codeweavers.com>
+ Fix the #include order for config.h.
+ Add #include "config.h" directives where needed.
+
+ * dlls/netapi32/netapi32.c, include/config.h.in, include/debugtools.h,
+ configure, configure.in:
+ François Gouget <fgouget@codeweavers.com>
+ Make debugtools.h independent from config.h.
+
+ * server/window.c:
+ Allow owner to be the desktop window.
+
+ * programs/regapi/regapi.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ The 'dword' values should be stored as big endian values.
+
+ * include/Makefile.in, include/nb30.h, configure.in, dlls/Makefile.in,
+ dlls/netapi32/.cvsignore, dlls/netapi32/Makefile.in,
+ dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec, configure:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added netapi32.dll and the Netbios() call.
+
+ * windows/caret.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ For drawing a caret, internally replaced the brush by a bitmap (this
+ allows caret of size > 8x8),
+
+ * misc/options.c, misc/version.c:
+ Francois Gouget <fgouget@free.fr>
+ Add versions for WinME and WinXP.
+ Fix the 16bit version return for Win2000.
+ More closely match the Win95/98 CSDVersion fields.
+ Enhance documentation of Win95 version numbers.
+ Confirm the existing data for Win2000.
+
+ * dlls/shlwapi/reg.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix incorrect use of a Unicode string literal.
+
+ * graphics/x11drv/xfont.c, objects/font.c:
+ François Gouget <fgouget@codeweavers.com>
+ Add traces to help diagnose systematic cached-metrics regeneration
+ problems.
+
+ * dlls/shell32/iconcache.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename SIC_CompareEntrys to SIC_CompareEntries, and make it static.
+
+ * dlls/msrle32/.cvsignore, dlls/msrle32/Makefile.in,
+ dlls/msrle32/msrle32.c, dlls/msrle32/msrle32.spec, dlls/Makefile.in,
+ dlls/avicap32/.cvsignore, dlls/avicap32/Makefile.in,
+ dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c,
+ configure, configure.in:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for msrle32.dll and implemented RLE8 decoder.
+ Added stub for avicap32.
+
+2001-11-05 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/font.c, graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert GetCharWidth to Unicode.
+
+ * dlls/user/message.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Move SPY_EnterMessage call after all possible exits so that there will
+ be a matching SPY_ExitMessage.
+
+ * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shell32/shellstring.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
+ code but duplicated deliberately.
+ - Implement StrRChrI{A|W}.
+
+ * windows/spy.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Add support for Wine internal messages.
+
+ * tools/winedump/main.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c,
+ tools/winedump/winedump.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed and globalized some path and module name handling.
+ Tweaked the demangling of function pointers as function parameters.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed dst / src lines implementation.
+ Added mux/mixer control for master rec.
+ Added framework for multiple mixers.
+
+ * dlls/winsock/socket.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Test for ws_timeout=NULL in winsock select().
+
+ * configure.in, configure:
+ François Gouget <fgouget@codeweavers.com>
+ Tell Solaris users where to get XPM.
+
+ * library/port.c:
+ François Gouget <fgouget@codeweavers.com>
+ FALSE is not defined on Solaris.
+
+ * graphics/x11drv/dib.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix line length calculation in X11DRV_DIB_Convert_any_asis.
+ Correctly initialize the color masks of 24bpp DIBs.
+
+ * windows/class.c:
+ Joshua Thielen <thielen@netprince.net>
+ For global classes, GetClassInfo now returns a handle to USER.
+
+ * msdos/interrupts.c, include/miscemu.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented a dynamic table of DOS interrupt handlers.
+
+2001-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winspool/info.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix RegSetValueEx calls and crash when DriverName="" in registry.
+
+ * dlls/ntdll/signal_i386.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Protect against an interrupt-pending signal recursion.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/asyncsrc.c,
+ dlls/quartz/avidec.c, dlls/quartz/basepin.c, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
+ dlls/quartz/fgpass.c, dlls/quartz/fmap.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/iunk.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/parser.c, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ dlls/quartz/seekpass.c, dlls/quartz/vidren.c,
+ dlls/quartz/wavparse.c, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented IPropertyBag.
+ Implemented some FilterMapper2 methods.
+ Implemented AddSourceFilter.
+ Implemented Render partially.
+ Implemented Connect partially.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added definitions of MERITs.
+
+ * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stub for ICImageCompress.
+ Implemented ICImageDecompress.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Added stubs for _18,_21,_22 which seem to be used only by native
+ shdocvw.dll
+ - Implemented _26, _27, _28, _32, and _34 (more isw... functions).
+
+ * dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Stub UrlCombineA and initial implementation of UrlCombineW.
+
+ * dlls/shlwapi/reg.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement SHRegGetBoolUSValue{A|W}.
+
+ * dlls/user/resources/user32_icons.rc:
+ Jeremy Newman <jnewman@codeweavers.com>
+ Replaced Martini glass.
+
+2001-10-25 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c, scheduler/process.c, server/process.c:
+ Don't keep main exe and dlls handles open when the file is on
+ removable media.
+
+ * dlls/shell32/shlview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Add handling for LVN_GETDISPINFOW.
+
+2001-10-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/reg.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Correct implementation of HUSKEY internals, including functions:
+ SHRegOpenUSKey{A|W}, SHRegCloseUSKey, SHRegGetUSValue{A|W},
+ SHRegQueryInfoUSKey{A|W}
+ - Implement SHRegQueryUSValue{A|W}
+
+ * dlls/shlwapi/ordinal.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement:
+ SHLWAPI_2 - Identify internet protocols.
+ SHLWAPI_25 - iswalpha
+ SHLWAPI_33 - iswdigit
+
+ * windows/winpos.c:
+ Joshua Thielen <thielen@netprince.net>
+ Switch focus to activated window even if no window previously had the
+ focus.
+
+ * memory/virtual.c:
+ Try to use read instead of mmap for files on removable media, so that
+ we don't need to keep the mapping handle open.
+
+ * server/file.c, server/mapping.c, server/object.h,
+ server/protocol.def, server/trace.c, files/dos_fs.c, files/file.c,
+ include/file.h, include/wine/server_protocol.h, misc/registry.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Save a disk file's drive type in the server object.
+
+2001-10-23 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c: Cosmetic fixes.
+
+ * configure, configure.in, dlls/Makefile.in, dlls/devenum/.cvsignore,
+ dlls/devenum/Makefile.in, dlls/devenum/devenum.spec,
+ dlls/devenum/devenum_main.c, dlls/msdmo/.cvsignore,
+ dlls/msdmo/Makefile.in, dlls/msdmo/msdmo.spec,
+ dlls/msdmo/msdmo_main.c, dlls/qcap/.cvsignore,
+ dlls/qcap/Makefile.in, dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for msdmo.dll, qcap.dll and devenum.dll.
+
+ * configure.in, dlls/gdi/freetype.c, include/config.h.in,
+ include/font.h, objects/font.c, configure:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement GetFontData.
+
+ * dlls/Makefile.in, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/propertyframe.c,
+ dlls/oleaut32/stubs.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented OleCreatePropertyFrame and
+ OleCreatePropertyFrameIndirect.
+
+ * include/winbase.h, include/wincon.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Moved/added some console definitions.
+
+ * misc/version.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Revert 16bit win95 version back to original value. Fixes InstallShield
+ installer version check.
+
+ * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c,
+ include/x11font.h, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ ExtTextOutW with symbol fonts works with chars in the ranges
+ 0x0000 -- 0x00ff and 0xf000 -- 0xf0ff and not, for example, with
+ chars in the Unicode Greek range.
+
+ * dlls/ole32/compobj.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Better failure messages for CoCreateInstance.
+
+ * windows/dce.c:
+ Fixed window handle check in GetDCEx.
+
+ * windows/win.c: A couple of optimizations.
+
+ * win32/except.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Expand environment variables in "Debugger" setting.
+ Replace fixed-size buffers with dynamic ones.
+
+ * dlls/shell32/classes.c, dlls/shell32/shell32_main.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
+ flag is set. Corrects the given type and icon.
+
+2001-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/user/message.c, dlls/user/user_main.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec,
+ include/user.h, include/win.h, include/wine/server_protocol.h,
+ server/protocol.def, server/request.h, server/trace.c,
+ server/window.c, windows/defwnd.c, windows/win.c, windows/winpos.c,
+ controls/scroll.c:
+ Store in the server all the window information accessible with
+ Get/SetWindowLong.
+
+ * dlls/winmm/wineoss/midi.c, files/file.c, dlls/advapi32/service.c,
+ dlls/ntdll/om.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/stg_stream.c,
+ dlls/wininet/ftp.c, dlls/wininet/internet.c,
+ dlls/winmm/mciwave/mciwave.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling, grammar and a bit of comment formatting fixes.
+
+ * dlls/Makefile.in, dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/avidec.c, dlls/quartz/aviparse.c,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/csconv.c, dlls/quartz/fgpass.c,
+ dlls/quartz/imfilter.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
+ dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
+ dlls/quartz/seekpass.c, dlls/quartz/seekpass.h,
+ dlls/quartz/videoblt.c, dlls/quartz/videoblt.h,
+ dlls/quartz/vidren.c, dlls/quartz/vidren.h, dlls/quartz/wavparse.c,
+ dlls/quartz/xform.c, dlls/quartz/xform.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some bugs.
+ Implemented AVI Decompressor.
+ Started implementing Color Space Converter.
+ Started implementing seeking.
+
+ * debugger/winedbg.c: Added "--auto" option.
+
+ * dlls/wineps/init.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add support for environment variables in the printer settings.
+ Remove the fixed-size buffers.
+
+ * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/msvcrt/conio.h, include/msvcrt/crtdbg.h,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/eh.h, include/msvcrt/fcntl.h,
+ include/msvcrt/io.h, include/msvcrt/locale.h,
+ include/msvcrt/malloc.h, include/msvcrt/process.h,
+ include/msvcrt/search.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/time.h,
+ include/msvcrt/wchar.h, include/msvcrt/wctype.h:
+ Francois Gouget <fgouget@free.fr>
+ Added __WINE_USE_MSVCRT.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ David Elliott <dfe@tgwbd.org>
+ Implemented the wcstoul function.
+
+2001-10-21 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c, dlls/oleaut32/ole2disp.c,
+ documentation/patches.sgml, documentation/samples/config,
+ files/dos_fs.c, files/profile.c, graphics/x11drv/oembitmap.c,
+ memory/instr.c, tools/winecheck, win32/except.c, windows/keyboard.c,
+ windows/win.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Cosmetics.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add stubs for _25, _33, _35
+ - Add/correct code for: _15, _29, _30, _31, _151, _152, _153, _154,
+ _158.
+
+ * dlls/shlwapi/reg.c, include/shlwapi.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement HUSKEY design.
+ - Implement functions: SHRegOpenUSKey{A|W}, SHRegCloseUSKey,
+ SHRegGetUSValue{A|W}, SHRegQueryInfoUSKey{A|W}
+
+ * dlls/shlwapi/url.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
+ - Stub UrlGetLocation{A|W}.
+
+ * dlls/ntdll/debugtools.c:
+ Avoid crashing on non-initialized debug info.
+
+ * include/wine/obj_property.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed a typo.
+
+ * objects/font.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implemented GetCharacterPlacementW.
+
+ * dlls/x11drv/xvidmode.c:
+ Andrew Lewycky <andrew@transgaming.com>
+ XFree86 4.1 gamma ramp support.
+
+ * include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a typo.
+
+ * dlls/kernel/comm.c, dlls/user/comm16.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Return TRUE on success in COMM_BuildOldCommDCB.
+ DCB16.BaudRate > 57600 means 115200.
+ OpenComm16 should use overlapped I/O.
+
+2001-10-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c,
+ dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/user_main.c,
+ dlls/x11drv/Makefile.in, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, include/mouse.h, include/user.h,
+ include/x11drv.h, windows/input.c, windows/x11drv/Makefile.in,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/mouse.c:
+ Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
+ hack. Moved mouse.c to dlls/x11drv.
+ Added KeymapNotify event handler, and fixed handling with multiple
+ alt/shift/control keys.
+ Removed dinput functions from USER driver.
+
+ * include/winuser.h: Added a few XBUTTON defines.
+
+ * windows/mdi.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
+
+ * dlls/dinput/Makefile.in:
+ Make dinput a properly separated dll.
+
+ * dlls/dinput/mouse/main.c:
+ Use WH_MOUSE_LL hook instead of redirecting the mouse event handler.
+
+ * dlls/dinput/keyboard/main.c:
+ Fixed GetDeviceState and GetDeviceData to use only exported APIs.
+
+2001-10-17 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix tons of color conversion bugs.
+ Reorganize things more rationally and so that more code is shared.
+
+ * windows/input.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed mouse_event bug - cursor was moved before new position was
+ calculated.
+
+ * dlls/ntdll/debugtools.c:
+ Johan Gill <johane@lysator.liu.se>
+ Relay tracing would crash if it came upon a function call with an
+ invalid pointer as a parameter.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ Releasing a mouse button now clears an entry in table
+ InputKeyStateTable instead of AsyncKeyStateTable.
+
+ * windows/winpos.c:
+ Bill Medland <medbi01@accpac.com>
+ Only modify the ancestor if you find it.
+
+ * windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ include/wine/keyboard16.h, win32/console.c, windows/hook.c,
+ windows/input.c, windows/keyboard.c, windows/sysparams.c,
+ include/keyboard.h, include/queue.h, include/user.h,
+ include/winuser.h, include/x11drv.h, dlls/user/user_main.c,
+ dlls/user/keyboard.spec, dlls/user/lstr.c:
+ Added support for low-level mouse and keyboard hooks.
+ Misc keyboard handling cleanups.
+
+ * windows/message.c, dlls/user/message.c, include/message.h,
+ server/main.c, server/queue.c, server/request.c, server/request.h:
+ Make sure that GetMessagePos and GetMessageTime return sane values
+ for all messages.
+
+ * dlls/ddraw/dsurface/user.c:
+ Jukka Heinonen <jhei@iki.fi>
+ When a surface becomes primary surface, mark the whole surface damaged.
+
+ * graphics/x11drv/palette.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Use the same color conversion algorithm as the DIB code (and Windows),
+ i.e. shifts, not MulDivs.
+ Fix the grayscale formula.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Separate code to overlapped timeouts into FILE_GetTimeout.
+
+2001-10-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, dlls/user/user_main.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, include/queue.h, include/user.h,
+ include/win.h, include/winpos.h, windows/dce.c, windows/painting.c,
+ windows/queue.c, windows/win.c, windows/winpos.c,
+ windows/x11drv/event.c, controls/icontitle.c, dlls/ttydrv/wnd.c:
+ Added internal Wine messages to perform SetWindowPos, ShowWindow and
+ SetParent in the correct thread.
+ Replace QUEUE_IsExitingQueue by USER_IsExitingThread.
+ Store window rectangles in the server.
+ Prevent DestroyWindow on windows not belonging to the current thread.
+
+ * server/request.h, server/trace.c, server/window.c,
+ tools/make_requests, include/wine/server_protocol.h,
+ server/protocol.def:
+ Added requests to store window rectangles in the server.
+
+ * controls/menu.c, controls/scroll.c, dlls/user/controls.h,
+ include/nonclient.h, windows/defwnd.c, windows/nonclient.c:
+ Moved scrollbar tracking code to scroll.c.
+ Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
+
+ * README, documentation/bugs.sgml, documentation/cvs-regression.sgml:
+ Gerard Patel <gerard.patel@nerim.net>
+ Misc doc updates.
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Registry entries for stdole32.tlb.
+
+ * tools/winedump/main.c, tools/winedump/output.c, tools/winedump/pe.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - eliminate different segmentation faults.
+ - when attempting to open a dll, append ".dll" to find it (was
+ stripped previously).
+ - identify named exports so that the ordinal number is "@" in .spec
+ file.
+ - setup output dll name prior to creating ordinal symbols.
+ - don't overlay the named exports with the ordinal exports.
+ - correct test for last symbol.
+ - fix generated install script to match current make files.
+
+2001-10-15 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/mdi.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix the case where child=0 (last child) in MDI_ChildActivate.
+
+ * controls/icontitle.c, controls/scroll.c, dlls/user/msg16.c,
+ dlls/x11drv/desktop.c, dlls/x11drv/scroll.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, include/win.h, windows/class.c, windows/dce.c,
+ windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c,
+ windows/message.c, windows/nonclient.c, windows/painting.c,
+ windows/spy.c, windows/timer.c, windows/win.c:
+ Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
+ WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
+ don't need to access windows of other processes.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/msvcrt/file.c, include/msvcrt/stdio.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ The _IOXXX macros conflict with system headers on Solaris. Prefix
+ them.
+
+ * dlls/shell32/shell.c:
+ Kai Morich <mail@kai-morich.de>
+ InternalExtractIcon16 forgot to close file handle.
+
+ * include/winbase.h, memory/atom.c:
+ Francois Gouget <fgouget@free.fr>
+ Add INVALID_ATOM and MAXINTATOM to winbase.h.
+ Replace MIN_STR_ATOM with MAXINTATOM.
+
+2001-10-14 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c, windows/dialog.c, loader/elf.c, loader/ne/module.c,
+ loader/ne/resource.c, memory/global.c, memory/virtual.c, misc/cpu.c,
+ msdos/dosmem.c, msdos/dpmi.c, scheduler/client.c,
+ scheduler/sysdeps.c, scheduler/thread.c, server/request.c,
+ tools/winebuild/spec16.c, win32/device.c, controls/menu.c,
+ dlls/dplayx/dplay.c, dlls/kernel/comm.c, dlls/odbc32/proxyodbc.c,
+ dlls/winsock/async.c, dlls/winsock/socket.c, files/drive.c,
+ library/port.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ When including 'wine/port.h', include it first.
+ Remove redundant 'config.h' includes.
+
+ * tools/winebuild/relay.c, tools/winebuild/spec32.c, tools/wmc/mcl.c,
+ tools/wmc/mcy.y, tools/wmc/wmc.c, windows/winproc.c,
+ windows/x11drv/wineclipsrv.c, dlls/user/exticon.c,
+ dlls/wineps/graphics.c, graphics/env.c, graphics/path.c,
+ loader/loadorder.c, loader/pe_resource.c, memory/heap.c,
+ memory/selector.c, msdos/int11.c, msdos/int16.c, relay32/relay386.c,
+ scheduler/critsection.c, server/mapping.c, server/trace.c,
+ tools/winebuild/import.c, tools/winebuild/main.c,
+ tools/winebuild/parser.c, console/generic.c, console/interface.c,
+ console/ncurses.c, console/tty.c, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dtexture.c, dlls/ntdll/exception.c,
+ dlls/opengl32/wgl.c, dlls/shell32/systray.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ When including config.h, include it first.
+
+ * include/Makefile.in, include/rpcdce.h, include/rpcndr.h,
+ include/rpcproxy.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some RPC definitions.
+
+ * objects/font.c, windows/driver.c, dlls/shell32/shellord.c,
+ dlls/user/comm16.c, dlls/winmm/driver.c, dlls/winspool/info.c,
+ loader/module.c, dlls/shell32/pidl.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't print NULL strings (crashes on Solaris).
+ Small code maintainability tweak in ShellExecuteExA.
+ Two typo fixes in winmm.
+
+ * include/amvideo.h, include/control.h, include/strmif.h,
+ dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
+ dlls/quartz/asyncsrc.h, dlls/quartz/audioutl.c,
+ dlls/quartz/audioutl.h, dlls/quartz/audren.c,
+ dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basepin.c, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
+ dlls/quartz/enumunk.c, dlls/quartz/fgevent.c, dlls/quartz/fgidisp.c,
+ dlls/quartz/fgpass.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ifgraph.c, dlls/quartz/igconfig.c,
+ dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imfilter.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/parser.c, dlls/quartz/parser.h,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/sample.c, dlls/quartz/seekpass.c,
+ dlls/quartz/sysclock.c, dlls/quartz/vidren.c,
+ dlls/quartz/wavparse.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Started implementing AVI splitter.
+ Implemented AsyncSource.
+ Merged some C sources.
+ Fixed some bugs.
+
+ * include/mmreg.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
+
+ * files/dos_fs.c, files/file.c, include/file.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Pass security attributes for DOSFS creation.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed bugs with propget methods with input arguments.
+ Improved variant debug dumps.
+
+ * dlls/oleaut32/safearray.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed bugs in safe arrays.
+ - enlarging a safe array didn't clear the new entries
+ - element access only validated the first dimension
+ - the validation always failed when the array contained 1 element
+
+ * dlls/oleaut32/olepicture.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fix a UINT16 redefinition problem.
+
+ * relay32/builtin32.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Recognize the Solaris dlopen equivalent of "cannot open".
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix handling of empty lists in install and uninstall targets.
+ Install the executables .so libraries in $bindir (not $libdir!).
+
+2001-10-12 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/Makefile.in, windows/property.c, windows/win.c,
+ dlls/user/Makefile.in, dlls/user/property.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/trace.c, server/window.c:
+ Store window properties in the server. Moved property.c to dlls/user.
+
+ * memory/atom.c, server/atom.c, server/object.h, server/protocol.def,
+ server/trace.c, tools/make_requests, include/wine/server_protocol.h:
+ Added atom_t type for atoms to make sure we use the same type
+ everywhere. Handle MIN_STR_ATOM offset in the server.
+
+ * dlls/user/controls.h, include/winbase.h, include/windef.h,
+ include/winuser.h:
+ Moved MAKEINTATOM to winbase.h and added Unicode version.
+
+ * windows/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle bad pointer arguments to LoadImageA() (and functions
+ callingLoadImageA) with an exception handler.
+
+ * windows/x11drv/clipboard.c:
+ Dominik Strasser <dominik.strasser@t-online.de>
+ Workaround X11 BadWindow error if no parent window is found.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix the Wine tools search path.
+ Add /usr/local/lib to the default ntdll search path.
+
+2001-10-11 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c, windows/queue.c:
+ Removed the cleanup_window_queue request.
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/scroll.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/property.c, windows/win.c, windows/winpos.c:
+ Removed next and child fields in the window structure and use
+ WIN_ListChildren instead.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the .spec.c rule.
+
+2001-10-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/win.c, windows/winpos.c:
+ Store window parent as an HWND instead of a pointer.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Do overlapped reads if and only if the file was opened with
+ FILE_FLAG_OVERLAPPED.
+
+ * dlls/shell32/shell32_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Allocate the array and strings in one lump (bug found by Malte
+ Starostik).
+ Same thing for the lpCmdline="" case.
+ There is no NULL pointer at the end of the argv list.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ GetTextCharsetInfo should return the charset that the driver is
+ actually using, rather than that specified in the LOGFONT.
+
+ * documentation/introduction.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Include information about XFree86 Windows server.
+
+ * dlls/kernel/format_msg.c, dlls/msvcrt/locale.c,
+ dlls/oleaut32/typelib.c, include/winbase.h, include/winuser.h:
+ Francois Gouget <fgouget@free.fr>
+ Move the RT_XXX macros to winuser.h.
+ winuser.h: Add support for NOGDI.
+ winuser.h: Modify to allow compilation without wingdi.h.
+
+ * include/shlobj.h, dlls/shell32/shellpath.c:
+ Chris Green <chris_e_green@yahoo.com>
+ Added names of the "missing" paths for SHGetSpecialFolderPathA.
+
+2001-10-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/class.c: Fixed locking of class list.
+ Print ERR when accessing classes of other processes.
+
+ * include/win.h, include/wine/server_protocol.h, server/protocol.def,
+ server/trace.c, server/window.c, windows/win.c:
+ Store window class atom in the server.
+ Keep unlinked windows on a separate list.
+ Implemented inter-process FindWindow().
+
+ * include/winbase.h, include/wine/winuser16.h:
+ Francois Gouget <fgouget@free.fr>
+ Remove non windows macros.
+
+ * scheduler/pthread.c:
+ Silence the pthread_kill_other_threads_np FIXME.
+
+ * memory/virtual.c:
+ Fix MapViewOfFile to always return a 64K-aligned address.
+ Avoid converting pointers to UINT.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/advapi32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/mapi32.api,
+ tools/winapi_check/win32/msimg32.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/sti.api, tools/winapi_check/win32/url.api,
+ tools/winapi_check/win32/ws2_32.api:
+ Patrik Stridvall <ps@leissner.se>
+ API files update.
+
+ * dlls/advapi32/crypt.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * dlls/winsock/async.c, include/Makefile.in, include/ws2spi.h:
+ Patrik Stridvall <ps@leissner.se>
+ Added new include file ws2spi.h for adding needed types.
+
+ * dlls/setupapi/setupapi.spec:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Fixed parameters of SetupOpenInfFileA.
+
+2001-10-08 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW out of the
+ RDW_Paint recursion.
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@free.fr>
+ Add support for NOCOLOR.
+
+ * include/winbase.h, include/wine/winbase16.h, misc/version.c:
+ Francois Gouget <fgouget@free.fr>
+ Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
+ WINDEBUGINFO16.
+ Move the related macros to version.c and ifdef them out (kept for
+ documentation only, they are not used).
+
+ * debugger/hash.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ WINELIB applications (like reaktivate) might have very long (C++)
+ symbols. Use a larger buffer.
+
+ * files/drive.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ GetDiskFreeSpaceEx should accept an input like "C:".
+
+ * files/file.c, server/file.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
+ - when getting the type of a handle, it has to be done even if no fd
+ is attached to it (console for example)
+
+ * dlls/quartz/asyncsrc.c, dlls/quartz/asyncsrc.h,
+ dlls/quartz/audren.c, dlls/quartz/basefilt.c,
+ dlls/quartz/basefilt.h, dlls/quartz/basepin.c,
+ dlls/quartz/igconfig.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
+ dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
+ dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
+ dlls/quartz/sample.h, dlls/quartz/vidren.c, dlls/quartz/vidren.h,
+ dlls/quartz/wavparse.c, include/amvideo.h, dlls/quartz/Makefile.in,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Started Implementing Video Renderer.
+ Started Implementing WAVE/AU/AIFF Parser.
+ Started Implementing file source.
+ Fixed some bugs.
+
+ * dlls/user/user32.spec, dlls/user/user_main.c:
+ Renamed USER_Init into UserClientDllInitialize.
+
+ * files/dos_fs.c, files/file.c, include/file.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
+
+ * objects/text.c, documentation/fonts.sgml, graphics/x11drv/xfont.c,
+ dlls/commdlg/printdlg.c:
+ Francois Gouget <fgouget@free.fr>
+ Small typo fixes/updates.
+
+ * include/winbase.h, misc/error.c:
+ Francois Gouget <fgouget@free.fr>
+ Move the ERR_XXX macros from winbase.h to error.c.
+
+ * dlls/winsock/socket.c, include/winsock.h, include/wsipx.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix the SOCKADDR_IPX declaration.
+ Centralize all sockaddr_xxx conversions in ws_sockaddr_ws2u and
+ ws_sockaddr_u2ws.
+ Remove ugly casts in TRACEs.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Defer edit style correction until EDITSTATE is fully initialized.
+
+ * dlls/msvcrt/thread.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ _beginthread: Don't store the trampoline on the stack.
+
+ * include/windef.h, include/wingdi.h:
+ Francois Gouget <fgouget@free.fr>
+ Move COLORREF from wingdi.h to windef.h.
+ Add a prototype for GdiFlush.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Wrappers must always be compiled in STRICT mode.
+
+ * debugger/debug.l:
+ Provide help even when in the NOPROCESS state.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix infinite loop problem in wineclipsrv startup.
+ LaunchServer: Don't give up on the first message.
+ Added GetSelectionEvent: Limit CPU use and introduce timeout.
+
+ * windows/message.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Better handling of the timeout in WaitForInputIdle.
+ Use WAIT_FAILED rather than the corresponding literal.
+
+ * dlls/urlmon/umon.c, include/urlmon.h:
+ Malte Starostik <malte@kde.org>
+ CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
+
+2001-10-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Process pending events before sending WM_PAINT on RDW_UPDATENOW.
+
+ * server/named_pipe.c, server/sock.c:
+ Added get_file_info support to named pipes and sockets to avoid
+ breaking the get_handle_fd request.
+
+ * dlls/kernel/format_msg.c, include/winbase.h:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
+
+ * dlls/user/message.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix sign extension problem in map_wparam_WtoA.
+
+ * include/urlmon.h, include/wine/obj_property.h:
+ Malte Starostik <malte@kde.org>
+ Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
+ missing BINDINFO member.
+
+ * windows/cursoricon.c:
+ Johan Gill <johane@lysator.liu.se>
+ The LR_ defines do not reside in windows.h anymore.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Remove some unnecessary AddRef's.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add XK_Mode_switch to the list of ignored keysyms.
+
+ * tools/winelauncher.in:
+ Daniel Sabo <danielsabo@hotmail.com>
+ A 'fi' was needed in the last if statement.
+
+2001-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20011004.
+
+----------------------------------------------------------------
+2001-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/dib.c:
+ Ignore RLE data that goes past the line end (found by Uwe Bonnes).
+ General cleanup of the RLE routines.
+
+ * dlls/wininet/http.c, dlls/wininet/utility.c:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Skip port number before calling gethostbyname.
+ Fix non-absolute urls.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ The DISPPARAMS parameter array is a reverse-order array.
+
+ * files/file.c, include/wine/server_protocol.h, server/console.c,
+ server/device.c, server/file.c, server/mapping.c, server/object.c,
+ server/pipe.c, server/protocol.def, server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fetch a handle type in FILE_GetUnixHandle.
+
+ * debugger/winedbg.c:
+ Don't ignore first chance debug exceptions since it may be a
+ breakpoint that we set ourselves.
+
+ * documentation/fonts.sgml:
+ Bill Medland <medbi01@accpac.com>
+ A couple of minor points about converting Windows fonts.
+
+ * dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implement coercion to VT_UNKNOWN from VT_DISPATCH.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ ITypeInfo::Invoke should also search inherited interfaces for the
+ method to invoke.
+ ITypeInfo::GetIDsOfNames needs to do case-insensitive string
+ compares.
+
+2001-10-03 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/bitblt.c:
+ Skip BitBlt DIB optimization if source and dest DCs have different
+ depths.
+
+ * windows/win.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, include/user.h, windows/defwnd.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Map a window if it is shown by a direct style change.
+
+ * dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Fix SHAddToRecentDocs code to properly handle native Comctl32 and
+ missing policies location.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Looks like the SLTG_ImplInfo struct isn't a fixed size.
+
+ * include/wine/obj_oleaut.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Corrected INVOKEKIND enumeration values.
+
+ * scheduler/process.c:
+ Aric Stewart <aric@codeweavers.com>
+ Make sure that newly allocated TLS indexes are cleared.
+
+ * scheduler/thread.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Better fake implementation of SetThreadExecutionState.
+
+2001-10-02 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/dc.c, windows/dce.c:
+ Free cache DCEs if the DC gets deleted.
+
+ * windows/input.c: Fixed typo in previous change.
+
+ * tools/winebuild/spec32.c:
+ Avoid including winbase.h in generated .spec.c files.
+
+ * dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h:
+ Bill Medland <medbi01@accpac.com>
+ Allow two connections by not releasing the wrapped library too early.
+ Also heavily protected and added additional trace information.
+ Make the Load functions static to reduce visiblity (enhance
+ simplicity).
+
+ * windows/input.c, windows/message.c, dlls/user/message.c,
+ include/input.h:
+ Merged mouse buttons states into the key state array.
+ Fixed confusion between queue state and async state.
+
+ * dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c:
+ Removed unnecessary includes/definitions.
+
+ * dlls/x11drv/window.c:
+ Ilya Konstantinov <wine-patches@future.shiny.co.il>
+ Added a _NET_WM_NAME(UTF8_STRING) property to every window.
+
+ * include/sysmetrics.h, windows/sysmetrics.c, windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added SYSMETRICS_Set.
+ Implemented SPI_SETSHOWSOUNDS action.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/variant.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Make OaBuildVersion() return the highest version value possible.
+ Some cleanups.
+
+ * tools/winelauncher.in, win32/device.c, configure, configure.in,
+ files/drive.c, files/profile.c, loader/module.c, loader/pe_image.c,
+ memory/environ.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Yet another documentation/message text patch.
+
+ * documentation/documentation.sgml,
+ documentation/winelib-bindlls.sgml,
+ documentation/winelib-intro.sgml:
+ Bill Medland <medbi01@accpac.com>
+ Additions to how to use Docbook under RedHat (to help beginners like
+ me).
+ Added content to the bindlls section of Winelib (based on
+ experience).
+
+ * documentation/winemaker.man:
+ Bill Medland <medbi01@accpac.com>
+ Upgrade winemaker man page for the two options added at version
+ 0.5.8.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added WSC*InstallProvider stubs.
+
+ * documentation/winelib-mfc.sgml:
+ Gracjan Polak <gracjan@acchsh.com>
+ Added some MFC documentation (with the help of Francois Gouget).
+
+ * files/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Check for NULL path argument in DeleteFile.
+
+ * dlls/oleaut32/typelib.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Long nameless args in SLTG apparently get denoted by 0xfffe.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implemented dummy stub for SHChangeNotifyUpdateEntryList and
+ functional CIDLData_CreateFromIDArray.
+
+ * library/port.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fix implicit type declarations. Add required cast.
+
+ * windows/input.c, windows/x11drv/keyboard.c, include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove a hack for keyboard group switching.
+ Always save/restore correct keyboard group index.
+ Explicitly ignore the keyboard group switching events.
+
+2001-10-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/Makefile.in, dlls/quartz/audren.c, dlls/quartz/audren.h,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/fgevent.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/imfilter.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/quartz.spec,
+ dlls/quartz/sample.c, include/strmif.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented CLSID_AudioRender.
+
+ * dlls/oleaut32/dispatch.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented DispGetParam.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fix/document SHLWAPI ordinals 217 and 218.
+
+ * misc/version.c: Andreas Mohr <a.mohr@mailto.de>
+ Speed optimization.
+
+ * dlls/winsock/async.c, dlls/winsock/ws2_32.spec:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for WSApSetPostRoutine.
+
+ * files/file.c: Ove Kaaven <ovek@transgaming.com>
+ Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
+ crashing) when the source file operand is NULL.
+
+ * dlls/shell32/shellole.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Should initialize COM before calling it.
+
+2001-09-26 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/heap.c:
+ Fixed size check in HEAP_FindFreeBlock to make sure we also find
+ blocks that have the exact size needed.
+
+ * documentation/winelib-intro.sgml:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ winemaker documentation fix.
+
+ * dlls/ntdll/wcstring.c, dlls/oleaut32/typelib.c, include/ntddk.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Better handling of typelibs loaded with a trailing resource number.
+ The logic for determining whether an SLTG typelib has a function param
+ as a 'short' or 'long' type has been 'refined'.
+
+ * scheduler/pthread.c:
+ Bill Medland <medbi01@accpac.com>
+ Prevent calling null functions.
+
+ * dlls/msvcrt/file.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Renamed W_OK to MSVCRT_W_OK.
+
+ * documentation/Makefile.in, documentation/configuring.sgml,
+ documentation/fonts.sgml, documentation/getting.sgml,
+ documentation/installing.sgml, documentation/introduction.sgml,
+ documentation/make_winehq, documentation/print.dsl,
+ documentation/running.sgml, documentation/winehq.dsl:
+ Susan Farley <susan@codeweavers.com>
+ Better formatting for PDF output.
+
+2001-09-25 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/obj_channel.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed a couple of typos.
+
+ * include/wine/obj_base.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
+ that expose multiple interfaces. Added prototypes for CoGetPSClsid and
+ IUnknown_*_Proxy.
+
+ * include/winbase.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some named pipe definitions.
+
+ * include/ole2.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added prototype for GetHGlobalFromStream.
+
+ * files/file.c: Ove Kaaven <ovek@transgaming.com>
+ A failure to open a pipe should return INVALID_HANDLE_VALUE.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/amerror.c,
+ dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
+ dlls/quartz/basepin.c, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
+ dlls/quartz/devmon.h, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgevent.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
+ dlls/quartz/fgraph.h, dlls/quartz/fmap.c, dlls/quartz/fmap2.c,
+ dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/igconfig.c, dlls/quartz/imem.c,
+ dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/monprop.c,
+ dlls/quartz/monprop.h, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
+ dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h, dlls/quartz/ptmpos.c,
+ dlls/quartz/ptmseek.c, dlls/quartz/quartz_private.h,
+ dlls/quartz/sample.c, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h, dlls/quartz/sysclock.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Merged some C sources.
+ Fixed some bugs.
+ Started implementing some pass-through interfaces.
+
+2001-09-24 Alexandre Julliard <julliard@winehq.com>
+
+ * server/user.c, windows/message.c, windows/timer.c, windows/win.c,
+ windows/winpos.c, dlls/user/msg16.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def, server/trace.c:
+ A couple of optimizations to avoid some server calls in WIN_FindWndPtr
+ and related functions.
+
+ * server/window.c:
+ Avoid list corruption when linking window with HWND_BOTTOM (thanks to
+ Gerard Patel).
+
+ * objects/font.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ GetTextExtentExPointW: dump the string before modifying the pointer.
+
+ * tools/winemaker:
+ Bill Medland <medbi01@accpac.com>
+ Add support for making a build environment without editing the source
+ and spec files.
+
+2001-09-21 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/scroll.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ - Implement message loop on the client side of the scroll control.
+ - Move the mouse capture to after the SetFocus so that it stays
+ captured.
+
+ * dlls/winsock/socket.c:
+ David Hammerton <crazney@crazney.net>
+ Fixed typos.
+
+ * dlls/shell32/shellord.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implement initial version of SHAddToRecentDocs.
+
+ * include/wine/server_protocol.h, include/winuser.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c, server/user.c, server/user.h, server/window.c,
+ windows/win.c:
+ Added proper support for storing window parents in the server.
+ Added a few requests to query the window hierarchy.
+
+ * dlls/x11drv/winpos.c:
+ Ignore ConfigueNotify size changes while the window is iconic.
+
+ * tools/winedump/debug.c, tools/winedump/main.c,
+ tools/winedump/msmangle.c, tools/winedump/pe.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some dumb fixes.
+
+ * include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Declare DeviceIoControl.
+
+ * windows/sysparams.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Implemented SPI_GETSHOWSOUNDS.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Variants and safe arrays is now able to copy BSTR swith embedded null
+ characters. Safe arrays now handle BSTRs and variants.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Register typelib marshaling for OLE Automation-compatible interfaces.
+
+2001-09-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/except.c:
+ Fixed a couple of bugs in _except_handler3.
+
+ * dlls/gdi/gdi.spec, objects/gdiobj.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added stub for GdiInit2().
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Get more entry points from Comctl32 and save the addresses.
+
+ * include/shlwapi.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Define the SHQueryValueEx{A|W} entry points.
+
+ * dlls/user/wsprintf.c:
+ Aric Stewart <aric@codeweavers.com>
+ The behavior for wsprintfA is different that for wsprintf16 in how it
+ handles NULLs being passed as character parameters.
+
+ * memory/environ.c, scheduler/process.c, dlls/shell32/shell32_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the conversions of a command line to/from an argv array.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Implement most of the MRU related functions.
+
+ * tools/examine-relay:
+ Guy Albertelli <galberte@neo.lrun.com>
+ Add support for the +snoop style output.
+
+ * objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix mapping of DEFAULT_CHARSET.
+
+2001-09-19 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/input.c, windows/x11drv/event.c, windows/x11drv/mouse.c:
+ Brad Campbell <brad@seme.com.au>
+ Fixed mouse position processing for use with a touchscreen.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h,
+ dlls/quartz/ptmpos.c, dlls/quartz/ptmseek.c, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented ISeekingPassThru.
+
+ * tools/winecheck, DEVELOPERS-HINTS, README,
+ documentation/architecture.sgml, documentation/configuring.sgml,
+ documentation/installation-und-konfiguration.german,
+ documentation/wine.conf.man.in, files/dos_fs.c, libtest/volinfo.c,
+ msdos/int25.c, msdos/int26.c, winedefault.reg:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updates and error message improvements.
+
+ * windows/mdi.c:
+ Joshua Thielen <thielen@netprince.net>
+ Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
+ windows.
+
+ * windows/win.c:
+ Fixed a couple of bugs in WIN_SetWindowLong caused by previous
+ change.
+
+ * dlls/imm32/imekl.c, include/winbase.h, include/winnls.h,
+ ole/ole2nls.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
+ Add, fix and move prototypes from winbase.h to winnls.h.
+
+ * dlls/shell32/shlfolder.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Fix problem comparing pidls and return correct code.
+
+ * windows/x11drv/keyboard.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Added russian layout with phantom key.
+
+ * include/winuser.h, windows/spy.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove macros that should not be there (cause conflicts in WineLib).
+ Add corresponding comments in spy.c.
+
+ * include/tchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Remove duplicate definition of _tmain.
+ Add definitions for __targv and _tenviron.
+
+ * controls/scroll.c, dlls/user/Makefile.in, dlls/user/controls.h,
+ dlls/user/msg16.c, dlls/user/thunk.c, dlls/user/user.spec,
+ dlls/user/wnd16.c, dlls/x11drv/winpos.c, include/win.h,
+ include/winproc.h, include/winuser.h, windows/caret.c,
+ windows/class.c, windows/clipboard.c, windows/dce.c,
+ windows/defdlg.c, windows/defwnd.c, windows/dialog.c,
+ windows/focus.c, windows/hook.c, windows/input.c, windows/mdi.c,
+ windows/msgbox.c, windows/nonclient.c, windows/painting.c,
+ windows/property.c, windows/queue.c, windows/scroll.c,
+ windows/spy.c, windows/struct32.c, windows/timer.c, windows/win.c,
+ windows/winhelp.c, windows/winpos.c, windows/winproc.c,
+ controls/button.c, controls/combo.c, controls/icontitle.c,
+ controls/menu.c:
+ Made all 16<->32 HWND conversions use explicit functions instead of
+ implicit type casts.
+ Moved a lot of 16-bit functions to the new wnd16.c file.
+ Changed DIALOGINFO structure handling to support 32-bit handles.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/shell32_main.c,
+ dlls/shlwapi/ordinal.c:
+ Fixed a couple of HWND type mismatches.
+
+ * include/font.h, objects/font.c, objects/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Use the font charset to obtain a codepage for A->W conversion in the
+ text functions.
+
+ * dlls/wininet/utility.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
+ confusion).
+
+ * configure, configure.in:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Fixes for autoconf 2.52 or higher.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/main.c, include/Makefile.in,
+ include/msvcrt/locale.h, include/msvcrt/sys/stat.h,
+ include/msvcrt/wchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Add msvcrt/locale.h.
+ Add missing include directives in msvcrt/wchar.h.
+ Fix prototype of _wstati64 in msvcrt/sys/stat.h.
+
+2001-09-17 Alexandre Julliard <julliard@winehq.com>
+
+ * files/drive.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make relative paths of [Drive] sections relative to WINEPREFIX.
+
+ * dlls/rpcrt4/rpcrt4.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Lots of rpcrt4.dll stubs.
+
+ * tools/winedump/main.c, tools/winedump/msmangle.c,
+ tools/winedump/pe.c, tools/winedump/symbol.c,
+ tools/winedump/winedump.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed demangling invocation.
+ Be a bit more verbose on implemented features.
+
+ * dlls/comctl32/header.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Ignore negative widths in HEADER_SetItemBounds.
+
+ * documentation/samples/config:
+ Francois Gouget <fgouget@free.fr>
+ Cosmetic changes.
+
+ * Make.rules.in, Makefile.in, configure, configure.in,
+ dlls/Makedll.rules.in, dlls/Makefile.in, dlls/make_dlls:
+ Improved make_dlls script. Moved dll list out of
+ Make.rules.in. Removed a few no longer used rules.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/devenum.c, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fmap.c,
+ dlls/quartz/fmap2.c, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c,
+ dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imem.c,
+ dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/irclock.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/sample.c, dlls/quartz/sample.h, dlls/quartz/seekpass.c,
+ dlls/quartz/sysclock.c, include/Makefile.in, include/dsound.h,
+ include/strmif.h, include/wine/obj_ksproperty.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented IMemAllocator.
+
+ * documentation/status/internationalisation,
+ windows/x11drv/keyboard.c:
+ Andriy Palamarchuk <apa3a@yahoo.com>
+ Fixed references to old documentation location.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@codeweavers.com>
+ Implemented _mbsupr.
+
+ * controls/scroll.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ When you hold the left mouse button inside the scrollbar, then move
+ the mouse off so it stops scrolling, and return the mouse, it should
+ continue scrolling.
+
+2001-09-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/quartz.spec, dlls/sti/.cvsignore, dlls/sti/Makefile.in,
+ dlls/sti/sti.spec, dlls/sti/sti_main.c, dlls/url/.cvsignore,
+ dlls/url/Makefile.in, dlls/url/url.spec, dlls/url/url_main.c,
+ Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/mapi32/.cvsignore, dlls/mapi32/Makefile.in,
+ dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+ dlls/msimg32/.cvsignore, dlls/msimg32/Makefile.in,
+ dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for mapi32, msimg32, sti and url.
+
+ * windows/nonclient.c:
+ Fixed HWND compare in NC_HandleSetCursor.
+
+ * graphics/path.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Avoid calling RestoreDC with gdi lock.
+
+ * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xrender.c, configure,
+ configure.in, include/config.h.in, include/ts_xrender.h,
+ tools/make_X11wrappers:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add config check and thread safe wrappers for the XRender library.
+
+ * dlls/gdi/driver.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not hold the GDI lock while 16-bit ExtDeviceMode is called.
+
+ * tools/winebuild/spec16.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing CALLBACK modifier.
+
+ * dlls/wsock32/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix recv prototype for WSARecvEx.
+
+ * files/dos_fs.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the error returned by GetLongPathNameA.
+
+ * dlls/user/comm16.c, dlls/user/dde/client.c, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, dlls/user/message.c, dlls/x11drv/scroll.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, windows/caret.c,
+ windows/clipboard.c, windows/defwnd.c, windows/dialog.c,
+ windows/mdi.c, windows/timer.c, windows/win.c, windows/winpos.c,
+ controls/combo.c, controls/menu.c, controls/scroll.c:
+ Make sure that HWND comparisons are always done with full 32-bit
+ handles.
+
+ * dlls/winsock/socket.c, include/winsock.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix the WSAStartup prototype.
+ Fix handling of timeout parameter in select.
+
+ * tools/winedump/pe.c:
+ Fixed dumping of dll export table.
+
+ * dlls/ddraw/ddraw/hal.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Return the FOURCC codes set by the HAL driver.
+
+ * graphics/enhmetafiledrv/init.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Release gdi lock before calling DeleteDC.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@free.fr>
+ Place the log in $TMP if set and /tmp otherwise.
+
+ * include/wincon.h, win32/console.c:
+ Francois Gouget <fgouget@free.fr>
+ HANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
+
+ * dlls/x11drv/xvidmode.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Check for htotal=vtotal=0 (for xfree 4 vesa driver).
+
+2001-09-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/Makefile.in, dlls/gdi/freetype.c, dlls/ttydrv/objects.c,
+ dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
+ graphics/metafiledrv/objects.c, graphics/win16drv/font.c,
+ graphics/x11drv/xfont.c, include/config.h.in, include/font.h,
+ include/gdi.h, objects/dc.c, objects/font.c, objects/gdiobj.c,
+ configure, configure.in:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Lay down the infrastructure for gdi font rendering.
+ Partial implementation of GetGylphOutline and GetOutlineTextMetrics
+ for gdi fonts.
+
+ * windows/winpos.c, dlls/user/message.c, include/win.h,
+ windows/clipboard.c, windows/dce.c, windows/dialog.c,
+ windows/focus.c, windows/input.c, windows/win.c:
+ Make sure that functions returning an HWND always return a full 32-bit
+ handle.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Created stubs for all cryptographic functions.
+
+ * server/queue.c, server/user.c, server/user.h:
+ Convert user handles received from client to full handles.
+
+2001-09-11 Alexandre Julliard <julliard@winehq.com>
+
+ * include/Makefile.in, include/process.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove not used include/process.h.
+
+ * objects/clipping.c, dlls/shell32/shpolicy.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/x11drv/dga2.c, dlls/x11drv/xvidmode.c,
+ graphics/painting.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/oembitmap.c, msdos/int10.c, dlls/comctl32/tab.c,
+ dlls/ddraw/ddraw/hal.c, dlls/imagehlp/modify.c,
+ dlls/msvcrt/locale.c, dlls/ntdll/exception.c, dlls/ole32/bindctx.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/quartz/amerror.c,
+ dlls/setupapi/setupx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup code that is strange or difficult to parse.
+
+ * scheduler/client.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better separate some system specific code.
+
+ * include/dshow.h, include/strmif.h, dlls/quartz/Makefile.in,
+ dlls/quartz/amundoc.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c,
+ dlls/quartz/imem.c, dlls/quartz/imfilter.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
+ dlls/quartz/memalloc.h, dlls/quartz/seekpass.c,
+ dlls/quartz/seekpass.h, dlls/quartz/sysclock.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fixed some broken macros.
+ Added some stubs.
+ Implemeted undocumented APIs.
+ Implemented many methods in IMediaFilter, IMediaControl and
+ IReferenceClock.
+ Started Implementing IMemoryAllocator.
+
+ * win32/newfns.c:
+ Guy Albertelli <galberte@codeweavers.com>
+ Quiet FlushInstructionCache for non-NT systems where it does nothing
+ per MSDN.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32_main.c,
+ dlls/ole32/ole32_main.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Synchronize access to the s_COMLockCount, firstRegisteredClass,
+ openDllList in compobj.
+
+2001-09-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Ignore size change on ConfigureNotify if window rect is empty and new
+ size is 1x1.
+
+ * windows/win.c:
+ Make sure that returned window belongs to correct thread when checking
+ siblings of transparent windows in WIN_FindWinToRepaint.
+
+ * documentation/printing.sgml:
+ Huw D M Davies <hdavies@codeweavers.com>
+ The [windows] section is in win.ini not in ~/.wine/config.
+
+ * dlls/msvideo/mciwnd.c, dlls/oleaut32/variant.c,
+ dlls/shell32/shellstring.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi/output.pm,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi/winapi_module_user.pm,
+ tools/winapi_check/win16/winsock.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - FreeBSD now supported.
+ - Much more work on the new C parser.
+ - API files update.
+
+ * windows/x11drv/keyboard.c:
+ Andy Rysin <arysin@yahoo.com>
+ Added Ukrainian keyboard layout.
+
+ * dlls/ole32/stg_stream.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ Basic implementation of IStream:Clone.
+
+ * dlls/commdlg/printdlg.c:
+ Bill Medland <Bill.Medland@accpac.com>
+ More graceful exit on failure.
+
+ * libtest/vartest.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Use V_* macros.
+
+ * include/wine/obj_oleaut.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix typo.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Load some useful TYPEATTR elements from v1 typelibs.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ More debug output for InternetGetCookie, added stub for InternetSetCookie.
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/hal.c, dlls/ddraw/dsurface/hal.h,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h,
+ dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c,
+ dlls/ddraw/dsurface/user.h, include/ddrawi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added dwFlags to lock_update private functions so we can pass
+ WRITEONLY/READONLY.
+ Added those flags to the internal Lock() calls.
+ Only copy the surface from screen to surface if not writeonly.
+ Restrict blitting between display window and surface to the
+ locked/unlocked rectangle and the clipwindow section.
+ Added defines for DDHAL_UNLOCKDATA/DDHAL_LOCKDATA, added calls to HAL
+ implementation.
+
+ * windows/win.c: Patrik Stridvall <ps@leissner.se>
+ The message handler of WM_STYLECHANGING is supposed to be able to
+ modify the proposed style if it wishes.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/status.c:
+ Patrik Stridvall <ps@leissner.se>
+ Use the min/max in windef.h instead.
+
+ * dlls/kernel/time.c, include/winnls.h:
+ Marcus Meissner <marcus@wine.lst.de>
+ Enhanced GetCalendarInfo stub, added known CAL_* defines.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix buffering problems in HEL mode.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix compilation errors on FreeBSD.
+
+ * dlls/msvcrt/process.c:
+ Francois Gouget <fgouget@free.fr>
+ Rewrite msvcrt_{argvtos,valisttos} to be more efficient.
+ Warn about the ' ' and '"' handling of the exec and spawn functions.
+ Copy the command line in MSVCRT_system to make it writable.
+
+ * tsx11/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Link tsx11 with the X/GL libraries.
+
+ * dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c,
+ documentation/samples/config:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added an option to disable XVidMode support.
+
+ * tools/winelauncher.in:
+ Eric Lammerts <eric@lammerts.org>
+ Preserve wine return status.
+
+2001-09-07 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wmc/write.c:
+ Justin Santa Barbara <justinsb@hotmail.com>
+ Fixed problem with check for special characters.
+
+ * dlls/ntdll/string.c:
+ Johann Messner <johann.messner@zid.uni-linz.ac.at>
+ Fixed bug in _ultoa.
+
+ * dlls/msvcrt/data.c:
+ Francois Gouget <fgouget@free.fr>
+ Initialize argc/argv/wargv by calling ntdll.__wine_get_{w}main_args.
+
+ * graphics/x11drv/dib.c:
+ Jukka Heinonen <jhei@iki.fi>
+ Changing DIB color table now updates the DIB visible state.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
+ dlls/quartz/enumunk.c, dlls/quartz/enumunk.h, dlls/quartz/fgclsid.c,
+ dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/igrver.c, dlls/quartz/imcntl.c,
+ dlls/quartz/imem.c, dlls/quartz/imesink.c, dlls/quartz/imevent.c,
+ dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
+ dlls/quartz/irclock.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/monprop.c, dlls/quartz/monprop.h,
+ dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+ Started implementing some interfaces in FilterGraph.
+
+ * library/port.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Emulate the behaviour of Linux mmap() on Solaris. Based on ideas and
+ sample code due to Erik Boasson <eboasson@signaal.nl> and John Wehle
+ <john@feith.com>.
+
+ * windows/spy.c, windows/winproc.c, controls/combo.c,
+ controls/listbox.c, dlls/user/message.c, include/spy.h,
+ windows/message.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Enhance SPY_GetMsgName to translate common control messages.
+
+ * dlls/shell32/shell32.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add SHGetSpecialFolderPathW to spec file.
+
+ * dlls/shlwapi/path.c:
+ Guy L. Albertelli <guy@codeweavers.com>
+ - Finish PathParseIconLocation{A|W}.
+ - Implement PathIsUNCServer{A|W|ShareA|ShareW}.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Guy L. Albertelli <guy@codeweavers.com>
+ Implemented stubs for SHRegEnumUSKey{A|W} and return end-of-list error
+ as result.
+
+ * dlls/winspool/info.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use a default DevMode if no DevMode information is available in
+ registry.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Handle CCS_NODIVIDER both when present and when not.
+ - Handle some cases of CCS_TOP, CCS_BOTTOM, and CCS_NOPARENTALIGN.
+ - Handle values returned from the RBN_CHILDSIZE notification.
+ - Implement RBBS_CHILDEDGE.
+ - Fix some logic errors in REBAR_AdjustBands, and problems with CCS_VERT.
+
+ * configure.in, tools/Makefile.in, tools/winedump/.cvsignore,
+ tools/winedump/Makefile.in, tools/winedump/README,
+ tools/winedump/cvinclude.h, tools/winedump/debug.c,
+ tools/winedump/function_grep.pl, tools/winedump/main.c,
+ tools/winedump/misc.c, tools/winedump/msmangle.c,
+ tools/winedump/output.c, tools/winedump/pe.c, tools/winedump/pe.h,
+ tools/winedump/search.c, tools/winedump/symbol.c,
+ tools/winedump/winedump.h, configure:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added PE dump capabilities to specmaker and renamed specmaker into
+ winedump.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix positioning of text in buttons.
+ - Fix nButtonHeight so that it is not zero in some cases
+ - Support TBSTYLE_TRANSPARENT.
+ - Fix handling in WM_ERASEBKGND so that the default erase occurs
+ between notifies.
+ - Fix WM_NCCREATE processing to issue proper WM_STYLECHANGING (via
+ SetWindowLong) and document the issues.
+
+ * objects/font.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fixed behavior of GetTextExtentExPointW. It must always return the
+ extents of the entire string in size.
+
+ * graphics/x11drv/bitmap.c:
+ Guy L. Albertelli <guy@codeweavers.com>
+ Prevent bomb when GDI_ObjPtr returns null object.
+
+ * include/winerror.h, include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Move GDI_ERROR definition to wingdi.h.
+ Add HGDI_ERROR.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add reader for v1 (SLTG) typelibs.
+ Fix a few problems with v2 (MSFT) typelibs.
+ LoadTypeLibEx should do a SearchPath to locate typelib.
+
+ * dlls/winspool/info.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ OpenPrinter should fail if pPrinterName is "".
+
+ * include/wine/obj_oleaut.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add FUNCFLAGS and change TYPEFLAGS_* to an enum.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@free.fr>
+ Convert the socket type (necessary on Solaris).
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ include/rpcdce.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub implementation for UuidHash().
+
+ * dlls/ntdll/ntdll.spec, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
+
+ * winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added DirectShow filter categories.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing GUIDs.
+
+ * dlls/shell32/shellstring.c:
+ Guy Albertelli <guy@codeweavers.com>
+ Replace calls to StrRetToBuf{A|W} with duplicate code to eliminate
+ problems between native and built-in DLLs.
+
+2001-08-29 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winproc.c, include/win.h, windows/win.c:
+ Make window handles 32-bit before calling window procedure.
+ Don't clear window parent field when unlinking it.
+
+2001-08-28 Alexandre Julliard <julliard@winehq.com>
+
+ * include/win.h, include/wine/server_protocol.h, server/Makefile.in,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/thread.c, server/trace.c, server/user.c, server/user.h,
+ server/window.c, tools/make_requests, windows/queue.c,
+ windows/win.c, dlls/ttydrv/wnd.c, dlls/x11drv/desktop.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+ Added global management of user handles in the server.
+ Very preliminary support for shared window handles.
+
+ * ANNOUNCE:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use the new development page URL in the announcement.
+
+ * files/profile.c:
+ Francois Gouget <fgouget@free.fr>
+ Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior.
+ The 32A version is now the reference implementation (instead of the
+ 16bit version).
+
+ * loader/task.c, dlls/icmp/icmp_main.c, dlls/wsock32/protocol.c:
+ Francois Gouget <fgouget@free.fr>
+ Only use winsock2.h in Wine.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
+
+ * tools/winebuild/relay.c:
+ Output correct assembly function headers for all functions.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/devenum.c,
+ dlls/quartz/devenum.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
+ dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
+ dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
+ dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c, dlls/quartz/imevent.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/iunk.c,
+ dlls/quartz/iunk.h, dlls/quartz/ividwin.c, dlls/quartz/main.c,
+ dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
+ winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+2001-08-27 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c:
+ Check for valid object in GDI_GetObjPtr even for MAGIC_DONTCARE.
+
+ * dlls/x11drv/x11ddraw.c:
+ Jukka Heinonen <jhei@iki.fi>
+ GrabPointer uses now SetWindowLong to change window procedure instead
+ of accessing directly WND structure.
+
+ * dlls/kernel/sync.c, include/wine/server_protocol.h,
+ server/named_pipe.c, server/protocol.def, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented GetNamedPipeInfo.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing interfaces.
+
+ * include/wine/obj_base.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
+
+2001-08-24 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010824.
+
+----------------------------------------------------------------
+2001-08-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winsock/socket.c, include/wine/winsock16.h:
+ Francois Gouget <fgouget@free.fr>
+ Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16.
+
+ * include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing CLSIDs.
+
+ * files/directory.c, include/file.h, include/module.h, loader/module.c,
+ loader/pe_image.c:
+ Bill Medland <medbi01@accpac.com>
+ Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
+
+ * controls/icontitle.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/win.h, windows/dialog.c, windows/mdi.c, windows/painting.c,
+ windows/user.c, windows/win.c, windows/winpos.c:
+ Added WIN_ListParents function and renamed WIN_BuildWinArray into
+ WIN_ListChildren. Made owner field in WND structure an HWND.
+
+ * dlls/comctl32/rebar.c:
+ Removed inclusion of win.h.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Add stubs for several named pipe functions.
+
+ * dlls/winsock/socket.c, include/winsock.h, server/sock.c:
+ Francois Gouget <fgouget@free.fr>
+ Rename the regular WS_FD_XXX macros to FD_XXX.
+ Rename the Wine specific WS_FD_XXX macros to FD_WINE_XXX.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/utility.c:
+ Francois Gouget <fgouget@free.fr>
+ Made independent from winsock.
+ Include the needed headers directly in internet.h.
+
+ * objects/font.c:
+ Bill Medland <medbi01@accpac.com>
+ Minor fixes involving handling NULL pointers.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ dlls/user/user32.spec, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/dce.h, include/win.h, include/winuser.h, include/x11drv.h,
+ windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/focus.c,
+ windows/mdi.c, windows/message.c, windows/nonclient.c,
+ windows/painting.c, windows/win.c, windows/winpos.c:
+ Implemented GetAncestor and removed WIN_GetTopParent.
+ Removed a few more accesses to the WND structure.
+
+2001-08-23 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/enhmetafile.c, objects/metafile.c:
+ Don't hold the GDI lock during accesses to the metafile data.
+
+ * dlls/kernel/sync.c, include/wine/server_protocol.h,
+ server/named_pipe.c, server/protocol.def, server/request.h,
+ server/trace.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement WaitNamedPipe and DisconnectNamedPipe.
+ Add a state for each pipe handle in the server.
+ Create a socket on when the pipe is opened, not before.
+
+ * dlls/winsock/socket.c, server/sock.c:
+ Daniel Walker <diwalker@earthlink.net>
+ - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
+ Kaaven).
+ - Changed WSAEnumNetworkEvents() so it only returns events that the
+ application is looking for.
+ - Changed sock_poll_event() to interpret a POLLIN event with zero
+ bytes waiting to be read as a POLLHUP.
+
+2001-08-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/quartz/Makefile.in, dlls/quartz/amerror.c,
+ dlls/quartz/quartz.spec, include/Makefile.in, include/errors.h,
+ include/vfwmsgs.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added two missing headers.
+ Implemented AMGetErrorText.
+
+ * tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/oleaut32.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/x11drv.api, tools/winapi/c_function.pm,
+ tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
+ tools/winapi/output.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_editor.pm,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi/winapi_module_user.pm, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ - Continued on the new C parser.
+ - More reorganizations and fixes.
+ - API files update.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
+ dlls/quartz/complist.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c, dlls/quartz/ifgraph.c,
+ dlls/quartz/imcntl.c, dlls/quartz/imem.c, dlls/quartz/imevent.c,
+ dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
+ dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/sysclock.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs for CLSID_FilterGraph.
+
+ * dlls/x11drv/window.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed an incorrect (harmless) memory allocation.
+
+ * include/control.h, ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added missing IIDs.
+
+ * dlls/user/comm16.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replaced PROFILE_ functions by RegQueryValueExA.
+
+ * include/winbase.h, dlls/kernel/kernel32.spec, files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added stub for CancelIo.
+
+ * Make.rules.in: Francois Gouget <fgouget@free.fr>
+ Fixed man and doc-html rules.
+
+ * dlls/user/text.c:
+ Eugene Mayevski <mayevski@eldos.org>
+ Fixed DT_RTLREADING flag interpretation.
+
+2001-08-21 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c, windows/win.c, windows/winpos.c,
+ dlls/x11drv/winpos.c, include/win.h:
+ Removed WIN_GetDesktop().
+
+ * win32/console.c, windows/multimon.c, windows/x11drv/clipboard.c,
+ debugger/break.c, debugger/editline.c, debugger/msc.c,
+ dlls/msacm/msacm32_main.c, dlls/ole32/ole2.c, dlls/shell32/systray.c,
+ dlls/user/dde/server.c, dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mmio.c, dlls/winmm/wineoss/mmaux.c,
+ documentation/debugger.sgml, msdos/int2f.c:
+ Francois Gouget <fgouget@free.fr>
+ Documentation updates (mainly thru vs. through).
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Rect returned by LISTVIEW_GetItemRect should be total size in report
+ mode.
+
+ * graphics/x11drv/bitmap.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Default bitmap is not subject to reference counting.
+
+ * dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c, include/oleauto.h, include/wine/obj_oleaut.h:
+ Francois Gouget <fgouget@free.fr>
+ Add the decVal field to VARIANT.
+ Fix the VARIANT C layout, i.e. the union/struct names/nesting.
+ Encapsulate all accesses to VARIANT types with the V_VT and V_UNION
+ macros.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Unconditionally set O_NONBLOCK when opening.
+
+2001-08-20 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/bitmap.c:
+ Refuse to select a bitmap that is already selected in another DC.
+
+ * objects/dc.c, objects/gdiobj.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added reference counting and delayed destruction of GDI objects.
+
+ * include/winuser.h, windows/class.c, windows/nonclient.c:
+ Fixed GetClassLong to return full 32 bits for all items.
+ Removed GCW_* definitions that don't exist in Win32.
+
+ * objects/dib.c:
+ Create a color bitmap in CreateDIBitmap even with a black&white DC.
+
+ * include/oleauto.h:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Removed struct UDATE forward declaration.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Store the comm error value in the wineserver, not a global.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Read data immediately in overlapped ReadFile if possible.
+
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Do not keep the handle of a deleted item as the selectedItem..
+
+ * dlls/oleaut32/olepicture.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use GetDC(0) instead of CreateCompatibleDC(0).
+
+ * dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ We need to make a copy of the fontname and the HFONT handle in
+ IFont_Clone, otherwise we get memory corruption and bad GDI handles.
+
+2001-08-18 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, windows/winproc.c:
+ Added proper support for 32-bit WM_NEXTMENU.
+
+ * dlls/ttydrv/user.c, dlls/user/msg16.c, dlls/x11drv/winpos.c,
+ include/user.h, include/win.h, windows/defdlg.c, windows/defwnd.c,
+ windows/mdi.c, windows/message.c, windows/painting.c, windows/user.c,
+ windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c,
+ dlls/ttydrv/ttydrv.spec:
+ Removed a number of direct accesses to the window structure.
+
+ * dlls/Makefile.in, dlls/msvideo/Makefile.in, dlls/msvideo/mciwnd.c,
+ dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started implementing the MCIWnd* functions.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not pass the high level wFlags from VariantChangeType* down to low
+ level Variant conversion functions.
+
+ * dlls/user/dde/dde_private.h:
+ Fixed internal inline function that was declared extern.
+
+ * windows/defwnd.c:
+ Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Replaced memset by hand made equivalent to work around some buggy
+ memset implementations.
+
+ * dlls/Makefile.in, dlls/comctl32/animate.c,
+ dlls/comctl32/comctl32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Because of circular dependencies between comctl32 and msvfw32, replace
+ in comctl32 delay loading of msvfw32 by manual loading.
+
+ * objects/gdiobj.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Test for invalid large handles in GDI_GetObjPtr and GDI_FreeObject.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
+
+ * dlls/gdi/printdrv.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not hold the GDI lock when the ABORTDOC procedure is called.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented oleaut32.VarBstrCat.
+
+2001-08-17 Alexandre Julliard <julliard@winehq.com>
+
+ * include/winbase.h, scheduler/critsection.c:
+ Made the Interlocked*Pointer functions static inline since they aren't
+ exported by the Windows API.
+
+ * objects/dib.c:
+ Use the passed hdc in CreateDIBitmap instead of creating a new one.
+
+ * objects/dc.c, objects/gdiobj.c, windows/syscolor.c,
+ dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
+ graphics/x11drv/xfont.c, include/gdi.h:
+ Create GDI stock objects as normal objects instead of using magic
+ handle values.
+
+2001-08-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/font.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/objects.c, graphics/x11drv/pen.c,
+ graphics/x11drv/xfont.c, include/x11drv.h, objects/gdiobj.c:
+ Specify sizes for stock fonts again; removed the FixStockFontSize
+ hack. Ignore mapping modes when selecting stock fonts into a DC.
+ Removed a few direct accesses to GDI structures from x11drv.
+
+ * objects/dc.c:
+ Release GDI lock before calling DeleteDC from RestoreDC.
+
+ * dlls/shell32/clipboard.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dialogs.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shpolicy.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+ dlls/shell32/undocshell.h, include/wine/shell16.h,
+ include/wine/undocshell.h, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c:
+ Moved undocshell.h to dlls/shell32. Removed shell16.h.
+
+ * windows/dce.c, windows/user.c, windows/win.c, include/user.h,
+ include/win.h:
+ Moved user lock to user.c. Added USER_CheckNotLock function.
+
+ * graphics/x11drv/xfont.c, include/winbase.h, memory/virtual.c,
+ objects/gdiobj.c, scheduler/pthread.c, scheduler/syslevel.c,
+ windows/cursoricon.c, windows/timer.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/rtl.c, dlls/shell32/changenotify.c,
+ dlls/shell32/iconcache.c, dlls/user/dde/misc.c,
+ dlls/winaspi/winaspi32.c, dlls/winsock/async.c,
+ dlls/x11drv/x11drv_main.c, files/profile.c:
+ Added names to standard critical sections (suggested by Andreas
+ Mohr).
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Partially implement oleaut32.VarBstrCmp.
+
+2001-08-15 Alexandre Julliard <julliard@winehq.com>
+
+ * include/gdi.h, objects/dc.c, objects/dib.c, objects/gdiobj.c:
+ Make sure we don't hold the GDI lock when loading drivers.
+
+ * include/winbase.h, scheduler/syslevel.c:
+ Implemented _CheckNotSysLevel.
+
+ * include/win16drv.h, dlls/gdi/driver.c, graphics/win16drv/init.c:
+ Fixed win16drv initialisation.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, include/wine/undocshell.h:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ PathGetExtensionAW has three arguments.
+
+ * msdos/ioports.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't call Dosvm functions when Dosvm isn't initialized.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
+ dlls/quartz/ifgraph.c, dlls/quartz/imem.c, dlls/quartz/irclock.c,
+ dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
+ dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
+ dlls/quartz/quartz.spec, dlls/quartz/quartz_private.h,
+ dlls/quartz/sysclock.c, dlls/quartz/sysclock.h, winedefault.reg:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs for quartz dll.
+
+ * graphics/x11drv/xfont.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Normalize the display name used to build the cached metric filename so
+ that ':0', ':0.0', and 'unix:0.0' all resolve to the same file.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
+ include/oleauto.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented VarParseNumFromStr, VarNumFromParseNum.
+
+ * dlls/wineps/afm.c, dlls/wineps/afm2c.c,
+ dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/COPYRIGHTS,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
+ dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
+ dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate glyph bounding boxes & other unused font metrics.
+
+ * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
+ debugger/expr.c, debugger/hash.c, debugger/module.c,
+ debugger/winedbg.c, documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed the parsing of id1.id2 which could be either access to field id2
+ of struct id1, or the identifier id2 in dll id1.
+ Enhanced some error reporting as well as 'info local' display layout.
+ Minor cosmetic changes.
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed error message and return value in case of bogus 'open all' mci
+ string command. Minor 32/16 optimizations and cosmetic fixes.
+
+ * dlls/oleaut32/variant.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DateTimeStringToTm and DateToTm must use dwFlags instead of lcid.
+
+ * ole/uuid.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Include GUIDs in strmif.h and uuids.h.
+
+ * include/Makefile.in, include/audevcod.h, include/dshow.h,
+ include/evcode.h, include/uuids.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some dshow headers.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added IGraphBuilder, IFilterGraph2, IMediaSeeking interfaces.
+
+ * win32/except.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Modified the debugger launching code so that only one instance of the
+ debugger is created per process.
+
+2001-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, include/winproc.h, windows/winproc.c:
+ Added mappings for a few messages.
+ Added unicode messages bit set to shortcut message mapping when
+ possible.
+
+ * windows/spy.c: Fixed some message names.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implemented RB_MAXIMIZEBAND for the "ideal=TRUE" case.
+ - Implemented NM_CUSTOMDRAW notifications for the ITEMPREPAINT and
+ ITEMPOSTPAINT only. (Used by IE4 - go figure.)
+ - Invalidate window rectangles after certain RB_ messages like the
+ native. Fixed some painting problems.
+ - Added UpdateWindow call in _MoveChildWindows to fix other painting
+ problems.
+ - Set the Caption Font as the default font for all bands.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement TBSTYLE_FLAT as "transparent" toolbar and buttons. (Skip
+ FillRect and BF_MIDDLE on _FLAT toolbars.)
+ - Issue FIXMEs for unsupported styles.
+ - If the "hidden" state has changed then recalc the buttons.
+ - Support TBSTYLE_CUSTOMERASE (used by IE4) ans issue some of the
+ necessary NM_CUSTOMDRAW notifies.
+ - Pass the WM_ERASEBKGND to parent if the toolbar is "transparent".
+ - Invalidate the area 1 bigger than the button rect on a WM_MOUSELEAVE
+ so that the edge is "erased" by the parent.
+ - Support the PGN_CALCSIZE notify since a toolbar can be a child of the
+ Pager control.
+
+ * dlls/comctl32/treeview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add support to respond to the PGN_CALCSIZE version of the WM_NOTIFY
+ message.
+
+ * dlls/comctl32/pager.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Make all WM_NOTIFY messages go to the parent.
+ - Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial
+ size.
+ - Combine multiple SetWindowPos calls in same processing line and make
+ the flags like native.
+ - Redo WM_NCCALCSIZE to match native.
+ - Since Pager is a "transparent" control (except for its own buttons),
+ the WM_ERASEBKGND needs to be passed to the parent. Also do the window
+ offset like the native control does.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
+ include/oleauto.h:
+ Daniel Walker <diwalker@earthlink.net>
+ - implemented SystemTimetoVariantTime/VariantTimetoSystemTime
+ There was another implementation of SystemTimetoVariantTime
+ submitted that didn't work for dates prior to 1900.
+ - implemented VarDateFromUDate/VarUdateFromDate
+ - implemented VariantTimeToDosDateTime
+
+ * dlls/msvcrt/math.c: Jukka Heinonen <jhei@iki.fi>
+ Fixed _control87 return value, use of wrong assembler command to get
+ fp control word and a bug that inverted _IC_AFFINE flag.
+ Made _controlfp work as specified in MSDN.
+
+2001-08-11 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/ne/segment.c:
+ Josh Thielen <thielen@netprince.net>
+ Wrong handle was being closed.
+
+ * dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
+ dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
+ dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove unused character width array.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make EnumFonts and SelectObject use common font scaling.
+
+2001-08-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/controls.h, dlls/x11drv/winpos.c, include/nonclient.h,
+ include/winpos.h, include/x11drv.h, windows/defwnd.c, windows/mdi.c,
+ windows/nonclient.c, windows/win.c, windows/winpos.c,
+ controls/button.c, controls/combo.c, controls/desktop.c,
+ controls/edit.c, controls/icontitle.c, controls/listbox.c,
+ controls/menu.c, controls/scroll.c, controls/static.c:
+ Removed a number of direct accesses to the WND structure, replacing
+ them by API calls.
+
+ * graphics/dispdib.c, loader/ne/resource.c, dlls/comctl32/comboex.c,
+ dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ntdll/sync.c:
+ Jörg Mayer <jmayer@loplof.de>
+ Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
+
+ * dlls/wineps/font.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
+ dlls/wineps/text.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Removed ANSI encoding stuff.
+
+ * dlls/shell32/shelllink.c:
+ Dusan Lacko <dlacko@codeweavers.com>
+ Fix ExtractFromEXEDLL for nIndex != 0.
+ Prefer 8bit icons.
+
+ * include/config.h.in, loader/loadorder.c, configure, configure.in,
+ debugger/stabs.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixes for Solaris X86.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented msvcrt._mbspbrk.
+
+2001-08-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/Makefile.in, dlls/user/dde/.cvsignore,
+ dlls/user/dde/client.c, dlls/user/dde/dde_private.h,
+ dlls/user/dde/ddeml16.c, dlls/user/dde/misc.c, dlls/user/dde/server.c,
+ dlls/user/user32.spec, dlls/user/user_main.c, include/ddeml.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ - implemented correctly the HSZ as local atoms and added the needed
+ conversions to global atoms
+ - enhanced internal handle <=> pointer conversions, as well as
+ validity of such objects (life time, destruction, mutual access...)
+ - fixed a few ANSI/Unicode issues, stores most of the data as Unicode
+ - started having both Ansi/Unicode DDE window procs for message A/W
+ transformation
+ - fixed a few segmented pointer issues (mainly in DdeInitialize &
+ DdeGetData)
+ - added most of the CBF_ flags handling
+ - implemented the conversation announcement (XTYP_CONNECT_CONFIRM) on
+ server side
+ - enhanced DdeQueryConfig and implemented DdeReconnect
+ - implemented conversation termination (including XTYP_UNREGISTER)
+ - several others code clean up
+ - added transaction support on server side too
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implemented multibyte string reverse.
+
+ * dlls/wineps/font.c, dlls/wineps/ps.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove previously disabled code.
+
+ * dlls/wineps/escape.c, dlls/x11drv/xvidmode.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * dlls/oleaut32/olepicture.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * tools/winapi/c_parser.pm, tools/winapi/function.pm,
+ tools/winapi/make_filter, tools/winapi/make_parser.pm,
+ tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_documentation.pm,
+ tools/winapi/winapi_fixup_editor.pm,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Begun implementation of a C statements parser.
+ - More reorganizations and fixes.
+
+ * scheduler/client.c, server/request.c:
+ Don't create the WINEPREFIX directory if it doesn't exist.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ntdll/critsection.c,
+ dlls/winsock/socket.c, dlls/x11drv/x11drv_main.c, include/winbase.h,
+ scheduler/critsection.c, scheduler/pthread.c:
+ Added Interlocked*Pointer functions.
+ Fixed InterlockedCompareExchange prototype.
+
+ * dlls/advapi32/security.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmio.c,
+ documentation/.cvsignore, documentation/wine.man.in,
+ loader/pe_image.c, misc/version.c, ole/ole2nls.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * tools/winecheck: Andreas Mohr <a.mohr@mailto.de>
+ Small winecheck update (DGA check is bogus).
+
+ * include/winnt.h: Andreas Mohr <a.mohr@mailto.de>
+ Added more STATUS_ codes.
+
+2001-08-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/nonclient.h, windows/clipboard.c, windows/defdlg.c,
+ windows/dialog.c, windows/mdi.c, windows/nonclient.c, windows/user.c,
+ windows/win.c, windows/winpos.c:
+ Replace SendMessage16 by SendMessageW where possible.
+
+ * dlls/user/thunk.c, dlls/user/user.spec, windows/painting.c:
+ Fixed DrawState16 callback support.
+
+ * dlls/shell32/shellpath.c:
+ Fixed loop termination check in PathIsExeW.
+
+ * graphics/escape.c:
+ Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek).
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Rewrite and separate AFM parsing code (no more [afmfiles]).
+
+ * configure.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Change libGLU check to look for gluLookAt instead of glBegin.
+
+2001-08-07 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now tries to print the symbol name of a crst when it times out.
+
+ * server/thread.c: Andreas Mohr <a.mohr@mailto.de>
+ Don't crash if send_thread_wakeup() fails.
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Added some registry entries related to COM interface marshaling.
+
+ * windows/input.c, windows/message.c, windows/queue.c,
+ dlls/user/Makefile.in, dlls/user/message.c, dlls/user/msg16.c,
+ dlls/user/user.spec, include/message.h, include/queue.h,
+ include/wine/server_protocol.h, include/wine/winuser16.h,
+ server/protocol.def, server/queue.c, server/request.h, server/trace.c:
+ Rewrote most of SendMessage/PeekMessage.
+ Implemented inter-process messaging.
+ Moved most message routines to dlls/user, and split off 16-bit
+ routines to a separate file.
+
+2001-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/config.h.in, include/olectl.h, include/wine/obj_picture.h,
+ configure, configure.in, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/olepicture.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented OleLoadPicture.
+ Added support for loading JPEG, Bitmap and Icons from persistant
+ streams.
+ Implemented JPEG support using libjpeg, added necessary configure.in
+ options.
+ Added IConnectionPoint style notifications to the IPicture iface.
+ Implemented several of the stubs already there, added some more.
+
+ * dlls/x11drv/x11ddraw.c:
+ Jukka Heinonen <jhei@iki.fi>
+ XGrabPointer is now called from the correct thread context and it is
+ made sure that we have keyboard focus when using DirectX.
+
+ * dlls/x11drv/winpos.c, windows/dialog.c, windows/nonclient.c,
+ controls/menu.c:
+ Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
+
+ * windows/winproc.c:
+ Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
+
+ * include/winuser.h: Added SMTO_* defines.
+
+ * debugger/winedbg.c, documentation/debugger.sgml, debugger/dbg.y,
+ debugger/debugger.h, debugger/info.c, debugger/stack.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Extended bt command to display backtrace of another thread.
+ Enhanced process & thread display with process name.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed tab control index handling.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ SetCommConfig has 3 arguments, not 2.
+
+ * documentation/wine.conf.man.in, documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Reconciled the wine man pages to the absence of wine.conf.
+
+ * scheduler/process.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed image name value sent to server upon process creation.
+
+ * dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ First (partial) implementation of ITypeInfo::Invoke.
+ Fixed buffer len passing to snprintf().
+
+2001-08-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c:
+ Marco Bizzarri <m.bizzarri@icube.it>
+ GetControlBrush16: avoid potentially releasing the same pointer
+ twice.
+
+ * dlls/oleaut32/typelib.c:
+ Malte Starostik <malte@kde.org>
+ Implemented RegisterTypeLib.
+
+ * library/ldt.c:
+ Pierre Beyssac <pb@fasterix.freenix.org>
+ Force DPL 3 when setting entries on BSD.
+
+ * dlls/commdlg/filedlg95.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Only add "." separator in case a default file name extension does
+ exist.
+
+ * objects/dib.c: Andreas Mohr <a.mohr@mailto.de>
+ DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER.
+
+ * debugger/msc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for -1 as the undefined value for handles before CloseHandle.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add debugging dumps of bar and buttons, and trace entry for each
+ message.
+ - Organize WM_NOTIFY processing in preparation for Unicode
+ - Implement TBN_GETDISPINFO and I_IMAGECALLBACK for bitmaps.
+ - Implement drawing of separator for TBSTYLE_DROPDOWN similar to native.
+ - Change drawing of buttons to support TBSTYLE_LIST and make match
+ native pixel layout (with and without bitmaps).
+ - Change TOOLBAR_MeasureString to measure with DrawText like native.
+ This eliminates extra space due to prefix char ("&").
+ - Speed up TOOLBAR_CalcStrings by doing the HDC and FONT selection once.
+ - Change calc of buttons to match drawing for TBSTYLE_LIST and
+ separators.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support to dump memory at lParam location on common control
+ messages.
+ - Fixed remaining Toolbar and Pager notify dump amounts.
+ - Separate memory dump code for easy use.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add TBNF_* flags for the NMTBDISPINFO structure.
+
+2001-07-31 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010731.
+
+----------------------------------------------------------------
+2001-07-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/driver.c: Jukka Heinonen <jhei@iki.fi>
+ Include device name in call to CreateIC.
+
+ * dlls/x11drv/window.c:
+ Fixed desktop window structure initialization.
+
+ * dlls/ddraw/dsurface/user.c, windows/dce.c:
+ Fixed a few problems with DCX_* flags handling.
+
+ * dlls/comctl32/toolbar.c:
+ Nog <nog@sdf.lonestar.org>
+ Don't enable the 'hot' state of a toolbar button when it's not
+ enabled.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - added support for the SGIS multitexture extension.
+ - misc. other fixes
+
+ * windows/defwnd.c:
+ Erase only client area on WM_ERASEBKGND.
+
+2001-07-30 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winapi/.cvsignore, tools/winapi/Makefile.in,
+ tools/winapi/trampoline, tools/winapi/winapi_check, configure,
+ configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Made it possible to install the winapi tools.
+
+ * include/winnls.h, include/winuser.h:
+ Force STRICT checking of callback function types when compiling Wine.
+
+ * windows/property.c:
+ Implement EnumProps on top of EnumPropsEx to avoid function pointer
+ type mismatches.
+
+ * loader/ne/module.c, loader/task.c, include/task.h:
+ Fixed HTASK/HTASK16 handle mismatch.
+
+ * include/mmsystem.h, include/msacm.h, include/windef.h:
+ Moved some handle declarations to the right headers.
+
+ * tools/winapi/config.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi_check/modules.dat,
+ tools/winapi_check/modules.pm, tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/wineps.api,
+ tools/winapi_check/win32/x11drv.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ A few bug fixes.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix handling of the '--with-wine-xxx' options: only look in the
+ specified path.
+ Libraries and wine dlls are separate notions that need separate paths
+ -> add WINE_DLL_{ROOT,PATH}, --with-wine-dlls and a '-P' option.
+ Small fixes to the search order.
+
+2001-07-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/init.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ graphics/enhmetafiledrv/init.c, graphics/escape.c,
+ graphics/metafiledrv/init.c, graphics/win16drv/init.c,
+ graphics/x11drv/init.c, include/gdi.h, include/wine/wingdi16.h,
+ include/x11drv.h, dlls/gdi/driver.c, dlls/gdi/gdi.spec,
+ dlls/gdi/printdrv.c, dlls/wineps/escape.c:
+ Rewrote Escape to avoid calling down to Escape16.
+ Replaced Escape by ExtEscape in the DC function table.
+
+ * Make.rules.in: Patrik Stridvall <ps@leissner.se>
+ Added a filter rule for filtering make output with
+ tools/winapi/make_filter.
+
+ * dlls/ole32/clipboard.c, dlls/ole32/ole2.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * tools/winapi/config.pm, tools/winapi/make_filter,
+ tools/winapi/make_filter_options.pm, tools/winapi/make_parser.pm,
+ tools/winapi/options.pm, tools/winapi/setup.pm:
+ Patrik Stridvall <ps@leissner.se>
+ A few bug fixes.
+
+ * include/dplay.h:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup/removal of unnessary things that would have made winapi_*
+ parsing more complicated.
+
+2001-07-28 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/init.c, graphics/x11drv/palette.c,
+ graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
+ include/x11drv.h, objects/dc.c, objects/palette.c,
+ graphics/win16drv/init.c, graphics/win16drv/text.c,
+ dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/init.c,
+ dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/enhmetafiledrv/init.c,
+ graphics/mapping.c, graphics/metafiledrv/init.c, dlls/gdi/driver.c,
+ dlls/ttydrv/dc.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c:
+ Added GetDeviceCaps to the DC driver interface. Removed devCaps
+ pointer in the generic DC structure.
+
+ * dlls/ddraw/ddraw_private.h:
+ Removed unused DC_FUNCS pointers.
+
+2001-07-27 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/version.c:
+ Bob Goodwin <goodie1@pacbell.net>
+ Fix the 16bit win95 version.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Put the per project paths before the wine paths.
+ Remove unnecessary libraries from the wine link test.
+ Move DLL_LINK from configure.in to the Make.rules file.
+
+ * dlls/commdlg/printdlg.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Don't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
+
+ * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec,
+ dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec:
+ Added missing ntdll imports.
+
+ * dlls/wineps/init.c, dlls/wineps/wineps.spec,
+ dlls/x11drv/x11drv.spec, graphics/Makefile.in, graphics/driver.c,
+ graphics/win16drv/init.c, graphics/x11drv/bitmap.c,
+ graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/gdi.h,
+ include/x11drv.h, objects/dc.c, dlls/gdi/Makefile.in,
+ dlls/gdi/driver.c, dlls/gdi/gdi_main.c, dlls/ttydrv/bitmap.c,
+ dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.spec:
+ Build the DC function table by using GetProcAddress on the graphics
+ driver module. Moved driver support to dlls/gdi.
+
+2001-07-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
+ Removed import of x11drv from ddraw.
+
+ * dlls/dinput/dinput_main.c, dlls/dsound/dsound_main.c,
+ loader/dos/dosmod.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some warnings.
+
+ * dlls/oleaut32/oleaut.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * include/commctrl.h:
+ Patrik Stridvall <ps@leissner.se>
+ Cleanup/removal of unnessary things that would have made winapi_*
+ parsing more complicated.
+
+ * dlls/kernel/comm.c, include/winbase.h, include/winuser.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Moved comm related protoypes to the correct .h file.
+ - Cleaned up the include section.
+
+ * include/wine/port.h:
+ Patrik Stridvall <ps@leissner.se>
+ Removed inclusion of winnt.h because the porting layer shouldn't
+ include Windows specific stuff.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Rewrite TrueType font metric parsing code.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
+ tools/winapi/make_filter, tools/winapi/make_filter_options.pm,
+ tools/winapi/make_parser.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/type.pm,
+ tools/winapi/winapi_check_options.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ - A few more bug fixes
+ - Reorganization continues
+ - New tool (make_filter) for filtering make output added
+
+ * dlls/ntdll/misc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a typo.
+
+ * graphics/x11drv/bitblt.c:
+ Bill Medland <medbi01@accpac.com>
+ Don't inline perfect_graphics().
+
+ * include/callback.h, include/hook.h, loader/module.c, loader/task.c,
+ scheduler/process.c, dlls/user/user_main.c, if1632/thunk.c:
+ Removed a few unnecessary Callouts.
+
+ * include/queue.h, include/wine/winuser16.h, windows/clipboard.c,
+ windows/focus.c, windows/hook.c, windows/input.c,
+ windows/message.c, windows/queue.c, windows/timer.c,
+ windows/user.c, windows/win.c, windows/winpos.c,
+ dlls/x11drv/desktop.c:
+ Avoid using GetFastQueue16 from USER.
+
+ * dlls/user/text.c, include/winuser.h:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fully implement DrawTextEx* functions.
+
+ * dlls/comctl32/propsheet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Be a bit more graceful on NULL property sheet titles.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - On TB_SETIMAGELIST retrieve new values of the bitmap width and
+ height (fixes overlap of image and text in IE4).
+ - Handle return codes from TBN_DROPDOWN (allows a "dropdown" to be
+ treated like a regular button).
+ - Implement TBN_BEGINDRAG and TBN_ENDDRAG in WM_LBUTTON{DOWN|UP} (not
+ necessary but done by native).
+ - Implement NM_RELEASEDCAPTURE and NM_CLICK.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.
+
+ * Make.rules.in:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Correct man page spec directory.
+
+2001-07-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/winpos.c, windows/x11drv/event.c, loader/ne/module.c,
+ memory/global.c, memory/local.c, memory/registry.c,
+ msdos/dosaspi.c, objects/bitmap.c, objects/region.c,
+ objects/text.c, relay32/builtin32.c, scheduler/critsection.c,
+ scheduler/thread.c, win32/device.c, windows/driver.c,
+ windows/input.c, windows/keyboard.c, windows/painting.c,
+ graphics/enhmetafiledrv/graphics.c,
+ graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c,
+ graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c,
+ graphics/metafiledrv/text.c, graphics/win16drv/graphics.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/clipping.c,
+ graphics/x11drv/codepage.c, graphics/x11drv/oembitmap.c,
+ graphics/x11drv/text.c, if1632/builtin.c, if1632/relay.c,
+ if1632/thunk.c, dlls/winsock/async.c, dlls/wsock32/protocol.c,
+ graphics/painting.c, dlls/user/network.c, dlls/winaspi/winaspi16.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/wineoss/audio.c,
+ dlls/winmm/wineoss/midi.c, dlls/msacm/driver.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/bindctx.c,
+ dlls/ole32/errorinfo.c, dlls/ole32/moniker.c, dlls/ole32/ole2nls.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/stubs.c, dlls/richedit/richedit.c,
+ dlls/setupapi/devinst.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/virtcopy.c, dlls/shell32/memorystream.c,
+ dlls/shell32/shellstring.c, dlls/shell32/systray.c,
+ dlls/shlwapi/regstream.c, dlls/ttydrv/graphics.c,
+ controls/desktop.c, controls/icontitle.c, controls/static.c,
+ dlls/comctl32/ipaddress.c, dlls/commdlg/filedlg95.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/helper.c, dlls/dplayx/dplaysp.c,
+ dlls/dplayx/dplayx_global.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/wowthunk.c, dlls/mpr/mpr_main.c, controls/combo.c:
+ Removed unnecessary inclusion of heap.h.
+
+2001-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/enhmetafiledrv/init.c, include/enhmetafile.h,
+ include/gdi.h, objects/enhmetafile.c:
+ Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit.
+
+ * include/heap.h, include/module.h, loader/elf.c, loader/loadorder.c,
+ loader/module.c, msdos/int21.c, relay32/snoop.c,
+ windows/clipboard.c, dlls/user/lstr.c, dlls/wineps/afm.c,
+ dlls/wineps/escape.c, dlls/wineps/init.c, dlls/wineps/ppd.c,
+ dlls/wineps/truetype.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
+ files/dos_fs.c, files/drive.c, files/profile.c, graphics/driver.c,
+ graphics/env.c, graphics/win16drv/prtdrv.c,
+ graphics/x11drv/xfont.c, if1632/snoop.c, dlls/comctl32/propsheet.c,
+ dlls/gdi/printdrv.c, dlls/kernel/format_msg.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/iconcache.c,
+ dlls/shell32/shelllink.c:
+ Removed HEAP_strdupA.
+
+ * dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
+ dlls/wineps/data/agl.h, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c, dlls/wineps/mkagl.c,
+ dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make built-in font data read-only.
+
+ * objects/dcvalues.c:
+ Got rid of all the ugly macros.
+
+ * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/glyphlist.c,
+ dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Modify init code to handle const data types.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
+ dlls/user/Makefile.in, dlls/user/comm16.c, dlls/user/user_main.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Move 16-bit COMM code to USER dll.
+
+ * controls/button.c, controls/combo.c, controls/edit.c,
+ controls/icontitle.c, controls/listbox.c, controls/scroll.c,
+ controls/static.c:
+ Jukka Heinonen <jhei@iki.fi>
+ WNDPROC handlers now check whether HWND argument is valid.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
+ giving back a 8 point System font for now).
+
+ * objects/dcvalues.c, scheduler/critsection.c, scheduler/sysdeps.c,
+ scheduler/thread.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+2001-07-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
+ dlls/ole32/ifs.h, dlls/ole32/ole2.c, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/ole2disp.h, dlls/oleaut32/typelib.c,
+ dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c,
+ dlls/shell32/shlmenu.c, include/ole.h,
+ dlls/lzexpand/lzexpand_main.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/exit.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of the implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use Windows metrics for font scaling.
+
+ * tools/winapi/config.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/winapi_check_options.pm,
+ tools/winapi/winapi_extract,
+ tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Yet another major reorganization and a few new features.
+
+ * files/file.c, server/file.c:
+ Bernhard Rosenkraenzer <bero@redhat.de>
+ Set executable permissions when creating .exe/.com files.
+
+ * dlls/msvcrt/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Pass handle to GetFileType, not MSVCRT fd.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite BuildCommDCB16 to depend on BuildCommDCB, not vice-versa.
+
+ * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/glyphlist.c, dlls/wineps/mkagl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Only index glyph names when necessary.
+
+ * include/loadorder.h, include/metafile.h, include/module.h,
+ include/options.h, loader/loadorder.c, loader/main.c,
+ loader/module.c, loader/ne/module.c, misc/options.c,
+ objects/font.c, objects/metafile.c, windows/class.c,
+ windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c,
+ dlls/wineps/bitmap.c, dlls/x11drv/x11drv_main.c,
+ graphics/win16drv/prtdrv.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c,
+ graphics/x11drv/palette.c, debugger/debugger.h, debugger/info.c,
+ debugger/memory.c, debugger/module.c, debugger/msc.c,
+ debugger/winedbg.c, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/direct3d/main.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c,
+ dlls/gdi/printdrv.c, dlls/setupapi/virtcopy.c:
+ Removed some unnecessary includes.
+
+2001-07-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/data/agl.h,
+ dlls/wineps/mkagl.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate UNICODEVECTOR data type.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
+ include/wine_gl.h:
+ Commented out references to x11drv internals from MESA code.
+
+ * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c,
+ graphics/win16drv/brush.c, graphics/win16drv/font.c,
+ graphics/win16drv/objects.c, graphics/win16drv/pen.c,
+ include/win16drv.h, dlls/ttydrv/objects.c, dlls/wineps/brush.c,
+ dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/pen.c,
+ dlls/wineps/psdrv.h:
+ Removed some direct accesses to GDI internal pen/brush/font
+ structures.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - If the class of the window is a known standard, then format the name
+ of the WM_USER+nnn messages if possible.
+ - Fix case where the classname returned was truncated and not printed
+ at all.
+ - Issue errors if either the Notify or common control messasge lists
+ are out of order.
+ - Prepare to dump out control block structures pointed to by lparam
+ for messages.
+
+ * dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
+ dlls/wineps/init.c, graphics/enhmetafiledrv/init.c,
+ graphics/metafiledrv/init.c, graphics/win16drv/init.c,
+ graphics/x11drv/dib.c, graphics/x11drv/init.c, include/bitmap.h,
+ include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/dib.c,
+ dlls/gdi/wing.c:
+ Moved the 16-bit pointer to the DIB bits out of the driver-specific
+ structure and into the main bitmap structure. Removed
+ CreateDIBSection16 from the driver interface.
+
+ * controls/menu.c, dlls/shell32/shell32_main.c, include/heap.h, windows/mdi.c:
+ Got rid of HEAP_strdupW.
+
+ * dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
+ dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+ dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Remove redundant data structure from font metrics.
+
+ * dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ OleFont::IDispatch::Invoke stub can just return S_OK.
+
+2001-07-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c:
+ Use AdjustWindowRect to translate X to window rectangle instead of
+ duplicating what's done in nonclient.c.
+
+ * windows/nonclient.c:
+ Bill Medland <medbi01@accpac.com>
+ Corrections to the Win95 and later frame drawing code.
+
+ * windows/win.c: Bill Medland <medbi01@accpac.com>
+ Additional modifications to the window styles during window creation.
+
+ * include/wine/shell16.h, memory/atom.c, dlls/winmm/winemm.h,
+ dlls/ntdll/signal_sparc.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c,
+ dlls/ole32/ole2nls.c, dlls/oleaut32/dispatch.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shpolicy.c, dlls/kernel/sync.c, dlls/msvideo/vfw16.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of the implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * include/Makefile.in:
+ Added a few more files to the install list.
+
+ * windows/winpos.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Trace rectangles returned by GetClientRect and GetWindowRect.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Recalc the toolbar size on TB_SETBUTTONSIZE in certain conditions.
+ - Add trace to show the paint rectangle prior to refreshing.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix handling of text color.
+ - Correct implementation of WM_SETREDRAW to be closer to native.
+ - Do more implementation of RBS_AUTOSIZE in the WM_SIZE processor.
+ - Implement RBBS_VARIABLEHEIGHT. Used by IE4.
+ - Do more testing in WM_SIZE to handle strange cases like native.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Display rectangle from WM_NCCALCSIZE on entry and exit.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fix conversion of W structure to A structure during notify.
+
+ * README:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Update information concerning FreeBSD.
+ Refer to Wine instead of wine as the package name.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Replace service thread with ReadFileEx/WriteFileEx.
+
+ * files/profile.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix 'undocumented' behaviour of GetPrivateProfileString.
+
+2001-07-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shpolicy.h:
+ Patrik Stridvall <ps@leissner.se>
+ Removed unused file.
+
+ * tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/winapi_check, tools/winapi/winapi_extract:
+ Patrik Stridvall <ps@leissner.se>
+ Minor reorganisation and a few bug fixes.
+
+ * dlls/ddraw/dsurface/wndproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix out of the source tree build (again).
+
+ * misc/registry.c, relay32/builtin32.c, scheduler/client.c,
+ scheduler/handle.c, scheduler/pipe.c, scheduler/process.c,
+ scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c,
+ scheduler/timer.c, win32/console.c, win32/device.c, win32/except.c,
+ windows/input.c, windows/message.c, windows/painting.c,
+ windows/queue.c, windows/timer.c, dlls/winsock/socket.c,
+ files/change.c, files/dos_fs.c, files/file.c, files/profile.c,
+ graphics/x11drv/xfont.c, include/server.h, include/wine/server.h,
+ include/wine/server_protocol.h, loader/main.c, loader/module.c,
+ loader/pe_image.c, loader/task.c, memory/atom.c, memory/registry.c,
+ memory/selector.c, memory/virtual.c, dlls/advapi32/registry.c,
+ dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c,
+ dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c:
+ Moved server.h to include/wine.
+
+ * server/Makefile.in, server/handle.h, server/object.h,
+ server/process.h, server/protocol.def, server/request.c,
+ server/request.h, server/thread.h, server/unicode.h,
+ tools/make_requests:
+ Use the new protocol.def file to build the request structures.
+ Define protocol structures in a separate server_protocol.h file.
+ Removed __WINE_SERVER__ checks now that all includes are in the right
+ directory.
+
+ * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Read/calculate average character width for all fonts.
+ Work directly with 16-bit WCHARs; don't convert to CP1252.
+
+ * dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make Helvetica Narrow a separate font family.
+
+2001-07-18 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/environ.c, misc/registry.c, msdos/dosconf.c, msdos/int29.c,
+ msdos/ppdev.c, objects/brush.c, objects/metafile.c, objects/pen.c,
+ win32/file.c, dlls/version/resource.c, dlls/winmm/joystick.c,
+ dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/time.c, files/dos_fs.c, graphics/win16drv/objects.c,
+ graphics/x11drv/objects.c, include/msvcrt/string.h,
+ include/wine/winuser16.h, include/winuser.h, loader/task.c,
+ dlls/comctl32/comctl32undoc.c, dlls/ddraw/dclipper/main.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/wndproc.c,
+ dlls/ddraw/helper.c, dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msvcrt/errno.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/msvcrt.h, dlls/user/lstr.c, dlls/user/wsprintf.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Made sure that the files that contains the declarations
+ of implementated functions are included.
+ - Corrected mismatching prototypes.
+ - Cleaned up the include section.
+
+ * memory/atom.c: Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/modules.pm, tools/winapi_check/output.pm,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
+ tools/winapi/output.pm, tools/winapi/setup.pm,
+ tools/winapi/winapi_extract:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * windows/message.c, include/winuser.h:
+ Reject pointer messages in SendNotifyMessage[AW] and
+ SendMessageCallback[AW]. Fixed prototypes.
+
+ * include/comcat.h, include/docobj.h, include/oaidl.h,
+ include/objidl.h, include/ocidl.h, include/oleidl.h, include/rpc.h,
+ include/servprov.h, include/strmif.h, include/unknwn.h,
+ include/urlmon.h:
+ Francois Gouget <fgouget@free.fr>
+ Include rpc*.h/windows.h/ole2.h just like windows.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use GetCommState16 to save state in OpenComm16.
+ Merge comm16 globals into one structure.
+
+ * tools/fnt2bdf.c:
+ Bill Medland <medbi01@accpac.com>
+ Make the font name and size settings reflect the data in the font file
+ rather than arbitrary values.
+
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_DoReturn: remove redundant printing of tid.
+
+2001-07-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in: Updated dependencies.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite SetCommState16 to use SetCommState.
+
+ * dlls/ntdll/debugtools.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ More descriptive error on buffer overflow.
+
+ * controls/listbox.c:
+ Bill Medland <medbi01@accpac.com>
+ As for the edit control, the style of the borders on the list control
+ is modified in the dialog loading code, not in the control itself.
+
+ * ole/ole2nls.c, dlls/user/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed some more overflowing string traces.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Draw MenuBar in proper place (some cases).
+
+ * dlls/opengl32/opengl32.spec:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Make sure user32 is always loaded before x11drv.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@free.fr>
+ Handle spaces properly when restarting winelauncher for debug.
+
+ * dlls/comctl32/datetime.c:
+ Francois Gouget <fgouget@free.fr>
+ Some 'calendar' typos...
+
+ * dlls/shell32/shell32_main.c, include/shellapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing CommandLineToArgvW prototype.
+
+ * dlls/comctl32/toolbar.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Refresh bitmap count to take in account imagelist changes after
+ TB_SETIMAGELIST.
+
+ * dlls/user/dde/misc.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixed unicode warning.
+
+ * include/winnt.h, server/named_pipe.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
+ when opening a named pipe if the pipe exists but no instances of it are
+ currently waiting for a connection.
+
+2001-07-14 Alexandre Julliard <julliard@winehq.com>
+
+ * server/debugger.c, server/file.c, server/process.c,
+ server/process.h, server/ptrace.c:
+ Backed out the suspend_process_for_ptrace change.
+ Fixed a couple of races in ptrace code.
+
+ * configure, configure.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Remove the -rpath option from the link command.
+
+ * dlls/ntdll/ntdll.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm,
+ tools/winapi_check/win32/msvcrt.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_parser.pm, tools/winapi/output.pm,
+ tools/winapi/winapi_extract, tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * windows/dce.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Better LockWindowUpdate debug.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made some FIXME()s print the respective strings passed.
+ Changed StgSetTimes() to correct type.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added Quality Box (readonly currently) for 16bit templated dialogs.
+ Added [Printer] button support in 16bit templated dialogs.
+ Try sending orientation icon to stc10 too.
+
+ * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced most of the numbers with the symbolic constants of the dialog
+ items.
+
+ * msdos/ppdev.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Don't claim the parport for exclusive access and release the port
+ after every access.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite GetCommState16 using GetCommState.
+
+ * relay32/snoop.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ SNOOP_GetProcAddress: don't touch already initialized fun-entries.
+
+2001-07-12 Alexandre Julliard <julliard@winehq.com>
+
+ * server/thread.c, server/thread.h:
+ Removed unused functions suspend/remove_all_threads.
+
+ * dlls/winsock/socket.c, files/dos_fs.c, graphics/fontengine.c,
+ memory/string.c, objects/dc.c, objects/gdiobj.c, objects/pen.c,
+ objects/region.c, windows/input.c, windows/mdi.c,
+ windows/message.c, windows/syscolor.c, windows/winpos.c,
+ dlls/kernel/thunk.c, dlls/ole32/storage32.c,
+ dlls/rasapi32/rasapi.c, dlls/shell32/shellole.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * files/file.c, include/file.h, scheduler/synchro.c,
+ dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement overlapped completion routines.
+ Don't use lpOverlapped->OffsetHigh to store bytes to transfer.
+
+ * dlls/x11drv/window.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix X crash when running in managed mode.
+
+ * unicode/casemap.c, unicode/wctype.c, unicode/c_042.c,
+ unicode/c_10006.c, unicode/c_1253.c, unicode/c_28597.c,
+ unicode/c_437.c, unicode/c_737.c, unicode/c_860.c, unicode/c_861.c,
+ unicode/c_862.c, unicode/c_863.c, unicode/c_865.c, unicode/c_869.c,
+ unicode/c_875.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c,
+ unicode/c_950.c:
+ Regenerated codepage files with Unicode 3.1 data.
+
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/rasapi32.api,
+ tools/winapi_check/win32/rpcrt4.api,
+ tools/winapi_check/win32/ws2_32.api, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several additions and bug fixes.
+
+ * tools/winemaker:
+ Bill Medland <medbi01@accpac.com>
+ Get winemaker to drop the trailing CtrlZ that is still to be found on
+ quite a lot of DOS files.
+
+ * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/graphics.c:
+ Fixed a few issues with tsx11 locking.
+ Always map the client window when moving out of iconic state.
+
+ * loader/pe_image.c:
+ Don't call SNOOP_RegisterDLL on builtins.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
+ include/config.h.in, configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - removed unused OSMesa linking
+ - removed OSMesa code
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement COMM_MSRUpdate with GetCommModemStatus.
+
+2001-07-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ include/Makefile.in, include/rpc.h, include/rpcdce.h,
+ include/rpcnterr.h:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Added a bunch of entry points.
+ Added some stubs and header information.
+ Fixed some return codes.
+
+ * windows/sysmetrics.c:
+ Bill Medland <medbi01@accpac.com>
+ Modify some system metrics to agree with Win95 and reflect the desktop
+ registry entries.
+
+ * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
+
+ * windows/message.c, windows/syscolor.c, windows/winpos.c,
+ msdos/int21.c, msdos/int5c.c, objects/bitmap.c, objects/clipping.c,
+ objects/dc.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/pen.c, objects/region.c, objects/text.c,
+ ole/ole2nls.c, scheduler/handle.c, scheduler/process.c,
+ scheduler/thread.c, windows/cursoricon.c, windows/input.c,
+ windows/mdi.c, graphics/metafiledrv/init.c, loader/module.c,
+ loader/ne/convert.c, loader/ne/module.c, loader/ne/segment.c,
+ loader/resource.c, loader/task.c, memory/atom.c, memory/codepage.c,
+ memory/environ.c, memory/global.c, memory/heap.c,
+ memory/selector.c, memory/string.c, misc/main.c, misc/registry.c,
+ dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c,
+ dlls/winmm/wineoss/oss.c, dlls/winsock/socket.c,
+ dlls/wsock32/protocol.c, dlls/wsock32/socket.c, files/dos_fs.c,
+ files/profile.c, graphics/bitblt.c, dlls/winmm/driver.c,
+ dlls/winmm/joystick/joystick.c, dlls/winmm/mci.c,
+ dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c,
+ dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c,
+ dlls/winmm/wavemap/wavemap.c, dlls/oledlg/oledlg_main.c,
+ dlls/opengl32/opengl_norm.c, dlls/richedit/richedit.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/brsfolder.c,
+ dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shellreg.c, dlls/shlwapi/regstream.c,
+ dlls/user/lstr.c, dlls/user/mouse.c, dlls/version/install.c,
+ dlls/win32s/w32sys.c, dlls/wineps/driver.c, dlls/kernel/debugger.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
+ dlls/msacm/pcmconverter.c, dlls/msvcrt/main.c,
+ dlls/msvcrt/string.c, dlls/msvideo/msvideo_main.c,
+ dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtlstr.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ole32/compobj.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/ole32/ole2impl.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/oleaut.c, dlls/dplayx/dplay.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * debugger/db_disasm.c:
+ Added disassembly for 0x0f 0x5x opcodes.
+
+ * debugger/dbg.y, debugger/winedbg.c:
+ Better error reporting on DebugActiveProcess failure.
+
+ * server/context_i386.c, server/debugger.c, server/process.c,
+ server/process.h:
+ Small fixes to the debugger support.
+
+ * server/queue.c: Merge WM_MOUSEMOVE messages.
+
+ * tools/winapi_check/win32/wow32.api, tools/winapi/config.pm,
+ tools/winapi/function.pm, tools/winapi/options.pm,
+ tools/winapi/util.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Major reorganization and cleanup.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement FlushComm16 with PurgeComm.
+
+ * controls/edit.c, windows/dialog.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct the location of the style patching for the edit control.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Stub some rasapi functions.
+
+ * dlls/wininet/internet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Have InternetGetConnectedState always return 'LAN connection'.
+
+2001-07-10 Alexandre Julliard <julliard@winehq.com>
+
+ * server/Makefile.in, server/named_pipe.c, server/request.h,
+ server/trace.c, dlls/kernel/kernel32.spec, dlls/kernel/sync.c,
+ files/file.c, include/server.h, include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Start implementing named pipes.
+
+ * include/shlwapi.h, dlls/shlwapi/shlwapi.spec:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Add shlwapi.wvnsprintf[AW], header info and comments.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec,
+ include/winsock2.h:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Implemented a stub for WSARecvFrom.
+
+ * controls/menu.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ GetMenuItemID: return -1 for invalid menu items, not zero.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Rewrite EscapeCommFunction16 to use EscapeCommFunction.
+
+ * dlls/msvcrt/file.c:
+ Peter Hunnisett <hunnise@yahoo.com>
+ CreateFile should be called with security attributes in _open.
+
+ * dlls/ddraw/dclipper/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make (G|S)etClipList not abort, but return DDERR_NOCLIPLIST.
+ Do not scroll FIXME()s too much.
+
+2001-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/ole32/compobj.spec,
+ dlls/oledlg/oledlg.spec, dlls/opengl32/make_opengl:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issues found by winapi_check.
+
+ * dlls/oleaut32/parsedt.c:
+ Patrik Stridvall <ps@leissner.se>
+ - Added comment that code is broken.
+ - Silenced annoying long term winapi_check message.
+
+ * dlls/rpcrt4/rpcrt4_main.c, include/config.h.in, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Add proper check for existance of struct sockaddr member sa_len.
+
+ * documentation/printing.sgml:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updated printing documentation a bit.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/gdi.api,
+ tools/winapi_check/win32/oledlg.api,
+ tools/winapi_check/win32/quartz.api,
+ tools/winapi_check/win32/winmm.api,
+ tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Peter Hunnisett <hunnise@yahoo.com>
+ Fix some ordinal forwarding.
+
+ * controls/menu.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Add some argument validation to SetMenuItemInfoA, so QT5 does not
+ corrupt its menus.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Move creation process to the WM_NCCREATE message like native and force
+ styles WS_VISIBLE and CCS_TOP.
+ - Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
+ RB_MINIMIZEBAND.
+ - Improve preformance by removing calls to GetWindowLong for GWL_STYLE
+ (by saving state and handling WM_STYLECHANGED).
+ - Cleanup and remove dead and test code.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
+
+ * controls/uitools.c:
+ Bill Medland <medbi01@accpac.com>
+ Correct more colours so that DrawEdge works for more cases.
+
+ * include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added missing IIDs.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
+ is not supported yet...)
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Use HANDLEs instead of unix fds.
+
+ * programs/uninstaller/main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Add --list facility to list installed programs.
+ Add --remove xxx facility to remove a specific program.
+
+2001-07-02 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, windows/input.c, windows/keyboard.c,
+ windows/message.c, windows/queue.c, memory/atom.c, memory/global.c,
+ memory/heap.c, memory/local.c, memory/selector.c, memory/string.c,
+ misc/error.c, misc/registry.c, misc/system.c, misc/version.c,
+ objects/bitmap.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
+ objects/palette.c, objects/text.c, scheduler/synchro.c,
+ scheduler/syslevel.c, files/directory.c, files/dos_fs.c,
+ files/drive.c, files/file.c, files/profile.c, graphics/bitblt.c,
+ graphics/escape.c, graphics/fontengine.c, graphics/mapping.c,
+ graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c,
+ graphics/x11drv/oembitmap.c, loader/main.c, loader/module.c,
+ loader/ne/module.c, loader/ne/resource.c, loader/resource.c,
+ loader/task.c, dlls/winmm/midimap/midimap.c,
+ dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/oss.c,
+ dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winspool/info.c,
+ dlls/wsock32/socket.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv_main.c, dlls/winmm/mcicda/mcicda.c,
+ dlls/version/resource.c, dlls/version/ver16.c,
+ dlls/win32s/w32skernel.c, dlls/win32s/w32sys.c,
+ dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c,
+ dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/wineps/driver.c,
+ dlls/wininet/wininet_main.c, dlls/winmm/driver.c,
+ dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c,
+ dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
+ dlls/winmm/sound16.c, dlls/winmm/time.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellpath.c, dlls/shell32/shellreg.c,
+ dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/ttydrv/user.c, dlls/urlmon/urlmon_main.c, dlls/user/bidi16.c,
+ dlls/user/dde/ddeml16.c, dlls/user/display.c, dlls/user/lstr.c,
+ dlls/user/misc.c, dlls/user/mouse.c, dlls/user/network.c,
+ dlls/user/resource.c, dlls/user/text.c, dlls/user/thunk.c,
+ dlls/user/wsprintf.c, dlls/version/install.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/sec.c, dlls/ntdll/wcstring.c, dlls/ole32/compobj.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2nls.c, dlls/ole32/storage.c,
+ dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c,
+ dlls/olepro32/olepro32stubs.c, dlls/olesvr/olesvr_main.c,
+ dlls/serialui/confdlg.c, dlls/setupapi/infparse.c,
+ dlls/shell32/changenotify.c, dlls/shell32/iconcache.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/generic.c, dlls/commdlg/printdlg.c,
+ dlls/dplayx/dpclassfactory.c, dlls/gdi/bidi16.c,
+ dlls/gdi/printdrv.c, dlls/gdi/thunk.c, dlls/gdi/wing.c,
+ dlls/kernel/comm.c, dlls/kernel/debugger.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/string.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/utthunk.c, dlls/kernel/win87em.c,
+ dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c,
+ dlls/mpr/mpr_main.c, dlls/msacm/pcmconverter.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/heap.c, controls/menu.c, dlls/avifil32/api.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/imagelist.c,
+ dlls/commdlg/colordlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation fixes.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/quartz/.cvsignore, dlls/quartz/Makefile.in,
+ dlls/quartz/main.c, dlls/quartz/quartz.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added stubs for quartz.dll.
+
+ * win32/file.c, dlls/kernel/kernel32.spec, files/file.c,
+ include/winbase.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Declare stubs for ReadFileEx, WriteFileEx.
+
+ * include/Makefile.in, include/amaudio.h, include/amvideo.h,
+ include/control.h, include/strmif.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some dshow headers.
+
+ * dlls/wineps/wineps.spec, dlls/x11drv/x11drv.spec, dlls/Makefile.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix some inter dll dependencies.
+
+ * dlls/wsock32/protocol.c, dlls/wsock32/wsock32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add stdcall->cdecl thunks for inet_network and getnetbyname.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/truetype.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_* functions by Reg*.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
+ in WinZip).
+
+ * dlls/comctl32/toolbar.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Fix button text placement for disabled buttons (see Winzip 8.0).
+
+ * include/urlmon.h:
+ Nikolas Zimmermann <wildfox@kde.org>
+ Added IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
+ BINDF, BINDSTATUS structs.
+
+ * dlls/gdi/dispdib.spec, dlls/gdi/wing.spec, dlls/kernel/stress.spec,
+ dlls/msvideo/msvideo.spec, dlls/ntdll/signal_i386.c,
+ dlls/ole32/compobj.spec, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_extract, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/msvideo/msvideo_main.c, objects/clipping.c, objects/palette.c,
+ windows/clipboard.c, windows/mdi.c, controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+ * dlls/comctl32/listview.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Remember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.
+
+ * dlls/win32s/win32s16.c, dlls/win32s/win32s16.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Finish win32s separation.
+
+2001-06-29 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010629.
+
+----------------------------------------------------------------
+2001-06-29 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, dlls/user/dde/client.c, dlls/user/dde/misc.c,
+ dlls/user/dde/server.c, configure:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix 'make depend' for out of the source tree build.
+
+ * dlls/msvcrt/except.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing config.h include.
+
+ * dlls/x11drv/winpos.c:
+ Removed unnecessary SetWindowPos call in SetWindowRgn.
+
+ * README: Andreas Mohr <a.mohr@mailto.de>
+ Documentation update.
+
+ * windows/x11drv/Makefile.in, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv_main.c,
+ dlls/ttydrv/wnd.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/user.h, include/win.h, include/x11drv.h, windows/win.c,
+ windows/winpos.c:
+ Moved ForceWindowRaise to the USER driver and removed the WND driver.
+
+ * windows/message.c:
+ Travis Michielsen <tjmichielsen@yahoo.com>
+ Fixed handling of WM_MOUSEWHEEL messages in non-client space.
+
+2001-06-28 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dialog.c, windows/message.c, windows/win.c,
+ controls/menu.c, dlls/ntdll/debugtools.c, dlls/ntdll/nt.c,
+ dlls/ntdll/rtl.c, msdos/ioports.c, objects/bitmap.c,
+ objects/brush.c, objects/clipping.c, objects/dc.c,
+ objects/dcvalues.c, objects/dib.c, objects/font.c,
+ objects/gdiobj.c, objects/metafile.c, objects/palette.c,
+ objects/pen.c, objects/region.c, objects/text.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes.
+
+ * configure, configure.in, include/config.h.in:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed subtle configure bug concerning OpenGL.
+ Found on FreeBSD (which has OpenGL in /usr/X11R6/lib).
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * controls/edit.c:
+ Bill Medland <medbi01@accpac.com>
+ Improved handling of styles in the edit control, including detecting
+ changes of style and correcting handling of inconsistant styles.
+
+ * include/winnls.h, dlls/ole32/compobj.c, dlls/ole32/compobj.spec,
+ dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Finish ole32 separation.
+
+ * include/queue.h, include/server.h, server/queue.c,
+ windows/input.c, windows/message.c, windows/queue.c:
+ - Remove cooked hardware messages when they are dropped (reported by
+ Gerard Patel).
+ - Convert all posted 32-bit messages to Unicode before storing them in
+ the queue.
+ - Faster implementation of MSG_IsPointerMessage.
+ - Moved a couple of functions from queue.c to message.c.
+
+2001-06-27 Alexandre Julliard <julliard@winehq.com>
+
+ * include/acconfig.h, include/config.h.in, include/wine/port.h,
+ library/port.c, loader/elf.c, Makefile.in, configure,
+ configure.in:
+ Put AC_DEFINE symbols definitions directly in the configure script so
+ that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.
+
+ * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
+ Fix misleading P4 warning message appearing even in case of match.
+
+2001-06-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/opengl32/wgl.c, dlls/x11drv/window.c, include/x11drv.h:
+ Added window properties to make some x11drv-specific information
+ available to higher level code.
+
+ * documentation/samples/config, include/config.h.in,
+ include/miscemu.h, msdos/Makefile.in, msdos/ioports.c,
+ msdos/ppdev.c, configure, configure.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added /dev/parport support for direct port access.
+
+ * dlls/x11drv/winpos.c:
+ Make the visible region empty for non-visible windows.
+
+ * windows/x11drv/event.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace one more PROFILE_ function by RegQueryValueExA.
+
+ * dlls/wineps/objects.c, graphics/metafiledrv/objects.c,
+ graphics/win16drv/objects.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+2001-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/signal_i386.c:
+ Don't compile vm86-specific code on platforms that don't support it.
+
+ * dlls/commdlg/cdlg_Zh.rc, dlls/commdlg/rsrc.rc,
+ dlls/kernel/nls/cht.nls, dlls/shell32/shell32_Zh.rc,
+ dlls/shell32/shres.rc, dlls/user/resources/user32_Zh.rc,
+ graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
+ Jau-Horng Chen <b6502002@ee.ntu.edu.tw>
+ Added Traditional Chinese Support
+ Fixed sublang font size error when not using fixed-size font.
+
+ * graphics/x11drv/brush.c, graphics/x11drv/objects.c,
+ objects/clipping.c, objects/dc.c, windows/x11drv/event.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace some 16-bit calls by their 32-bit equivalents.
+
+ * include/winuser.h, include/x11drv.h, windows/input.c,
+ windows/x11drv/event.c, windows/x11drv/mouse.c,
+ dlls/user/user.spec, dlls/user/user32.spec:
+ Implemented SendInput().
+
+ * graphics/x11drv/dib.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better separate the XShm using code.
+
+2001-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wrc/parser.y:
+ Bang Jun-Young <bjy@mogua.org>
+ Add a workaround for a bug in byacc (again).
+
+ * tools/examine-relay:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed for new relay format. added thread knowledge.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
+ notify formats.
+ - Move the drawing of the band backgrounds and band separators to the
+ WM_ERASEBKGND processing just the way the native controls do.
+ - Implement WM_SETREDRAW.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix memory leaks.
+ - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
+ notify formats.
+ - Fix some drawing issues with COMBOEX_DrawItem.
+
+ * dlls/comctl32/toolbar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed test so 0xffffffff is properly recognized.
+
+2001-06-22 Alexandre Julliard <julliard@winehq.com>
+
+ * winedefault.reg:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add RegisteredOwner and RegisteredOrganization.
+
+ * include/winnt.h:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Added some defines for process security tokens.
+
+ * controls/scroll.c, dlls/comctl32/comctl32undoc.c, misc/registry.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
+ GetSystemInfo() Pentium 4 support.
+
+ * server/file.c:
+ Mike McCormack <mike_mccormack@start.com.au>
+ Remove truncate debug message printed on successful truncates.
+
+ * include/dde.h, include/ddeml.h, dlls/user/dde/client.c,
+ dlls/user/dde/dde_private.h, dlls/user/dde/ddeml16.c,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c,
+ dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml16.h,
+ dlls/user/user32.spec:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Merge from Corel tree. Contributors are:
+ - Corel (Sean Langley, Michael Abd-El-Malek, Rick Mutzke, Bill Xing)
+ - Macadamian on behalf of Corel (Louis-Philippe Gagnon, Jean-Claude Batista)
+ Also added a few bits:
+ - Complete window model for several instances and conversations.
+ - Support for asynchronous transactions.
+ - Fixed some code (WM_DDE_REQUEST, WM_DDE_ADVISE, WM_DDE_REQUEST) handling.
+ - Support for wild connections.
+
+ * windows/x11drv/event.c, dlls/x11drv/winpos.c:
+ Don't rely on X to expose windows covered by a sibling, do it
+ manually.
+
+2001-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/user.h, windows/cursoricon.c, windows/input.c,
+ windows/x11drv/mouse.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c, dlls/user/display.c, dlls/user/user_main.c,
+ dlls/x11drv/x11drv.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Make GetCursorPos call XQueryPointer.
+
+ * dlls/ntdll/signal_i386.c, include/thread.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Extended __wine_enter_vm86 to handle pending interrupts.
+
+2001-06-20 Alexandre Julliard <julliard@winehq.com>
+
+ * include/queue.h, include/winpos.h, windows/defwnd.c,
+ windows/input.c, windows/message.c, windows/queue.c,
+ windows/winpos.c, windows/winproc.c:
+ Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
+ Removed a few no longer used routines.
+
+ * msdos/dpmi.c, msdos/int10.c, msdos/int11.c, msdos/int12.c,
+ msdos/int13.c, msdos/int15.c, msdos/int1a.c, msdos/int20.c,
+ msdos/int25.c, msdos/int26.c, msdos/int2a.c, msdos/int2f.c,
+ msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/interrupts.c,
+ msdos/vxd.c, objects/font.c, objects/region.c,
+ scheduler/critsection.c, scheduler/thread.c,
+ dlls/winmm/mmsystem.c, dlls/winsock/socket.c,
+ dlls/winspool/info.c, files/directory.c, files/dos_fs.c,
+ files/file.c, files/profile.c, loader/module.c,
+ memory/codepage.c, memory/global.c, memory/selector.c,
+ misc/options.c, dlls/ole32/compobj.c, dlls/ole32/moniker.c,
+ dlls/ole32/ole2stubs.c, dlls/ole32/ole32_main.c,
+ dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/setupapi/virtcopy.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/changenotify.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellord.c,
+ dlls/shell32/shellreg.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/wininet/http.c,
+ dlls/dsound/dsound_main.c, dlls/kernel/thunk.c,
+ dlls/msacm/msacm_main.c, dlls/msvideo/drawdib.c,
+ dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c,
+ dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c,
+ dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/string.c,
+ dlls/ntdll/time.c, dlls/ntdll/wcstring.c, controls/menu.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/ddraw/main.c, dlls/dplayx/dplayx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * windows/message.c, windows/painting.c, windows/queue.c,
+ windows/win.c, dlls/user/user_main.c, include/server.h,
+ include/win.h, server/queue.c, server/request.h, server/trace.c:
+ Moved queue paint count to the server. Removed a few no longer used
+ routines.
+
+ * dlls/commdlg/comdlg32.spec, dlls/setupapi/setupx.spec,
+ dlls/user/user.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_fixup,
+ tools/winapi_check/modules.pm,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win32/winmm.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * programs/wcmd/directory.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ - Fix uninitialised variable problem in DIR command.
+ - Correct some comments.
+
+ * dlls/x11drv/winpos.c:
+ Clip parent client area when using the drawable from a higher level
+ parent.
+
+ * dlls/x11drv/scroll.c: Fixed region leak.
+
+ * graphics/x11drv/clipping.c:
+ Subtract DC origin from graphics exposure event coordinates.
+
+2001-06-19 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c, server/trace.c, tools/make_requests,
+ windows/input.c, windows/message.c, windows/queue.c,
+ dlls/user/user_main.c, dlls/x11drv/window.c, include/queue.h,
+ include/server.h:
+ Moved hardware message queue handling to the server.
+
+ * server/request.c:
+ Ignore EAGAIN errors in read_request.
+
+ * dlls/version/info.c, dlls/version/install.c,
+ dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c,
+ dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
+ dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/winmm/driver.c, dlls/winmm/joystick.c, dlls/winmm/mci.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/time.c,
+ dlls/winsock/socket.c, dlls/winspool/info.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv_main.c, dlls/setupapi/infparse.c,
+ dlls/setupapi/setupx_main.c, dlls/setupapi/stubs.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/shell32/brsfolder.c,
+ dlls/shell32/changenotify.c, dlls/shell32/control.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/systray.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/ttydrv/user.c,
+ dlls/urlmon/umon.c, dlls/ntdll/om.c, dlls/ntdll/reg.c,
+ dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c,
+ dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ole32/antimoniker.c,
+ dlls/ole32/bindctx.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/hash.c,
+ dlls/oleaut32/oleaut.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/stubs.c,
+ dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c,
+ dlls/opengl32/wgl.c, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c,
+ dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c,
+ dlls/kernel/sync.c, dlls/kernel/thunk.c,
+ dlls/lzexpand/lzexpand_main.c, dlls/mpr/auth.c,
+ dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c,
+ dlls/mpr/wnet.c, dlls/msacm/msacm_main.c, dlls/msvcrt/mbcs.c,
+ dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c,
+ dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/file.c,
+ dlls/ntdll/nt.c, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/commctrl.c, dlls/ddraw/main.c,
+ dlls/dinput/dinput_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * dlls/winmm/midimap/midimap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fails mapper opening when no midi out devices are present.
+
+ * dlls/winmm/mmio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed bugs in output functions (ascend, createChunk).
+ Cleaned up trace messages.
+ Fixed some mmioOpen file name parsing.
+
+ * include/urlmon.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ BSCF enum defines flags, not an enumeration.
+
+ * msdos/vga.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made DOS VGA display again with last months DDRAW updates.
+
+ * graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add System font to the set of default sans serif fonts.
+
+ * dlls/x11drv/winpos.c:
+ Fixed one more bug in clip_children.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/thread.c,
+ include/msvcrt/process.h:
+ Patrik Stridvall <ps@leissner.se>
+ - Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
+ - _lfind and _ltow are implemented (not stubs).
+
+ * dlls/msvcrt/wcs.c:
+ Patrik Stridvall <ps@leissner.se>
+ Removed implementation of _ultow since it is forwarded to NTDLL in the
+ .spec file.
+
+ * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed GetCommConfig number of arguments.
+
+ * Makefile.in: Patrik Stridvall <ps@leissner.se>
+ wine needs to be built before winedbg.
+
+ * if1632/relay.c, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/kernel/debugger.c,
+ dlls/kernel/kernel.spec, dlls/kernel/time.c,
+ dlls/user/user32.spec, dlls/wininet/internet.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/nativeapi.dat,
+ tools/winapi_check/preprocessor.pm,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/crtdll.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/shell32.api,
+ tools/winapi_check/win32/w32skrnl.api,
+ tools/winapi_check/win32/wow32.api,
+ tools/winapi_check/win32/wsock32.api,
+ tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm,
+ tools/winapi_check/winapi_global.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_options.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Slightly better handling of external/internal names.
+ - Minor bug fixes.
+ - Minor API files update.
+
+ * tools/winapi/config.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ Several bug fixes and additions.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/propsheet.c,
+ dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
+ dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/generic.c, dlls/commdlg/printdlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/palette.c, graphics/x11drv/xfont.c,
+ windows/x11drv/clipboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_ functions by RegQueryValueExA in x11drv.
+
+ * server/file.c: Bill Medland <medbi01@accpac.com>
+ SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the
+ 64 bit file access enhancement).
+
+ * configure.in, tools/config.guess, tools/config.sub, configure:
+ Patrik Stridvall <ps@leissner.se>
+ Added support for autoconf 2.50.
+
+2001-06-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ clip_children: don't crash if child is not in list (can happen on
+ WM_NCCREATE).
+
+ * scheduler/sysdeps.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Use clone() if HAVE_CLONE is defined.
+
+ * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/signal_sparc.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Block SIGINT and SIGALRM in signal handlers.
+
+2001-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/virtual.c:
+ Added direct system call for unaligned mmap support on Linux.
+ Support 64-bit file offsets in MapViewOfFileEx.
+
+ * ole/ole2nls.c, misc/lstr.c, misc/Makefile.in, dlls/user/lstr.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move IsCharAlphaA and IsCharAlphaNumericA to user32.
+ Better implement some of user32 *Char* functions regarding locale.
+ Remove kernel32 dependency on user32.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Stub for InternetGetCookieA.
+
+ * windows/nonclient.c, windows/spy.c, windows/sysmetrics.c,
+ windows/win.c, windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace more PROFILE_ functions by RegQueryValueExA.
+
+ * objects/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Multiple *ptr++ constructs in one expression have undefined behaviour,
+ moved them out of the expression.
+
+2001-06-13 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/device.c, win32/kernel32.c, win32/newfns.c,
+ scheduler/critsection.c, scheduler/handle.c, scheduler/pipe.c,
+ scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c,
+ scheduler/thread.c, scheduler/timer.c, win32/console.c,
+ loader/ne/module.c, loader/ne/resource.c, memory/atom.c,
+ memory/environ.c, memory/global.c, memory/heap.c,
+ memory/local.c, memory/registry.c, memory/selector.c,
+ memory/string.c, memory/virtual.c, misc/cpu.c, misc/lstr.c,
+ misc/main.c, misc/registry.c, misc/version.c, ole/ole2nls.c,
+ dlls/user/ddeml.c, dlls/user/lstr.c, dlls/winspool/info.c,
+ files/change.c, files/directory.c, files/dos_fs.c,
+ files/drive.c, files/file.c, files/profile.c, files/tape.c,
+ loader/module.c, loader/pe_resource.c, loader/resource.c,
+ loader/task.c, dlls/gdi/wing.c, dlls/kernel/comm.c,
+ dlls/kernel/debugger.c, dlls/kernel/format_msg.c,
+ dlls/kernel/string.c, dlls/kernel/sync.c, dlls/kernel/thunk.c,
+ dlls/kernel/time.c, dlls/kernel/toolhelp.c,
+ dlls/kernel/utthunk.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes (using winapi_fixup).
+
+ * dlls/x11drv/winpos.c:
+ Use the topmost parent that isn't clipping children as drawable,
+ to make sure parent siblings are not clipped.
+
+ * dlls/commdlg/fontdlg.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make ChooseFontW use ChooseFontA.
+
+ * windows/x11drv/event.c:
+ Force invalidating of siblings children on expose event.
+
+ * tools/winapi/config.pm, tools/winapi/options.pm,
+ tools/winapi/output.pm, tools/winapi/setup.pm,
+ tools/winapi/util.pm, tools/winapi/winapi_extract,
+ tools/winapi/winapi_fixup:
+ Patrik Stridvall <ps@leissner.se>
+ - New common code for the winapi tools.
+ - New tool for extracting source code information.
+ - New tool for automatically modifying (fixing) the source code.
+
+ * dlls/gdi/printdrv.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace PROFILE_GetWineIniString by RegQueryValueExA.
+
+ * dlls/dsound/dsound_main.c, include/dsound.h, include/winerror.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added definitions for IKsPropertySet, small stub implementation for
+ IDirectSound3DBuffer. Fixed one pointer reference.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ _tzset just forwards to libc tzset().
+
+ * dlls/msacm/driver.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect against a driver misconfiguration.
+
+2001-06-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c:
+ Fixed handling of zero-sized client window.
+ Create the X windows before sending WM_NCCREATE.
+
+2001-06-11 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, include/x11drv.h:
+ Added counter for operations generating graphics exposures to the DC
+ struct, to avoid waiting for expose events when none were generated.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvideo/msvideo_main.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/compobj.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/itemmoniker.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c,
+ dlls/wineps/afm.c, dlls/wineps/init.c, dlls/winmm/mmsystem.c,
+ graphics/driver.c, misc/cpu.c, dlls/gdi/printdrv.c,
+ dlls/glu32/glu.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/msacm32_main.c, dlls/msacm/stream.c,
+ dlls/ddraw/dclipper/main.c, dlls/ddraw/main.c,
+ dlls/kernel/debugger.c, dlls/kernel/thunk.c,
+ dlls/kernel/wowthunk.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes (using winapi_fixup).
+
+ * scheduler/sysdeps.c: Warning fix.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/avifile.api,
+ tools/winapi_check/win32/avifil32.api,
+ tools/winapi_check/win32/glu32.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/midimap.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/shlwapi.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/urlmon.api,
+ tools/winapi_check/win32/wnaspi32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update.
+ - Minor bug fixes.
+
+ * dlls/winmm/mci.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Alias and Device Type are case insensitive.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct rebar window borders and handling of RBS_BORDERS, now
+ matches native.
+ - major redesign of band layout, now comes a lot closer to native for
+ the test programs.
+ - support RBS_VARHEIGHT for both on and off.
+ - better debug info, and performance improvement
+
+2001-06-08 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c:
+ Bob Goodwin <goodie1@pacbell.net>
+ Mask out garbage in the upper half of stack pointer.
+
+ * dlls/ntdll/debugtools.c, dlls/user/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Limit output for certain text functions.
+
+ * configure.in, include/acconfig.h, include/config.h.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added check for broken mmap64.
+
+ * dlls/make_dlls:
+ Added script to update dlls dependencies.
+
+ * configure.in, dlls/Makefile.in, dlls/glu32/.cvsignore,
+ dlls/glu32/Makefile.in, dlls/glu32/glu.c, dlls/glu32/glu32.spec,
+ tools/winebuild/build.h, Make.rules.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented glu32.dll as libGLU.so forwarder.
+
+ * include/win.h, windows/dce.c, dlls/x11drv/window.c:
+ Removed WIN_NATIVE flag.
+
+ * programs/wcmd/directory.c:
+ Francois Gouget <fgouget@free.fr>
+ ULARGE_INTEGER may have a dummy struct name.
+
+ * dlls/opengl32/opengl_ext.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Upgrade OpenGL thunks with latest informations from OpenGL spec file.
+
+2001-06-07 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/task.c, windows/clipboard.c, windows/dialog.c,
+ windows/nonclient.c, windows/timer.c, windows/user.c:
+ Removed unneeded inclusion of queue.h.
+
+ * scheduler/process.c, tools/winebuild/README,
+ tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Support for specifying stack size of Winelib apps.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
+ dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
+ dlls/avifil32/avifile_private.h, dlls/avifil32/comentry.c,
+ dlls/avifil32/iafile.c, dlls/avifil32/iastream.c,
+ dlls/avifil32/igframe.c, dlls/avifil32/main.c,
+ dlls/avifil32/string.c, include/vfw.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some part of AVIFIL32.
+
+ * tools/wineconf:
+ Donn Miller <dmmiller@cvzoom.net>
+ Case insensitive search for win.ini.
+
+ * dlls/kernel/kernel32.spec, win32/newfns.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub for GetQueuedCompletionStatus.
+
+ * dlls/commdlg/cdlg_Fr.rc:
+ Gerard Patel <gerard.patel@nerim.net>
+ Fixes to French translation of common dialog messages.
+
+2001-06-06 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/uitools.c:
+ Susan Farley <susan@codeweavers.com>
+ Changed the outer color of a push button frame from gray to white,
+ matching the Windows look; modified the paint routine for the
+ close button of a tool window to improve scalability.
+
+ * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
+ dlls/x11drv/window.c, dlls/x11drv/x11drv.spec, include/user.h,
+ windows/win.c:
+ Gerard Patel <gerard.patel@nerim.net>
+ Use a flag to test if create structure is unicode.
+
+ * configure.in, configure:
+ Bang Jun-Young <bjy@mogua.org>
+ Replace "Linux dll" with "GNU style ELF dll".
+ Remove support for NetBSD a.out dll.
+
+ * BUGS, include/winnt.h, objects/region.c,
+ programs/regapi/regapi.c, win32/file.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Documentation updates.
+
+ * dlls/version/info.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Remove unneeded WINAPI.
+
+ * configure, configure.in, dlls/wineps/truetype.c, include/config.h.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use autoconf checks to check for various FreeType headers.
+
+ * tools/wrc/parser.y, tools/wrc/preproc.c, tools/wrc/parser.h,
+ tools/wrc/parser.l:
+ Francois Gouget <fgouget@free.fr>
+ Wrc no longer needs to parse C code. Remove c-junk handling code.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for enough buffer space in PROFILE_GetSection().
+
+ * dlls/comctl32/propsheet.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented page skipping on PSN_SETACTIVE -1 return.
+
+ * scheduler/process.c, include/module.h, loader/module.c,
+ loader/pe_resource.c:
+ Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
+ Cleaned up a few HMODULE/HMODULE16 mismatches.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c,
+ dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Condensed.c,
+ dlls/wineps/data/Helvetica_Condensed_Bold.c,
+ dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
+ dlls/wineps/data/Helvetica_Condensed_Oblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c,
+ dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Updated built-in metrics for core PostScript fonts.
+
+ * include/gdi.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed typo in INTERNAL_YWSTODS.
+
+ * dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Removed incorrect string length calculation.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/winpos.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ Stub implementation of AnimateWindow().
+
+ * include/wnaspi32.h, dlls/winaspi/winaspi32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
+ buffer allocation/free implemented.
+
+2001-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/painting.c, windows/scroll.c, windows/win.c,
+ windows/winpos.c, windows/x11drv/clipboard.c,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/mouse.c, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
+ dlls/user/user_main.c, dlls/x11drv/Makefile.in,
+ dlls/x11drv/desktop.c, dlls/x11drv/scroll.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c,
+ graphics/x11drv/clipping.c, include/user.h, include/win.h,
+ include/winpos.h, include/x11drv.h, windows/dce.c,
+ windows/defwnd.c, windows/nonclient.c:
+ Create an X window for every window, including children.
+ Fixed non-client rectangle calculations in managed mode.
+ Added support for icon window in managed mode.
+
+ * tools/wrc/ppl.l, tools/wrc/ppy.y:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Added support for RCINCLUDE directive. Now wrc ignores everything
+ except preprocessor directives from included *.h *.c files.
+
+ * tools/wrc/ppy.y:
+ Francois Gouget <fgouget@free.fr>
+ Fix the conversion of MS style '#line' directives to gcc style.
+
+ * programs/wcmd/ChangeLog, programs/wcmd/README,
+ programs/wcmd/builtins.c, programs/wcmd/directory.c,
+ programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ - Report file and directory sizes using 64-bit arithmetic (like NT).
+ - Handle pipes in commands.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ INSTALL_LIBRARY does not exist, use INSTALL_PROGRAM. Fix handling of
+ the INSTALL* variables.
+ Winelib applications don't need to link with X, i386, ossaudio, xpg4,
+ mmap, util, dl or curses. Only wine does (normally).
+ Remove YACC & LEX variables (Make.rules.in).
+ Winemaker's makefiles don't use ldconfig.
+
+ * windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove optimization in NC_HandleNCActivate.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
+
+2001-05-31 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c:
+ Susan Farley <susan@codeweavers.com>
+ Disable the edit box when created with WS_DISABLED.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.h:
+ Malte Starostik <Malte.Starostik@t-online.de>
+ Implemented some very basic functionality.
+
+ * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
+ dlls/user/Makefile.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ List 16-bit resources separately as RC_SRCS16.
+
+ * configure, configure.in:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ If you have freetype1 and freetype2 coexisting, freetype-config should
+ be freetype2-config.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed font metric rounding error.
+
+ * dlls/comctl32/toolbar.c:
+ Francois Gouget <fgouget@free.fr>
+ TOOLBAR_InsertButtonA: If iString==-1 then don't use it as a pointer.
+
+ * dlls/msvcrt/file.c:
+ Francois Gouget <fgouget@free.fr>
+ fclose should return EOF (-1) if an error condition exists.
+
+ * dlls/msvcrt/data.c:
+ Francois Gouget <fgouget@free.fr>
+ Call FreeEnvironmentStrings when msvcrt is unloaded.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/msvcrt.spec, include/msvcrt/eh.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added msvcrt/eh.h.
+ Implemented unexpected, terminate and set_unexpected/terminate.
+
+ * dlls/oleaut32/variant.c, include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the VarXxxFromCy conversions.
+ Remove (commented-out) references to inexistent VarXxxFrom32 functions.
+ Remove obsolete '32' suffixes.
+
+ * dlls/ddraw/ddraw/main.c:
+ Jason McMullan <jmcmullan@linuxcare.com>
+ More accurate stub of DDRAW:GetFourCCCodes.
+
+ * controls/scroll.c:
+ Bobby Bingham <uhmmmm@ameritech.net>
+ Fixed scrollbars return value to the SBM_SETRANGE and
+ SBM_SETRANGEREDRAW messages.
+
+2001-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/data/NewCenturySchlbk_Bold.c,
+ dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
+ dlls/wineps/data/NewCenturySchlbk_Italic.c,
+ dlls/wineps/data/NewCenturySchlbk_Roman.c,
+ dlls/wineps/data/Palatino_Bold.c,
+ dlls/wineps/data/Palatino_BoldItalic.c,
+ dlls/wineps/data/Palatino_Italic.c,
+ dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
+ dlls/wineps/data/Times_Bold.c,
+ dlls/wineps/data/Times_BoldItalic.c,
+ dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
+ dlls/wineps/data/ZapfChancery_MediumItalic.c,
+ dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
+ dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/afm2c.c,
+ dlls/wineps/agl.c, dlls/wineps/data/AvantGarde_Book.c,
+ dlls/wineps/data/AvantGarde_BookOblique.c,
+ dlls/wineps/data/AvantGarde_Demi.c,
+ dlls/wineps/data/AvantGarde_DemiOblique.c,
+ dlls/wineps/data/Bookman_Demi.c,
+ dlls/wineps/data/Bookman_DemiItalic.c,
+ dlls/wineps/data/Bookman_Light.c,
+ dlls/wineps/data/Bookman_LightItalic.c,
+ dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+ dlls/wineps/data/Courier_BoldOblique.c,
+ dlls/wineps/data/Courier_Oblique.c,
+ dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
+ dlls/wineps/data/Helvetica_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Condensed.c,
+ dlls/wineps/data/Helvetica_Condensed_Bold.c,
+ dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
+ dlls/wineps/data/Helvetica_Condensed_Oblique.c,
+ dlls/wineps/data/Helvetica_Narrow.c,
+ dlls/wineps/data/Helvetica_Narrow_Bold.c,
+ dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
+ dlls/wineps/data/Helvetica_Narrow_Oblique.c,
+ dlls/wineps/data/Helvetica_Oblique.c, dlls/wineps/mkagl.c,
+ dlls/wineps/psdrv.h, configure, configure.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Build AFM data for core PostScript fonts into WINEPS.
+
+ * include/acconfig.h, include/config.h.in, include/wine/port.h,
+ library/port.c, server/file.c, win32/file.c, configure,
+ configure.in, files/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop any file64 functions, try to use system supplied 64-bit mode by
+ using proper defines.
+
+ * ole/ole2nls.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ When reading resources in NLS_LoadStringExW we should map
+ SUBLANG_NEUTRAL to SUBLANG_DEFAULT.
+
+ * dlls/winmm/wineoss/audio.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Attempt to write fragments and check whether we can notify the client
+ after every message.
+
+ * dlls/shlwapi/path.c, include/shlwapi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ First try at implementing PathGetCharType().
+
+ * tools/wrc/ppy.y:
+ Maciek Kaliszewski <kenon@go2.pl>
+ Added better GCC-style #line directive handling.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ configure.in: Remove unnecessary AC_PROG_RANLIB check
+ Make.rules.in: Add missing CXX variable
+ Cosmetic changes
+
+ * library/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Link libwine.so with $(LIBS).
+
+ * dlls/wineps/truetype.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use macros for FreeType includes.
+
+2001-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't just assume everything is a Dos Device, or mirc will not get any
+ DCC sends.
+
+ * dlls/comctl32/datetime.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Implemented DTM_GET/SETRANGE.
+
+2001-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
+ dlls/kernel/kernel_main.c, dlls/kernel/string.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove kernel32 dependency on user32 by implementing family of k32
+ functions as callouts to user32.
+
+ * include/winerror.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added an unknown VxD error code.
+
+ * documentation/installation-und-konfiguration.german:
+ Andreas Mohr <a.mohr@mailto.de>
+ Updated German documentation.
+
+ * dlls/dsound/dsound_main.c, dlls/winmm/joystick/joystick.c,
+ dlls/winmm/time.c, loader/task.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * dlls/user/user.spec, windows/message.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Get rid of GetCurrentTime16().
+
+ * include/snoop.h, loader/elf.c, loader/pe_image.c, relay32/snoop.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Make snoop code take ordinal base into account.
+
+ * dlls/kernel/comm.c, include/wine/winuser16.h:
+ Andreas Mohr <a.mohr@mailto.de>
+ - BuildCommDCB16() uses int instead of BOOL
+ - OpenComm16() should return IE_BADID for *all* invalid strings
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shlwapi/url.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - add stubs SHLWAPI_294, UrlApplySchemeW
+ - correct SHLWAPI_151 parameters
+ - implemented StrTrimA
+
+ * dlls/setupapi/virtcopy.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ VcpQueueDelete() does not have a LPEXPANDVTBL parameter.
+
+ * win32/device.c: Andreas Mohr <a.mohr@mailto.de>
+ - add handler for VCD VxD ("virtual comm device" ?)
+ - SetLastError( ERROR_INVALID_FUNCTION ); for unimplemented functions
+ - spelling fixes
+
+ * dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Added AvgCharWidth member to font metrics.
+
+ * dlls/wineps/agl.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Updated PostScript glyph name data.
+
+ * misc/version.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Only fail with ERROR_INSUFFICIENT_BUFFER if the structure size is
+ actually too small.
+
+2001-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/parser.c,
+ tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some issues.
+
+ * include/winpos.h, windows/message.c, windows/winpos.c:
+ Make WIN_WindowFromPoint take a POINT instead of a POINT16.
+ Small bug fix in scope window handling.
+ Always check for message when QS_SENDMESSAGE is set.
+
+ * documentation/configuring.sgml, documentation/multimedia.sgml,
+ documentation/status/multimedia, documentation/wine-doc.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Updated multimedia documentation.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+ dlls/msacm/wineacm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Mimic more closely Windows' behavior (a MSACM driver is always opened
+ twice: first time for info gathering, subsequent openings for
+ conversions).
+ Added format suggestion for PCM.
+ Cleaned up internal structures.
+
+ * dlls/winmm/midimap/midimap.c,
+ dlls/winmm/midimap/midimap.drv.spec, winedefault.reg:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Made midi mapper more robust.
+ Added channel to device/channel mapping.
+ Removed midiIn mapping (it doesn't exist on Windows).
+
+ * dlls/winmm/lolvldrv.c, documentation/samples/config:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Now loading the default setting for low level drivers from registry.
+
+ * misc/cdrom.c: Francois Gouget <fgouget@free.fr>
+ Use memset rather than bzero.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Mike Bond <mbond@cox.rr.com>
+ Fixed spawnlp and added exec variants.
+
+ * dlls/kernel/comm.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Small clean up.
+
+ * graphics/win16drv/init.c, objects/gdiobj.c, objects/metafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some dll separation issues.
+
+ * dlls/msvcrt/data.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Correctly generate the environment global variables.
+
+2001-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Take message filters into account for WM_PAINT too.
+
+ * debugger/break.c, debugger/debugger.h, debugger/info.c,
+ debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added the notion of delayed breakpoint (when a function is not loaded
+ yet, the name will be tried again for each new loaded module).
+
+ * dlls/commdlg/cdlg_Fr.rc:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Some French translations.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed open requests in case of error (if the physical device failed to
+ open, the ACM stream was left opened).
+ Added mapping search for waveIn devices.
+
+ * windows/sysparams.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added basic support for SPI_GETSCREENREADER.
+
+2001-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed reply_message when there is no received message.
+
+ * windows/timer.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed SetTimer for hwnd == 0.
+
+ * debugger/hash.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Accept responses from 1..n when choosing from multiple symbols to
+ match the input labels.
+
+2001-05-18 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c:
+ Fixed typo in message filter check.
+
+ * include/thread.h, loader/task.c, scheduler/thread.c:
+ Removed THREAD_IsWin16.
+
+ * controls/menu.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Fix menu behaviour when escape is pressed.
+
+ * win32/file.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Do not return FALSE on SetFileAttributes() failure (in readonly
+ directory setups).
+
+ * server/queue.c, server/request.h, server/thread.c,
+ server/trace.c, windows/clipboard.c, windows/message.c,
+ windows/queue.c, windows/timer.c, windows/win.c,
+ windows/x11drv/event.c, dlls/user/user32.spec,
+ dlls/user/user_main.c, dlls/x11drv/x11drv.spec,
+ include/message.h, include/queue.h, include/server.h,
+ include/user.h, include/winuser.h:
+ Moved the major part of message queue and window timer handling into
+ the server.
+ Implemented MsgWaitForMultipleObjectsEx.
+
+ * windows/x11drv/clipboard.c, windows/defwnd.c,
+ documentation/winelib-porting.sgml, dlls/oleaut32/variant.c,
+ dlls/dplayx/dplaysp.c, dlls/comctl32/monthcal.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling typos.
+
+ * dlls/x11drv/xvidmode.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed compile if we do not have the xf86vidmode extension.
+
+ * dlls/shell32/shellpath.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ The shell special folder path creation did not mkdir the last
+ component of the path if it did not end with \.
+
+ * scheduler/thread.c, include/winnt.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Enhanced SetThreadExecutionState stub.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+ Mike Bond <mbond@cox.rr.com>
+ Implementation of spawnl and spawnlp.
+
+ * dlls/winspool/info.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found
+ in Debian Potato).
+ Only set the default printer if there is no entry yet or it is not
+ WINEPS driven.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ Keyboard events did not update AsyncKeyStateTable, now they do.
+
+ * controls/edit.c, dlls/imm32/imm.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Make sure we set dwOSVersionInfoSize before calling GetVersionInfo().
+
+2001-05-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/dga2.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Adopted to new threaded displays.
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
+ dlls/wineps/truetype.c, include/acconfig.h, include/config.h.in,
+ configure, configure.in:
+ Ian Pilcher <ian.pilcher@home.com>
+ Read metrics from TrueType fonts.
+
+ * windows/mdi.c: Bill Medland <medbi01@accpac.com>
+ Only measure child rectangles of visible children when deciding about
+ scroll bars.
+
+ * dlls/winspool/info.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Disable /etc/printcap parsing if no PPD file specified.
+
+ * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Guesstimate Windows font metrics for Type 1 fonts.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c,
+ windows/x11drv/keyboard.c, windows/x11drv/mouse.c,
+ windows/x11drv/wnd.c, windows/message.c, windows/queue.c,
+ windows/user.c, windows/win.c, windows/winpos.c,
+ dlls/user/display.c, dlls/user/user_main.c,
+ dlls/x11drv/Makefile.in, dlls/x11drv/desktop.c,
+ dlls/x11drv/dga2.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
+ dlls/x11drv/x11drv_main.c, include/thread.h, include/user.h,
+ include/x11drv.h, controls/desktop.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c:
+ Create an X connection for each thread, and process X events in the
+ thread that created the corresponding X window.
+ Spawn a separate thread to run the desktop message loop in desktop
+ mode.
+
+ * include/wine/port.h, library/port.c:
+ Warnings fixes.
+
+2001-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * library/port.c, loader/dos/dosmod.c, loader/ne/resource.c,
+ loader/ne/segment.c, msdos/int13.c, msdos/int21.c,
+ server/console.c, server/file.c, server/pipe.c, server/serial.c,
+ server/sock.c, win32/device.c, win32/file.c,
+ windows/clipboard.c, dlls/winaspi/aspi.c,
+ dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c,
+ dlls/winedos/dosvm.c, dlls/wineps/afm.c, dlls/wininet/ftp.c,
+ files/file.c, graphics/x11drv/xfont.c, include/acconfig.h,
+ include/config.h.in, include/wine/port.h, library/loader.c,
+ configure, configure.in, dlls/shell32/shelllink.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented 64bit file size handling.
+ Removed several unneeded sys/stat.h includes.
+
+ * windows/queue.c:
+ Clear owner of system message queue to avoid freeing it when the first
+ task exits.
+
+ * documentation/printing.sgml:
+ Ian Pilcher <ian.pilcher@home.com>
+ Add closing tags.
+
+ * include/winsock.h:
+ Bang Jun-Young <bjy@mogua.org>
+ Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Test if the menu is destroyed before displaying a menu item.
+
+2001-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, dlls/user/controls.h, windows/user.c, windows/win.c:
+ Create a new window for the top popup menu on every new menu tracking,
+ so that the window belongs to the right thread.
+
+ * dlls/wineps/font.c, files/drive.c,
+ graphics/enhmetafiledrv/init.c, graphics/win16drv/font.c,
+ graphics/x11drv/xfont.c, objects/font.c, controls/listbox.c,
+ dlls/avifil32/avifile.c, dlls/comctl32/status.c,
+ dlls/comctl32/tab.c, dlls/commdlg/filedlg.c, dlls/msvcrt/data.c,
+ dlls/msvcrt/dir.c, dlls/oleaut32/typelib.c,
+ dlls/shell32/shellord.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove unnecessary single quoting of debugstr_xxx strings.
+
+ * documentation/configuring.sgml, documentation/running.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Add a warning saying that the x11drv section is getting outdated.
+ Add templates for missing configuration options to the x11drv section.
+ Remove obsolete command-line options.
+
+ * include/imagehlp.h, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Removed some more obsolete 32 suffixes.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Eliminate __compar_fn_t.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/opengl32/wgl.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c,
+ dlls/x11drv/xvidmode.c, graphics/x11drv/bitblt.c,
+ graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
+ graphics/x11drv/clipping.c, graphics/x11drv/dib.c,
+ graphics/x11drv/graphics.c, graphics/x11drv/init.c,
+ graphics/x11drv/oembitmap.c, graphics/x11drv/opengl.c,
+ graphics/x11drv/palette.c, graphics/x11drv/text.c,
+ graphics/x11drv/xfont.c, include/x11drv.h,
+ windows/x11drv/clipboard.c, windows/x11drv/wnd.c:
+ Renamed display to gdi_display where it is used for GDI operations, to
+ allow supporting multiple X connections.
+
+2001-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010510.
+
+----------------------------------------------------------------
+2001-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c, windows/win.c:
+ Fixed reparenting to desktop (found by Gerard Patel).
+
+ * loader/module.c:
+ Really free the memory on dll unload.
+
+ * dlls/user/user_main.c, dlls/x11drv/window.c,
+ dlls/x11drv/x11drv.spec, include/user.h, include/win.h,
+ windows/scroll.c, windows/x11drv/wnd.c, dlls/ttydrv/wnd.c:
+ Moved ScrollWindowEx implementation to the graphics driver.
+
+ * tools/winelauncher.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't start applications in the background to avoid breaking console
+ applications.
+
+ * include/wine/obj_oleaut.h:
+ Francois Gouget <fgouget@free.fr>
+ The declaration of DECIMAL in VARIANT happens in the wrong place.
+ Comment out for now.
+
+ * documentation/printing.sgml:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed the printing documentation to include CUPS and LPR support,
+ also give some hints on AFM files in system and generic.ppd.
+
+ * documentation/samples/generic.ppd:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added a generic level 3 color postscript PPD (for /etc/printcap based
+ printers).
+
+ * winedefault.reg:
+ Ove Kaaven <ovek@transgaming.com>
+ Added version entry for DirectX 7.0a.
+
+2001-05-09 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c:
+ Removed XShmCompletion event support (no longer used).
+
+ * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
+ programs/winetest/wine.xs:
+ Got rid of MakeMaker so we can build outside the source tree.
+
+ * scheduler/client.c:
+ Allow WINESERVER to specify a relative path.
+
+ * dlls/wsock32/socket.c:
+ Bang Jun-Young <bjy@mogua.org>
+ On NetBSD if_type is defined as a macro in /usr/include/net/if.h.
+ Undefine it to avoid a conflict.
+
+ * dlls/ntdll/signal_i386.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Do not use internal exception codes defined by Wine with NetBSD,
+ rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
+ is not supported by NetBSD.
+
+ * server/context_i386.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Added support for NetBSD.
+
+ * include/ddraw.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed the IDirectDrawSurface4 interface declaration to conform a bit
+ more with the DirectX SDK headers' idea of what the interface looks
+ like.
+
+ * dlls/kernel/format_msg.c:
+ Duane Clark <dclark@akamail.com>
+ Add tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS, and act
+ accordingly.
+
+ * windows/focus.c, windows/message.c, windows/win.c,
+ windows/winpos.c:
+ Use 32-bit hook functions where possible. Cleaned up a couple of
+ 16-bit type uses.
+
+ * windows/clipboard.c, windows/defwnd.c, windows/scroll.c,
+ windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/wineclipsrv.c, memory/global.c, msdos/int10.c,
+ msdos/int21.c, msdos/ioports.c, objects/palette.c,
+ dlls/user/resource.c, dlls/version/install.c,
+ dlls/winaspi/aspi.c, dlls/wininet/internet.c,
+ dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/wnd.c,
+ dlls/winmm/mcicda/mcicda.c, dlls/winmm/wineoss/audio.c,
+ files/profile.c, graphics/win16drv/init.c,
+ graphics/x11drv/palette.c, dlls/odbc32/proxyodbc.c,
+ dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/filemoniker.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/typelib.c, dlls/psapi/psapi_main.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlview.c, dlls/shlwapi/shlwapi_main.c,
+ dlls/ttydrv/palette.c, dlls/comctl32/treeview.c,
+ dlls/commdlg/filedlg.c, dlls/ddraw/ddraw/main.c,
+ dlls/dinput/mouse/main.c, dlls/dsound/dsound_main.c,
+ dlls/imm32/imc.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c,
+ dlls/imm32/memory.c, dlls/kernel/utthunk.c, dlls/msvcrt/file.c,
+ dlls/msvcrt/locale.c, dlls/msvcrt/math.c, controls/menu.c,
+ dlls/comctl32/commctrl.c, dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@free.fr>
+ Add '\n' at the end of traces.
+
+ * include/nonclient.h, include/user.h, include/win.h,
+ include/x11drv.h, windows/nonclient.c, windows/x11drv/wnd.c,
+ dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user_main.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec:
+ Moved window move/resize syscommand handling to the graphics driver.
+
+ * controls/combo.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Only draw the padding area of the combo box, don't erase the combo
+ selection text.
+
+ * tools/specmaker/msmangle.c:
+ Francois Gouget <fgouget@free.fr>
+ Renamed 'operator_compliment' to 'operator_complement'.
+
+ * controls/edit.c:
+ Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+ Fixed a paint problem reported by Mike McCormack.
+
+ * dlls/wineps/afm.c, dlls/wineps/agl.c, dlls/wineps/glyphlist.c,
+ dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Unicode encodings for PostScript fonts.
+
+ * dlls/gdi/printdrv.c, dlls/wineps/init.c, dlls/winspool/info.c,
+ dlls/winspool/wspool.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented /etc/printcap based printing support.
+ Changed 'CUPS:printername' to 'LPR:printername'.
+ Some fixes in AddPrinterW().
+
+ * misc/version.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add missing newline to WARN messages.
+
+2001-05-08 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/pe_image.c, relay32/relay386.c, relay32/snoop.c,
+ scheduler/process.c, scheduler/thread.c, windows/winproc.c,
+ dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, if1632/relay.c:
+ Francois Gouget <fgouget@free.fr>
+ Print the tid in the first column when +tid is specified.
+
+ * dlls/wineps/escape.c, graphics/escape.c, include/wingdi.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ PS passthrough was sending 2 bytes too many.
+ Added GETSETPRINTORIENT stub.
+ Implemented EPSPRINTING mode changer.
+
+2001-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wineps/escape.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make PSDRV_Escape(GETPHYSPAGESIZE) return physical size.
+
+ * dlls/wineps/init.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Fixed rounding error in page size calculation.
+
+ * dlls/commdlg/printdlg.c:
+ Duane Clark <dclark@akamail.com>
+ Swap portrait/landscape icon when button clicked.
+
+ * documentation/samples/config:
+ Duane Clark <dclark@akamail.com>
+ Added entry for printing to a file.
+
+ * graphics/x11drv/codepage.c, include/Makefile.in,
+ include/minmax.h, include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added the minmax.h header (VC6).
+ Added support for NOMINMAX.
+ Remove __min/__max from windef.h, they belong to (msvcrt/)stdlib.h.
+
+ * dlls/Makedll.rules.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Sanity check for Makedll.rules.in -> Makedll.rules on whether to rerun
+ configure.
+
+ * configure.in, configure:
+ Bang Jun-Young <bjy@mogua.org>
+ Add the NetBSD style errno location.
+ Modify a message to give a bit more info when building Wine on NetBSD.
+
+ * include/guiddef.h, include/objbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing include directives.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Remove the anonymous function parameter from generate_list calls when
+ it is unnecessary.
+ Modify the .spec.c rule to allow compilation out of $(TOPSRCDIR).
+
+ * include/msvcrt/stdio.h, include/windows.h:
+ Francois Gouget <fgouget@free.fr>
+ RC_INVOKED (&NOWINRES) special cases.
+
+ * tools/wrc/wrc.c:
+ Francois Gouget <fgouget@free.fr>
+ -l/-L were not renamed to -t/-T in the usage messages.
+
+ * dlls/setupapi/virtcopy.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Fix duplicate directories being concatenated to buffer in
+ VcpExplain16(). Added a few useful TRACE lines. Enabled a ifdef'ed
+ out call to CopyFile() inside of VCP_CopyFiles() so files are copied
+ to a users directories during an install.
+
+ * dlls/winmm/wineoss/oss.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Call OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Bang Jun-Young <bjy@mogua.org>
+ Include missing errno.h.
+
+ * dlls/commdlg/fontdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop flags during font enumeration for font chooser if we get no
+ matches.
+
+ * dlls/gdi/gdi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Changed some ptr into str.
+
+ * include/wine/obj_base.h, include/wine/obj_oleaut.h,
+ include/wtypes.h, include/oleauto.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added support for the DECIMAL type.
+ Names are no longer suffixed with 32! Removed it.
+
+ * dlls/winsock/socket.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
+
+ * include/winerror.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added IS_ERROR.
+
+ * dlls/wineps/init.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Report that we have 2^16 colors, so PowerPoint97 prints colored
+ slides.
+
+ * dlls/wineps/text.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ For underlining and striking out text we need to send a 'newpath' or
+ have the whole page filled with black.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Paper dialog translated to German.
+
+ * files/profile.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Potential buffer overflow in PROFILE_CopyEntry.
+
+2001-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/user.c, dlls/user/user_main.c,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/keyboard.h, include/user.h, windows/keyboard.c,
+ windows/sysparams.c:
+ Remove Get/SetBeepActive from USER driver and manage it locally inside
+ SystemParametersInfo.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed WM_COMMAND notification codes for 16 bit PrintDlg.
+
+ * debugger/winedbg.c, debugger/winedbg.spec:
+ Delay import of user32 to allow debugging crashes in user init code.
+
+ * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented large parts of PageSetupDlgA.
+
+ * dlls/commdlg/fontdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Debug output for flags, select first available height and weight when
+ selecting a font.
+
+2001-05-03 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dce.c:
+ Make sure we recompute the visible region in DC hook.
+
+ * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Misc. error checking in PostScript driver.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Implement autorepeat scrolling when button is held down.
+ Improvements to size and appearance of buttons.
+
+ * documentation/Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Clean should also delete the pdf, ps and .out(?) files.
+
+ * documentation/make_winehq:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the www.winehq.com directory handling.
+
+ * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
+ debugger/hash.c, debugger/module.c, debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Started handling of several symbols with the same name.
+ Fixed trampoline identification.
+
+ * documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added a small section about expressions in winedbg.
+
+2001-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/module.c:
+ Uncommented the VirtualFree call on dll unload.
+
+ * configure, configure.in:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed the OSMesa configure check so that OSMesa won't be linked in if it's
+ incompatible with the GLX implementation (e.g. nvidia).
+ Removed the old "OSMesa not found" warning.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed PrintDlg so the devnames struct contains the correct driver
+ printer and port names.
+
+ * documentation/debugging.sgml:
+ Simeon Pilgrim <simeon.pilgrim@alliedtelesyn.co.nz>
+ Typo in stub-reporting style description
+
+ * dlls/msvcrt/msvcrt.spec:
+ Francois Gouget <fgouget@free.fr>
+ ntdll._iswctype should be ntdll.iswctype.
+
+ * controls/combo.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Do not HeapFree() memory not allocated by us in COMBO_GetText.
+ Convert return value from LB_GETTEXT into COMBO_GetText.
+
+2001-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added check for cups/cups.h header file and a warning if we find only
+ runtime libraries, but no headers.
+
+ * controls/combo.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Draw the padding area of a combo box.
+
+ * dlls/wineps/init.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Check for errors in PSDRV_Init.
+
+ * windows/x11drv/event.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree
+ XErrors.
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/comctl32.spec:
+ Chris Morgan <cmorgan@wpi.edu>
+ Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.
+
+2001-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * server/context_i386.c, server/context_sparc.c, server/ptrace.c,
+ server/thread.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
+
+ * controls/desktop.c, controls/edit.c, controls/menu.c,
+ controls/scroll.c, controls/uitools.c, dlls/kernel/kernel.spec,
+ dlls/win32s/win32s16.spec, scheduler/process.c,
+ scheduler/syslevel.c, win32/file.c, windows/mdi.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/module.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added documentation.
+
+ * include/acconfig.h, include/config.h.in, configure,
+ configure.in, dlls/commdlg/printdlg.c, dlls/gdi/printdrv.c,
+ dlls/wineps/Makefile.in, dlls/wineps/init.c,
+ dlls/winspool/Makefile.in, dlls/winspool/info.c,
+ dlls/winspool/wspool.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added CUPS printing support.
+
+ * dlls/ddraw/ddraw_private.h:
+ Francois Gouget <fgouget@free.fr>
+ DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
+
+ * dlls/x11drv/dga2.c, dlls/x11drv/x11ddraw.c,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Reimplemented DXGrab with improvements; it no longer depends on
+ XVidMode, and it releases the grab if the app exits full-screen
+ DirectDraw. Also made the UseDGA option available for AppDefaults
+ configuration.
+
+2001-04-25 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/cursoricon.c, windows/syscolor.c,
+ dlls/msvcrt/msvcrt.spec, dlls/ole32/storage32.c,
+ dlls/setupapi/virtcopy.c, dlls/wintrust/wintrust_main.c,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * windows/x11drv/wnd.c:
+ Avoid crash on deleted windows.
+
+ * tools/winapi_check/modules.dat,
+ tools/winapi_check/win16/compobj.api,
+ tools/winapi_check/win16/setupx.api,
+ tools/winapi_check/win16/user.api,
+ tools/winapi_check/win32/crtdll.api,
+ tools/winapi_check/win32/kernel32.api,
+ tools/winapi_check/win32/msvcrt.api,
+ tools/winapi_check/win32/ntdll.api,
+ tools/winapi_check/win32/ole32.api,
+ tools/winapi_check/win32/ttydrv.api,
+ tools/winapi_check/win32/user32.api,
+ tools/winapi_check/win32/version.api,
+ tools/winapi_check/win32/wintrust.api,
+ tools/winapi_check/win32/ws2_32.api,
+ tools/winapi_check/win32/x11drv.api,
+ tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update
+ - Minor bug fixes
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
+ Gael de Chalendar <Gael.de.Chalendar@limsi.fr>
+ Corrected a typo in spec file and added some stubs.
+
+ * dlls/winmm/mmsystem.c:
+ James Hatheway <james@macadamian.com>
+ PlaySoundA should return TRUE when it stops playing sound.
+
+2001-04-24 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c, windows/x11drv/keyboard.c,
+ windows/x11drv/wnd.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
+ dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c,
+ dlls/user/user_main.c, dlls/x11drv/Makefile.in,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.spec, include/dce.h, include/message.h,
+ include/user.h, include/win.h, include/winpos.h,
+ include/x11drv.h, windows/Makefile.in, windows/dce.c,
+ windows/defwnd.c, windows/event.c, windows/focus.c,
+ windows/message.c, windows/painting.c, windows/scroll.c,
+ windows/win.c, windows/winpos.c:
+ Moved most of the implementation of SetWindowPos and SetDrawable into
+ the user driver, and the corresponding code into the dlls/x11drv
+ directory. Moved a few functions out of the window driver into the
+ user driver. Plus a few related cleanups.
+
+ * dlls/ddraw/d3dviewport.c, dlls/dinput/keyboard/main.c,
+ dlls/opengl32/wgl.c:
+ Small cleanups.
+
+ * relay32/relay386.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Drop SYSLEVEL checks from relay debugging, since they break debugging
+ builtin GDI dlls.
+
+ * include/msvcrt/stdlib.h:
+ Francois Gouget <fgouget@free.fr>
+ Don't use Windows types like LONGLONG in msvcrt headers.
+
+ * debugger/db_disasm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some more disassembly instructions (notably rdtsc, which is used
+ by several programs) and more MMX.
+
+2001-04-23 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/except.c:
+ Francois Gouget <fgouget@free.fr>
+ Use snprintf to prevent buffer overflows in format_exception_msg.
+
+ * include/tchar.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Prevent use by Wine's source.
+ Added missing 'function' definitions (macros really).
+
+ * dlls/msvcrt/time.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must not free the pointer returned by localtime (especially not
+ with MSVCRT_free!).
+ We no longer need to include stdlib.h.
+
+ * include/msvcrt/stddef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added offsetof (for the MFC).
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/heap.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/string.c,
+ include/msvcrt/malloc.h, include/msvcrt/search.h,
+ include/msvcrt/stdlib.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add msvcrt/malloc.h (for the MFC).
+ Add msvcrt/search.h.
+ Move duplicated definitions to the new headers.
+ Use malloc.h instead of stdlib.h when sensible.
+
+ * include/msvcrt/crtdbg.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Provide limited support for the msvcrt debug API.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Files with special characters may not have been renamed. Try to match
+ both forms.
+
+ * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
+ dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+ dlls/msacm/wineacm.h:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added cache for drivers information.
+ Fixed a few bugs (memory handling, version info...)
+ Enhanced validity checks.
+
+ * dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Use typecasts to suppress compiler warnings.
+
+ * objects/font.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented GetCharABCWidths with GetCharWidth.
+
+ * objects/region.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2
+ compiler bug.
+
+ * debugger/db_disasm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some MMX disassembly to the debugger.
+
+ * debugger/expr.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed getting a variable address.
+
+ * debugger/types.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed float variables display.
+
+2001-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * files/dos_fs.c:
+ Dominik Strasser <dominik.strasser@mchp.siemens.de>
+ Allow illegal handles in FindClose.
+
+ * dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
+ files/drive.c, objects/dib.c, tools/wineconf,
+ debugger/ext_debugger.c, dlls/comctl32/animate.c,
+ dlls/ole32/antimoniker.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Spelling fixes.
+
+ * windows/property.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - make sure that we really use the correct amount of parameters each
+ time for the callback function
+ - always pass strings instead of atoms to Win32 enum proc
+ - fix trace crash due to string format displaying of atom (LOWORD
+ only) handle
+
+ * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/agl.c,
+ dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
+ Ian Pilcher <ian.pilcher@home.com>
+ Store each glyph name only once in PostScript driver.
+
+ * objects/brush.c: Andreas Mohr <a.mohr@mailto.de>
+ Take a stab at implementing SetSolidBrush16.
+
+ * dlls/comctl32/imagelist.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed off by one error in ImageList_DrawIndirect().
+ Fixed some missing NULL HIMAGELIST check (fixes Microsoft Works
+ startup).
+
+ * dlls/winmm/wineoss/mixer.c:
+ James Hatheway <james@macadamian.com>
+ Make sure to return our variable with the correct return value.
+
+ * memory/virtual.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ VirtualProtect should return correct old protection flags.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Notify parent of child size changes when changes are from WM_SIZE
+ messages.
+ - If more than one band exists, then first band may have a gripper.
+ - Fix the band layout algorithm to handle some issues from WinARA.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
+ - Implement WM_NCCREATE to remove unwanted window styles (as native does).
+ - Clean up some traces.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Fix file lossage in subdirectories of an 'include' directory (closes #163).
+ When case fixing #includes, take into account that the file may have
+ been renamed (closes #161).
+ Better support of $(SRCDIR) in -I directives.
+ RTF was not recognised in rc files because it was in the wrong place.
+ Escape weird characters when putting the rc filename in the spec file.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Added WINEPRELOAD to man wine.
+
+ * dlls/kernel/comm.c:
+ Dominik Strasser <dominik.strasser@t-online.de>
+ Don't use RTSCTS if Str handshake is enabled.
+ Use appropriate Unix timeout values in SetCommTimeouts.
+
+2001-04-18 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010418.
+
+----------------------------------------------------------------
+2001-04-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in: Fixed setupapi dependencies.
+
+ * windows/input.c: Jukka Heinonen <jhei@iki.fi>
+ GetAsyncKeyState now clears "has been pressed" information of only the
+ requested key instead of all keys.
+
+ * windows/dce.c, dlls/user/user_main.c:
+ No need to preallocate DCEs since they are allocated on demand
+ anyway.
+
+ * include/wingdi.h, include/winuser.h, include/dce.h:
+ Moved DCX_* constants to winuser.h.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga2.c,
+ dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/xvidmode.c,
+ dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/dsurface/dga2.c,
+ dlls/ddraw/dsurface/dga2.h:
+ Removed a few obsolete files.
+
+ * dlls/ddraw/dsurface/hal.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix DGA so it works properly again.
+
+ * dlls/msacm/msacm32_main.c:
+ James Hatheway <james@macadamian.com>
+ Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in
+ wine_dbg_vprintf.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Eliminate unitialized garbage being returned from LISTVIEW_GetItemA.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Enhanced the pragma pack handling.
+ Enhanced the 'afxres.h' handling (the indentation).
+ Start issuing winemaker's warnings in the source files themselves.
+
+2001-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c, windows/message.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Do not send WM_MOUSEACTIVATE for children of desktop.
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/hal.h, dlls/ddraw/dpalette/hal.c,
+ dlls/ddraw/dpalette/hal.h, dlls/ddraw/dsurface/hal.c,
+ dlls/ddraw/dsurface/hal.h, dlls/ddraw/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
+ Disabled DirectDraw's old XVidMode and DGA2 drivers, it now depends on the
+ display driver (x11drv) HAL implementations of these features.
+
+ * dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in,
+ dlls/setupapi/infparse.c, dlls/setupapi/setupapi.rc,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h,
+ dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h,
+ dlls/setupapi/virtcopy.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - implement some more virtcopy (VCP) stuff
+ - add some setupx resources
+ - implement VHSTR functionality
+ - large parts of VCP callback handling
+ - merge setupapi and setupx stuff, especially resource handling
+ gets rid of setupx debug channel; setupapi is the only one that remains
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/dibtexture.c,
+ dlls/ddraw/dsurface/dibtexture.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed the obsolete DIBTexture surface class.
+
+ * dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h,
+ dlls/ddraw/dsurface/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some more HAL fields. Flip some of them when appropriate.
+ Allow SetSurfaceDesc to change client memory surface address.
+ Propagate DIB color table updates to backbuffers too (thanks to
+ Stephen Clouse).
+
+ * dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some DirectDrawPalette HAL fields.
+
+ * dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h,
+ dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h,
+ dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Removed User_DirectDraw_GetCaps. Using Main_DirectDraw_GetCaps instead,
+ and the User constructor filling in the main capability bits.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fill in some of the ddraw HAL fields.
+ Call the set_exclusive_mode callback when necessary.
+ Added a Main_DirectDraw_GetCaps method.
+ Removed references to obsolete DIBTexture surface class.
+
+ * dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented gamma control on the DirectDraw primary window.
+ Ensured that the primary window is created before the constructor returns.
+ Flag the primary window as transparent so mouse clicks pass through it.
+ Put the primary window handle into a reserved field for x11drv HAL use.
+
+ * dlls/Makefile.in:
+ Francois Gouget <fgouget@free.fr>
+ Fix typo so that wintrust is built.
+
+ * documentation/configuring.sgml:
+ Joerg Mayer <jmayer@loplof.de>
+ Add a missing </sect3>.
+
+ * dlls/wsock32/socket.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Use of proper test gets rid of a signed/unsigned warning.
+
+ * graphics/x11drv/init.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the ddraw HAL access escape (DCICOMMAND) in x11drv.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant sending of WM_DRAWITEM message to ownerdrawn
+ combobox.
+
+2001-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/lstr.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fix some crash on bad parameter conditions.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented _wtoi and _wtol.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/dga2.c, dlls/x11drv/dga2.h,
+ dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the XF86DGA2 driver for the ddraw HAL.
+ Entered some basic HAL device capabilities data.
+ Added a GetDriverInfo handler.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in,
+ dlls/wintrust/.cvsignore, dlls/wintrust/Makefile.in,
+ dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added new dll wintrust.dll with a stub for WinVerifyTrust().
+
+ * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/gamma.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented the IDirectDrawGammaControl interface.
+
+ * dlls/wineps/init.c, dlls/wineps/ppd.c:
+ Ian Pilcher <ian.pilcher@home.com>
+ Make paper size and bin type handling more like Windows drivers.
+
+ * objects/font.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add NULL check for lpnFit in GetTextExtentExPointW.
+
+ * graphics/x11drv/palette.c, include/ts_xlib.h, tsx11/X11_calls,
+ tsx11/ts_xlib.c:
+ Gavriel State <gav@transgaming.com>
+ Copy the first 128 colors from the default colormap to Wine's private
+ colormap when using 'shared' colors.
+
+ * loader/module.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
+ DLL failed, so that winesetuptk's fake-windows installation work.
+
+ * controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Slightly improve keyboard tracking in combobox.
+
+ * controls/edit.c:
+ Dan Engel <dengel@sourceharvest.com>
+ Set the backgound mode to opaque to paint highlighted text.
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dga2.c,
+ dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c,
+ dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added ddraw HAL and gamma ramp stuff to implementation structures.
+ Added a parameter and return value to flip_data and flip_update.
+
+ * graphics/x11drv/dib.c, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2.
+
+ * ole/uuid.c: Ove Kaaven <ovek@transgaming.com>
+ Include the GUIDs in ddrawi.h in the libwine_uuid.a library.
+
+ * include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Yet more stuff for ddrawi.h, including some GetDriverInfo GUIDs.
+
+ * dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in,
+ dlls/ddraw/ddraw.spec, dlls/ddraw/version.rc:
+ Ove Kaaven <ovek@transgaming.com>
+ Add version resource to ddraw.dll, versioned to DirectX 7.0.
+
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@free.fr>
+ GetItemSpacing(true): Return the default item spacing if the view is
+ LVS_ICON, and the current 'item size' otherwise.
+
+ * relay32/snoop.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Display thread id instead of %fs in snoop trace.
+
+ * dlls/dinput/keyboard/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't restore the saved keyboard autorepeat config, since the config
+ save code itself was disabled a while ago...
+
+ * include/d3dtypes.h, include/d3dvec.inl, include/d3d.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Direct3D header update.
+
+ * include/d3dhal.h:
+ Ove Kaaven <ovek@transgaming.com>
+ New header d3dhal.h, the Direct3D HAL device driver interface.
+
+ * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Handle the %f case in wsprintf.
+
+ * dlls/msvcrt/msvcrt.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Changed the spec definition of *s*printf from *str to ptr, since that
+ parameter is a destination buffer that may only contain garbage on entry.
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
+ dlls/dplayx/version.rc, dlls/dplayx/.cvsignore:
+ Ove Kaaven <ovek@transgaming.com>
+ Add version resource to dplayx.dll, versioned to DirectX 7.0.
+
+ * include/wine/wine_common_ver.rc:
+ Ove Kaaven <ovek@transgaming.com>
+ Generalize the Wine version resource template a bit.
+
+ * dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc,
+ dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_Eo.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+ dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.rc,
+ dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc,
+ dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sk.rc,
+ dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace "System" font by "Helv" in shell32 "About" dialog.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implementation of OLE32.IsAccelerator.
+
+ * dlls/ole32/storage32.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Return STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage if the file is
+ not a storage object.
+
+ * objects/dc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move implementation of CreateDC16 to CreateDCA.
+
+ * objects/gdiobj.c:
+ Gavriel State <gav@transgaming.com>
+ Allocate bitmap objects in the large heap area.
+
+ * dlls/wineps/text.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Fixed 0 count handling in PSDRV_Text.
+
+ * graphics/x11drv/xfont.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add MS Shell Dlg font to the set of default sans serif fonts.
+
+ * dlls/msvcrt/time.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed MSVCRT_clock return type.
+
+2001-04-13 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/printing.sgml:
+ Added missing <listitem>.
+
+ * server/file.c, server/mapping.c, server/object.h:
+ Repaired shared PE data sections.
+
+ * documentation/debugger.sgml:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Added note on using shell scripts as AeDebug setup, added
+ BreakOnDllLoad variable.
+
+ * dlls/msacm/pcmconverter.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ A few fixes.
+
+ * dlls/msacm/driver.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed opening of some drivers.
+
+ * dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed callback parameters (bogus hWave); added acm conversion for
+ waveIn.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Allow MCI_SET to change waveFormat for recording.
+ Fixed buffer handling on recording end.
+ Fixed size of recorded data in mmio file.
+
+ * dlls/winmm/wineoss/audio.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Fixed some buffers issue in recording.
+ Zeroed unnecessary second parameter for WIM_DATA notification.
+
+ * debugger/winedbg.c:
+ Eric Pouech <eric.pouech@wanadoo.fr>
+ Enhanced robustness at startup.
+
+ * windows/msgbox.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Preliminary support for MB_*MODAL styles.
+
+ * dlls/comctl32/status.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ - *don't* MoveWindow() the status bar if CCS_NORESIZE is specified,
+ and use SetWindowPos instead for one of the MoveWindow()s
+ - call STATUSBAR_GetInfoPtr *once* like Windows does, not twice (used to be
+ in every sub function, too)
+ - remember hwndParent from create struct to use in at least WM_CREATE and
+ WM_SIZE instead of GetParent() like in Windows
+ - added DefWindowProc call to WM_SIZE like in Windows
+ - added InvalidateRect, UpdateWindow to WM_CREATE like in Windows
+ - much more verbose +statusbar output
+ - rename part_num to nPart for consistency
+ - added nclm.cbSize to SystemParametersInfoA call
+ - added FIXME to STATUSBAR_SetParts
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set the custom dialog box to the bottom of the Z-order.
+
+2001-04-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dplayx/Makefile.in, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c,
+ dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c,
+ dlls/dplayx/dplayx_messages.h, dlls/dplayx/lobbysp.c,
+ dlls/dplayx/lobbysp.h, dlls/dplayx/name_server.c,
+ dlls/dplayx/name_server.h, include/dplay.h, include/objbase.h,
+ include/winerror.h, ole/uuid.c:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ - Provide lobby provider COM object header file and stub implementation
+ - Break out dpl and dp service provider intialization
+ - Add missing definition of E_PENDING
+ - Resolve a few fixmes
+ - Fix includes for dplay.h
+
+ * controls/menu.c, include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c:
+ Added first/last message filters to MSG_InternalGetMessage to avoid
+ busy waits.
+
+ * debugger/editline.c, dlls/kernel/kernel32.spec, include/wincon.h,
+ win32/console.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - added stubs for three console functions
+ - updated wincon.h
+
+ * ole/ole2nls.c:
+ James Hatheway <james@macadamian.com>
+ Small typo fix.
+
+ * windows/winpos.c:
+ James Hatheway <james@macadamian.com>
+ SetWindowRgn shouldn't activate the window.
+
+2001-04-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/crtdll/crtdll_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix the signature of __GetMainArgs and __getmainargs (from msvcrt).
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+ dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
+ dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
+ Francois Gouget <fgouget@free.fr>
+ Include the msvcrt headers, remove duplicate definitions.
+ Fixed the signature of a few functions.
+ Don't use wcs* functions, use *W (from unicode.h) instead.
+
+ * include/tchar.h, include/windef.h, include/winnt.h:
+ Francois Gouget <fgouget@free.fr>
+ Prevent multiple definitions caused by MSVCRT headers.
+
+ * dlls/Makedll.rules.in:
+ Francois Gouget <fgouget@free.fr>
+ Allow the Makefile.in to define EXTRADEFS and add it to DEFS.
+
+ * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
+ include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
+ include/Makefile.in, include/msvcrt/conio.h,
+ include/msvcrt/ctype.h, include/msvcrt/direct.h,
+ include/msvcrt/dos.h, include/msvcrt/fcntl.h, include/msvcrt/io.h,
+ include/msvcrt/process.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+ include/msvcrt/string.h, include/msvcrt/time.h,
+ include/msvcrt/wchar.h, include/msvcrt/wctype.h:
+ Francois Gouget <fgouget@free.fr>
+ Added headers for the msvcrt library.
+
+ * controls/edit.c, windows/winproc.c:
+ Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
+ Removed mapping of 16-bit edit messages in the generic routines.
+
+ * programs/winemine/main.c:
+ Pass the correct string length to RegSetValueExA.
+
+ * dlls/advapi32/registry.c:
+ RegSetValueExA/W: fixed REG_SZ string length handling for Win95.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Peter Hunnisett <hunnise@nortelnetworks.com>
+ Added stub for WSASend.
+
+ * dlls/ntdll/reg.c, server/registry.c:
+ Fixed handling of \\Registry prefix.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/olepicture.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for OleLoadPictureEx.
+
+ * dlls/comctl32/comboex.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Fix for small typo.
+
+ * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c,
+ dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c,
+ dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c,
+ dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
+ dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
+ dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
+ dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
+ Francois Gouget <fgouget@free.fr>
+ Adjust the 'MSVCRT_' prefix to match the msvcrt headers
+ Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
+ Remove '_cdecl', it's unnecessary
+
+2001-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/test.pl, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c:
+ Store the function pointer in the %prototypes hash instead of the
+ function name to avoid looking it up on every call.
+ Fixed callback thunks to use stdcall calling convention.
+
+ * relay32/relay386.c, scheduler/process.c, scheduler/thread.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Display thread id instead of %fs in relay trace.
+
+ * dlls/kernel/time.c:
+ James Hatheway <james@macadamian.com>
+ Fill in StandardName field in struct returned from GetTimeZoneInformation.
+
+ * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
+ dlls/user/user32.spec, dlls/advapi32/advapi32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some stubs for functions used by newer rpcrt4 dlls.
+
+ * objects/dc.c: Francois Gouget <fgouget@free.fr>
+ GetDeviceCaps: make sure the devCaps field is not NULL before
+ dereferencing it.
+
+ * dlls/ole32/compobj.c, include/wine/obj_base.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Arg 3 of CoGetClassObject is COSERVERINFO*, added some more debug.
+
+ * dlls/comctl32/comctl_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Translations for German language.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added GetConvertStg stub.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Actually print the guids in DllGetClassObject().
+
+ * README, tools/wineinstall:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added uninstall hints.
+
+ * debugger/debugger.h, debugger/winedbg.c:
+ James Hatheway <james@macadamian.com>
+ Modify debugger to understand special undocumented "Name Thread"
+ exception from MS VC6.
+
+ * controls/combo.c, controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Really do not roll up if selection is being tracked by arrow keys in
+ the dropdown listbox.
+
+ * dlls/user/ddeml.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ When calling CreateMutex() handle the case when the mutex is already
+ created in another process.
+
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ After an item text changes, the rectangle width should be
+ recalculated.
+
+2001-04-04 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/win.c:
+ Don't use THREAD_IdToTEB in EnumThreadWindows.
+
+ * unicode/wctomb.c:
+ James Hatheway <james@macadamian.com>
+ Make sure 'used' is set to 0 if no conversions take place.
+
+ * dlls/comctl32/listview.c:
+ Rein Klazes <rklazes@casema.net>
+ Fixed scrolling of listview with a mouse wheel.
+
+ * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
+ Implement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER flags in
+ OLE_GetFormatA.
+
+ * windows/winproc.c, controls/menu.c, dlls/kernel/thunk.c,
+ dlls/winedos/module.c, files/drive.c, loader/ne/module.c,
+ msdos/int21.c, scheduler/thread.c:
+ Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
+ handle.
+
+ * include/task.h, loader/task.c, windows/message.c, windows/queue.c:
+ Unified 16-bit and 32-bit scheduling a bit more.
+
+ * msdos/dosconf.c:
+ Don't call strtok twice if it failed the first time.
+
+ * server/request.c:
+ Make sure the process socket is non-blocking.
+ Don't fail if nothing ready on recvmsg for a file descriptor.
+
+ * include/wine/wingdi16.h, objects/font.c, include/wingdi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix member names in NEWTEXTMETRICEX structs.
+
+ * dlls/comctl32/treeview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Erase the in-memory DC for treeview and fixes the rectangle calculation.
+
+ * dlls/comctl32/header.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set background mode to transparent before calling owner-drawn user
+ handling.
+
+2001-04-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/wineps/Makefile.in, dlls/wineps/font.c,
+ dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
+ documentation/configuring.sgml, documentation/fonts.sgml,
+ documentation/printing.sgml, documentation/psdrv.reg,
+ documentation/wine-doc.sgml, documentation/wine-user.sgml:
+ Ian Pilcher <ian.pilcher@home.com>
+ Various registry-related PostScript driver enhancements.
+
+ * controls/edit.c:
+ Rein Klazes <rklazes@casema.net>
+ Do not send the EN_CHANGE notification message until the selection
+ start and end values are filled in.
+
+ * windows/x11drv/keyboard.c:
+ Gustavo Noronha Silva (KoV) <kov@debian.org>
+ Added US international keyboard.
+
+ * include/winuser.h, windows/sysparams.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add value 106 to SystemParametersInfo.
+
+2001-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
+ programs/winetest/Makefile.win32, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c:
+ John F Sturtz <jsturtz@codeweavers.com>
+ Added support for callback functions.
+
+ * dlls/ole32/storage32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't try to create file twice in the NULL filename case for
+ StgCreateDocFile.
+
+ * controls/edit.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Update format engine to reduce flicker.
+
+2001-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv_main.c:
+ Added support for application-specific configuration for a few options
+ (Desktop, Managed, ScreenDepth and Synchronous).
+
+ * graphics/x11drv/dib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed undefined C constructs (val assignment in expressions using it,
+ postinc operators in macros).
+
+ * loader/task.c, miscemu/main.c:
+ Don't load user32 too early on for 16-bit apps, so that app-specific
+ config can be available while loading it.
+
+ * windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Get and print class name for right window in WIN_WalkWindows.
+
+ * tools/winebuild/spec16.c, windows/user.c, dlls/user/user.spec,
+ if1632/builtin.c, include/builtin16.h:
+ Always load the 32-bit dll containing a given 16-bit builtin.
+ Check the module name in addition to the file name when loading a
+ 16-bit builtin dll.
+
+ * dlls/x11drv/x11drv_main.c, graphics/x11drv/palette.c,
+ windows/x11drv/wnd.c, dlls/opengl32/wgl.c:
+ Gavriel State <gav@transgaming.com>
+ - Always use a double-buffered visual if one is available.
+ - Ensure that all colormaps created use the double-buffered visual if
+ it exists. This prevents problems where DRI GL implementations fail
+ to work unless the colormap visual matches the window visual matches the
+ glX visual.
+ - Get around similar visual issue with the default GL context created for
+ apps that don't create their own contexts before trying to use GL functions.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Fixed command-line example.
+
+2001-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * ChangeLog, include/version.h, ANNOUNCE:
+ Release 20010326.
+
+----------------------------------------------------------------
+2001-03-26 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/samples/config:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added some additional defaults and samples to [fonts] section.
+
+2001-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * misc/options.c, windows/dce.c, windows/win.c,
+ windows/x11drv/event.c, windows/x11drv/wnd.c,
+ dlls/x11drv/x11drv_main.c, documentation/samples/config,
+ documentation/wine.man.in, graphics/x11drv/xfont.c,
+ include/options.h, include/x11drv.h:
+ Cleanup properly on x11drv unloading.
+ Moved --synchronous option into config file.
+ Removed --desktop, --display and --language command-line options.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ James Hatheway <james@macadamian.com>
+ - MCI_SAVE should overwrite its destination file.
+ - widClose() is sometimes failing... MCI (in WAVE_mciRecordCallback)
+ shouldn't queue up buffers if it knows we are no longer recording.
+
+ * dlls/user/user_main.c, files/profile.c, memory/local.c,
+ objects/gdiobj.c, objects/metafile.c, windows/user.c:
+ Small dll separation fixes.
+
+ * dlls/advapi32/registry.c:
+ Use TEB static buffer for Unicode conversion.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added handling of .hpp files (another extension for C++ headers).
+ The wrapper code needs to import dlls too.
+ All the generated wrapper files were identical, the 'variable'
+ subsitution was done on the template itself. Oups!
+
+ * dlls/version/info.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ ConvertVersionInfo32To16: the end of the child list may also be marked
+ by a 0-byte child.
+
+2001-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/comm.c, files/file.c, include/file.h, include/server.h,
+ include/thread.h, scheduler/synchro.c, server/async.c,
+ server/object.h, server/request.h, server/serial.c, server/trace.c:
+ Michael McCormack <mccormac@aals27.alcatel.com.au>
+ Use poll() on the client-side during server waits to implement
+ overlapped I/O.
+
+ * include/server.h, scheduler/process.c, server/console.c,
+ server/trace.c, win32/console.c:
+ Use the new send_fd mechanism for the set_console_fd server request.
+
+ * dlls/shlwapi/reg.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/xvidmode.c,
+ dlls/comctl32/comboex.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Added needed string.h includes.
+
+2001-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/win.c,
+ windows/winpos.c, windows/x11drv/wnd.c:
+ Cleaned up assumptions about WS_CHILD flag so that we can allow it to
+ be changed in SetWindowLong.
+
+ * dlls/ntdll/debugtools.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Increase debug buffer size up to 1024 bytes.
+
+ * configure, configure.in, programs/Makefile.in,
+ programs/winetest/.cvsignore, programs/winetest/Makefile.PL,
+ programs/winetest/Makefile.in, programs/winetest/Makefile.win32,
+ programs/winetest/test.pl, programs/winetest/wine.pm,
+ programs/winetest/wine.xs, programs/winetest/winetest.c,
+ programs/winetest/winetest.spec:
+ Added first version of the Perl regression testing framework.
+
+ * documentation/samples/config, documentation/wine.conf.man.in,
+ loader/loadorder.c:
+ Added "*" wildcard entry to DllOverrides to replace DllDefaults
+ section; this way it can also be specified on a per-app basis.
+ Removed compiled-in defaults for dlls mentioned in the sample config.
+ Update man page.
+
+ * dlls/ddraw/d3dtexture.c, dlls/winmm/mcicda/mcicda.c,
+ include/netspi.h, server/main.c, server/trace.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Warning fixes.
+
+ * tools/winebuild/spec32.c, tools/wmc/mcl.c, scheduler/pthread.c,
+ scheduler/synchro.c, server/atom.c:
+ Jeff Garzik <jgarzik@mandrakesoft.com>
+ Added some inclusions of string.h where necessary.
+
+ * loader/pe_image.c:
+ Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
+
+ * loader/module.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
+
+ * dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Show an error if small enough fragment sizes couldn't be set.
+ Force a complete close/reopen of the sound device if pause is
+ requested in DirectSound mode (many drivers require this).
+
+ * dlls/ddraw/ddraw/user.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Remove obsolete and misleading FIXME.
+
+ * dlls/gdi/gdi32.spec:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDeviceGammaRamp.
+
+2001-03-20 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/samples/config, documentation/wine.man.in,
+ include/loadorder.h, include/options.h, loader/loadorder.c,
+ loader/main.c, loader/module.c, loader/ne/module.c, misc/options.c:
+ - Added support for app-specific dll overrides using
+ AppDefaults\<appname>\DllOverrides configuration section.
+ - Better support for multiple --dll options.
+ - Added warning message to discourage putting multiple dlls in a
+ single override entry.
+
+ * win32/except.c:
+ Terminate process on unhandled ^C exception instead of launching the
+ debugger.
+
+ * dlls/ttydrv/dc.c, dlls/wineps/init.c,
+ graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c,
+ graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h,
+ include/wingdi.h, objects/dc.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDeviceGammaRamp.
+
+ * dlls/user/user32.spec, windows/win.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added stubs for GetWindowsModuleFileName[A/W].
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Native version seems to always re-draw the selected text at the end of
+ a rollup.
+
+ * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
+ dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added gamma ramp code to the XVidMode interface.
+
+ * include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ More DirectDraw HAL type declarations.
+
+2001-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.in:
+ Satsuki Fujishima <sf@freebsd.org>
+ Fixed FreeBDS xpg4 check.
+
+ * Make.rules.in, tools/Makefile.in, tools/specmaker/Makefile.in:
+ Satsuki Fujishima <sf@freebsd.org>
+ Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
+
+ * include/wine/wine_common_ver.rc, dlls/oleaut32/.cvsignore,
+ dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
+ dlls/oleaut32/version.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add version info for built-in oleaut32.dll.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fix system menu crash by ensuring that item->text is not null when
+ MF_TEXT set.
+
+ * include/ddraw.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Added IDirectDrawGammaControl interface declaration.
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Truncate version data if provided buffer is not large enough.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixed sound disappearing after on-the-fly sample rate changes and
+ after certain underrun conditions.
+ Compilation fixes for when USE_DSOUND3D is defined.
+
+ * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
+ Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
+ mouse clicks should go straight through the window.
+
+ * dlls/shell32/shellpath.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ SHGetSpecialFolderPathA must be able to create a full path if it
+ doesn't exist.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added stub for _setjmp3().
+ Implemented _sopen().
+
+2001-03-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
+ dlls/comctl32/rsrc.rc:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added version info.
+
+ * graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
+ include/x11drv.h, objects/font.c, dlls/ttydrv/graphics.c,
+ dlls/ttydrv/ttydrv.h, dlls/wineps/font.c, dlls/wineps/psdrv.h,
+ graphics/win16drv/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Moved GetTextMetrics to unicode.
+
+ * dlls/version/info.c, include/winver.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed prototype of GetFileVersionInfoA/W.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Documented things known to be unimplemented.
+ - Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
+ - Corrected CBEN_ENDEDIT notifies to always have edit control text.
+ - Locked "selected" state of icon to focus state of edit control (if
+ it exists) just like native.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Correct RBN_CHILDSIZE band rectangle to match native.
+ - Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
+ - Make handling ComboBox and ComboBoxEx the same when moving child
+ windows.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Label the width and height correctly in the WINDOWPOS display.
+
+ * include/winuser.h:
+ Ove Kaaven <ovek@arcticnet.no>
+ Added Win2000 WS_EX_LAYERED window style.
+
+ * tools/wineshelllink:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Replaced one .kde with .kde2 in KDE2 menu code.
+
+ * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+ Removed path from dplayx registry entry, so that the builtin dplayx
+ can be loaded.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild.
+
+2001-03-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/version/info.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Return from GetFileVersionInfo(Size) if specified file found, but
+ VS_VERSION_INFO resource not.
+
+ * server/serial.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Removed broken support for EV_TXEMPTY because it causes busy loops.
+
+ * server/async.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Add missing release object so server exits cleanly.
+
+ * controls/menu.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Recalculate menu sizes if WM_INITMENU has recreated/changed something.
+
+2001-03-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/nls/cht.nls:
+ Hann-huei Chiou <koala@mana.ee.ntu.edu.tw>
+ Updated.
+
+ * dlls/kernel/kernel32.spec, include/winbase.h, include/winnt.h,
+ scheduler/thread.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Added stub for SetThreadExecutionState (new function in Win98/2000).
+
+ * windows/winproc.c:
+ Rein Klazes <rklazes@casema.net>
+ Fix Unicode/Ansi message translation for some listbox/combobox
+ messages with a zero valued lparam. Output an error when the
+ translation fails.
+
+ * include/wingdi.h, objects/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix typo in OUTLINETEXTMETRIC definition.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Yet another attempt on fixing notifications in the edit control.
+
+ * documentation/samples/config:
+ Marcus Meissner <marcus@jet.franken.de>
+ Add some specific afmdirs as examples.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Don't load AFM files from predefined directories; use [afmdirs]
+ section in Wine config file instead.
+
+2001-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed notifications of the edit control.
+
+ * controls/static.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
+ not.
+
+ * controls/combo.c, dlls/winmm/joystick/joystick.c, dlls/winmm/mmio.c,
+ loader/loadorder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed spelling/typos in comments.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing extension for 'ole32.dll'.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added CreateRemoteThread.
+
+ * dlls/shell32/shell32_main.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Implement SHGetFileInfoW by calling SHGetFileInfoA.
+
+ * dlls/commdlg/filedlg95.c, dlls/shell32/shlfolder.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Handle empty strings and invalid values in lpstrInitialDir for 32 bits
+ open file dialogs.
+
+2001-03-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in:
+ Added version16.rc in RC_SRCS list.
+
+ * scheduler/client.c, scheduler/synchro.c, scheduler/thread.c,
+ server/request.c, server/request.h, server/thread.c, server/trace.c,
+ include/server.h, include/thread.h:
+ Added support for nested server waits (to allow waiting in signal
+ handlers).
+
+ * README, tools/winecheck:
+ Andreas Mohr <a.mohr@mailto.de>
+ Added a perl script to check many aspects of Wine configuration.
+
+ * dlls/commdlg/finddlg32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ LPARAM in find dialog wm_initdialog is the find/replace structure, not
+ custdata.
+
+ * dlls/kernel/nls/lvi.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Updated Latvian date format.
+
+ * tools/wineshelllink:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added SHELL linking of KDE2 desktop/menu entries.
+
+2001-03-05 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20010305.
+
+----------------------------------------------------------------
+2001-03-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Update nSelectionMark and nFocusedItem when inserting/deleting/sorting
+ items.
+ SortItems: If sorting less than 2 items, do nothing.
+
+ * win32/file.c, scheduler/process.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ - Background of the child wnd should be erased with the same color as
+ the control.
+ - Default scroll amount should be the minimum client area.
+
+ * windows/dialog.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Unblock the dialog message loop with a WM_NULL message.
+
+ * graphics/x11drv/dib.c:
+ Vedran Rodic <vedran@renata.irb.hr>
+ Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
+ faster by using inline asm.
+
+ * tools/specmaker/misc.c, server/debugger.c, server/registry.c, graphics/x11drv/xfont.c, programs/winhelp/hlpfile.c, files/dos_fs.c, files/drive.c, dlls/winmm/mmio.c:
+ Changed isolated for loops to while loops (based on a patch by Andreas
+ Mohr).
+
+ * dlls/oleaut32/typelib.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ The for loop in ITypeLib2_fnFindName was wrong (extra ';').
+
+ * files/file.c: Andreas Mohr <a.mohr@mailto.de>
+ GetFileInformationByHandle() fails for pipe handles according to
+ MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).
+
+ * dlls/gdi/gdi_main.c, graphics/driver.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Don't load the WINEPS driver until it's needed.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make EDIT_UnlockBuffer cope with destroyed windows.
+
+2001-03-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel_main.c, memory/heap.c:
+ We need to create the system heap at startup even though we don't use
+ it, since some Win95 native dlls depend on that.
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - add tracing to OpenGL thunks
+ - update to latest gl.spec file
+
+ * windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
+ WS_CLIPSIBLINGS bit set.
+
+ * dlls/comctl32/listview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
+ selection mark has been set, just select the current item.
+ In LISTVIEW_SetGroupSelection we must also set the selection mark in
+ that case (and only in that case).
+ Removed a naughty ';' (spotted by Eric Pouech).
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ If a target has C++ sources, then use g++ to link it (fixes #162).
+ Removed SONAME, it's not relevant for dlls and was unused anyway.
+
+2001-03-03 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/client.c: Fixed file descriptor leak.
+
+ * dlls/winmm/wineoss/midi.c, documentation/samples/config, files/directory.c, windows/x11drv/keyboard.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ Some more message cleanups.
+
+ * dlls/dsound/dsound_main.c: Chris Jacobson
+ Small bug fix.
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Initialize the return error code to 0 for common dialog file
+ functions.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add files found in an 'include' directory, to the 'misc sources' list.
+
+2001-03-01 Alexandre Julliard <julliard@winehq.com>
+
+ * server/file.c, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h, include/thread.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
+ Create the server pipes on the client side and transfer them to the
+ server on thread creation.
+ Use a single per-process socket instead of one per thread for
+ transferring file handles between client and server.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Reenable the wrapper support.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Squash another AFM character metrics parsing bug.
+
+2001-02-28 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/client.c, server/file.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h:
+ New mechanism to transfer file descriptors from client to server.
+
+ * windows/x11drv/keyboard.c:
+ Johannes.Schindelin@gmx.de
+ Some minor changes to the German keyboard layout.
+
+ * windows/winpos.c:
+ Dominik Strasser <dominik.strasser@mchp.siemens.de>
+ Avoid crash at end of list.
+
+ * dlls/wineps/afm.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Fix bug in AFM character width parsing.
+
+ * win32/device.c, windows/winpos.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/oleaut32/variant.c, dlls/shell32/shlfolder.c, dlls/user/ddeml.c, dlls/user/exticon.c, graphics/x11drv/graphics.c, include/ddraw.h, objects/metafile.c, programs/notepad/main.c, debugger/types.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, dlls/dplayx/dplay.c, dlls/msvcrt/process.c:
+ Francois Gouget <fgouget@free.fr>
+ Small 'typos in comments' fixes.
+
+ * include/module.h, include/task.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c, dlls/kernel/kernel_main.c:
+ Use the standard CreateThread routine to create 16-bit tasks instead
+ of duplicating the code.
+
+ * dlls/winspool/wspool.c, dlls/winspool/info.c:
+ Removed dependency on comctl32.
+
+ * include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ WINE_UNICODE_TEXT was incorrect.
+ Dropped support for WINE_UNICODE_TEXT('c') in C.
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Implemented WsControl command with id 0x101.
+
+ * dlls/kernel/nls/afk.nls, dlls/kernel/nls/bel.nls, dlls/kernel/nls/bgr.nls, dlls/kernel/nls/cat.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dea.nls, dlls/kernel/nls/dec.nls, dlls/kernel/nls/del.nls, dlls/kernel/nls/des.nls, dlls/kernel/nls/esm.nls, dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls, dlls/kernel/nls/euq.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls, dlls/kernel/nls/frb.nls, dlls/kernel/nls/frc.nls, dlls/kernel/nls/frl.nls, dlls/kernel/nls/frs.nls, dlls/kernel/nls/grc.nls, dlls/kernel/nls/hun.nls, dlls/kernel/nls/ind.nls, dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls, dlls/kernel/nls/its.nls, dlls/kernel/nls/jpn.nls, dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls, dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls, dlls/kernel/nls/plk.nls, dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls, dlls/kernel/nls/rom.nls, dlls/kernel/nls/sky.nls, dlls/kernel/nls/slv.nls, dlls/kernel/nls/sve.nls, dlls/kernel/nls/trk.nls:
+ Przemyslaw Bruski <f66336pb@ask.eti.pg.gda.pl>
+ Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.
+
+2001-02-27 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/queue.c, scheduler/client.c, scheduler/handle.c, scheduler/pipe.c, scheduler/process.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/request.c, server/thread.c, server/thread.h, tools/make_requests, win32/console.c, win32/device.c, win32/except.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/registry.c, memory/selector.c, memory/virtual.c, misc/registry.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, files/file.c, include/server.h, include/thread.h, dlls/advapi32/registry.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c:
+ New set of macros for server calls; makes requests without variable
+ part somewhat faster.
+
+ * scheduler/pthread.c:
+ Moved PTHREAD_init_done out of the #ifdef.
+
+2001-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/menu.c, dlls/kernel/kernel32.spec, dlls/kernel/time.c, dlls/user/user32.spec, windows/syscolor.c, windows/user.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing stubs to KERNEL32 and USER32.
+
+ * tools/winelauncher.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Handle filenames with spaces.
+
+ * dlls/commdlg/printdlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Map 32 bits resource for 16 bits print dialog.
+
+ * controls/listbox.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
+ background in listbox.
+
+ * dlls/shell32/shlfileop.c:
+ David Grant <dave@reach.net>
+ Added (partial) support for FO_COPY and FO_DELETE.
+
+2001-02-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/resources/.cvsignore, dlls/user/resources/user32.rc, dlls/user/resources/version.rc, dlls/user/resources/version16.rc, dlls/version/info.c, include/wine/wine_common_ver.rc, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/version.rc, dlls/kernel/version16.rc, dlls/user/Makefile.in, dlls/user/user.spec, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/version.rc, dlls/gdi/version16.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add version information (16 and 32 bit) to core built-in dlls:
+ krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll.
+ Provide a way for reading version information using standard API:
+ GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
+
+ * include/heap.h, memory/heap.c, scheduler/process.c, scheduler/pthread.c:
+ Only create the system heap when we actually need it.
+
+ * files/dos_fs.c, memory/global.c:
+ Allocations do not need to be on the system heap.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Horiz/Vert determination must be dynamic, as the style may not be set
+ upon creation; improved positioning and scrolling.
+
+ * include/commctrl.h:
+ Susan Farley <susan@codeweavers.com>
+ Avoid alignment problems with NMPGSCROLL struct.
+
+ * windows/sysparams.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.
+
+ * controls/button.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Prepare background while drawing radio buttons and checkboxes.
+
+ * windows/x11drv/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ - We need to make sure we pay attention to if our call to
+ SetClipboardData from the X11DRV version of the function works. If not
+ we need to delete the global block we allocated. This is a sever memory
+ leak with large clipboard items.
+ - If an X selection it too large then X may give it to us in chunks,
+ we were not handling this well.
+
+ * dlls/kernel/nls/ukr.nls:
+ Valery Kartel <kvn@igk.kiev.ua>
+ Updated all fields with Ukrainian values.
+
+ * controls/menu.c, controls/scroll.c, dlls/ttydrv/wnd.c, windows/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/message.c, windows/property.c, windows/queue.c, windows/winpos.c, windows/x11drv/wnd.c:
+ Do not allocate any USER data on the system heap.
+
+ * include/Makefile.in, include/cpl.h, include/winuser.h, dlls/shell32/Makefile.in, dlls/shell32/control.c, dlls/shell32/iconcache.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ A first stab at implementing the RunDll features.
+
+ * dlls/kernel/comm.c:
+ Andreas Mohr <a.mohr@mailto.de>
+ BuildCommDCB16 had a rather broken baud rate handling.
+
+ * tools/winelauncher.in:
+ Ove Kaaven <ovek@arcticnet.no>
+ Made the winelauncher support winelib app invocations. Fixed a few
+ file path issues.
+
+2001-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel.spec, include/server.h, include/thread.h, scheduler/client.c, scheduler/synchro.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+ Added separate server pipe to wait on blocking server calls.
+ Send the complete request/reply through the request fifo instead of
+ just a dummy byte.
+ Convert error status to text in server reply tracing.
+
+ * dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Confirm file deletes. Make delete confirmation messages more
+ consistent. Improve trace messages on delete failure.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Add shell support for deleting files using the Delete key.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
+ Ian Pilcher <pilcher@concentric.net>
+ Implement EnumPrinterDataEx{A|W}.
+
+ * dlls/commdlg/comdlg32.spec, dlls/msacm/msacm32.spec, dlls/msnet32/msnet32.spec, dlls/msvideo/msvfw32.spec:
+ Removed some unnecessary ordinals.
+
+ * dlls/crtdll/crtdll_main.c, dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.h:
+ __getmainargs last argument is a pointer to new_mode.
+
+2001-02-20 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c, server/request.h, server/trace.c, include/server.h, memory/virtual.c, scheduler/client.c:
+ Small server protocol cleanups.
+
+ * dlls/olecli/olecli.spec, dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for OleSavedClientDoc.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Insert the item before calling a SetFirstVisible which can generate a
+ WM_PAINT message.
+
+ * library/port.c:
+ Clear %ebp before entering the new thread.
+
+ * dlls/winsock/socket.c:
+ Got rid of the WSINFO structure. Fixed a couple of bugs.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+ Fixed __GetMainArgs.
+
+ * ANNOUNCE, README, documentation/wine.man.in:
+ Joerg Mayer <jmayer@loplof.de>
+ Add information about prebuilt documentation packages in
+ other-than-sgml form.
+
+ * windows/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ We need to give room for the null termination when translating the
+ clipboard text.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
+ CBEM_{GET|SET}UNICODEFORMAT, CB_FINDSTRINGEXACT, WM_COMMAND,
+ WM_DELETEITEM.
+ - Implement extended style CBES_EX_NOEDITIMAGE, and warn others are
+ not yet implemented.
+ - Restructure DrawItem code to do things more rationally.
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Restructure PaintText code to remove FillRect from owner-drawn path.
+ - Change SetFocus to indicate focus set only after Notify is sent to owner.
+ - Get more info in a trace.
+
+ * files/dos_fs.c: Rein Klazes <rklazes@casema.net>
+ Correct error message in case DOSFS_OpenDevice() fails on a COMx
+ device.
+
+ * miscemu/main.c, objects/palette.c, win32/except.c, dlls/winedos/dosvm.c, if1632/thunk.c, include/callback.h, loader/task.c:
+ Removed a few Callout functions by doing a GetProcAddress at the time
+ we actually need the function.
+
+ * memory/virtual.c:
+ Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
+ Protect MSVCRT__acmdln global variable from corruption.
+
+ * include/winnt.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
+
+ * dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Fixed behaviour of dropdown buttons. When a dropdown button is
+ clicked, it does not change into pressed state.
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Better implementation of EMF record EMR_EXTSELECTCLIPRGN.
+
+ * dlls/commdlg/cdlg_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Translated new common dialog resources into German.
+ Resized file dialog a bit to make toolbar completely visible again.
+
+ * dlls/shell32/shell32_De.rc:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed German translation, changed dialog font to Helvetica.
+
+2001-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010216.
+
+----------------------------------------------------------------
+2001-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/debugtools.c:
+ Chris Morgan <cmorgan@wpi.edu>
+ Assert on output buffer overflow.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Update selection after sorting (in LISTVIEW_SortItems) by making sure
+ selection list matches states of individual items.
+
+ * graphics/x11drv/graphics.c:
+ François Gouget <fgouget@codeweavers.com>
+ Added DIB/pixmap synchronization for {Get,Set}Pixel.
+
+ * dlls/comctl32/toolbar.c:
+ François Gouget <fgouget@codeweavers.com>
+ TB_SETBUTTONSIZE messages must be taken into account even after
+ buttons have been added.
+
+ * include/server.h, scheduler/process.c, server/console.c, server/process.c, server/trace.c, win32/console.c:
+ Pass the stdin/stdout handles on startup to use as console (based on a
+ patch by Eric Pouech).
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ Correct the codepage for the Turkish keyboard.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Setting the HotItem to -1 can be disastrous at times if it equals
+ oldhit.
+
+ * tools/specmaker/dll.c, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, tools/specmaker/README:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Create entries for ordinal only exports, use ordinals if non-standard.
+ - Improve C++ demangler, recognise data types, fix some bugs.
+
+ * files/directory.c, files/dos_fs.c, files/file.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
+
+2001-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/parser.c:
+ Added support for backslash escaping of special characters.
+
+ * dlls/version/info.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ If VerQueryValueA is called with a PE resource, translate the call to
+ VerQueryValueW.
+
+ * dlls/comctl32/toolbar.c:
+ Aric Stewart <aric@codeweavers.com>
+ Continued the implementation of Set Hot Item.
+
+ * dlls/comctl32/listview.c:
+ James Hatheway <james@macadamian.com>
+ Send LVN_DELETEITEM notification first, to avoid crashes if the app
+ requests LVIF_PARAM with LISTVIEW_GetItem() during its LVN_DELETEITEM
+ message handler.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Add includes for <time.h>.
+
+ * dlls/wineps/afm.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
+ (PSDRV_AFMParse): Don't crash on missing font name. Use unsigned
+ chars. Fix peculiar inconsistent indentation. Don't leak a FILE.
+ Catch problematic files with no line feed in them. Don't mix
+ characters and integers. Don't overrun the buffer.
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added a turkish keyboard layout.
+
+2001-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec:
+ Removed ordinal from functions that don't need a specific value.
+
+ * scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, win32/init.c, win32/newfns.c, win32/time.c, graphics/x11drv/oembitmap.c, if1632/builtin.c, if1632/relay.c, misc/registry.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, ole/ole2nls.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, dlls/avifil32/avifile.c, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/font.c, graphics/x11drv/xfont.c, include/font.h, include/gdi.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/gdiobj.c, dlls/wineps/font.c, dlls/wineps/psdrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
+ Updated parameters of DEVICEFONTENUMPROC.
+
+ * windows/defwnd.c:
+ Fixed WM_GETTEXTLENGTH handling.
+
+ * dlls/Makefile.in, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mciavi/mciavi_res.rc, dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c, include/Makefile.in, include/mciavi.h, include/vfw.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Started the real implementation of mciavi.
+
+ * dlls/advapi32/registry.c:
+ Always return success instead of overflow if caller didn't specify a
+ buffer.
+
+ * tools/wineconf:
+ Morten Welinder <terra-wine@diku.dk>
+ Output the right number of backslashes in values.
+
+ * windows/spy.c:
+ François Gouget <fgouget@codeweavers.com>
+ Be smarter about the ellipsis in SPY_GetWndName.
+
+ * dlls/richedit/richedit.c, memory/heap.c, programs/regapi/regapi.c, windows/cursoricon.c:
+ François Gouget <fgouget@codeweavers.com>
+ Misc typos in comments.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ ListView_GetItemRect already sets rc.left.
+
+ * controls/menu.c, dlls/comctl32/toolbar.c, ole/ole2nls.c:
+ François Gouget <fgouget@codeweavers.com>
+ debugstr_xxx already does the quoting.
+
+ * dlls/comctl32/comctl32undoc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Change the callback declarations to a safer format.
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Tune the doco to the code for relay/snoop specific.
+
+ * dlls/winsock/socket.c, dlls/kernel/comm.c, dlls/shell32/shres.rc, dlls/winmm/mmsystem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
+
+ * win32/device.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Give both --winver nt40 and win31 for VxD warning, as some programs
+ work with win31.
+
+ * dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/struct_convert.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
+ - fix GetAvailableVidMem ddraw iface copy&paste bug (doh !)
+
+ * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, dlls/x11drv/Makefile.in:
+ Ove Kaaven <ovek@transgaming.com>
+ Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
+
+ * files/file.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ SetLastError() for GetFileAttributesA.
+
+ * windows/defwnd.c:
+ Susan Farley <susan@codeweavers.com>
+ Exception for allowing the parent to set the cursor for a child wnd is
+ when the cursor is on the border of a resizable wnd.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert menu item to seperator only when string is NULL.
+
+2001-02-13 Alexandre Julliard <julliard@winehq.com>
+
+ * include/dciddi.h, include/ddrawi.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Some important stuff from the DirectDraw DDK headers.
+
+ * include/wine/library.h, library/loader.c, scheduler/process.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ More verbose error messages when application load fails.
+
+ * include/winnt.h, misc/cpu.c, win32/newfns.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Use the Pentium's rdtsc instruction (if available) to implement
+ QueryPerformanceCounter.
+
+ * tools/winapi_check/win16/winnls.api, tools/winapi_check/win32/dciman32.api, tools/winapi_check/modules.dat, tools/winapi_check/winapi_documentation.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files fixes
+ - Minor bug fixes
+
+ * dlls/winnls/winnls.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/wineps/afm.c:
+ Peter H. Ganten <peter@ganten.org>
+ - only parse AFM-files, which start with "BeginFontMetrics"
+ - use fgetc instead of fgets to cope with AFM-Files with
+ Macintosh-Style line-breaks ('\r') in the parser.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/url.c, tools/winapi_check/win32/shlwapi.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement a bunch of shlwapi functions, add some new stubs.
+
+ * graphics/x11drv/dib.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added RGB 565 => RGB 0888 conversion.
+
+ * dlls/shell32/shlview.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Implement keyboard shortcut F2 to rename files and directories in the
+ shellview (and in common dialogs).
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ More portable .align directive.
+ Ignore -delay directive on ppc only.
+ Added code to call the dll constructors.
+
+ * include/winnt.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Defined architecture-specific macros for ppc.
+
+ * controls/menu.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't crash on close from window manager.
+
+ * windows/message.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ PostMessageA/W ignores messages containing pointers and returns
+ FALSE/LastError ERROR_INVALID_PAREMETER.
+
+ * windows/cursoricon.c:
+ François Gouget <fgouget@codeweavers.com>
+ CreateIcon must perform color depth conversion if the provided bitmap
+ is not of the same depth as the screen.
+ Added some documentation.
+
+2001-02-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/printdlg.c:
+ Duane Clark <dclark@akamail.com>
+ - make the Landscape/Portrait buttons do something.
+ - fix these problems in the Paper Size and Source combo boxes:
+ 1) Every time the printer setup dialog is opened, the settings
+ are set back to garbage settings.
+ 2) If the paper size or source is changed, and then the printer is
+ changed, the new printer does not get the new size and source
+ settings even though it appears to from the dialog.
+
+ * graphics/x11drv/dib.c, objects/dib.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ In CreateDIBSection, the offset into the file mapping does not have to
+ be a multiple of the memory allocation granularity.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@free.fr>
+ Add missing definitions required by the Control Spy examples.
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
+ EMR_PLGBLT, EMR_SETDIBITSTODEVICE, EMR_POLYTEXTOUTA, EMR_POLYTEXTOUTW,
+ EMR_FILLRGN, EMR_FRAMERGN, EMR_INVERTRGN, EMR_PAINTRGN enhanced
+ metafile record types according to specs.
+
+ * include/oleauto.h, dlls/oleaut32/Makefile.in, dlls/oleaut32/hash.c, dlls/oleaut32/stubs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.
+
+ * dlls/shell32/shlview.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
+
+ * include/richedit.h:
+ Francois Gouget <fgouget@free.fr>
+ Declare RICHEDIT_CLASS20W using a WCHAR array.
+
+ * windows/clipboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ If an application directly calls SetClipboardData with CF_TEXT and
+ then later called GetClipboardData with CF_TEXT we gave them a NULL
+ because we where not handling this case.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the behaviour of EM_GETLINE message.
+
+ * windows/message.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Make sure that MSG_PeekMessage uses an internal variable to avoid
+ corruption.
+
+ * dlls/ntdll/reg.c, files/directory.c, programs/regapi/README, tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ - TRACE opened registry handles
+ - add proper quotes to wineinstall
+ - spelling
+
+ * graphics/x11drv/palette.c, windows/nonclient.c, windows/x11drv/wnd.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - move TSXGrabServer after a possible return FALSE;
+ - move misplaced comment
+ - optimize TSXGrabServer use
+
+ * windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant parameters from MDICreateChild and MDIDestroyChild.
+ Make the parameter names slightly more descriptive.
+
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Add an updown control to the copy count entry.
+ Disable the collate button if no. of copies is 1.
+ Add Landscape/Portrait icons.
+ Get rid of the "Dummy Comment" line.
+ Fix the English of some of the error messages.
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Remove unused outXform.
+
+ * dlls/ddraw/ddraw/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Allow an application to re-ask for EXCLUSIVE DirectDraw access.
+
+ * dlls/comctl32/propsheet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Check PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
+ is given.
+
+ * dlls/comctl32/treeview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
+ LISTVIEW_ProcessLetterKeys in listview.c.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
+ Lowered the key repetition delay (Aric).
+
+ * memory/virtual.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't require write access on the file handle to create a
+ copy-on-write mapping.
+
+ * dlls/winmm/mmsystem.c, dlls/winspool/info.c, dlls/winspool/wspool.c, libtest/hello5.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, windows/defwnd.c, dlls/comctl32/smoothscroll.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/dplayx/dplaysp.h, dlls/imm32/imm_private.h, dlls/kernel/utthunk.c, dlls/ole32/compobj.c, dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlview.c, dlls/wineps/driver.c:
+ Francois Gouget <fgouget@free.fr>
+ Change the callback declarations to a safer format.
+
+ * dlls/oleaut32/dispatch.c, files/file.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation argument fixes.
+
+ * windows/message.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation name fixes (always use external name).
+
+ * dlls/dplayx/dplay.c, dlls/ole32/storage.c, dlls/shell32/shv_bg_cmenu.c, libtest/vartest.c:
+ Francois Gouget <fgouget@free.fr>
+ Fix typos in comments.
+
+ * dlls/kernel/nls/msl.nls, misc/options.c, tools/wmc/lang.c, tools/wmc/language.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
+ Rein Klazes <rklazes@casema.net>
+ Added support for the Malayan language.
+
+ * dlls/comctl32/listview.c, include/commctrl.h:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Fix ListView_GetItemRect() macro.
+ Fix use of ListView_GetItemRect() macro in listview control.
+ Add some documentation to LISTVIEW_GetItemRect().
+
+ * dlls/msacm/msacm_main.c, dlls/msvcrt/data.c, dlls/msvcrt/math.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/msvideo.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_documentation.pm, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Addded support for API:s implemented with __ASM_GLOBAL_FUNC
+ - Reorganized documentation checking.
+ - Minor API files fixes
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle differently sized structs by using their dwSize parameters.
+
+ * dlls/dinput/joystick/linuxinput.c, include/callback.h, windows/winproc.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Fix a few compiler warnings.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't allow comctl32 controls to access their infoPtr before it has
+ been allocated or after it has been freed.
+
+ * dlls/winmm/mmio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Make MMIO_Open work with NULL filename again.
+
+ * dlls/user/user32.spec, include/winuser.h, windows/mdi.c, windows/win.c, dlls/user/controls.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode MDI client window proc.
+
+ * windows/x11drv/event.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Fixed a char that should have been signed.
+
+ * include/process.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use extern "C" for Winelib C++ apps.
+
+ * dlls/commdlg/printdlg.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Call LoadImage to load the non-standard sized collate icons.
+
+ * dlls/wineps/font.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Map 'Courier New' to 'Courier'.
+
+ * objects/enhmetafile.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix EMF positioning when rclFrame has a non-zero origin.
+
+ * include/wine/undocshell.h, include/process.h, include/setupapi.h, include/shlwapi.h, include/vfw.h, include/winbase.h, include/winsock2.h, include/winsvc.h:
+ Francois Gouget <fgouget@free.fr>
+ Change the callback declarations to a safer format.
+
+ * dlls/msacm/filter.c, dlls/msacm/format.c:
+ James Hatheway <james@macadamian.com>
+ acmDriverEnumW shouldn't return MMSYSERR_ERROR if
+ acmDriverEnumCallback returns TRUE.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement Set/GetPrinterData[Ex].
+ Remove ordinals from winspool.drv.spec .
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Take a stab at implementing OleSetAutoConvert.
+
+ * dlls/wineps/afm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed a NULL ptr problem.
+ Added loading of .afm files from several common locations
+ (ghostscript, a2ps, enscript, (teTeX), X11).
+
+ * dlls/winmm/wineoss/audio.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't touch WAVEHDRs dwLoops variable.
+
+ * dlls/wineps/ppd.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Spaces do not have to come after the ':' that ends a keyword.
+ Map bin name ManualEnv to DMBIN_ENVMANUAL.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Make sure all files are terminated with a '\n'.
+ Remove obsolete comment about 'afxres.h' coming back after editing in VC.
+ Added support for the RTF qualifier in RC files.
+
+ * msdos/int21.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented the int21 LFN rename file function.
+
+ * dlls/ole32/ole2.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix ReleaseStgMedium for MetaFilePict types.
+
+ * dlls/wineps/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix for rotated text when lpDx is specified.
+ Better handling of cumulative rounding errors.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Handle the CCS_NORESIZE style.
+ Change the scroll delta only when the app responds to the PGN_NOTIFY msg.
+
+ * graphics/x11drv/dib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ In CopyDIBSection, use source DIB colormap instead if no palette has
+ been selected into the source DC, to work around some X11-imposed
+ DIBsection implementation deficiencies.
+
+ * dlls/ddraw/ddraw/dga2.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fix DGA2 mode setting to use the correct color depth.
+
+ * tools/wineconf:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix wineconf to generate new config file format
+ - fix some variable checks
+
+ * objects/enhmetafile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
+ metafile records. Better implementation of EMR_STRETCHDIBITS and
+ EMR_EXTTEXTOUTW.
+
+ * relay32/snoop.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Make snoop specific case insensitive.
+
+ * dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added DCICloseProvider stub.
+
+ * dlls/shell32/shelllink.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Implement IShellLink<A|W>_fnGetWorkingDirectory,
+ IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
+
+ * controls/combo.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Fix typo in previous change.
+ - Add structures for CBEN_INSERTITEM notify message.
+
+ * tools/wrc/utils.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove xmalloc/xrealloc limits for large binary resources.
+
+ * graphics/x11drv/text.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Fixed text size calculation bug in GetTextExtentPoint() for window dc's.
+
+ * documentation/documentation.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ New section about writing docs in DocBook and dealing with the Wine
+ SGML build system; half done, but a good start.
+
+ * dlls/winnls/winnls.c, dlls/winnls/winnls.spec:
+ Andreas Mohr <amohr@codeweavers.com>
+ A couple of stubs for Terminal Server Client 16 bit.
+
+2001-01-29 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/avitools/Makefile.in:
+ Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
+ Don't assume .spec files are found in the current directory, as this
+ is not the case when building outside the source tree.
+
+ * include/queue.h, windows/message.c, windows/queue.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Synchronize access to MESSAGEQUEUE members.
+
+ * dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some more 16->32 mappings for ICM* messages.
+
+ * dlls/ddraw/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
+ Output more debug info on failure.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Disabled setting of window origin from an EMF.
+
+2001-01-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented VideoCapDriverDescAndVer.
+
+ * dlls/user/user.spec, windows/message.c, windows/user.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing exports.
+
+ * dlls/dinput/keyboard/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Don't disable keyboard autorepeat, since autorepeat is now detectable.
+
+ * dlls/ddraw/dsurface/main.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw_private.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ - Siedler3 appears to have rather limited buffers for device/description
+ strings and crashes with those long strings. Shortened those strings.
+ - Also driver needs to be "display" for display devices (some other
+ programs rely on that info I seem to remember).
+ - Fixed DSurface::GetSurfaceDesc to not just blindly copy a
+ DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
+
+ * dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/mouse/main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ Implemented circular buffering for the dinput mouse device.
+ Mapped the mouse warp on the center of the cooperative window, which
+ should make windowed games work better in managed mode.
+
+ * dlls/wineps/init.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Take into account unprintable margins in psdrv.
+
+ * dlls/wineps/driver.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
+ bin.
+
+ * dlls/wineps/ppd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
+
+ * dlls/msvcrt/math.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Fixed typo.
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed some mci string parsing issues.
+ Added more mappings 32ATo16.
+
+ * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Simplified memory allocation for asynchronous MCI message handling.
+
+ * dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/mciwave.drv.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Delay importing user32 (only used for configuration).
+
+ * dlls/msvideo/msvideo_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed a few oddities.
+
+ * dlls/msvideo/drawdib.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a bit more of flags handling in drawdib functions.
+
+ * dlls/commdlg/filedlg95.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Put a '\n' at the end of the FIXME to prevent very odd and difficult
+ to debug crashes due to overflowing of the debug info's output buffer.
+
+ * tools/specmaker/README, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/specmaker.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Improve name demangling, add 'demangle symbol' option.
+
+2001-01-26 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Remove the keyword 'function', as requested by Robert Luberda.
+
+ * misc/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Fixed typo which caused the WritetoHomeRegistryFiles option to be
+ ignored.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Rewrite WM_CREATE to match native (allocating own Edit control, etc).
+ - Implement additional WNDPROCs for the Combo and Edit controls to
+ handle different functions.
+ - Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
+
+ * controls/combo.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - When painting the text, if the control is OWNERDRAWN the issue the
+ WM_DRAWITEM message.
+ - Set the focused status at the end of the end of the Setfocus routine.
+ - Flip the order of updating the list box and issuing the WM_NOTIFY
+ for CBN_EDITUPDATE to match native.
+
+ * include/server.h, server/debugger.c, server/request.h, server/trace.c, win32/except.c, dlls/ntdll/exception.c:
+ Made exception_event_request non-blocking, and added
+ get_exception_status to retrieve the exception result returned by the
+ debugger.
+
+ * windows/sysparams.c, windows/user.c, windows/multimon.c, windows/painting.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/wsock32/socket.c, graphics/x11drv/dib.c, include/heap.h, memory/codepage.c, msdos/dosaspi.c, msdos/int11.c, msdos/int2f.c, msdos/int33.c, objects/dib.c, dlls/oleaut32/connpt.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/setupapi/infparse.c, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c, dlls/ttydrv/bitmap.c, dlls/user/bidi16.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mcicda/mcicda.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/name_server.c, dlls/gdi/gdi_main.c, dlls/imagehlp/access.c, dlls/kernel/kernel_main.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msacm/stream.c, dlls/msvideo/drawdib.c, dlls/ntdll/reg.c, dlls/ole32/antimoniker.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2impl.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/ddraw/convert.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/dinput/device.c, dlls/dinput/dinput_main.c, dlls/comctl32/comboex.c, dlls/comctl32/flatsb.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/status.c, dlls/advapi32/service.c, dlls/comctl32/animate.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Add <string.h> to files that needed it.
+
+ * files/file.c, memory/atom.c, programs/regapi/regapi.c, windows/dce.c, windows/winhelp.c, windows/winproc.c, dlls/commdlg/colordlg.c, dlls/ole32/filemoniker.c, dlls/shell32/shellpath.c, dlls/user/user.spec, dlls/winmm/mmsystem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Some more cleanups.
+
+ * dlls/dinput/joystick/linuxinput.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Check that the linux 2.4 event interface is available before creating
+ a dinput device based on it.
+
+ * dlls/wineps/text.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle the lpDx array properly.
+
+ * windows/winpos.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Fixed SW_RESTORE handling.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not notify parent of the Edit control on WM_SETTEXT when Edit is
+ part of the ComboBox.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - make hidden bands have valid (0 width) child window areas
+ - when hiding a band, don't show the window, hide it.
+
+ * dlls/kernel/debugger.c, include/server.h, scheduler/process.c, server/debugger.c, server/process.c, server/request.h, server/trace.c:
+ Changed wait_process and wait_debug_event requests to never block;
+ waiting is always done through WaitForSingleObject().
+
+ * dlls/kernel/comm.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
+
+ * windows/defwnd.c, include/win.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
+ API calls.
+
+2001-01-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/wsprintf.c:
+ Got rid of WPRINTF_ExtractVAPtr.
+
+ * dlls/shdocvw/shdocvw.spec, dlls/win32s/win32s16.spec, dlls/winedos/dosvm.c, dlls/winmm/wineoss/oss.c, include/dosexe.h, tools/specmaker/output.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/struct_convert.c, dlls/msvcrt/msvcrt.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
+ Patrik Stridvall <ps@leissner.se>
+ Minor bugfixes.
+
+ * windows/clipboard.c, windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/message.c, windows/queue.c, windows/scroll.c, windows/syscolor.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/menu.c, controls/scroll.c, controls/uitools.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/format_msg.c, dlls/kernel/kernel_main.c, dlls/kernel/stress.c, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/time.c, dlls/kernel/toolhelp.c, dlls/kernel/utthunk.c, dlls/kernel/win87em.c, dlls/kernel/wowthunk.c, dlls/psapi/psapi_main.c, dlls/user/bidi16.c, dlls/user/ddeml.c, dlls/user/exticon.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, loader/task.c:
+ Patrik Stridvall <ps@leissner.se>
+ Documentation ordinal fixes.
+
+ * misc/registry.c:
+ Fixed typo in HKEY_USERS/.Default creation.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't send notifications for the initial display of the first tab of
+ the control.
+
+ * windows/spy.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added a few messages and notifications.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Disabled setting of viewport origin from an EMF.
+
+ * windows/winpos.c:
+ Susan Farley <susan@codeweavers.com>
+ Always restore the bit_gravity to BGForget after using BGNorthwest to
+ copy bits during SetWindowPos.
+
+ * winedefault.reg:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added the necessary registry entries for the Mozilla ActiveX control.
+
+2001-01-24 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Only set window text for WM_NCCREATE in DefWindowProc*() in case
+ lpszName is a string (i.e. check HIWORD).
+
+ * graphics/x11drv/oembitmap.c, include/bitmaps/obm_radiocheck, include/winuser.h:
+ Removed non-standard OBM_RADIOCHECK bitmap.
+
+ * controls/menu.c, controls/uitools.c, windows/nonclient.c, windows/sysmetrics.c:
+ Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
+ and menu check marks.
+
+ * dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c, dlls/wineps/text.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Partial implementation of world transform support.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Several fixes for playing enhanced metafiles in a given rectangle.
+
+ * graphics/x11drv/graphics.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
+ Eric Kohl <ekohl@codeweavers.com>
+ Partial implementation of world transform support.
+
+ * documentation/wine.man.in, objects/font.c, README, debugger/README:
+ Andreas Mohr <amohr@codeweavers.com>
+ Documentation updates.
+
+ * documentation/Makefile.in, documentation/running.sgml, documentation/wine-doc.sgml, documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml, documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml, documentation/winelib-porting.sgml, documentation/winelib-toolkit.sgml, documentation/winelib-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ - Split Winelib User Guide into smaller files for easier maintenance
+ and better integration with make_winehq.
+ - Add some Winelib docs from Jon Griffiths.
+ - Fix a <sect2> problem in running.sgml.
+
+2001-01-22 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect read-only edit control from modification.
+
+ * dlls/msvcrt/exit.c:
+ Jon Griffiths <tntjpgriff@tsnxt.co.uk>
+ Implemented __dllonexit.
+
+ * dlls/comctl32/listview.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
+ LISTVIEW_UpdateSize.
+
+ * files/profile.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Display the config file location in the incorrect config file error
+ message.
+
+ * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
+ problem).
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@free.fr>
+ Added various definitions (mostly macros).
+ Fixed typo in the HDN_{BEGIN,END}DRAG macros.
+ Added a pointer type for IMAGEINFO.
+ Fixed the return type of TreeView_{SetToolTips,GetToolTips}.
+ Even macros must come in A/W and neutral form (see the ListView_ series).
+ Fixed typo in MonthCal_SetColor.
+
+ * include/richedit.h:
+ Francois Gouget <fgouget@free.fr>
+ Added CHARRANGE.
+
+ * include/prsht.h:
+ Francois Gouget <fgouget@free.fr>
+ Added PSN_GETOBJECT.
+
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Include 'options.h' for a needed prototype.
+
+ * dlls/oleaut32/variant.c, include/oleauto.h:
+ Josh DuBois <duboisj@codeweavers.com>
+ Changed VarCyFromI1 to take a signed char.
+
+ * controls/combo.c, dlls/msvcrt/mbcs.c, objects/bitmap.c, tools/specmaker/output.c:
+ Francois Gouget <fgouget@free.fr>
+ Typo fixes in comments.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/thread.c, dlls/msvcrt/wcs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - New msvcrt unicode functions, winapi_check/-Wall/-W clean.
+ - Forward to ntdll where possible.
+ - Fix some .spec entries with incorrect parameters.
+
+ * include/wine/obj_contextmenu.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fixed Unicode strings.
+
+ * dlls/ntdll/critsection.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Made SpinCount FIXME into a TRACE.
+
+ * debugger/stabs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Increased debugger include limit to 512.
+
+ * dlls/winaspi/aspi.c, dlls/wininet/http.c, dlls/wsock32/protocol.c, include/winnt.h, loader/pe_image.c, tools/winebuild/import.c, tools/winebuild/main.c, dlls/dplayx/dplobby.c, dlls/msvcrt/msvcrt.h, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, dlls/opengl32/wgl.c, dlls/setupapi/setupx_main.c, dlls/user/lstr.c, dlls/user/user_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Remove <string.h> from winnt.h.
+ - ntdll: complete crt functions, prevent libc imports, fix sscanf.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commctrl.h, include/commdlg.h, include/msacm.h, include/prsht.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix a typo in TBSAVEPARAMS A/W declaration.
+ - Use 16 bit Unicode constants for wc strings.
+ - Make some string constants available as Unicode.
+
+2001-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
+ Fixed the size of the file dialog icons.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Added NMCBEENDEDIT structure for NOTIFY dump.
+ - Added dump of positioning structure for WM_WINDOWPOSCHANG{ED|ING}.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Added NMCBEENDEDIT{W|A} structures and flags.
+
+ * loader/ne/module.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fix the cmdline argument passed to NE_CreateThread to include string
+ length.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added missing pointer type declarations (usually Pxxx).
+
+ * dlls/wininet/http.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Escape any spaces in lpszObjectName passed to HttpOpenRequest.
+
+2001-01-20 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/event.c: Warning fix.
+
+ * loader/pe_image.c:
+ Display the importing dll in the 0xdeadbeef message.
+
+ * dlls/shell32/shell32_main.c, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, include/winuser.h, programs/clock/main.h, programs/notepad/lcc.h, programs/notepad/main.h, programs/progman/group.c, programs/progman/progman.h, programs/progman/program.c, windows/nonclient.c, windows/win.c, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
+ Fixed a number of incompatibilities in OEM icons/cursors handling.
+
+ * dlls/user/text.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Prevent buffer overflow in TEXT_NextLineW.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/msacm.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shdocvw.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API files update.
+ - Minor bug fixes.
+ - Minor documentation check improvements.
+
+2001-01-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/joystick/linuxinput.c, include/acconfig.h, include/config.h.in, configure.in, configure:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added configure check for old linux/input.h.
+
+ * documentation/make_winehq, documentation/wine-devel.sgml, documentation/wine-pkg.sgml, documentation/wine-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Added convenience script for generating online docs for winehq.com.
+
+ * controls/uitools.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Specified 'signed' on chars compared to -1.
+
+ * documentation/packaging.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Make SGML ID attributes in packaging.sgml more unique to avoid
+ conflicts when we bundle all four guides into a single set.
+
+ * controls/edit.c, controls/scroll.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Solve remaining problems with scroll bars in the edit control.
+
+2001-01-18 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/db2html-winehq:
+ John R. Sheets <jsheets@codeweavers.com>
+ Clean up db2html-winehq HTML generation script. Works in Debian, and
+ may actually work in Redhat now, too.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
+ IE 5.
+
+ * documentation/configuring.sgml, documentation/fonts.sgml, documentation/installation-und-konfiguration.german, documentation/installing.sgml, documentation/opengl.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Updated for change in config file name. Removed references to
+ obsolete global wine configuration file where appropriate. Updated
+ config option format to match the new syntax. Misc cleanups.
+
+ * dlls/user/resources/user32.rc, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, graphics/x11drv/oembitmap.c, include/bitmaps/ocr_appstarting, include/bitmaps/ocr_bummer, include/bitmaps/ocr_cross, include/bitmaps/ocr_dragobject, include/bitmaps/ocr_hand, include/bitmaps/ocr_help, include/bitmaps/ocr_ibeam, include/bitmaps/ocr_icon, include/bitmaps/ocr_no, include/bitmaps/ocr_normal, include/bitmaps/ocr_size, include/bitmaps/ocr_sizenesw, include/bitmaps/ocr_sizens, include/bitmaps/ocr_sizenwse, include/bitmaps/ocr_sizewe, include/bitmaps/ocr_up, include/bitmaps/ocr_wait, include/bitmaps/oic_bang, include/bitmaps/oic_bang_95, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hand, include/bitmaps/oic_hand_95, include/bitmaps/oic_hdisk, include/bitmaps/oic_landscape, include/bitmaps/oic_network, include/bitmaps/oic_note, include/bitmaps/oic_note_95, include/bitmaps/oic_portrait, include/bitmaps/oic_ques, include/bitmaps/oic_ques_95, include/bitmaps/oic_sample, include/bitmaps/oic_wineicon, include/winuser.h, windows/cursoricon.c:
+ Store USER icons and cursors as resources instead of xpm bitmaps.
+
+ * dlls/winmm/wineoss/audio.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Fix off by one error in buffer length check.
+
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Switched from wine.config back to wine.conf, no need to use something
+ not linux standard. Removed use of obsolete "--config" option when
+ calling regapi. Lots of cleanup and reorganization. Check to see if
+ wine is installed when wineinstall is not run as root.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Added 3 missing FS_xxx macros.
+
+2001-01-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, dlls/shell32/shell32_main.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
+ Replaced some GetProcAddress() imports by the standard dll import
+ mechanism.
+
+ * dlls/wineps/init.c, dlls/winmm/mmsystem.c, dlls/dplayx/dplayx_main.c, dlls/imm32/main.c, dlls/msacm/msacm32_main.c, dlls/ole32/compobj.c, dlls/ole32/ole32_main.c, dlls/opengl32/wgl.c, dlls/richedit/riched32.h, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/shell32/shell.c, dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c, dlls/comctl32/commctrl.c, dlls/commdlg/generic.c:
+ Cleaned up dll startup routines now that we have separate address
+ spaces.
+
+ * configure, configure.in, dlls/advapi32/service.c, dlls/winmm/driver.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
+
+ * dlls/x11drv/x11drv_main.c, include/x11drv.h, windows/x11drv/event.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Make some noise in a few cases where the X11drv doesn't load, but used
+ to fail silently.
+
+ * scheduler/services.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ SERVICE_CreateServiceTable still returned TRUE if CreateThread failed.
+
+ * include/wine/library.h, library/Makefile.in, library/errno.c, scheduler/sysdeps.c, scheduler/thread.c, dlls/x11drv/x11drv_main.c, include/acconfig.h, include/config.h.in, include/x11drv.h, configure, configure.in:
+ Cleaned up the various errno location tests in configure.
+ Added (h_)errno_location pointers in the library that allow remapping
+ the calls in higher level dlls.
+ Moved X11DRV_CritSection out of sysdeps.c and into x11drv.dll.
+
+ * dlls/winsock/socket.c, dlls/wsock32/socket.c:
+ James Hatheway <james@macadamian.com>
+ In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
+ Added hack for missing WINAPI in Unix socket() definition.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Added some stubs needed for IE 5.5 setup.
+
+ * tools/wineshelllink:
+ Jeremy White <jwhite@codeweavers.com>
+ Revised wineshelllink to wake up KDE 1.x so that applications that get
+ installed show up without a manual KDE menu refresh required.
+ Added a few usage checks to make manual invocation a little less
+ painful.
+
+ * tools/bin2res.c: Fixed tmpfile buffer size.
+
+ * files/dos_fs.c:
+ Fixed typo in wine_get_unix_file_name().
+
+ * dlls/shell32/shelllink.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Revised shell link process to treat empty (e.g. "") strings
+ identically to NULL strings. Makes many more installers take useful
+ action. Added many trace messages.
+
+ * dlls/comctl32/listview.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Only adjust item rect by horizontal scrollbar offset in report view.
+
+ * dlls/winsock/socket.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Change WSACleanup - wsinfo is a static structure now.
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher test for xmessage and warn the user if they don't
+ have it.
+
+2001-01-15 Alexandre Julliard <julliard@winehq.com>
+
+ * graphics/x11drv/brush.c, include/wine_gl.h, windows/x11drv/clipboard.c, windows/x11drv/event.c:
+ Replaced X11DRV_CritSection references by wine_tsx11_(un)lock.
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c, include/callback.h, include/x11drv.h, scheduler/sysdeps.c, windows/x11drv/mouse.c, dlls/x11drv/x11drv_main.c:
+ Removed CALL_LARGE_STACK support.
+
+ * loader/ne/segment.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Don't call a NE DLL's DllEntryPoint twice during one single
+ LoadModule() call.
+
+ * memory/virtual.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ MapViewOfFileEx: make the returned error dependent on the Windows
+ version used.
+
+ * dlls/user/user32.spec, dlls/winedos/winedos.spec, dlls/x11drv/x11drv.spec, dlls/ntdll/ntdll.spec:
+ Updated debug channels.
+
+ * dlls/winmm/wineoss/mixer.c, windows/winproc.c, windows/x11drv/wnd.c, dlls/winmm/mciavi/mciavi.c:
+ Removed unnecessary headers.
+
+ * windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Initialize MENUITEMINFO structure before calling GetMenuItemInfo.
+
+ * dlls/ddraw/ddraw/thunks.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed an interface cast in DD2->DD7 thunk.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add one missing buffer size rounding in the edit control.
+ Make rounding code slightly more readable.
+
+ * loader/ne/module.c, loader/ne/resource.c, loader/task.c, if1632/builtin.c:
+ Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
+
+ * misc/Makefile.in, misc/tweak.c, objects/gdiobj.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/painting.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, controls/button.c, controls/combo.c, controls/edit.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c, dlls/gdi/gdi_main.c, dlls/user/cache.c, dlls/user/text.c, dlls/user/user_main.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/cache.h, include/tweak.h, include/user.h:
+ Moved tweak support to USER dll. Removed tweak.h and cache.h.
+
+ * memory/local.c, msdos/int20.c, msdos/int2f.c, scheduler/process.c, win32/init.c, windows/clipboard.c, windows/cursoricon.c, windows/focus.c, windows/hook.c, windows/input.c, windows/message.c, windows/queue.c, windows/timer.c, windows/user.c, windows/win.c, windows/winpos.c, include/queue.h, include/task.h, include/wine/winbase16.h, loader/ne/segment.c, loader/pe_resource.c, loader/resource.c, debugger/dbg.y, debugger/expr.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/file.c, if1632/relay.c:
+ Removed some direct accesses to the 16-bit task structure.
+
+ * dlls/crtdll/crtdll.spec, dlls/msvcrt/ctype.c, dlls/msvcrt/msvcrt.spec:
+ Fixed toupper/_toupper mixup.
+
+2001-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20010112.
+
+----------------------------------------------------------------
+2001-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Added missing WIN_ReleaseWndPtr.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/mmsystem.spec:
+ winmm.dll can now be properly separated.
+
+ * dlls/msvideo/msvideo_main.c:
+ Francois Gouget <fgouget@free.fr>
+ Warning fix.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Fixes for various underrun-related problems. Also added a mechanism
+ for the sound driver to request that a Stop should close and reopen
+ the device.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Remove multimedia timers from the service thread, use a separate thread
+ instead.
+
+ * dlls/comctl32/status.c:
+ François Gouget <fgouget@codeweavers.com>
+ In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the
+ buffer.
+ Pass a buffer of sufficient size to TTM_GETTEXTA.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/main.c:
+ Gavriel State <gav@transgaming.com>
+ Warning fixes.
+
+ * dlls/wsock32/wsock32.spec, include/Makefile.in, include/nspapi.h, include/wshisotp.h, include/wsipx.h, dlls/Makefile.in, dlls/wsock32/Makefile.in, dlls/wsock32/protocol.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Implemented EnumProtocolA/W.
+
+ * configure.in, include/config.h.in, library/port.c, configure:
+ Andreas Mohr <amohr@codeweavers.com>
+ NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
+
+ * server/file.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Workaround for SuSE 7 2.2.16 kernel bug.
+
+ * controls/edit.c:
+ James Hatheway <james@macadamian.com>
+ Guard against incoming string of NULL in WM_SETTEXT.
+
+ * dlls/Makefile.in, dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Turn crtdll into forwards to msvcrt.
+
+ * dlls/msvcrt/except.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added some exception handling functions.
+
+ * dlls/msvcrt/math.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed mistyped variable name in MSVCRT__fpclass().
+
+ * memory/virtual.c:
+ Added flag to differentiate file mappings and VirtualAlloc() blocks,
+ and reject VirtualFree() calls on file mappings.
+
+ * include/server.h, scheduler/client.c:
+ Removed obsolete get_req_buffer() function.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Swap lpOverlapped parameters in ReadFile and WriteFile.
+ The InternalHigh member should contain the number of
+ bytes transferred.
+
+ * dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fixes as a result of testing builtin crtdll against builtin msvcrt.
+
+ * files/directory.c, files/drive.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Updated messages with new config files in mind to keep from confusing
+ users.
+
+ * dlls/comctl32/pager.c:
+ Susan Farley <susan@codeweavers.com>
+ Implemented most functionality. TODO lists whats left.
+
+2001-01-11 Alexandre Julliard <julliard@winehq.com>
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/misc.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c, dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/webbrowser.c, documentation/Makefile.in, include/wine/obj_webbrowser.h, winedefault.reg:
+ John R. Sheets <dusk@ravendusk.org>
+ Implemented stubs for IWebBrowser in shdocvw.dll.
+
+ * tools/winebuild/main.c:
+ Nathan Neulinger <nneul@umr.edu>
+ Renamed struct option to avoid conflicts with getopt.h.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added binary compatible __EH_prolog.
+
+ * server/main.c:
+ Josh DuBois <duboisj@codeweavers.com>
+ Added a simple usage() function.
+
+ * dlls/ddraw/dga.c, dlls/ddraw/dga2.c:
+ No longer used.
+
+ * include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h:
+ John R. Sheets <dusk@ravendusk.org>
+ Correct some cut & paste typos.
+
+ * tools/wineinstall:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Update for the new config format and location of the default config
+ file. Add a conf_quesion to convert an old user config file, or use
+ the default Wine config file. Removed the setting of obsolete
+ EXTRA_LD_LIBRARY_PATH. Added a conf_question to give the user the
+ option to install local config and registry files when the script is
+ being run by root.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Create the main_target in single-target mode.
+ The defined(@array) construct is said to be deprecated, avoid it.
+ Simplify the usage reporting.
+ Add a word of caution to the usage message.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the return value of WM_GETTEXT in the edit control.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Various combobox fixes.
+
+ * files/Makefile.in:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Removed some unnecessary defines after profile.c cleanup.
+
+ * programs/avitools/aviplay.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed unnamed union dummy names.
+
+ * configure.in, include/acconfig.h, include/config.h.in, include/wine/port.h, include/winnt.h, configure:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Replaced architecture-dependent configure checks by hardcoded
+ definitions in winnt.h (to avoid config.h dependency).
+
+ * dlls/ntdll/exception.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added missing prototypes to avoid compile warnings on Solaris.
+
+ * include/winsock.h:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Work around problems on Solaris if config.h is not included.
+
+ * windows/message.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed byteorder problems caused by non-portable code.
+
+2001-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c, dlls/msvcrt/ms_errno.h, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c, dlls/msvcrt/wcs.c, documentation/samples/config, loader/loadorder.c, DEVELOPERS-HINTS, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Migrate CRTDLL to MSVCRT.
+ - Many fixes and a load of new functions.
+
+ * include/options.h, misc/options.c:
+ Removed all traces of the --config option.
+
+ * dlls/ddraw/ddraw/xvidmode.c:
+ Gavriel State <gav@transgaming.com>
+ Reenabled DXGrab option.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Synchronize the sizes of the external and internal buffers at start
+ and end of message processing in the edit control.
+
+ * controls/listbox.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed returned length for LB_GETTEXT.
+
+ * dlls/kernel/Makefile.in:
+ Added nls to EXTRASUBDIRS.
+
+ * files/profile.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Removed use of outdated WINE_INI environment variable. Removed
+ obsolete --config option. Removed loading of global wine config file.
+ Cleaned up some messages.
+
+ * controls/edit.c:
+ James Hatheway <james@macadamian.com>
+ es->buffer_size is not always the length of the text currently in the
+ editbox, so use -1 instead.
+
+ * loader/module.c, loader/ne/module.c, dlls/ntdll/ntdll.spec:
+ Gerard Patel <gerard.patel@asi.fr>
+ Added a specific debug channel for dll loading (builtin/native).
+
+ * objects/dib.c, objects/enhmetafile.c, objects/metafile.c, objects/palette.c, objects/text.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Fixed some signed/unsigned warnings.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented asynchronous ReadFile and WriteFile.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ Require that the user specify a work directory. This provides a
+ safeguard against accidental invocations.
+
+ * dlls/comctl32/propsheet.c:
+ François Gouget <fgouget@codeweavers.com>
+ Only copy the dwSize bytes really occupied by lpPropSheetPage.
+
+ * include/windowsx.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ For the Global*Ptr* set of macros, replace the 16bit version with
+ their 32 bit equiv.
+
+ * dlls/comctl32/toolbar.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Only call TOOLBAR_CalcToolbar when parameters change.
+
+2001-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, controls/listbox.c, dlls/user/controls.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for the listbox control.
+ Replaced all ansi calls by their unicode equivalents.
+ Removed use of the custom local heap.
+
+ * dlls/comctl32/listview.c:
+ François Gouget <fgouget@codeweavers.com>
+ Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn->pszText.
+
+ * dlls/ddraw/dsurface/main.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Fixed some incorrect format strings.
+
+ * debugger/dbgmain.c: Removed obsolete file.
+
+ * include/windef.h, include/winuser.h, windows/user.c, dlls/user/misc.c:
+ François Gouget <fgouget@codeweavers.com>
+ Move HDWP to winuser.h.
+ Convert HWINSTA to STRICT.
+
+ * files/drive.c, misc/cdrom.c:
+ Ryan Cumming <bodnar42@bodnar42.dhs.org>
+ Make CDROM_GetLabel return 0 in the event of failure, and make the
+ default label for drives a string of 11 spaces.
+
+ * dlls/winaspi/aspi.c:
+ David Elliott <dfe@infinite-internet.net>
+ Fixed usage of RegEnumValueA.
+
+ * dlls/winspool/info.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way
+ that NT does - that is ignore it and return TRUE.
+
+ * dlls/winmm/mcicda/mcicda.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Actually call CDROM_Audio_GetTracksInfo when retrieving
+ MCI_CDA_STATUS_TRACK_TYPE.
+ WINE_CDA_OPEN maps to MCIERR_HARDWARE.
+
+ * scheduler/services.c:
+ François Gouget <fgouget@codeweavers.com>
+ SERVICE_AddObject check for NULL handles in addition to
+ INVALID_HANDLE_VALUE.
+
+ * files/file.c:
+ François Gouget <fgouget@codeweavers.com>
+ The last parameter of CreateFile should be 0 (aka NULL), not -1.
+ CreateFile returns INVALID_HANDLE_VALUE when it fails, not
+ HFILE_ERROR.
+ Added comments.
+
+ * win32/console.c:
+ François Gouget <fgouget@codeweavers.com>
+ pty_handle is a HANDLE, not an int.
+
+ * tools/winemaker:
+ François Gouget <fgouget@codeweavers.com>
+ (configure) Look for the headers in $WINE_ROOT/include/wine and
+ /opt/wine/include/wine.
+
+ * dlls/comctl32/commctrl.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Send the creation notification to the true owner of the tooltip.
+
+ * controls/combo.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Ensure there is an edit control when we reset contents.
+
+ * dlls/comctl32/listview.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Adjust item rects by horizontal scrollbar offset.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed TCM_GetRowCount.
+
+2001-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ttydrv/ttydrv.spec:
+ Need to import user32 even though we don't use symbols from it yet.
+
+ * tools/specmaker/Makefile.in:
+ Leonard Norrgård <vinsci@nic.funet.fi>
+ Reference $(SRCDIR) when installing the perl script (it doesn't exist
+ in the build directory).
+
+ * dlls/commdlg/finddlg32.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Changed string pointer calculation.
+
+ * include/shlwapi.h, include/wine/undocshell.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shell32/clipboard.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Moved all the documented shlwapi functions out of undocshell.h into
+ shlwapi.h. Nothing but files in dlls/shell32 will now include
+ undocshell.h.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed one &, now CoCreateInstance() of ddraw objects works again.
+
+ * server/async.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Calculate the timeout time once when the async is created.
+
+ * include/winbase.h:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented HasOverlappedCompleted macro.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard
+ Patel for reporting the bug).
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Combobox should clear its current selection on response to
+ CB_SETCURSEL(-1) message.
+
+2001-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, loader/ne/module.c, miscemu/main.c, scheduler/process.c:
+ Use the exe name and file handle we got from the server also when
+ starting Win16 or DOS programs, to avoid depending on the contents of
+ the command-line.
+
+ * server/process.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, include/server.h, scheduler/synchro.c, scheduler/thread.c, server/async.c, server/debugger.c:
+ Added separate queue for "system" APCs that get called even when the
+ thread is not in an alertable state.
+ Specify the select_request timeout as absolute value so that we can
+ restart the request when interrupted.
+
+ * wine.ini: Removed old format config file.
+
+ * controls/menu.c:
+ François Gouget <fgouget@codeweavers.com>
+ Modify the look of bitmap menu items to match Win95 and Win98
+ Fix the sunken edge/bitmap overlap in the Win98 look
+ Introduce an IS_MAGIC_ITEM macro to test if the item is 'magic'
+
+ * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/registry.c, msdos/int21.c, objects/enhmetafile.c, objects/metafile.c, scheduler/process.c, dlls/advapi32/registry.c, dlls/crtdll/file.c, dlls/oleaut32/typelib.c, dlls/shell32/shell32_main.c, dlls/user/exticon.c, dlls/winedos/module.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed some HFILE vs. HANDLE mismatches.
+ If not used the last parameter of CreateFile must be 0, not -1.
+
+ * dlls/msacm/msacm.spec, dlls/msacm/msacm_main.c, documentation/samples/config, loader/loadorder.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Forced loading of msacm32 when msacm is loaded.
+ Added msacm DLL pair in config files.
+ Added some dumb calls from 16 to 32.
+
+ * dlls/Makefile.in, dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implement InternetCanonicalizeUrl.
+
+ * dlls/dsound/dsound_main.c:
+ Johan Gill <johane@lysator.liu.se>
+ Added a more truthful message about what really is wrong.
+
+ * dlls/gdi/printdrv.c, include/wine/wingdi16.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't call QueryAbort16() in WriteSpool16(), since it might be called
+ with locks held (and we do not need to call it here).
+
+ * controls/listbox.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Took a stab at implementing LBS_NOSEL.
+
+2001-01-05 Alexandre Julliard <julliard@winehq.com>
+
+ * include/server.h, scheduler/process.c, server/process.c, server/trace.c:
+ Send the exe file handle in init_process_done request.
+
+ * files/profile.c:
+ Avoid crashing on invalid lines during config file conversion.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c, include/shlwapi.h:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Implemented a few Url* functions.
+
+ * controls/combo.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for combobox control.
+ Replaced ansi calls by their unicode equivalents.
+
+ * controls/static.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added unicode window proc for the static control.
+ Replaced ansi calls by their unicode equivalents.
+
+ * dlls/wsock32/socket.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98
+ winipcfg work.
+
+ * dlls/dinput/mouse/main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Mouse events fix.
+
+ * tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, loader/ne/module.c, memory/virtual.c, misc/registry.c, relay32/builtin32.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c, scheduler/timer.c, server/async.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/module.h, include/server.h, loader/elf.c, loader/module.c, loader/pe_image.c:
+ Added handle_t type to server interface so that we can make handles
+ pointers later on.
+ Always use 0 to signal invalid handle in server requests.
+
+ * include/commdlg.h, programs/cmdlgtst/cmdlgtst.c:
+ François Gouget <fgouget@codeweavers.com>
+ I triple checked but yes, CHOOSECOLOR.hInstance is an HWND...
+
+ * dlls/winmm/driver.c, msdos/vga.c:
+ François Gouget <fgouget@codeweavers.com>
+ We must cast the return value of GetProcAddress.
+
+ * programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c:
+ François Gouget <fgouget@codeweavers.com>
+ The WndProc function was missing the CALLBACK modifier.
+
+ * programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c:
+ François Gouget <fgouget@codeweavers.com>
+ The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fixed some problems with scrolling in the edit control.
+
+2001-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c:
+ Francois Gouget <fgouget@free.fr>
+ Removed the 'fn' prefix (i.e. ICOM_FN).
+
+ * include/acconfig.h, include/config.h.in, include/ddraw.h, msdos/vga.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/dclipper/main.h, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/dibtexture.c, dlls/ddraw/dsurface/dibtexture.h, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/dsurface/fakezbuffer.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/thunks.h, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/dsurface/wndproc.h, dlls/ddraw/dsurface/x11.c, documentation/ddraw.txt, configure, configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddcomimpl.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, dlls/ddraw/struct_convert.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h:
+ Andrew Lewycky <andrew@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ Major DirectDraw restructure/reimplementation, using an improved component
+ object model hierarchy. The implementation currently supports:
+ - DirectDraw over GDI/USER in a window (using DIBsections and
+ asynchronous updates)
+ - XVidMode
+ - XF86DGA2
+ - All DirectDraw interfaces from versions 1 to 7 (at least in theory)
+ - Hooks for Direct3D interfaces
+
+ * dlls/msacm/wineacm.h, include/Makefile.in, include/mmsystem.h, include/msacm.h, include/msacmdlg.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added a few missing parts.
+
+ * controls/menu.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
+
+ * misc/main.c: Removed obsolete code.
+
+ * dlls/Makefile.in: Fixed dll dependencies.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/audio.c, include/mmddk.h, dlls/dsound/dsound_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now using manifest constant instead of raw values for all the
+ DRV_QUERY??? values.
+
+ * dlls/kernel/thunk.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Added Ulrich Weigand's description of KERNEL32_99.
+
+ * memory/global.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Some borken memory monitoring programs divide by dwTotalPageFile,
+ which probably isn't zero on windows.
+
+ * configure.in, tools/Makefile.in, tools/specmaker/.cvsignore, tools/specmaker/Makefile.in, tools/specmaker/README, tools/specmaker/dll.c, tools/specmaker/function_grep.pl, tools/specmaker/main.c, tools/specmaker/misc.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, configure:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added spec generation tool specmaker.
+
+ * misc/options.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Reimplemented "relay=" and "snoop=" suboptions.
+
+ * include/mmsystem.h, include/winbase.h, include/windef.h, include/winnls.h, include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved the function pointer types to their rightful headers.
+ The definition of the function pointer types must be based on STRICT.
+
+ * graphics/x11drv/bitblt.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Starcraft was confused by a wrong FALSE BitBlt return.
+
+ * dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Set fragments for wave input to 7 x 1024 byte.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of 16 bit drivers.
+ Better support for native mappers.
+
+ * controls/listbox.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a problem where when deleting an item using index -1 on an empty
+ listbox we would pass through an illegal negative index and cause
+ problems.
+
+2001-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c:
+ Pass the application name also when starting a Unix app, and use it to
+ load the main exe .so file.
+ Fixed bug in directory handling in PROCESS_Create.
+
+ * include/winbase.h:
+ Jon Griffiths <tntjpgriff@tsnxt.co.uk>
+ Added InitializeCriticalSectionAndSpinCount prototype.
+
+ * include/windef.h, windows/user.c:
+ François Gouget <fgouget@codeweavers.com>
+ Convert HDESK to STRICT.
+
+ * dlls/winmm/mciwave/mciwave.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed duplicate field in internal structure.
+ Silenced warning for MCI_CONFIGURE message.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added support for the DRVM_MAPPER_STATUS message.
+
+ * dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wavemap/wavemap.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Replaced pointers to external functions by a DLL import.
+
+ * dlls/msvideo/drawdib.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed bitmap size handling.
+
+2001-01-02 Alexandre Julliard <julliard@winehq.com>
+
+ * configure.in, include/acconfig.h, include/config.h.in, windows/x11drv/keyboard.c, configure:
+ Ove Kaaven <ovek@transgaming.com>
+ Turn on detectable autorepeat if the X Keyboard Extension is
+ detected.
+
+ * include/windef.h, include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
+ 'void*' unlike regular handles.
+
+ * dlls/kernel/kernel32.spec, dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implement PrintDlg16 better (adding PrintDlgProc16 and several other
+ 16bit dependent functions)
+ If we are using a template we might not have the default combobox for
+ printers, use the default printer in those cases.
+ More error messages and checks.
+ Added GlobalFlags16 and GlobalReAlloc16 to kernel32.spec.
+
+ * tools/winebuild/import.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Delayed import thunks for Sparc.
+
+ * dlls/dplayx/dplayx_messages.c:
+ François Gouget <fgouget@codeweavers.com>
+ Removed an '#ifdef STRICT'.
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Bugfix for sound dropping out, and workaround for Half-Life's
+ braindead secondary sound buffer management.
+
+ * dlls/shell32/shellole.c, include/shellapi.h, include/windef.h, windows/x11drv/event.c:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HDROP to shellapi.h.
+
+ * include/objbase.h:
+ François Gouget <fgouget@codeweavers.com>
+ Should include cguid.h.
+
+ * include/ole2.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added two error codes: E_DRAW and DATA_E_FORMATETC.
+
+ * dlls/commdlg/filedlg.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Return 8.3 file names.
+ Fixed sizeof(WCHAR) bugs.
+
+ * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h:
+ Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+ - Fixed a byteorder conversion problem with message tables.
+ - Carefully read and write (possibly) misaligned data elements
+ to avoid crashes on architectures where this is not allowed.
+
+ * programs/view/view.c, programs/notepad/main.c:
+ François Gouget <fgouget@codeweavers.com>
+ Replaced calls to OpenFile with the equivalent call to
+ CreateFile. Removes the need to cast the result to HANDLE.
+
+ * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
+ François Gouget <fgouget@codeweavers.com>
+ The last parameter of CreateFile is a HANDLE and should thus be NULL.
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ A socket becomes readable after connect in Linux 2.4 (even for
+ connection refused).
+
+ * dlls/winmm/wineoss/audio.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Read 4 bytes to wake up GETISPACE.
+
+ * dlls/wineps/afm.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added one safety check to AFM parsing.
+
+ * dlls/user/user.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ 16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.
+
+ * dlls/advapi32/service.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed some 0 vs. FALSE mismatches.
+ Fixed a '%x' vs. '%lx' mismatch.
+ Fixed some DWORD vs. SC_HANDLE mismatches.
+
+ * include/winsvc.h:
+ François Gouget <fgouget@codeweavers.com>
+ SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
+ SERVICE_STATUS_HANDLE is a DWORD
+
+ * memory/local.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Align moveable blocks if the architecture requires it.
+
+ * include/winerror.h:
+ François Gouget <fgouget@codeweavers.com>
+ Reordered the definitions according to their value.
+ Inserted the *_S_* macros right before the corresponding *_E_* block
+ Reindented the values.
+ Removed the duplicate set of E_xxx macros since they are only used on
+ non WIN32 platforms.
+ Uncommented the CO_E_INIT_ set of macros.
+ Removed some duplicate macro definitions and fixed various typos.
+ Added the definitions needed by the MFC.
+
+ * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added Reserved5 -> lstrcmp16.
+
+ * dlls/version/install.c, dlls/version/resource.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Code was checking for 0 or HFILE_ERROR instead of negative error
+ values.
+
+2000-12-29 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/input.c, windows/keyboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ "Implement" GetKBCodePage and GetKBCodePage16.
+
+ * files/file.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Implemented GetOverlappedResult.
+
+ * objects/font.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateFontIndirect() can get NULL pointers.
+
+ * dlls/kernel/comm.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ Improve async i/o compatability. lpOverlapped->Internal should hold
+ the overlapped transfer status.
+
+ * tools/winebuild/import.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed builtin imports broken by latest change.
+
+ * configure, configure.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Made unaligned access test effective.
+
+ * include/wine/port.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed evilish cut and paste.
+
+ * debugger/Makefile.in, debugger/dbg.y, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/winedbg.c:
+ François Gouget <fgouget@codeweavers.com>
+ Compile the debugger with STRICT on.
+
+ * dlls/wineps/font.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Use a case-insensitive comparison to match PostScript font names.
+
+ * include/wine/obj_base.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added an ICOM_FN that generates either fn##xfn or sfn as appropriate.
+ Use ICOM_FN to avoid duplicating the 'ICOM_V?METHOD.*' definitions.
+ Remove the obsolete ICOM_CVMETHOD macros.
+ Use the ICOM_VTBL macro to avoid duplicating the 'ICOM_CALL.*'
+ definitions.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ - implemented passive FTP transfers (PASV, needed for firewalls)
+ - fixed lstnSocket closing
+
+ * include/builtin16.h, include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/res16.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed winebuild to work on non-Intel architectures.
+
+ * loader/ne/module.c, loader/ne/resource.c, loader/module.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Prevent unaligned access to NE in-memory module data.
+
+ * memory/codepage.c, unicode/Makefile.in, unicode/compose.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c:
+ Added support for composite Unicode characters in MultiByteToWideChar
+ and WideCharToMultiByte.
+
+ * include/wingdi.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added a prototype for GetLogColorSpace.
+
+ * include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Convert HCOLORSPACE to STRICT mode.
+
+ * documentation/HOWTO-winelib:
+ Wilbur N. Dale <wilbur.dale@lumin.nl>
+ Updated first example using latest winebuild dll/so procedure.
+
+ * dlls/ntdll/signal_i386.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Fixed small race condition between vm86_enter() and signal handling.
+ Made separate save_vm86_context and restore_vm86_context functions.
+
+ * tools/winebuild/spec32.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Allow stubs for exports that are not legal C identifiers.
+
+ * dlls/kernel/sync.c:
+ Rein Klazes <rklazes@casema.net>
+ Test pointer before it is dereferenced in CreateEventW().
+
+2000-12-27 Alexandre Julliard <julliard@winehq.com>
+
+ * ole/Makefile.in, tools/winemaker, Make.rules.in, Makefile.in:
+ Renamed libuuid.a to libwine_uuid.a
+
+ * include/config.h.in, configure, configure.in, dlls/crtdll/crtdll_main.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Don't link with libw if libc already contains w* routines.
+ Link every library with libnsl if required.
+ Include ieeefp.h where necessary.
+
+ * dlls/winmm/wineoss/oss.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Compile fix if HAVE_OSS is not defined.
+
+ * if1632/relay.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed broken prototypes.
+
+ * if1632/snoop.c, relay32/snoop.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Silence silly error messages.
+
+ * dlls/Makefile.in, dlls/dciman32/dciman32.spec, dlls/oledlg/oledlg.spec:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Import kernel32 (for SetLastError()).
+
+ * dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/windef.h, include/wine/port.h, loader/pe_resource.c, loader/task.c, memory/environ.c, memory/heap.c, windows/class.c, windows/dialog.c, configure, configure.in, dlls/dplayx/dplay.c, dlls/user/exticon.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added check whether unaligned memory access is allowed.
+ Added macros to access unaligned WORDs / DWORDs.
+
+ * dlls/comctl32/tab.c, dlls/kernel/comm.c, dlls/winmm/lolvldrv.c, files/directory.c, files/drive.c, scheduler/client.c, scheduler/process.c, win32/console.c, win32/except.c, win32/file.c, README, console/generic.c, controls/menu.c, dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - clarify many error messages
+ - add data corruption warning to README file
+
+ * windows/x11drv/keyboard.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use the X state instead of the VK key state to check for eatable
+ characters, since the VK key state isn't a fan of AltGr.
+
+ * files/dos_fs.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Allow an application to open a dos device ending with ':'.
+
+ * dlls/winedos/module.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Release the Win16 lock before starting the DOS process, since it's not
+ really a Win16 app.
+
+ * dlls/winedos/dosvm.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Since DOSVM_Wait() blocks the normal event processing, it should
+ dispatch pending events itself.
+
+2000-12-26 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/stabs.c, debugger/expr.c, debugger/module.c, debugger/msc.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Fix the trivial compiler warnings in debugger/ when compiling with -W
+ - moved inline statements to front
+ - fixed the trivial cases of signed/unsigned comparisons
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comctl32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ No longer using function pointers to winmm and msvfw32, but delay
+ loading instead.
+
+ * tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added ability to delay loading of an imported DLL until it's needed
+ (new -delay option for import directive in spec file).
+
+ * server/process.c, server/thread.c:
+ Fixed error recovery during thread creation.
+
+ * dlls/winedos/Makefile.in, dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, include/miscemu.h, loader/dos/Makefile.in, loader/dos/dosvm.c, loader/dos/module.c, miscemu/main.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int16.c, msdos/int20.c, msdos/int21.c, msdos/int33.c, msdos/ioports.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/Makefile.in, dlls/winedos/.cvsignore:
+ Ove Kaaven <ovek@arcticnet.no>
+ Separated the MZ loader and core DOS VM into dlls/winedos.
+
+ * include/ddeml.h, include/vfw.h, include/windef.h, include/winnt.h, include/winsvc.h:
+ François Gouget <fgouget@codeweavers.com>
+ Declare all handles with DECLARE_OLD_HANDLE to ease conversion to
+ STRICT.
+
+ * dlls/gdi/gdi32.spec, include/wingdi.h:
+ Francois Gouget <fgouget@free.fr>
+ Added GetDCBrushColor and GetDCPenColor.
+
+2000-12-25 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Removed --config from man wine.
+
+ * documentation/samples/config:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Removed trailing garbage after [serialports] device name.
+
+2000-12-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rasapi32/rasapi.c, include/ras.h, include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved HRASCONN from windef.h.
+ Added missing Unicode type and function definitions.
+ Added a few missing macro definitions.
+ Enclose in an extern "C" for C++ Winelib applications.
+ Added the structure packing specification.
+
+ * files/change.c, graphics/enhmetafiledrv/objects.c, include/winuser.h, loader/pe_resource.c, loader/resource.c, scheduler/handle.c:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed a few type clashes in preparation for the switch to STRICT.
+
+ * graphics/x11drv/pen.c, windows/painting.c:
+ Francois Gouget <fgouget@free.fr>
+ Updated the look of dots and dashes to match the Win32 look.
+ Issue a FIXME about PS_USERSTYLE.
+
+ * files/directory.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Define environment variable TMP as an alias for TEMP.
+
+ * programs/regapi/regapi.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ <malloc.h> is not ISO C, <stdlib.h> is.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Fixed loop test for negative value.
+
+2000-12-22 Alexandre Julliard <julliard@winehq.com>
+
+ * include/version.h, ANNOUNCE, ChangeLog:
+ Release 20001222.
+
+----------------------------------------------------------------
+2000-12-22 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/clipboard.c, windows/x11drv/clipboard.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Cancel a few changes to get back basic text clipboard functionality.
+
+ * dlls/winmm/mmsystem.c, include/wine/winbase16.h, windows/message.c, windows/queue.c, windows/winhelp.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
+ outside libkernel.so.
+
+ * loader/module.c:
+ No longer try to load builtin library when loadorder is 'so'.
+
+ * Make.rules.in, configure, configure.in, dlls/Makedll.rules.in, library/Makefile.in, tsx11/Makefile.in, unicode/Makefile.in, unicode/wine_unicode.def:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Use dllwrap for building shared libraries in cygwin.
+
+ * server/async.c, server/console.c, server/file.c, server/handle.c, server/mapping.c, server/pipe.c, server/registry.c, server/request.c, server/serial.c, server/sock.c, server/thread.c:
+ Avoid dup'ing file descriptors when not necessary.
+ Do not send fd to the client if ops->get_fd() fails.
+
+ * scheduler/thread.c:
+ Fixed copy/paste bug (thanks to Gerard Patel).
+
+ * dlls/dsound/dsound_main.c:
+ Ove Kaaven <ovek@transgaming.com>
+ More intelligent DirectSound prebuffering. By tracking the
+ last-written position of streaming buffers, it attempts to avoid
+ prebuffering past this position unless necessary; this may avoid a
+ number of sound problems in various situations. Merged HEL and HAL
+ mixing code, which should reduce the HEL mode's CPU usage slightly.
+
+ * windows/win.c: Joerg Mayer <jmayer@loplof.de>
+ Warn when FindWindow needs to check other processes windows.
+
+ * documentation/Makefile.in:
+ Joerg Mayer <jmayer@loplof.de>
+ Don't suppress error messages.
+
+ * dlls/ntdll/critsection.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Add %fs info to the critical section timeout message.
+
+ * include/debugtools.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove redundant ';' at the end of line.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix remaining signed/unsigned mismatches.
+
+ * dlls/ntdll/om.c, files/file.c, include/server.h, include/thread.h, loader/ne/module.c, memory/virtual.c, scheduler/client.c, scheduler/handle.c, scheduler/thread.c, server/console.c, server/debugger.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/object.h, server/pipe.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+ Use a separate FIFO pair for server requests that don't need to pass a
+ file descriptor.
+ Associate file descriptors with handles on the server side so that we
+ don't need to pass the fd every time the client wants to use it.
+
+ * wine.ini:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Native IMM32.DLL crashes wine - use builtin DLL.
+
+ * relay32/builtin32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Print all problems as ERR() except for "could not open" library, which
+ is WARN().
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
+ throw error.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/driver.c, windows/focus.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/multimon.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/rect.c, windows/scroll.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c, windows/winhelp.c, windows/winpos.c, windows/winproc.c, windows/caret.c, windows/class.c, windows/clipboard.c, windows/cursoricon.c:
+ Patrik Stridvall <ps@leissner.se>
+ Various documentation fixes.
+
+ * windows/winpos.c:
+ Removed the dummy mouse event in SetWindowPos.
+
+ * dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added some 16 bit entry points needed by multimedia DLLs.
+
+ * windows/win.c, windows/x11drv/event.c, include/file.h, include/wine/winbase16.h, loader/resource.c, memory/global.c, memory/local.c, objects/metafile.c, controls/edit.c, dlls/kernel/wowthunk.c, dlls/winmm/mmio.c, files/file.c, graphics/win16drv/init.c:
+ Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
+
+ * graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, include/x11drv.h:
+ Ove Kaaven <ovek@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ More DIB section copy-blitting improvements: Handle 8bpp DIBs, DC
+ mapping modes, and clipping. Take advantage of the DIBsection's
+ XShmImage mechanism to get a really fast blit to the display.
+
+2000-12-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/user.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Minor bug fixes.
+ - Added new option on --documentation-ordinal (off by default).
+ - Added new option on --documentation-pedantic (off by default).
+
+ * dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle errors for IDsDriver_GetPosition.
+ Report DSERR_UNINITIALIZED on non-opened WineOSS audio device.
+
+ * dlls/winmm/Makefile.in, dlls/winmm/driver.c, windows/driver.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleaned up the code a bit.
+
+ * dlls/winmm/wineoss/audio.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Enable the DirectSound HAL for sound drivers that do not report
+ DSP_CAP_REALTIME. Set precision of these to 256 bytes (about 3ms).
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
+ - TLB_LoadTypeLib: ref count problem.
+ - ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
+ - ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
+ - ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
+ - TLB loader functions now trace in "typelib" channel.
+ - Improved traces in AddRef/Release and improved dump_* functions for
+ debugging.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Don't write to buffer with zero length.
+ Removed some unused function parameters.
+
+ * dlls/crtdll/crtdll_main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not free the not owned error string.
+
+ * dlls/oleaut32/safearray.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
+ checks: an array has at least one dimension.
+ Updated validCoordinates, where SafeArrayGetLBound was called on
+ dimension 0.
+
+ * dlls/winmm/lolvldrv.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Rewrote the allocation of MM driver descriptors.
+
+ * objects/enhmetafile.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Use handle to palette instead of index for EMR_SELECTPALETTE.
+ Implemented simple case for EMR_EXTSELECTCLIPRGN.
+
+2000-12-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/debugtools.c:
+ Fixed debug routines to work before the process heap is created.
+
+ * loader/module.c:
+ Do not call thread attach/detach routines during process exit to avoid
+ potential deadlocks.
+
+ * graphics/x11drv/dib.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Set the color mask with BI_BITFIELD dibs, don't use the
+ application-provided value.
+
+ * memory/global.c, controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make new edit control allocate its buffers with granularity 32 byte.
+ Ensure that all copied strings are 0 terminated.
+
+ * windows/spy.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - print out WM_NOTIFY message code if we know it.
+ - print out memory past end of NMHDR structure for the size of
+ the normal NMxxxxx structure associated with the message code.
+ - setup notify code table for common, REBAR, TOOLBAR, and COMBOEX (at
+ least partially).
+
+2000-12-19 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/global.c: Set last error in GlobalUnlock.
+
+ * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
+ Andrew Johnston <ajohnston@switch.com>
+ Documentation update.
+
+ * dlls/user/exticon.c, dlls/version/resource.c, include/winnt.h, library/loader.c, loader/pe_resource.c:
+ François Gouget <fgouget@codeweavers.com>
+ DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
+
+ * documentation/printing.sgml:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Added description of printerports section of the win.ini file for wineps.drv.
+
+ * include/wine/obj_connection.h:
+ James Hatheway <james@macadamian.com>
+ Fix IConnectionPointContainer interface macros.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
+ Francois Jacques <francoisj@macadamian.com>
+ Implementation of Dispatch API.
+
+ * dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, tools/winapi_check/win32/crtdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Add several mbcs and CP 932 functions, fix some existing calls
+ - Bug fixes, -W warnings and winapi_check updates.
+ - Don't be so strict setting default locale, store codepage
+
+ * library/port.c:
+ Include stdlib.h instead of wchar.h.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ shlwapi forwarders for SetWindowLongW and CallWindowProcW.
+
+ * dlls/user/user32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ New unicode edit control.
+
+ * files/profile.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect against NULL buffer in the profile functions.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ New unicode edit control.
+
+ * ole/ole2nls.c, tools/bin2res.c, tools/wrc/genres.c, tools/wrc/parser.y, windows/clipboard.c, windows/dialog.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, include/win.h, include/winpos.h, misc/tweak.c, msdos/int09.c, msdos/int33.c, controls/icontitle.c, dlls/commdlg/filedlgbrowser.c, dlls/dsound/dsound_main.c, dlls/msvideo/drawdib.c, dlls/ole32/clipboard.c, dlls/ole32/ole2nls.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/stubs.c, dlls/richedit/rtf.h, dlls/user/user_main.c, dlls/winmm/joystick/joystick.c, dlls/winmm/time.c:
+ François Gouget <fgouget@codeweavers.com>
+ winuser.h now requires that we include winbase.h first.
+
+ * include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added CreateWindowStation.
+
+ * include/windows.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed the 'extern "C" { ... }' statement. It is not supposed to be
+ there.
+
+ * include/windef.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved a misplaced 'extern "C" { ... }' statement.
+
+ * library/port.c, include/tchar.h, include/winnt.h, include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added better support for Unicode:
+ Added support for 16-bit wchar_t
+ Added support for rewriting 4-byte Unicode literals to 16bit Unicode
+
+ * dlls/user/exticon.c, dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/winnt.h, loader/pe_resource.c, configure, configure.in:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+ Gerard Patel <gerard.patel@asi.fr>
+ Stub for DllDebugObjectRPCHook.
+
+ * dlls/oleaut32/typelib.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
+ ITypeInfo_fnGetContainingTypeLib.
+
+ * dlls/comctl32/tooltips.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Do not send a WM_NOTIFYFORMAT to a non-existent owner.
+
+ * server/atom.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/timer.c, server/trace.c, files/file.c, include/server.h, scheduler/process.c, server/async.c:
+ Merged the get_read_fd and get_write_fd requests.
+
+ * dlls/dinput/mouse/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
+
+ * include/tchar.h:
+ François Gouget <fgouget@codeweavers.com>
+ _str{dec,inc}: Cast the parameters to the proper type first
+ Added definitions for _tfinddata*
+
+ * include/objbase.h, include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved some of the STDMETHOD/STDAPI to winnt.h.
+ Moved the EXTERN_C macro to winnt.h.
+ Added a '#ifndef __WINE__' around the remaining macros.
+
+ * include/wtypes.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed some of the SECURITY_xxx types.
+
+ * include/winuser.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added SetUserObjectSecurity.
+
+ * include/commctrl.h:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
+
+2000-12-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented keyboard layout and context - far from complete.
+
+ * library/port.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (strcasecmp): Conform to ANSI specs for toupper.
+ (strncasecmp): Ditto. Also do not use side-effects in macro args.
+ (wine_openpty): Plug descriptor leak. Always set errno on failure.
+ (wine_anon_mmap): Fix comment location.
+
+ * misc/options.c:
+ Morten Welinder <terra-wine@diku.dk>
+ (parse_options): Allow GNU-like option arguments like
+ "--desktop=800x600". (Not perfect -- we don't allow shorthands.)
+
+ * tools/winebuild/import.c, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Solaris fixes.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - Implement drag for vertical rebars (drag up and down).
+ - Better algorithims for inserting new bands - matches native version
+ closer.
+ - Make drawing of rebar attempt to match native pixel by pixel (note
+ this does not fix the embedded controls in each band - they still are
+ as good or bad as before.)
+ - Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
+ _DELETINGBAND, _DELETEDBAND).
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Pass WM_COMMAND and WM_NOTIFY to parent as received.
+
+ * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Change the current directory as the user browses the directory tree.
+
+ * dlls/crtdll/file.c:
+ David Elliott <dfe@infinite-internet.net>
+ Changed typo va_list to valist.
+
+ * windows/dialog.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Allow for the dialog font size to be set directly in pixels.
+
+ * windows/winpos.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ WM_GETMINMAXINFO track min size should be used in SetWindowPos also
+ for 32 bits apps.
+
+ * dlls/msvideo/msvideo_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
+
+2000-12-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shellpath.c, memory/environ.c, dlls/setupapi/devinst.c, dlls/setupapi/setupx_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win16/setupx.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imm32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/olecli.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Minor API file update.
+ - Turned on --documentation-arguments by default.
+
+ * dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/spawn.c, dlls/crtdll/crtdll_main.c, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix _fullpath & splitpath, winapi_check fixes
+ - Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
+ _wtoi & _wtol (fwd),scanf,_timezone_dll
+
+ * windows/x11drv/event.c, dlls/dinput/mouse/main.c, include/input.h, windows/cursoricon.c, windows/input.c, windows/winpos.c:
+ Avoid a couple of dependencies on input.c internal variables.
+
+ * dlls/crtdll/file.c:
+ Fixed infinite loop in CRTDLL__fcloseall.
+
+ * dlls/imm32/Makefile.in, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some APIs and IME class - far from complete.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for NULL before doing IsEqualGUID().
+
+ * dlls/winmm/mci.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed loading of 16 bit MCI drivers (for command tables).
+ Fixed alias handling in mciSendString.
+
+ * dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
+ - corrected VcpClose .spec
+
+2000-12-15 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Allocate entry points dynamically to allow for a larger number of
+ ordinals.
+
+ * dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c, dlls/imm32/memory.c, dlls/imm32/string.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Implemented some DDK APIs - far from complete.
+
+ * Makefile.in:
+ Francois Gouget <fgouget@codeweavers.com>
+ Create a symbolic link to ole/libuuid.a.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Always link with uuid.
+
+ * controls/listbox.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Only capture mouse when an item is selected.
+
+ * include/ntdef.h, include/windef.h, include/winnt.h:
+ François Gouget <fgouget@codeweavers.com>
+ Moved some macros like NULL, FALSE to winnt.h
+ Moved the anonymous struct/unions to winnt.h
+ Moved calling convention macros to winnt.h
+ Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
+ Moved HANDLE and DECLARE_HANDLE to winnt.h
+ Moved structure packing macros to winnt.h
+
+ * include/ddraw.h, include/winbase.h, server/snapshot.c:
+ François Gouget <fgouget@codeweavers.com>
+ Needs to include windef.h.
+
+ * include/ole2.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added OleIsCurrentClipboard and OleSetClipboard.
+
+ * include/objbase.h:
+ François Gouget <fgouget@codeweavers.com>
+ Fixed the prototype of GetClassFile.
+
+ * windows/win.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Don't return last active popup if it is pointing to a deleted window.
+
+ * documentation/wine.man.in, misc/options.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Improved usage message.
+
+ * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/server.h, memory/registry.c, server/registry.c, server/request.c, server/request.h, server/trace.c:
+ Converted enum_key_value request to the new request mechanism.
+
+ * misc/cdrom.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
+
+ * dlls/comctl32/tab.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed some difficulties with the font on vertical tabs. Also plugged a
+ resource leak.
+
+ * dlls/comctl32/header.c:
+ Ulrich Czekalla <ulrichc@codeweavers.com>
+ Mark width as valid when we send HDN_ENDTRACKA.
+
+ * dlls/ole32/ole2.c:
+ Huw D M Davies <hdavies@codeweavwers.com>
+ Check to see whether any ancestor windows are drop targets.
+
+ * files/dos_fs.c:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Spelling fix.
+
+ * include/winnt.h, loader/pe_image.c:
+ François Gouget <fgouget@codeweavers.com>
+ Changed the type of Function to PDWORD as on Windows.
+
+ * dlls/dplayx/dplaysp.h:
+ François Gouget <fgouget@codeweavers.com>
+ Removed the declspec specifier.
+
+ * dlls/ntdll/ntdll.spec, misc/options.c, miscemu/main.c, miscemu/wine.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Added support for Unicode applications in winebuild.
+ Removed cuiexe_no_main hack.
+ Avoid stdcall function declarations inside functions because of gcc bug.
+
+ * misc/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ - registry loading speed up (reduced client <-> server communication)
+ - make the code a bit more understandable
+
+2000-12-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added "ignore" directive for skipping individual symbol resolution.
+
+ * dlls/commdlg/cdlg_Ru.rc:
+ Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
+ Added more Russian support.
+
+ * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.spec, dlls/winnls/.cvsignore, dlls/winnls/Makefile.in, dlls/winnls/winnls.c, dlls/winnls/winnls.spec, dlls/winnls/winnls32.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added a spec file for 16bit imm.
+ Added spec files for winnls and winnls32.
+
+ * include/wine/winbase16.h:
+ Added inline definition for MapSL.
+
+ * tools/wineshelllink:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed an unquoted string.
+
+ * files/directory.c, files/drive.c:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Add strerror() to the "Could not stat" and "Invalid path" startup
+ error messages.
+
+ * scheduler/sysdeps.c:
+ Commented out large stack init now that thread stacks are at least 1Mb.
+
+ * dlls/ddraw/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ If DirectDrawCreate gets passed a IDirectDraw{2,4,7} interface, get
+ this interface and do not use IDirectDraw.
+
+ * dlls/comctl32/comctl32.spec, dlls/kernel/kernel32.spec, dlls/shell32/shell32.spec:
+ Francois Gouget <fgouget@codeweavers.com>
+ Removed the name of APIs exported by ordinal.
+
+ * dlls/kernel/nls/hun.nls:
+ Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
+ Some NLS updates.
+
+2000-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/architecture.sgml, documentation/authors.ent, documentation/bugs.sgml, documentation/build.sgml, documentation/compiling.sgml, documentation/configuring.sgml, documentation/consoles.sgml, documentation/cvs-regression.sgml, documentation/db2html-winehq, documentation/debugger.sgml, documentation/debugging.sgml, documentation/default.dsl, documentation/dlls.sgml, documentation/documentation.sgml, documentation/fonts.sgml, documentation/getting.sgml, documentation/i18n.sgml, documentation/implementation.sgml, documentation/installing.sgml, documentation/introduction.sgml, documentation/ole.sgml, documentation/opengl.sgml, documentation/packaging.sgml, documentation/patches.sgml, documentation/porting.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml, documentation/tools.sgml, documentation/wine-doc.sgml, documentation/winehq.dsl, documentation/winelib-user.sgml:
+ John R. Sheets <jsheets@codeweavers.com>
+ Documentation update.
+
+ * dlls/odbc32/proxyodbc.c, include/wine/library.h, include/wine/port.h, library/loader.c, library/port.c, loader/elf.c, loader/module.c, relay32/builtin32.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Work around glibc 2.1.x dlopen bug (again).
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ - implemented proper LDD/LDID handling
+ - implement Ctl*Ldd(), Ctl[GS]etLddPath, GenInstall (no real operations
+ yet, I want help), InstallHinfSection
+ - Stubbed out DiGetClassDevs16 (needed for e.g. Monkey Island 3 ;)
+ - many new .spec stubs
+
+ * dlls/shell32/shellole.c, include/wine/obj_base.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
+ badly fail with E_INVALIDARG in case native OLE32 is used.
+
+ * include/Makefile.in, include/mapi.h, include/mapidefs.h:
+ François Gouget <fgouget@codeweavers.com>
+ Added mapi.h with the definitions needed by the MFC.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
+
+ * tools/makedep.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed path resolution for a/b.c source files.
+
+ * controls/listbox.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Invalidate the focus rect when a listbox is resized.
+
+ * scheduler/process.c, scheduler/syslevel.c, tools/winebuild/spec16.c, win32/except.c, windows/dce.c, windows/nonclient.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/gdi.h, include/ldt.h, include/miscemu.h, include/selectors.h, misc/lstr.c, msdos/dosaspi.c, msdos/int25.c, msdos/int26.c, objects/gdiobj.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c, debugger/dbgmain.c, dlls/commdlg/filedlg95.c, dlls/gdi/gdi_main.c, dlls/oleaut32/oleaut.c, dlls/user/resource.c, dlls/winaspi/winaspi32.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+ Removed some unnecessary includes.
+ Got rid of ldt.h.
+
+ * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
+ Use getpagesize() instead of VIRTUAL_GetPageSize().
+
+ * windows/win.c, windows/winhelp.c, windows/winproc.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, objects/bitmap.c, objects/font.c, objects/metafile.c, scheduler/thread.c, windows/class.c, windows/cursoricon.c, windows/defwnd.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/painting.c, windows/scroll.c, misc/error.c, msdos/devices.c, include/wine/mmsystem16.h, include/wine/port.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, loader/resource.c, loader/task.c, memory/atom.c, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/local.c, memory/selector.c, memory/string.c, dlls/winmm/mcianim/mcianim.c, dlls/winsock/async.c, files/file.c, graphics/escape.c, graphics/mapping.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/digitalv.h, include/mmddk.h, include/ole.h, include/stackframe.h, include/user.h, include/wingdi.h, include/winnt.h, dlls/user/lstr.c, dlls/user/text.c, dlls/user/wsprintf.c, dlls/version/ver16.c, dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c, dlls/wineps/escape.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.spec, dlls/kernel/debugger.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/msvideo/msvideo_main.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/oleaut32/ole2disp.c, dlls/olecli/olecli.spec, dlls/olecli/olecli_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/gdi/gdi.spec, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/commdlg/cdlg.h, controls/edit.c, controls/listbox.c, controls/menu.c, controls/combo.c:
+ Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
+ Fixed a few ptr/segptr mismatches.
+ Moved CONV_RECT/POINT macros to wingdi16.h.
+
+ * debugger/debug.l, dlls/comctl32/header.c, dlls/oleaut32/typelib.c, dlls/serialui/confdlg.c, dlls/winspool/info.c, objects/enhmetafile.c, windows/winpos.c:
+ Fixed some warnings.
+
+ * windows/driver.c, dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Split driver functions into USER (16 bit part) and WINMM (32 bit part).
+ Fixed some bugs in 16 bit part as well.
+ Now correctly parsing the system.ini extra parameters.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed crtdll compile problem regarding fpos_t in glibc2.2.
+
+ * dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implement console I/O
+ - Support temporary files, add tmpfile, rmtmp
+ - spawn* functions: fix args, add cwait, searchenv
+
+ * programs/clock/main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Removed a crash in program/clock.
+
+ * dlls/comctl32/header.c:
+ Eric Kohl <ekohl@rz-online.de>
+ Fixed crash of WinZip 8.0 due to invalid image list handle.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Define NULL as in Win32.
+
+ * dlls/msvideo/msvideo_main.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Return values from DRV_ENABLE should not be checked.
+
+ * dlls/kernel/format_msg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ FormatMessageA wasn't properly handling the %ls modifier.
+
+ * dlls/comctl32/toolbar.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Invalid buttons are "hidden".
+
+ * dlls/shell32/shellpath.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Move all values of SHGetSpecialFolderPathA into an array, add some
+ other registry locations and improve the number of supported CSIDLs.
+
+ * dlls/commdlg/filedlg95.c:
+ Ian Pilcher <pilcher@concentric.net>
+ Changed FILEDLG95_OnOpen to "double terminate" the returned string if
+ OFN_ALLOWMULTISELECT is set.
+
+2000-12-12 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/process.c, if1632/relay.c, include/main.h, loader/main.c, misc/main.c, misc/options.c, ole/ole2nls.c, relay32/builtin32.c, dlls/kernel/kernel_main.c:
+ Got rid of main.h.
+
+ * relay32/relay386.c, relay32/snoop.c:
+ Use __ASM_GLOBAL_FUNC directly in i386-only code.
+
+ * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
+ Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
+
+ * include/drive.h, include/winbase.h, misc/cdrom.c, msdos/int11.c, msdos/int13.c, msdos/int17.c, msdos/int21.c, msdos/int2f.c, controls/combo.c, controls/listbox.c, dlls/commdlg/filedlg.c, dlls/shell32/shell.c, dlls/user/network.c, files/drive.c:
+ Use the DRIVE_* API constants instead of the DRIVETYPE enum.
+ Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
+ correct names.
+ Cleaned up a few dependencies on internal drive.c functions.
+
+ * configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/config.h.in, include/dinput.h:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ Added preferences to dinput drivers (so we can have two joystick
+ drivers). Implemented a joystick driver for the Linux 2.4
+ dev/input/event API.
+
+ * include/winnls.h, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/locale.c, dlls/crtdll/time.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implemented setlocale parsing and LC_TYPE behavior.
+ - Implemented isleadbyte, snprintf.
+ - Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
+
+ * include/shellapi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a prototype for SHAppBarMessage.
+
+ * dlls/user/text.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed indentation problems resulting from automatic renaming, other
+ aesthetic fixes.
+
+ * dlls/comctl32/tab.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Use DrawText to display text in horizontal tabs.
+
+ * server/registry.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ Changed the condition so it also works in case when sscanf returns EOF.
+
+2000-12-11 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/user.c, memory/environ.c, memory/selector.c, memory/virtual.c, misc/version.c, miscemu/main.c, msdos/dpmi.c, msdos/vxd.c, relay32/relay386.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, dlls/crtdll/exit.c, dlls/crtdll/spawn.c, dlls/crtdll/time.c, dlls/kernel/utthunk.c, include/Makefile.in, include/ldt.h, include/module.h, include/process.h, include/winbase.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c:
+ Moved all Wine internal definitions out of process.h.
+
+ * tools/winebuild/spec32.c:
+ Output the exports table in assembly code to make it possible to
+ export C++ mangled names.
+
+ * dlls/ntdll/rtl.c:
+ Implemented RtlAcquirePebLock and RtlReleasePebLock.
+
+ * dlls/user/text.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
+
+ * windows/x11drv/clipboard.c, windows/x11drv/event.c, include/clipboard.h, windows/clipboard.c, windows/queue.c, windows/user.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add CF_UNICODETEXT as primary text clipboard format.
+ Use [x11drv].TextCP for interchange with X.
+
+2000-12-10 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/Makeprog.rules.in:
+ Dennis Bjorklund <db@zigo.dhs.org>
+ Remove old link before creating the new one.
+
+ * windows/x11drv/event.c, windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/controls.h, dlls/user/resources/user32.rc, dlls/user/user_main.c, include/button.h, include/combo.h, include/desktop.h, include/dialog.h, include/mdi.h, include/menu.h, include/scroll.h, include/static.h, include/win.h, include/x11drv.h, windows/Makefile.in, windows/class.c, windows/defdlg.c, windows/dialog.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/sysparams.c, windows/user.c, windows/win.c, windows/winpos.c, windows/winproc.c, Make.rules.in, controls/Makefile.in, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/widgets.c:
+ Moved most builtin controls structures into their respective C file.
+ Created new controls.h file private to user32.dll and moved remaining
+ builtin controls definitions there.
+
+2000-12-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, include/elfdll.h, loader/Makefile.in, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
+ Removed no longer used elfdll loader.
+
+ * windows/class.c, windows/message.c, dlls/winmm/wineoss/mixer.c, include/queue.h, include/wnaspi32.h, misc/main.c, dlls/oleaut32/ole2disp.c, README:
+ Andreas Mohr <amohr@codeweavers.com>
+ - README update
+ - add offsets to ASPI struct defines
+ - spelling
+
+ * dlls/oleaut32/safearray.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Don't fail on pointer address checking when foreign heap.
+
+ * include/oleauto.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Removed duplicate defines.
+
+ * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed MessageBox() usage.
+
+ * dlls/winaspi/winaspi32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Print CDB area.
+
+2000-12-07 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added handlers for some IME messages in DefWindowProc.
+
+ * dlls/commdlg/filedlg95.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fileokstring notification should be sent to the custom child dialog,
+ not to the main dialog.
+
+ * dlls/ntdll/ntdll.spec:
+ Andrew Lewycky <andrew@transgaming.com>
+ Ove Kaaven <ovek@transgaming.com>
+ De-stub sin() and cos().
+ Add noimport flag to sin(), cos(), and pow().
+
+ * windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user.spec, include/button.h, include/class.h, include/win.h, include/wine/winuser16.h, include/x11drv.h, windows/class.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/user.c, windows/win.c, controls/button.c, controls/desktop.c, controls/widgets.c:
+ Removed dependencies on the internals of the CLASS structure.
+ Added support for having both ASCII and Unicode window procedures for
+ builtin classes.
+
+ * windows/defdlg.c, windows/winproc.c:
+ Removed calls to WIDGETS_IsControl.
+
+ * include/wininet.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
+ Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
+ GOPHER_ATTRIBUTE_ENUMERATOR.
+
+ * include/winsock.h, tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added a prototype for closesocket.
+
+ * dlls/commdlg/printdlg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed handling of DialogBoxIndirectParamA return value.
+
+2000-12-06 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/wine.conf.man.in, documentation/wine.man.in, files/profile.c, README, wine.ini:
+ Added automatic translation of the config file to the new
+ format. Updated documentation.
+
+ * include/wine/port.h:
+ Added define for S_ISLNK if missing.
+
+ * tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Don't make the spec file constructors static so that they don't get
+ optimized out.
+
+ * include/bitmap.h, include/x11drv.h, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/text.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Andrew Lewycky <andrew@transgaming.com>
+ Gavriel State <gav@transgaming.com>
+ DIB section improvements; UpdateDIBSection has been replaced with
+ LockDIBSection and UnlockDIBSection, for improved thread safety.
+ DIB_Status_* is now driver-independent, and there's a new
+ DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
+ pitch. Slight optimization of DIBsection->display BitBlt.
+
+ * dlls/kernel/nls/heb.nls, misc/options.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
+ Michael Veksler <mveksler@techunix.technion.ac.il>
+ Add basic NLS information needed for Hebrew.
+
+ * dlls/kernel/nls/cym.nls:
+ Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Welsh needs iso8859-14.
+
+ * windows/x11drv/event.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use SendNotifyMessage() for WM_SYNCPAINT.
+
+ * dlls/ntdll/nt.c:
+ James Juran <jamesjuran@alumni.psu.edu>
+ Return a maximum registry size of 32 MB in NtQuerySystemInformation.
+
+ * documentation/samples/config:
+ Added sample config file in the new format.
+
+ * configure, configure.in:
+ Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
+ stack alignments.
+
+ * tools/winebuild/import.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Now prints line number for 'x.dll imported but no symbols used' warning.
+
+ * controls/combo.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Update internal controls on WM_WINDOWPOSCHANGED.
+
+ * dlls/ntdll/ntdll.spec, misc/Makefile.in, misc/ext_debugger.c, Makefile.in, debugger/Makefile.in, debugger/ext_debugger.c, debugger/winedbg.c:
+ Build the debugger as a .so.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi_main.c, include/dplay.h, ole/Makefile.in, ole/uuid.c, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/ddraw/Makefile.in, dlls/ddraw/main.c, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx_main.c, dlls/dsound/Makefile.in, dlls/dsound/dsound_main.c, dlls/ole32/Makefile.in, dlls/ole32/oleobj.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c, Make.rules.in, Makefile.in:
+ Created a small static library in ole/libuuid.a that contains all the
+ UUID definitions (with the help of Francois Gouget).
+
+ * tools/wmc/Makefile.in, tools/wrc/Makefile.in, dlls/crtdll/Makefile.in, dlls/lzexpand/Makefile.in, dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in, dlls/version/Makefile.in, if1632/Makefile.in, libtest/Makefile.in, programs/Makeprog.rules.in, programs/avitools/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, dlls/Makedll.rules.in, dlls/comctl32/Makefile.in:
+ Use libwine and libwine_unicode directly from their build directory
+ instead of using symlinks.
+
+ * dlls/x11drv/Makefile.in, dlls/x11drv/x11drv_main.c, include/ts_shape.h, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/ts_xvideo.h, tools/make_X11wrappers, tsx11/.cvsignore, tsx11/Makefile.in, tsx11/locking.c, tsx11/ts_shape.c, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, tsx11/ts_xvideo.c, Make.rules.in, Makefile.in, configure, configure.in:
+ Build tsx11 layer as a separate shared library.
+
+2000-12-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/odbc32/proxyodbc.c, if1632/builtin.c, library/loader.c, loader/elf.c, relay32/builtin32.c:
+ Always pass lower-case filenames to wine_dll_load().
+ Clear dlerror() before and after calls to dlopen/dlsym to work around
+ a glibc bug (thanks to James Abbatiello for tracking the bug).
+
+ * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Fixed Serbian language code page.
+
+ * controls/combo.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed a problem where the string in a combo box flickers if you
+ rapidly reset the content and then replace the content.
+
+ * loader/pe_image.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Better error message for forwards.
+
+ * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
+ Aric Stewart <aric@codeweavers.com>
+ Added Chinese resources.
+
+ * include/imm.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some missing definitions.
+
+ * dlls/rpcrt4/rpcrt4_main.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Compile fix for gcc 2.7.2.3.
+
+ * Make.rules.in, configure, configure.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use the approriate command for combining .o files.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Removed the code duplication.
+
+ * windows/winproc.c:
+ Rein Klazes <rklazes@casema.net>
+ Don't forget to map the message in WINPROC_MapMsg16To32W().
+
+ * relay32/builtin32.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed dlerror() check to use strstr().
+
+ * dlls/Makefile.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
+
+ * tools/makedep.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ - overwrite (rather than append) the output file if we have no separator
+ - avoid output if there is nothing to do
+
+ * dlls/user/user32.spec, include/winuser.h, windows/input.c:
+ Ken Coleman <ken_coleman@iname.com>
+ Added a first-cut version of MapVirtualKeyExW() that has the same
+ functionality (and limitations) as the ANSI version.
+
+ * tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ wineinstall didn't create the default no-windows directory /c
+ when just pressing enter.
+
+ * graphics/x11drv/dib.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct number of colormap entries looked at in GetDIBColorTable.
+ - correct number of colormap entries processed in SetDIBColorTable.
+
+ * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
+ Rein Klazes <rklazes@casema.net>
+ Somes fixes for Dutch locales.
+
+ * dlls/imm32/imm32.spec:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+2000-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20001202.
+
+----------------------------------------------------------------
+2000-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * server/mapping.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Check the attributes of the *current* section, not only the attributes
+ of the *first* section...
+
+ * windows/winproc.c:
+ Fixed WINPROC_GetPtr() to always pass the start of the block to
+ HeapValidate().
+
+ * scheduler/process.c:
+ Display an error message if loading a Winelib app failed (suggested by
+ Francois Gouget).
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
+ Francois Gouget <fgouget@free.fr>
+ Use the DUMMYUNIONNAME macros so that the headers can be used in
+ Winelib.
+
+ * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added ASCII-only version of toupper, tolower, strcasecmp and the like
+ for file and module I/O.
+
+ * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
+ Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
+ again (untested).
+
+ * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/modified documentation for function arguments.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * dlls/commdlg/filedlg95.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ FileOpenDlgProc95: notify application of changed selection after
+ filling template.
+
+ * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed bugs when tray was open.
+
+ * windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added several additional to/from unicode message mappings.
+
+ * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
+ Always put the dll constructor in the .init section, and like the
+ .spec.o file first to ensure correct calling order of the constructors.
+
+ * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed miscellaneous typos, syntactic and grammatical errors.
+
+ * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the case of "Winelib".
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the Winelib case.
+ The linking aspects have been solved by the last winebuild update ->
+ removed from the todo list.
+ The configure script has been updated -> removed from the todo list.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ If there is a single target, it should also get the 'project_settings
+ sources'.
+ If a subdirectory is called 'include' then add it to the include path.
+
+ * windows/winproc.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h.
+
+ * include/winuser.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added several clipboard formats.
+
+ * Make.rules.in:
+ Dennis Björklund <db@zigo.dhs.org>
+ Compile fix for building wine outside the source tree.
+
+ * dlls/wininet/internet.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ InternetCloseHandle didn't return TRUE in all appropriate cases.
+
+ * win32/device.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added a --winver nt40 hint to VxD error message.
+
+ * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+ Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
+ Added some stubs.
+
+ * windows/defwnd.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
+ release it on a WM_RBUTTONUP
+ - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
+ - Use parent-relative coordinates when calling NC_HandleNCHitTest
+
+2000-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
+ Patrik Stridvall <ps@leissner.se>
+ Added/modified documentation for function arguments.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed Win16 documentation not fixed because of a bug in winapi_check.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Fixed a bug concerning Win16 documentation.
+ - Fixed some bugs concerning argument documentation
+ - Minor API files update
+
+ * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
+ Removed some unnecessary includes.
+
+ * include/module.h, include/neexe.h, include/wine/winbase16.h:
+ Moved useful NE format definitions to winbase16.h.
+
+ * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Modified winebuild to use the __ASM_FUNC macro for greater portability.
+
+ * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
+ Moved the few remaining functions in wprocs.dll to kernel.dll.
+ No longer load wprocs.dll unconditionally.
+ Restored default interrupt handler behavior (reported by Andreas Mohr).
+
+ * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
+ Finished separation of shell32 and wsock32.
+
+ * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Supply dummy getrlimit if absent.
+
+ * dlls/kernel/kernel.spec:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Fixed segstr to str proto.
+
+ * debugger/debugger.h, debugger/types.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Cleaned up internal types definition.
+
+ * debugger/stabs.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Improved stabs loading (now using recursive parsing, required by stabs
+ generated by latest gcc versions).
+
+ * debugger/expr.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Work around for deref issues (least impact solution taken, even if issues remain).
+
+ * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
+ Aric Stewart <aric@codeweavers.com>
+ A number of additions to the nls files. Also one correction, we had
+ 895 for the Czech default codepage but according to microsoft it
+ should be 852.
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher work better for source tree builds.
+ Make winelauncher detect the lack of a ~/.winerc file and prompt the
+ user about it.
+ Pass command line parameters a bit more graciously; improves
+ interaction with gmc and kfm.
+
+ * windows/x11drv/wnd.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added the KDE 2 beta and final method of specifying systray windows.
+
+2000-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/listbox.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ Don't update scrollbars when processing WM_DESTROY.
+
+ * windows/winproc.c:
+ Check for NULL handle before calling HeapValidate.
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Bring the man page in line with the latest version of winemaker.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ - In interactive mode, don't ignore invalid options, ask the user again
+ - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
+ - Pass the global defines and include path to WRC
+ - Base the cleanup on the OBJS variable so that it works even if the
+ sources are in a subdirectory
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ - Fix the handling of relative include/library paths
+ - In interactive mode, print "./" for the top level directory rather
+ than an empty string
+ - We don't need to force a space before assignments
+ - Align TOPSRCDIR & co like all the other assignements
+ - Compile Dlls first (dependencies would do it more or less anyway)
+ - Wording change in the usage
+
+ * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
+ Finished separation of advapi32.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
+ Finished separation of ole32.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement better version of DPA_Merge.
+
+ * dlls/wininet/ftp.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
+
+ * memory/heap.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
+
+ * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
+ David Elliott <dfe@infinite-internet.net>
+ Remove libXXXX.so.1.0 lines from .cvsignore files.
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
+ Finished separation of comclt32 and comdlg32.
+
+ * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
+ Fixed progman internal dependencies and build it like the other
+ programs.
+
+ * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+ Export a few 16-bit functions needed by higher-level dlls.
+
+ * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
+ Export the wine server functions from ntdll.
+
+ * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - Added new option --documentation-arguments
+ - Minor API files update
+
+ * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
+ Patrik Stridvall <ps@leissner.se>
+ Don't include windows.h internally.
+
+ * documentation/wine.man.in, misc/version.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added alias capability to --winver.
+ win2000 is the official value.
+
+ * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
+ Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
+ Added a hack in MapLS to recognize such allocations and use the heap
+ selector in this case.
+
+ * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
+ Removed dependencies on Wine internal functions.
+
+ * windows/winproc.c:
+ Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
+
+ * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
+ Removed "elfdll" load order option and updated documentation.
+
+2000-11-29 Alexandre Julliard <julliard@winehq.com>
+
+ * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not include sys/ptrace.h and sys/user.h unconditionally.
+ Other portability fixes.
+
+ * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
+ Brian Teague <bteague@rice.edu>
+ Add a stub for the CAPS1 capability in GetDeviceCaps.
+ Define the CAPS1 bit flags in wingdi.h
+ Make various calls to GetDeviceCaps in DLLS use #defined values.
+
+ * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
+ Renamed CallTo16* functions to wine_call_to_16* and export them from
+ kernel32.spec.
+
+ * dlls/commdlg/filedlg.c:
+ Gerard Patel <gerard.patel@asi.fr>
+ Fixed returned length of files.
+
+ * configure.in, debugger/stabs.c, include/config.h.in, configure:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not use a.out.h.
+
+ * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
+ Cleaned up some more dependencies on Wine internal functions.
+
+ * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
+ Added implementation of lstat to port.c.
+
+ * win32/device.c:
+ Kees Schoenmakers <keess@milltronics.com>
+ Added HASP device stub.
+
+ * objects/gdiobj.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fixed the size of the large_handles array.
+
+ * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed a few compilation warnings.
+
+ * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ WM_SETTEXT should return TRUE on success.
+
+ * memory/virtual.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ VirtualQuery should return 0 for all addresses >= 0xc0000000.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Ownerdata listviews were not clearing previously selected items when a
+ new item is set as selected using SetItem and the listview has
+ LVIS_SINGLESEL.
+
+2000-11-28 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ We were returning characters for various CTRL + Symbol keystrokes
+ which should not return characters.
+
+ * misc/cpu.c:
+ Marcus Meissner <Marcus.Meissner@caldera.de>
+ linux-2.4.0-test10 now calls 'flags' as 'features'.
+
+ * windows/win.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Slightly rearrange WIN16/WIN32A/WIN32 window creation.
+
+ * controls/button.c, controls/widgets.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Made button control fully unicode aware.
+
+ * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix crash in SETUPX_TranslateLDID()
+ - implement custom LDID lookup
+
+ * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
+ Got rid of the Wine internal lstrcpy* functions and of winestring.h.
+
+ * documentation/wine.man.in:
+ Andreas Mohr <amohr@codeweavers.com>
+ Updated man page.
+
+ * memory/heap.c, include/heap.h:
+ Made HEAP_strdup* functions inline (temporary).
+
+ * dlls/winspool/info.c, win32/newfns.c:
+ Moved EnumPortsA to dlls/winspool.
+
+2000-11-27 Alexandre Julliard <julliard@winehq.com>
+
+ * */*.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
+
+ * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
+ relay stubs if debugging is on.
+
+ * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Test if we need to put the .type directive inside a .def directive.
+
+ * dlls/ddraw/dsurface/main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Truncate dest blit rectangle down to surface size.
+
+ * dlls/winmm/wineoss/midi.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ WARN() about missing /dev/sequencer, it's too confusing for newbies.
+
+ * graphics/x11drv/oembitmap.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Also mention xpm-devel in the error msg.
+
+ * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
+ Add FloatingPointProcessor empty entry to the registry.
+
+ * controls/menu.c:
+ Louis Philippe Gagnon <louisphilippe@macadamian.com>
+ When processing mouse messages in MENU_TrackMenu, use the coordinates
+ in lParam instead of those in MSG::pt.
+
+ * loader/pe_image.c:
+ Display the name of the function when import failed.
+
+ * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
+ Fixed a few dependencies on 16-bit or internal functions. Fixed a few
+ warnings.
+
+ * dlls/winsock/socket.c, dlls/winmm/mmio.c:
+ Fixed SEGPTR_GET usage.
+
+ * dlls/user/user32.spec:
+ Added entry for PrivateExtractIconsA.
+
+ * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
+ Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
+ DisposeLZ32Handle and use them to replace file.c internal functions.
+ Renamed WOW* functions into K32WOW*.
+
+ * dlls/kernel/toolhelp.spec:
+ Added entry for TerminateApp16.
+
+ * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
+ Changed GetProcAddress16 and 16-bit resource functions to take normal
+ pointers instead of SEGPTRs.
+ Removed WIN16_GetTempDrive.
+
+ * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
+ and *document* it (win98 was not documented previously)
+ - OaBuildVersion: add value for NT4 SP6
+ - spelling fixes
+
+ * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - configure tests for finite()/fpclass(), fixes BSD compile
+ - winapi_check updates, fix errno in more math calls
+
+ * win32/except.c, include/toolhelp.h, loader/task.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented TerminateApp needed for DBase 5.0.
+ Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
+
+ * controls/edit.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ General clean up of the edit control: removed transfer of unused
+ variables, fixed signed/unsigned mismatches.
+
+ * tools/winebuild/parser.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ The init function can be called main.
+
+ * memory/global.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ GlobalAlloc as GlobalAlloc16 should round size to 32.
+ Call SetLastError in GlobalLock.
+
+2000-11-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/win32s/win32s16.c, memory/selector.c:
+ Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
+ dlls/win32s.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
+ Removed dependency on 16-bit file I/O functions.
+
+ * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
+ Moved wsprintf functions to dlls/user.
+
+ * controls/scroll.c:
+ Chris Morgan <cmorgan@codeweavers.com>
+ Don't draw scrollbars if their client rectangle is empty.
+
+ * dlls/winsock/socket.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
+
+ * files/profile.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed strange checkj for !filename, so we don't get section NULL
+ accesses later.
+
+ * loader/pe_image.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Corrected default values with help from Ulrich Czekalla.
+
+ * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+ Added entry point flags -noimport, -norelay, -ret64 and -i386.
+ Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
+ Win32 too.
+ Made parser more robust against truncated files.
+
+ * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Make sure all files using config.h constants actually #include "config.h"
+
+ * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * tools/winebuild/import.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ The __wine_call_from_16_ calls in the import table should use a valid
+ segment for dereferencing their pointer (using CS).
+
+ * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added checking for netdb.h.
+ Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
+
+ * include/x11drv.h, graphics/x11drv/dib.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Do not compile code that makes use of the X Shm extension.
+
+2000-11-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
+ Moved GET_IP out of winnt.h.
+
+ * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
+ Vasily I. Volchenko <FoodTechnologist@pisem.net>
+ Added Russian language support.
+ Fixed bug of file browsing operation (filepath length corrected).
+
+ * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Added checking for mmap.
+
+ * tools/wrc/utils.c:
+ Added a few missing languages.
+
+ * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Added missing locales to locale_rc.rc.
+
+ * graphics/x11drv/dib.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
+
+ * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
+ Francois Jacques <francoisj@macadamian.com>
+ - support for arguments with referenced types
+ - imported type libraries
+ - dispinterfaces
+ - dual interfaces
+ - ref count problems
+ - memory leaks fixed
+
+ * dlls/crtdll/crtdll_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
+
+ * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
+ Fixed GetLargestConsoleWindowSize return type for Winelib apps.
+
+ * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
+ Added a few forwards.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Fixed typos.
+
+ * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented Get/SetDIBColorTable.
+
+ * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Completed lvi.nls and lth.nls.
+
+ * windows/message.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Check whether senderQ is NULL before trying to lock it.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Fix ctype(), make is* functions binary compatible
+ - Add 13 functions, set errno in math calls
+
+ * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * include/comcat.h, include/rpc.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Include the same headers as on Windows.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ compobj.h is a synonym for objbase.h
+ Moved all the other contents to dlls/ole32/compobj_private.h
+
+ * dlls/comctl32/header.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added notification format handling.
+
+ * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
+
+ * windows/x11drv/keyboard.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Fixed ToUnicode TRACE message.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Add math calls: scalb, fpclass, nextafter, logb, _CI*
+ - Add futime, utime, purecall, getpid
+
+ * dlls/ntdll/misc.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ NTDLL__CIpow returns double, not LONG.
+
+ * dlls/winmm/wineoss/audio.c:
+ Stephane Lussier <stephane@macadamian.com>
+ - Read all the fragments available, not only one fragment before
+ going back to sleep.
+ - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
+ recording. If this command is not supported by the device, read 4
+ bytes in the sound device instead.
+
+ * windows/dialog.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Add support for national characters as accelerators in dialogs.
+
+ * windows/message.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Always generate unicode CHAR messages.
+
+ * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
+ Fixed warnings.
+
+ * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Cosmetics.
+
+ * include/wine/wingdi16.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Added GdiSeeGdiDo16.
+
+ * include/winnt.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Removed double ANYSIZE_ARRAY define.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ When autodetected the MFC were still generating wrappers.
+ Fixed inconsistencies in the use of 'no' in the option names.
+ Updated the MFC link-list (configure.in).
+ Made the Makefile.in layout more readable.
+
+ * dlls/comctl32/updown.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Update comments, cleanup warning messages.
+
+ * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h in files that test for constants defined in it.
+
+ * dlls/kernel/comm.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Avoid using TIOCM_* constants if not available.
+
+ * include/wine/obj_base.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed typo in macro ICOM_METHOD11 parameter list.
+
+ * dlls/imagehlp/modify.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented PE file checksum calculation.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Removed calls to internal (non-exported) wine functions.
+
+ * dlls/kernel/locale_rc.rc:
+ Aric Stewart <aric@codeweavers.com>
+ Added the turkish locale.
+
+ * windows/x11drv/clipboard.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Allow for zero-length string selections.
+
+ * dlls/comctl32/header.c:
+ Ulrich Czekalla <uczekalla@codeweavers.com>
+ Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
+
+ * ole/ole2nls.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ CompareStringW returned wrong results sometimes.
+
+ * ole/Makefile.in:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ We no longer have an ole/nls directory.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
+
+ * windows/message.c:
+ Ove Kaaven <ovek@transgaming.com>
+ Implemented SendNotifyMessage().
+
+ * tools/wineinstall:
+ Andreas Mohr <amohr@codeweavers.com>
+ Made wineinstall a bit more verbose.
+
+ * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
+ WinG was written for 8bpp DIBs, so some apps assume that, so always
+ recommend 8bpp, regardless of the actual display depth.
+
+ * graphics/painting.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ GetPixel needs to return CLR_INVALID if not inside clipping region.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added OLE32.DllRegisterServer stub.
+
+ * dlls/avifil32/avifile.spec:
+ Ove Kaaven <ovek@arcticnet.no>
+ Routed a couple of 16-bit avifile.dll handlers to the 32-bit
+ handlers... well, works for Civilization II.
+
+ * dlls/ntdll/ntdll.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added pow() forward.
+
+ * relay32/snoop.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Don't test !HIWORD values for pointerness.
+
+ * include/windef.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed compilation warning on Cygwin.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ MultiByteToWideChar() returns characters, not bytes.
+
+ * dlls/oleaut32/variant.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Implemented VT_EMPTY to VT_BSTR type coercion.
+
+ * include/ole2.h, include/oleauto.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
+
+ * dlls/kernel/format_msg.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Handle %ls same as %s.
+
+ * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added stub for DCIOpenProvider.
+
+2000-11-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
+ Avoid linking with ntdll where possible.
+
+ * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+ Removed calls to Wine internal functions.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+ Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
+
+2000-11-15 Alexandre Julliard <julliard@winehq.com>
+
+ * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
+ Moved standard syslevel APIs declaration to winbase.h.
+ Use exported syslevel function wherever possible.
+ Moved SEGPTR declaration to windef16.h.
+
+ * include/winproc.h, windows/message.c, windows/winproc.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
+ WM_SYSDEADCHAR messages.
+
+ * tools/winebuild/main.c:
+ Francois Gouget <fgouget@free.fr>
+ Allow the user to stick the option and its argument together.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Complete the implementation of heap functions
+ - Forward j0,j1,jn,y0,y1,yn math calls to libc
+ - Add strnextc, pass text flag in creat, winapi_check fixes
+
+ * controls/widgets.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Prepare switching to unicode of builtin widgets.
+
+ * include/wine/obj_base.h:
+ James Hatheway <james@macadamian.com>
+ Increase number of parameters possible for ICOM_* macros to 11.
+
+ * debugger/stabs.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Skip directories when loading debug symbols.
+
+ * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Improved internal module handling (module now have a size, map of
+ loaded module is clearer, better error reporting, seperated module
+ loading code from symbol extraction).
+
+ * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Remove redundant includes.
+ Eliminate use of USER internal structures.
+
+ * dlls/comctl32/tab.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Use internal unicode strings.
+ Added unicode messages.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ New unicode support functions.
+
+ * tools/winebuild/spec16.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Include config.h.
+
+ * dlls/ole32/compobj.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
+
+ * misc/registry.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ RegSetValueEx16 might get passed 0 as count of databytes, determine
+ string length for ourselves in this case.
+
+ * include/objbase.h, include/unknwn.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Match the Windows header dependencies.
+
+ * windows/sysmetrics.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ SM_ARRANGE is ARW_HIDE, i.e. 8
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Distinguish between IMPORTS and LIBRARIES.
+ Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
+ PROGRAMS to EXES to match.
+ Added a '-i' option for importing a Winelib library. '-l' is still
+ there but is only used for linking in the Unix sense.
+ Disabled the 'wrapper' options. It will be removed as a separate
+ patch.
+ No longer link with all of Wine's libraries.
+ Import the same default set of dlls as Visual Studio.
+ Avoid duplicate imports when generating the .spec file.
+ Updated the way winebuild is used.
+ Link applications as libraries and create a symbolic link to wine.
+ Detect where 'wine' is located in the configure script.
+ Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
+ XFILES, DLLS (configure.in)
+ Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
+ Removed the rules pertaining to spec files from the Make.rules.
+ Updated the clean command to remove the symbolic links.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Added some rpcrt4 stubs.
+
+ * dlls/x11drv/x11drv_main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Allow desktop=N in the [x11drv] section of .winerc, instead of
+ defaulting to desktop=640x480.
+
+2000-11-14 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
+ Moved LDT handling to libwine.so. Changed the interface to use the
+ exported LDT_ENTRY structure.
+
+2000-11-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
+ Temp hack: do not import dlls that we link with at the ELF level.
+
+ * dlls/kernel/kernel32.spec:
+ Fixed copy/paste typo spotted by Dimitrie O. Paun.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Implement dragging on gripper to expand and compress bands. Actual
+ moving bands to different rows will be later.
+
+ * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
+ Mike McCormack <mike_mccormack@looksmart.com.au>
+ - created server object for handling async i/o
+ - implemented WaitCommEvent with the EV_RXCHAR flag
+ - implemented GetOverlappedResult
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
+ Export the CallFrom16xxx functions from kernel32. Renamed them
+ __wine_call_from_16 to follow the naming convention.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Do not warn for unused imported dlls when forwards to the same dlls
+ are present.
+
+ * tools/winebuild/spec32.c:
+ Don't include wine internal functions in the relay debugging table.
+
+ * Make.rules.in:
+ Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
+
+ * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
+ Replaced a few internal functions by exported ones.
+
+ * scheduler/pthread.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
+
+ * configure, configure.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Since we can no longer built .a files:
+ - remove -disable/-enable-dll option
+ - error and abort if no suitable shared library linking is possible
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
+ Added AC_PATH_HEADER and AC_PATH_LIBRARY
+ Better header/library detection. Now works if things are already in
+ the include/library path
+ Look for the wine/MFC headers and libraries in more places so that it
+ works out of the box if Wine/MFC is installed in a standard place
+ (although there is not really a standard place yet for the MFC)
+ Renamed the '--with-xxx' options to have simpler more natural names
+ Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
+
+ * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+ When a Win16 app sets a selector base to low DOS memory, make sure low
+ DOS memory is mapped first.
+
+ * msdos/interrupts.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Use the virtual real-mode interrupt table if low DOS memory isn't
+ mapped.
+
+ * include/miscemu.h, msdos/dosmem.c:
+ Ove Kaaven <ovek@arcticnet.no>
+ Reorganized DOS memory remapping slightly, so that the real-mode
+ interrupt table can exist even when low DOS memory isn't mapped,
+ and is copied down along with the BIOS area whenever it is mapped.
+ Added DOSMEM_SystemBase() which returns a pointer to the virtual
+ real-mode interrupt table and BIOS data segment.
+ Allowed DOSMEM_Init(TRUE) to be called more than once.
+
+2000-11-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
+ Start using import tables for dlls that can already support it.
+
+ * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
+ Raise an exception for unimplemented 16-bit entry points too.
+ Added check for duplicate names in 16-bit spec files.
+
+ * win32/except.c, winedefault.reg:
+ The debugger "Auto" registry value should be a string.
+
+ * dlls/x11drv/x11drv_main.c, wine.ini:
+ Andreas Mohr <amohr@codeweavers.com>
+ Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
+ config file.
+
+ * debugger/msc.c:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Make use of Windows structure for COFF info.
+ Fixed a few issues in COFF loading.
+ Cleaned up the code.
+
+ * tools/c2man.pl:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for APIs that don't have any ordinal (ordinal=@).
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Made WINSPOOL_GetPrinterDriver work again.
+
+2000-11-11 Alexandre Julliard <julliard@winehq.com>
+
+ * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Get rid of some warnings about unused variables, signed/unsigned
+ comparisons and incomplete initializations.
+
+ * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
+ Nerijus Baliunas <nerijus@users.sourceforge.net>
+ Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
+ 8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
+
+ * dlls/comctl32/animate.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
+
+ * configure, configure.in:
+ Eric Pouech <Eric.Pouech@wanadoo.fr>
+ Added another detection of strength-reduce bug in GCC.
+
+2000-11-10 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
+ Build most programs as .so files.
+
+ * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
+ Added Makeprog.rules.in containing rules for building Winelib
+ programs.
+
+ * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use variable argument macros when compiling with gcc.
+
+ * tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Make winelauncher smarter about finding the Wine libraries and
+ binaries. Change the color scheme. Handle launches with no
+ arguments, correctly handle invocation as a mime-type handler from
+ KDE.
+
+ * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Use DUMMYxxxNAME for anonymous struct/unions.
+
+ * include/wingdi.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added missing pointer types: Pxxx or LPxxx
+ Fixed the definition of FONTENUMPROC
+ Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
+ reading I believe)
+ Added missing definitions: PC_TRAPEZOID
+ Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added some STN_xxx macros.
+
+ * include/windef.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ HICON and HCURSOR should be interchangeable.
+
+ * include/commctrl.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added LPUDACCEL and HDF_RTLREADING.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Convert include statements of not-found files to lower case by
+ default
+ Added --no-lower-include option to override the above
+ Beautified the interactive mode output to make it easier to follow
+ Interactive mode: support the --mfc and --wrap options for both
+ projects and targets
+ Fixed the mfc/wrap propagation between project and targets (goes both
+ ways)
+ Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
+ Don't put the stdafx.cpp file in the list of files to compile (it's
+ just there for pre-compiled headers, yuk)
+ Fixed LD_LIBRARY_PATH when linking an application with a library from
+ the same makefile
+ Don't forget 'extra' sources when looking for a file for configure.in
+ Renamed the '--no-makefile' option to '-no-generated-file'
+
+ * documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Document the --lower-include options.
+ Document the --no-generated-files options.
+
+ * relay32/builtin32.c: Repaired relay debugging.
+
+ * dlls/Makedll.rules.in:
+ We do not need to set SOVERSION for dlls.
+
+ * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
+ Build test programs as .so files. Added missing imports.
+
+ * include/wine/library.h, library/loader.c, scheduler/process.c:
+ Added support for loading a Winelib app linked as a .so from the wine
+ launcher, based on the value of argv[0].
+
+ * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
+ Don't link libwine_unicode into all dlls.
+
+ * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
+ Fixed language handling. Removed some dependencies on Wine internals.
+
+ * wine.ini: Andreas Mohr <amohr@codeweavers.com>
+ Added an explanation for the directory symlink stuff.
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Corrected used registry key.
+
+ * dlls/wininet/http.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Initialize nSocketFD to INVALID_SOCKET.
+
+2000-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
+ Added some missing imports.
+
+ * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+ Added support in winebuild for resolving function imports (-sym option).
+ Added -L option for locating imported dlls.
+ Changed generated exe init code to use __wine_get_main_args.
+
+ * dlls/ntdll/ntdll.spec, misc/options.c:
+ Added __wine_get_main_args to retrieve command-line arguments for the
+ application.
+
+ * loader/elfdll.c:
+ Don't strip the library extension if it's not ".dll".
+
+ * configure, configure.in:
+ Fixed NetBSD dll check.
+ Added check for -Bsymbolic.
+ Fixed LDSHARED definition to support undefined SONAME.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
+ Eric Kohl <ekohl@codeweavers.com>
+ Added header control cursors and drag list arrow icon.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Added Russian resources to the Postscript driver.
+
+ * dlls/comctl32/propsheet.c:
+ Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+ Make a copy of the dialog resource before correcting styles.
+
+2000-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/library.h, library/loader.c, relay32/builtin32.c:
+ Do builtin modules fixups in library/loader.c before calling the
+ load_dll callback.
+
+ * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
+ Check all Callouts function pointers for NULL before using them.
+ Don't load USER dll if not needed by the application.
+
+ * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ - Implemented 73 CRT functions
+ - Reimplemented file I/O using Win32 calls
+ - Set errno/doserrno in most calls
+
+ * dlls/wininet/ftp.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
+
+ * programs/winemine/main.c:
+ Added middle mouse button handling.
+
+ * dlls/user/.cvsignore: Removed .s files.
+
+ * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Moved things to the proper rpcxxx.h header.
+ Added some type definitions used by the MFC.
+
+ * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include windef.h before wtypes.h (directly or indirectly).
+
+ * include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added DM_REPOSITION.
+
+ * include/winbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include stdarg.h.
+ Added a few missing exception related types.
+
+ * include/winnt.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ We must include ctype.h so that applications get isalnum & co.
+
+ * include/commdlg.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added CC_SOLIDCOLOR and CC_ANYCOLOR.
+
+ * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
+ Moved builtin dll registration to libwine.
+ Changed process initialization to not load imported dlls too early.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
+
+ * windows/x11drv/keyboard.c:
+ Aric Stewart <aric@codeweavers.com>
+ ToUnicode: ignore CTRL+number keystrokes.
+
+ * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
+ Added new library.h header for libwine definitions.
+ Added getpagesize() and wine_anon_mmap() portability functions.
+
+2000-11-07 Alexandre Julliard <julliard@winehq.com>
+
+ * scheduler/pthread.c:
+ pthread_atfork: don't call critical section functions before
+ initialization is done.
+
+ * memory/virtual.c:
+ Fixed 0/-1 mixup for indicating no mapping handle.
+
+ * controls/uitools.c, include/tchar.h:
+ Francois Gouget <fgouget@free.fr>
+ Fixed typos in comments.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented toolbar customization dialog.
+
+ * dlls/comctl32/updown.c:
+ Eric Kohl <ekohl@codeweavers.com>
+ Implemented new messages.
+
+ * debugger/msc.c:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ - Take OMAP records into account to correct symbol addresses.
+ - Understand CodeView data embedded in the PE file itself.
+ - Understand NB11 signature CodeView data.
+ - No more bogus 'timestamp mismatch' errors.
+ - General cleanup / removal of duplicate code.
+
+ * include/winnt.h:
+ Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+ Added missing IMAGE_DEBUG_MISC definition.
+
+ * dlls/wininet/ftp.c:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Send the local ip address with the PORT command and not that of the
+ server.
+ Fix handling of multi-line responses.
+ Read a response after the STOR command.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented the RedrawItems message for a listview.
+
+ * dlls/wineps/afm.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ New path for AFM documentation on the net.
+
+ * tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the include path handling in get_real_include_name
+ Modified get_real_include_name so that it can follow an include path
+ starting with $(TOPSRCDIR)
+ Indent the debug messages a bit more so that winemaker's is still
+ readable when they are on
+ The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
+ The MFC include path must contain the path to the ATL headers
+ (configure.in)
+
+ * dlls/comctl32/tab.c:
+ Francois Gouget <fgouget@free.fr>
+ Use DrawFocusRect to draw the focus rectangle.
+
+ * dlls/winaspi/aspi.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
+ CD-ROM drives that are doing mad things with spaces
+ - add ERR()s in case of parsing problems
+
+ * include/bitmaps/wine_small.xpm:
+ Aric Stewart <aric@codeweavers.com>
+ Added 16x16 wine logo.
+
+2000-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
+ Removed SUBDIRS in winmm Makefile.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
+ James Hatheway <james@macadamian.com>
+ Added stubs and setupapi.h.
+
+ * dlls/comctl32/comboex.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
+ it.
+
+ * documentation/Makefile.in, documentation/winemaker.man:
+ Francois Gouget <fgouget@codeweavers.com>
+ Winemaker's man page initial release.
+
+ * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
+ Better error message when an include file is not found by makedep.
+ Added support for .mc extension.
+ Do not try to open *.tab.h and *.mc.rc include files.
+
+ * dlls/user/Makefile.in:
+ Added missing dependency for 16-bit resource files.
+
+ * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
+ Use .mc.rc extension for rc files generated by the message compiler.
+
+ * loader/elf.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Get ELF_LoadLibraryExA back into a working state.
+
+ * dlls/winspool/info.c:
+ Stefan Leichter <Stefan.Leichter@camline.com>
+ Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
+ AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
+ registry entrys of Win9[58] and WinNT printer drivers.
+
+ * controls/menu.c:
+ Francois Gouget <fgouget@free.fr>
+ Take into account the sunken border for Win98 look.
+ Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
+ because Win9x does it).
+ Leave a 1 pixel gap above menu bar items for symetry (and because
+ Win9x does it).
+
+2000-11-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - reorganized DInput DLL
+ - added stubbing for DInput 7a
+ - 'fixed' the mouse problem in Fallout
+
+ * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Added DnD cursors as ole32 resources.
+
+ * include/spy.h, windows/message.c, windows/spy.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Added the ability to see names of the virtual key codes.
+
+ * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Added a winelauncher shell script which makes the process of running
+ Wine a little nicer for an end user. The intent of winelauncher is to
+ be used inside of a distribution package.
+
+ * tools/Makefile.in, tools/winemaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ New script for porting Windows source code to WineLib.
+
+ * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
+ Declare debug channels in all dlls that need them; added imports of
+ ntdll where necessary.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
+ New debug channel mechanism allowing decentralized channel
+ declarations.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+ Added debug_channels support.
+
+ * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
+ Patrik Stridvall <ps@leissner.se>
+ Optimized {,p}MoveTo{,Ex}{,16}.
+
+ * windows/dce.c: Francois Gouget <fgouget@free.fr>
+ Added comment explaining why we have an ERR rather than a WARN.
+
+ * msdos/dosmem.c:
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Added missing #include <sys/types.h>.
+
+ * dlls/comctl32/comboex.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
+ WM_GETTEXT down to combo box.
+
+ * windows/sysparams.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Cleanup SystemParametersInfo<16|A|W>.
+
+ * controls/menu.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Don't reset MF_POPUP flag in SetMenu().
+
+ * windows/queue.c:
+ James Abbatiello <jabbey@codeweavers.com>
+ Fix test for pending message in QUEUE_ReceiveMessage().
+
+ * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
+ Allocate DC objects on the process heap, and removed WIN_DC_INFO
+ structure (based on a patch by Ken Coleman).
+
+2000-11-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shelllink.c:
+ Removed leftover debug output.
+
+ * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - fix inf file open/close
+ - do NOT return handles based on list offset
+ - we might want to use HEAP_strdupA instead of assigning string pointers...
+ - implement (more or less) GenFormStrWithoutPlaceholders
+
+ * documentation/wine.man.in:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Protect the backslashes we mean to have show from groff.
+
+ * dlls/comctl32/comctl32undoc.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed off by one error in DPA handling, added some warnings.
+
+ * files/file.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Use debugging API instead of outputing to stderr directly.
+
+ * dlls/ddraw/dsurface/main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Avoid division by zero.
+
+ * dlls/comctl32/rebar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Pass up WM_DRAWITEM messages to parent.
+
+2000-11-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
+ Create Gnome/KDE desktop and menu entries from IShellLink
+ interface. Based on the work of James Thomson and Dusan Lacko.
+
+ * dlls/comctl32/treeview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Treeview item sorting could mess up the visibleOrder of the items.
+
+ * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+ Marcus Meissner <marcus@jet.franken.de>
+ Move focus recalculation out of the window destroy recursion
+ so we do not send WM_SETFOCUS to already destroyed windows.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Do not invert "magic" bitmap menu items.
+
+ * tools/find_debug_channels:
+ Francois Gouget <fgouget@free.fr>
+ Make sure to carefully quote file names.
+
+ * dlls/comctl32/toolbar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Swap CalcToolbar and paint rectangle computation to the correct order.
+
+ * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Pause command interpreter while executing a console-mode app.
+
+2000-11-01 Alexandre Julliard <julliard@winehq.com>
+
+ * files/directory.c:
+ Fixed SearchPath to handle a ';'-separated path as first argument.
+
+ * dlls/ntdll/nt.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
+ admin privileges.
+
+ * windows/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Export SHGetSettings by name. New stub for shell.68.
+
+ * dlls/comctl32/rebar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
+ to RB_GETBANDINFOA.
+
+ * objects/metafile.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Use GDISelectPalette16 instead of SelectPalette and
+ GDIRealizePalette16 instead of RealizePalette in order to get rid of
+ possible deadlocks.
+
+ * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
+ Andreas Mohr <amohr@codeweavers.com>
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Patrik Stridvall <ps@leissner.se>
+ Various warning fixes.
+
+ * graphics/painting.c, graphics/path.c, include/path.h:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
+ Ellipse work with an open path.
+
+ * controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Make bitmap menu items look like in windows when selected,
+ i.e. inverted and hilited (in Win98 look).
+
+ * controls/scroll.c:
+ Francois Gouget <fgouget@free.fr>
+ Check for SB_CTL before displaying a caret.
+
+ * dlls/kernel/format_msg.c:
+ Do not truncate high word of message id.
+
+ * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ Better handling of custom templates and hooks.
+ Bug fixes.
+
+ * dlls/comctl32/toolbar.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
+ recalculated due to InvalidateRect()->WM_PAINT anyway).
+
+ * dlls/user/user32.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed issue found by winapi_check.
+
+ * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
+ Patrik Stridvall <ps@leissner.se>
+ Minor API files update.
+
+ * windows/x11drv/keyboard.c:
+ Gabriel Garcia <GarciaG@origenes.com.ar>
+ Added Latin American layout.
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Lawson Whitney <lawson_whitney@juno.com>
+ Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
+ Redirected forward of shlwapi.54 to gdi32.CreateICW.
+
+2000-10-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
+ Francois Gouget <fgouget@free.fr>
+ Use PS_ALTERNATE rather than PS_DOT.
+ Use Rectangle to draw focus rectangles.
+
+ * objects/pen.c: Francois Gouget <fgouget@free.fr>
+ Allow pens with styles greater than PS_INSIDEFRAME to be created with
+ CreatePenIndirect and ExtCreatePen.
+
+ * graphics/x11drv/pen.c:
+ Francois Gouget <fgouget@free.fr>
+ Use sizeof for maintainability.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Ignore RBBS_BREAK style on first band.
+
+ * graphics/x11drv/init.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed a few device caps values.
+
+ * misc/registry.c:
+ David Elliott <dfe@infinite-internet.net>
+ _nt_parse_nk() should not close keys that it does not open.
+
+ * objects/gdiobj.c:
+ Francois Gouget <fgouget@free.fr>
+ Set the thickness of stock pens to 0 so that they are not scaled.
+
+ * dlls/comctl32/listview.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fixed cancels editing of a listview label if the listview is
+ scrolled.
+
+ * windows/syscolor.c:
+ Francois Gouget <fgouget@free.fr>
+ Fixed the value of some system colors.
+
+ * dlls/comctl32/rebar.c:
+ Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+ Fix for avoiding subtraction from unsigned zero.
+
+ * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
+ Peter Ivanyi <ivanyi@internet.sk>
+ Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
+
+ * controls/scroll.c:
+ Francois Gouget <fgouget@free.fr>
+ Hide the caret only on the first WM_KEYDOWN.
+
+ * dlls/dinput/dinput_main.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
+ Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
+
+ * dlls/comctl32/treeview.c:
+ Susan Farley <susan@codeweavers.com>
+ Under some conditions its necessary to explicitly show the
+ scrollbars.
+
+ * windows/dialog.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Display an ERR on errors while initializing USER.
+
+ * dlls/kernel/time.c:
+ Rein Klazes <rklazes@casema.net>
+ Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Handle special case where itemID = -1 (special focus rect draw).
+
+ * dlls/shell32/shres.rc:
+ Andreas Mohr <amohr@codeweavers.com>
+ Fix insufficient rect width value in resource file.
+
+ * win32/console.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ Need to get any outstanding input prior to returning number.
+
+ * tools/wineinstall:
+ Ove Kaaven <ovek@arcticnet.no>
+ Some bugfixes, another function for packaging, and some text
+ reformatting from Eric Maryniak.
+
+ * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
+ Removed obsolete TOOLSUBDIRS dependency.
+
+ * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
+ Added import of ntdll.
+
+ * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
+ Build ntdll as a real dll, including everything that was previously in
+ libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
+
+2000-10-29 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
+
+ * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
+ Dimitrie O. Paun <dimi@cs.toronto.edu>
+ Fixed a few compilation warnings
+
+ * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
+ Joerg Mayer <jmayer@loplof.de>
+ Move inline and static to the beginning of declarations.
+
+ * dlls/comctl32/comboex.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
+
+ * tools/wineconf:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added a '-inifile' option to specify the location of the wine.ini file
+ used in the building of the new wine.ini file.
+
+ * debugger/msc.c:
+ Juergen Schmied <juergen.schmied@debitel.net>
+ - enable loading of pdb files named in NB10 records of a dbg file
+ - disable timestamp check for pdb files
+
+ * win32/device.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Quieten VxDCall_VMM output.
+
+ * tools/wineinstall:
+ Ove Kaaven <ovek@arcticnet.no>
+ wineinstall improvements, mostly for usage in package postinstall
+ scripts.
+
+ * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
+ Patch flat cs of 16-bit entry points if current %cs is different from
+ compiled value, and retrieve flat ds from a global variable. This
+ should avoid problems with win4lin kernels.
+
+ * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
+ David Elliott <dfe@infinite-internet.net>
+ Added basic working stubs of new Windows 2000 API functions.
+
+ * include/local.h, memory/local.c:
+ Removed unused LOCAL_LockSegptr.
+
+ * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
+ Use GetStockObject() instead of the magic STOCK_* handles.
+
+ * debugger/msc.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
+ of that structure.
+
+ * dlls/shell32/shell32_main.c:
+ Dave Pickles <davep@cyw.uklinux.net>
+ Implement SHGFI_EXETYPE function of SHGetFileInfo.
+
+ * windows/winhelp.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Report errors on WinHelp() failures.
+
+ * dlls/comctl32/comboex.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - improved trace information
+ - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
+ WM_MEASUREITEM, WM_DRAWITEM
+ - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
+ WM_CREATE, WM_DESTROY
+ - above changes correct window rectangle, draws items, and creates
+ control correctly.
+
+ * dlls/comctl32/rebar.c:
+ Guy L. Albertelli <galberte@neo.lrun.com>
+ - correct processing of RBBS_BREAK style.
+ - handle cases where cyChild was set to -1 by appl. - undocumented.
+ - remove special code for Comboboxex problem (now solved).
+ - fix some painting problems
+
+2000-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * memory/global.c:
+ Francois Gouget <fgouget@free.fr>
+ Return the correct value for dwTotalVirtual.
+ Return a more plausible value for dwAvailVirtual.
+
+ * misc/cpu.c: Francois Gouget <fgouget@free.fr>
+ Return a more plausible value for MinimumApplicationAddress.
+
+ * tools/winebuild/main.c, server/context_i386.c:
+ Federico Schwindt <fgsch@core-sdi.com>
+ Fixes for OpenBSD.
+
+ * dlls/ole32/itemmoniker.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ CreateItemMoniker may get NULL as szDelim, some cleanups.
+
+ * dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
+ instead of accessing IUnknown.
+
+ * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
+ Huw D M Davies <hdavies@codeweavers.com>
+ Stub for HttpSendRequestExA.
+
+ * controls/combo.c, dlls/commdlg/filedlg95.c:
+ Andreas Mohr <amohr@codeweavers.com>
+ - set the item height not only for the listbox, but also for the text field
+ - center text vertically
+ - beautify comments
+
+ * dlls/user/Makefile.in:
+ Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
+ Don't assume we are building in the source tree, but allow make to
+ locate resources/display.rc and resources/mouse.rc via VPATH.
+
+2000-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
+ Raise an exception when a stub entry point is called.
+
+ * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
+ Removed unused STRUCT32_NCCALCSIZE functions.
+
+ * windows/input.c, controls/menu.c:
+ Dmitry Timoshkov <dmitry@sloboda.ru>
+ Ask application to reinitialize its menu before processing an
+ accelerator key.
+
+ * dlls/shell32/shellpath.c:
+ Martin Pilka <mpilka@codeweavers.com>
+ "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+
+ * dlls/ntdll/signal_i386.c:
+ Fixed typo due to merge error.
+
+ * dlls/oleaut32/typelib.c:
+ Francois Jacques <francoisj@macadamian.com>
+ Updated the load process so that all typelibs (and not just the first
+ one, as it used to) stored in a DLL can be loaded.
+
+ * graphics/painting.c:
+ Mark Dufour <m.dufour@student.tudelft.nl>
+ Implemented PolyDraw() and AngleArc().
+
+2000-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, include/version.h:
+ Release 20001026.
+
----------------------------------------------------------------
2000-10-26 Alexandre Julliard <julliard@winehq.com>
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented CopyImage16.
- * documentation/bugreports
+ * documentation/bugreports
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Small fix.
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow specifying module name for NE dummy module.
- * loader/pe_image.c
+ * loader/pe_image.c
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Set module name of dummy module equal to module name of PE module.