+----------------------------------------------------------------
+2005-04-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wtsapi32/wtsapi32.c, dlls/wtsapi32/wtsapi32.spec,
+ include/wtsapi32.h:
+ Huw Davies <huw@codeweavers.com>
+ WTSFreeMemory stub.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Set the backup/restore privilege.
+
+ * dlls/kernel/tests/file.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Exclude crashing CreateFileW test on NT4.
+
+ * server/file.c, server/file.h, server/mapping.c:
+ Cleaned up handling of 64-bit file sizes.
+
+ * dlls/ntdll/virtual.c: Troy Rollo <wine@troy.rollo.name>
+ Fix SEGVs in NtCreateSection and NtMapViewOfSection.
+
+ * dlls/advpack/reg.c: Troy Rollo <wine@troy.rollo.name>
+ Prevent SEGV in RegInstall when pstTable is NULL.
+
+ * dlls/advapi32/service.c: Troy Rollo <wine@troy.rollo.name>
+ Correct test of BOOL return value in ControlService.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Remove two unnecessary traces.
+ Break up one test into two.
+
+ * dlls/ntdll/tests/info.c, dlls/ntdll/tests/rtlstr.c,
+ dlls/shell32/shellord.c, dlls/twain/twain.h, documentation/ole.sgml,
+ include/custcntl.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/shell32/shlfileop.c: Troy Rollo <wine@troy.rollo.name>
+ Fix SEGV for non-fully-qualified destination paths.
+ Don't fail ShFileOperationW if FOF_ALLOWUNDO is passed.
+
+ * dlls/msi/tests/db.c, dlls/msi/tests/record.c,
+ dlls/shell32/tests/shelllink.c, dlls/user/tests/msg.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/dplayx/dplay.c: Francois Gouget <fgouget@free.fr>
+ DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
+ check that the DPSET_LOCAL flag is not set.
+
+ * dlls/commdlg/filedlgbrowser.c: Francois Gouget <fgouget@free.fr>
+ SBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOLUTE).
+ Add COMDLG32_DumpSBSPFlags().
+
+ * documentation/winedev-otherdebug.sgml:
+ Aaron Arvey <aarvey@cs.hmc.edu>
+ Added section "Which code has been tested?" describing gcov usage.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Add RegUnLoadKey test.
+
+ * dlls/user/menu.c: Jose Alonso <alonso@estadao.com.br>
+ Change the order of DispatchMessage and message removal.
+
+2005-04-18 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/widl/widl.c: Juan Lang <juan_lang@yahoo.com>
+ Always initialize header file name, to prevent "#include (null)"
+ statements in generated files.
+
+ * tools/wine.inf: Benjamin Cutler <cutler@cs.colostate.edu>
+ Add default registry entries for power management.
+
+ * dlls/kernel/tests/atom.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Copied the atom tests for global atom so that we can test local atoms
+ too.
+
+ * dlls/kernel/locale.c:
+ Removed unused data fields in the LANG_FIND_DATA structure.
+
+ * dlls/ntdll/sync.c, include/wine/server_protocol.h,
+ server/protocol.def:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed the no longer user APC_ASYNC kind of APC.
+
+ * windows/syscolor.c: Rein Klazes <wijn@wanadoo.nl>
+ Fix addressing the magic GDIOBJHDR field in
+ SYSCOLOR_MakeObjectSystem.
+
+ * dlls/user/text.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Eliminate strncpy. Correct a \0 assingment to the modstr variable.
+
+ * dlls/msi/format.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Remove 2 identicals calls to strlenW.
+
+ * dlls/dmloader/container.c, dlls/dmusic/collection.c,
+ dlls/kernel/task.c, dlls/rsaenh/rsaenh.c, dlls/shlwapi/path.c,
+ dlls/shlwapi/url.c, dlls/winedos/devices.c, dlls/wininet/urlcache.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Strncpy elimination.
+
+ * dlls/dbghelp/type.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Eliminate strncpy and correct some NameLen bugs.
+
+ * dlls/dbghelp/module.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Elimination of lstrcpyn, and corrected a potential pointer bug.
+
+ * dlls/cabinet/cabextract.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Eliminate a strncpy and remove unused variable.
+
+ * dlls/kernel/sync.c, dlls/ntdll/file.c,
+ include/wine/server_protocol.h, include/winternl.h,
+ server/named_pipe.c, server/protocol.def, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - moved named pipe creation to ntdll
+ - server now handles the named pipe flags as the NTDLL values (not the
+ KERNEL32 ones)
+ - named pipes in server now use the async IO mechanism for
+ connect/wait ops
+
+ * dlls/dinput/data_formats.c: Robert Reif <reif@earthlink.net>
+ Added keyboard data format.
+
+ * dlls/comctl32/tooltips.c, dlls/commdlg/filedlg.c,
+ dlls/devenum/parsedisplayname.c, dlls/dmband/band.c,
+ dlls/dmcompos/chordmap.c, dlls/dmime/audiopath.c, dlls/dmime/graph.c,
+ dlls/dmime/segment.c, dlls/dmloader/loaderstream.c,
+ dlls/dmscript/script.c, dlls/dmstyle/style.c, dlls/gdi/font.c,
+ dlls/gdi/freetype.c, dlls/itss/chm_lib.c, dlls/msi/cond.y,
+ dlls/msvcrt/locale.c, dlls/msvideo/mciwnd.c,
+ dlls/msvideo/msvideo16.c, dlls/oledlg/insobjdlg.c,
+ dlls/quartz/filtermapper.c, dlls/shell32/debughlp.c,
+ dlls/shell32/shelllink.c, dlls/shell32/shellpath.c,
+ dlls/shell32/shlexec.c, dlls/shell32/systray.c, dlls/user/edit.c,
+ dlls/winedos/int21.c, dlls/wininet/dialogs.c,
+ dlls/wininet/internet.c, dlls/wininet/utility.c,
+ dlls/winmm/wineoss/audio.c, programs/winecfg/drivedetect.c,
+ tools/sfnt2fnt.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Replace strncpy with memcpy or lstrcpyn.
+
+ * dlls/comctl32/treeview.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Don't redraw if no information has changed.
+ Fixed endless redraw loop if app using callback for images and/or
+ text.
+ Keep color changes made by app for the current draw cycle.
+
+ * dlls/commdlg/printdlg.c, include/commdlg.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added proper definition for PRINTDLGEX[AW] structures.
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/util.c, programs/winetest/winetest.h,
+ programs/winetest/winetest.rc:
+ Ferenc Wagner <wferi@tba.elte.hu>
+ Enforce valid tag syntax during input.
+
+ * dlls/msacm/imaadp32/imaadp32.c, dlls/msvcrt/mbcs.c,
+ programs/winecfg/winecfg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed some signed / unsigned pointer casts.
+
+ * documentation/architecture.sgml, documentation/winedev-kernel.sgml:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Using uniform DocBook tags for DLLs, commands, environment vars...
+ - Moved detailed memory management from archi to kernel(s) part.
+ - Enhanced process handling description.
+ - Added section about 16 bit processes' support.
+ - Added section about DOS support.
+
+ * documentation/debugger.sgml: Eric Pouech <pouech-eric@wanadoo.fr>
+ Minor cleanups.
+
+ * dlls/advapi32/tests/registry.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fail gracefully on permission denied.
+
+ * dlls/ntdll/nt.c: Benjamin Cutler <cutler@cs.colostate.edu>
+ Add semi-stub for NtPowerInformation(SystemPowerCapabilities, ...).
+
+ * dlls/comctl32/datetime.c: Duane Clark <dclark@akamail.com>
+ The datetime should be initialized with local time.
+
+ * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+ Sami Aario <sami.aario@surfeu.fi>
+ Added stubs for RunSetupCommand and DelNode.
+
+ * dlls/x11drv/clipboard.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Correctness for const pointer casts.
+
+ * programs/progman/dialog.c, programs/progman/program.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed a couple of unneeded casts.
+
+2005-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/sync.c, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Declare and define a stub for NtSignalAndWaitForSingleObject.
+
+ * dlls/gdi/gdi16.c: Richard Cohen <richard@daijobu.co.uk>
+ CreateBitmap16 should use only the first byte of planes & bpp.
+
+ * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+ James Hawkins <truiken@gmail.com>
+ RegDeleteKey fails if the lpSubKey param is NULL.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/paint.c, dlls/riched20/para.c, dlls/riched20/run.c,
+ dlls/riched20/style.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <wdev@foltman.com>
+ - removed trailing spaces from some files
+ - tab support
+ - indent support
+
+ * dlls/comctl32/datetime.c: Duane Clark <dclark@akamail.com>
+ Add support for direct keyboard input to numeric fields.
+
+ * dlls/hhctrl.ocx/hhctrl.c: Mike Hearn <mike@navi.cx>
+ - Add text dumping of the requested command.
+ - Make the stub message appear for more commands.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+ Benjamin Cutler <cutler@cs.colostate.edu>
+ - Correct args for NtPowerInformation.
+ - Add stub for NtInitiatePowerAction.
+
+2005-04-15 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/preloader.c: Aaron Arvey <aarvey@cs.hmc.edu>
+ Added __bb_init_func for linking purposes.
+
+ * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+ dlls/mshtml/oleobj.c, dlls/mshtml/view.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - More implementation of view
+ - Added IOleInPlaceActiveObject
+
+ * dlls/advapi32/tests/registry.c: Jakob Eriksson <jakov@vmlinux.org>
+ ERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
+
+ * dlls/advapi32/tests/crypt.c: Jakob Eriksson <jakov@vmlinux.org>
+ Win98 can return ERROR_CALL_NOT_IMPLEMENTED.
+
+ * dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c:
+ Brian Vincent <vinn@theshell.com>
+ Add stub for DCICreatePrimary.
+
+ * dlls/shell32/shfldr_fs.c: Huw Davies <huw@codeweavers.com>
+ When we're hiding file extensions then SetNameOf should append the
+ original extension if SHGDN_FORPARSING isn't set.
+ The flags passed to SetNameOf refer to the dst string not the src
+ pidl.
+
+ * dlls/ole32/moniker.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Zero out an invalidated runningObjectTableInstance pointer.
+
+ * tools/winedump/main.c: Francois Gouget <fgouget@codeweavers.com>
+ Mention the 'emf' and 'lnk' modes in the usage summary.
+ Add -? and --help synonyms for -h as is customary.
+ puts("") already prints a '\n' so we don't need a second one.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ If winemenubuilder is given a list of menus to recreate, it should not
+ give up on the first menu that fails.
+
+ * dlls/comctl32/datetime.c: Duane Clark <dclark@akamail.com>
+ Hour '0' corresponds to 12AM.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/tests/.cvsignore,
+ dlls/ntdll/tests/Makefile.in, dlls/ntdll/tests/info.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ Start of unit tests for *Info* functions.
+ Check needed length regardless of given length.
+ Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
+ Return STATUS_ACCESS_VIOLATION if no buffer given.
+
+ * dlls/gdi/tests/metafile.c: Mike McCormack <mike@codeweavers.com>
+ Simple unit tests for GdiIs*DC functions.
+
+ * include/wtsapi32.h: Mike McCormack <mike@codeweavers.com>
+ Add some more Windows Terminal Server API definitions.
+
+ * tools/widl/client.c, tools/widl/server.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Put space between include directive and include file.
+
+ * tools/widl/widl.man: Juan Lang <juan_lang@yahoo.com>
+ Add proxy/stub options to widl man page.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/stg_prop.c,
+ dlls/ole32/tests/stg_prop.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement FmtIdToPropStgName & PropStgNameToFmtId, with tests.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ Fix TB_GETBUTTONSIZE to return the correct width/height for no
+ buttons.
+
+ * dlls/comctl32/datetime.c: Robert Shearman <rob@codeweavers.com>
+ - Use SetWindowPos to move the buddy window into position instead of
+ destroying it and recreating it at the new position.
+ - Clear the background in WM_VSCROLL to avoid problems with
+ antialiased text drawing on top of itself multiple times.
+
+ * include/wingdi.h: Mike McCormack <mike@codeweavers.com>
+ Add prototypes for some Gdi* functions.
+
+2005-04-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/updown.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Keep track of WS_DISABLED explicitely, as it doesn't generate a
+ WM_STYLECHANGED message.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for LVN_ODSTATECHANGED.
+ Minor typo fixes.
+
+ * dlls/gdi/dc.c, dlls/gdi/gdi32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Implement GdiIs*DC functions.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/menu.c:
+ Robert Shearman <rob@codeweavers.com>
+ Add a test for a menu problem I found.
+
+ * dlls/user/menu.c: Robert Shearman <rob@codeweavers.com>
+ Recalculate the menu on calling ModifyMenu so that the menu items are
+ shown at the correct width.
+
+ * dlls/comctl32/treeview.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Send notifies after invalidating changed areas.
+ Don't use custom draw returned colors for control.
+
+ * dlls/ole32/stg_prop.c: Fixed a buffer overflow.
+
+ * dlls/x11drv/dib.c: Rein Klazes <wijn@wanadoo.nl>
+ In X11DRV_DIB_SetImageBits avoid BadMatch errors when calling
+ XGetSubImage.
+
+ * dlls/x11drv/opengl.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
+ Include Xmd.h in x11drv.h with the proper defines to make it work, and
+ remove related hacks in various C files.
+
+ * dlls/msvcrt/wcs.c: Rein Klazes <wijn@wanadoo.nl>
+ Fix decoding printf format in case the field width specifier is a '*'.
+
+ * tools/wrc/parser.y: Michael Lin <mlin@corvu.com.au>
+ Change menu item options to use optional comma.
+
+ * include/winuser.h: Michael Lin <mlin@corvu.com.au>
+ Define WINUSERAPI.
+
+ * dlls/oleaut32/typelib.c: Daniel Remenak <dtremenak@gmail.com>
+ Remove unused variable in _copy_arg.
+
+ * dlls/wininet/internet.c: Benjamin Cutler <cutler@cs.colostate.edu>
+ Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
+ INET_QueryOptionHelper. MSDN says to return 'global proxy info' when
+ hInternet == NULL. Thanks to Juan Lang for helping with this.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
+ Duane Clark <dclark@akamail.com>
+ Monday is day number '1'.
+ Set day of week when a day is selected in the calender.
+ Use fixed width fields in datetime.
+ DTS_TIMEFORMAT is a two bit field, so test accordingly.
+ Reposition and resize the updown control when the datetime control is
+ resized.
+ Respond to updown inputs.
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+ dlls/mshtml/mshtml_private.h, dlls/mshtml/view.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added more implementation of IDocumentView.
+
+ * programs/regedit/En.rc, programs/regedit/Makefile.in,
+ programs/regedit/edit.c, programs/regedit/hexedit.c,
+ programs/regedit/main.c, programs/regedit/main.h,
+ programs/regedit/resource.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Add neutral English resources.
+ - Add a control for editing binary data.
+ - Add a binary value editor dialog.
+
+ * dlls/kernel/console.c, programs/wineconsole/user.c,
+ programs/wineconsole/winecon_private.h,
+ programs/wineconsole/wineconsole.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
+ flag from the calling process to the console process. Make wineconsole
+ use the CmdShow parameter in the ShowWindow call.
+
+2005-04-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/controls.h, dlls/user/text.c, dlls/user/uitools.c,
+ dlls/user/user_private.h, windows/defwnd.c, windows/nonclient.c,
+ windows/syscolor.c:
+ Moved handling of the 55AA pattern brush to syscolor.c so that it can
+ be made a system object (found by Rein Klazes).
+
+ * dlls/wininet/internet.c: Benjamin Cutler <cutler@cs.colostate.edu>
+ Check for an invalid hInternet handle in INET_QueryOptionHelper for
+ INTERNET_OPTION_PROXY before attempting to use it.
+
+ * dlls/gdi/bitmap.c, dlls/gdi/gdi_private.h, dlls/gdi/wing.c,
+ include/gdi.h:
+ Moved the BITMAPOBJ structure to gdi_private.h.
+
+ * dlls/x11drv/xim.c: Marcus Meissner <meissner@suse.de>
+ Terminate XCreateIC() argument list with NULL instead of just 0.
+
+ * dlls/x11drv/bitmap.c:
+ Use an X context to associate the phys bitmap data to a bitmap handle
+ instead of directly accessing the bitmap structure.
+
+ * dlls/x11drv/x11drv.spec: Huw Davies <huw@codeweavers.com>
+ RegisterClipboardFormat takes a unicode string now.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ - Fix leftover negative sign in height parameter for transparent
+ bitmap.
+ - Properly announce whether bitmap is transparent in get_Attributes.
+ - GIF transparency is now palette-index based, instead of RGB based.
+ - Keep original bitmap and XOR mask separate, so that get_Handle
+ returns original bitmap.
+
+ * dlls/shell32/shellole.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Correct comments of some export ordinals.
+
+ * dlls/gdi/gdi32.spec, dlls/ole32/ole2_16.c, dlls/x11drv/clipboard.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the need for the non-standard (Close|Delete)MetaFile16().
+
+ * dlls/gdi/dib.c, dlls/gdi/gdi_private.h, dlls/x11drv/dib.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/x11drv.spec:
+ Moved the driver-independent part of CreateDIBSection into GDI.
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+ dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c,
+ dlls/mshtml/view.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added IOleDocumentView interface.
+ - Added implementation of DoVerb and CreateView.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Pass an empty string instead of NULL to RegDeleteKey to delete hKey.
+
+ * windows/spy.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Dump whole NMHEADERA notify structure for TreeViews.
+
+ * dlls/comctl32/tab.c: Vitaliy Margolen <wine-devel@kievinfo.com>
+ Draw only visible tabs.
+
+ * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+ Fully implement WAVEDEVICEMAPPING property set.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shelllink.c:
+ Huw Davies <huw@codeweavers.com>
+ Add a unicode pidl type.
+ Improve support for PT_YAGUID.
+ Improve IShellLink debugging.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/x11drv.h:
+ Store DIB section information directly in the phys bitmap structure
+ and get rid of the X11DRV_DIBSECTION structure.
+ Get rid of the unused AuxMod DIB state.
+
+ * tools/winebuild/relay.c: Marcus Meissner <meissner@suse.de>
+ Use correct movw instead of movl when handling segment registers.
+
+ * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement PropSys{Alloc|Free}String, and support BSTRs in
+ PropVariant{Clear|Copy} using them.
+
+ * dlls/riched20/editor.c, dlls/riched20/editor.h,
+ dlls/riched20/editstr.h, dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Make RTF reader fall back to simple text if a correct RTF header is
+ not detected. This should fix some installers.
+
+ * dlls/shell32/regsvr.c, include/shlguid.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Register Shell Drag and Drop Helper.
+
+ * dlls/comctl32/comctl_Sv.rc, dlls/comctl32/rsrc.rc:
+ Andreas Bjerkeholt <harteex@gmail.com>
+ Swedish translation.
+
+ * dlls/advapi32/security.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Partially implement CreateProcessAsUser.
+
+ * dlls/shell32/shfldr_unixfs.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented the UnixFolder's IShellFolder2::CompareIDs method.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Daniel Remenak <dtremenak@gmail.com>
+ Implemented VarIdiv.
+
+ * dlls/gdi/enhmetafile.c, dlls/gdi/tests/metafile.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Fix scaling when converting MF -> EMF.
+ - Tests for conversions (although not for the above bug).
+
+2005-04-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/folders.c, dlls/shell32/shres.rc,
+ dlls/shell32/shresdef.h:
+ Huw Davies <huw@codeweavers.com>
+ Better icon handling for some special folders.
+ Identify and add defines for a bunch of shell icons.
+
+ * dlls/x11drv/bitblt.c, dlls/x11drv/bitmap.c, dlls/x11drv/dib.c,
+ dlls/x11drv/init.c, dlls/x11drv/x11drv.h, dlls/x11drv/xrender.c:
+ Store a pointer to the currently selected phys bitmap in the device
+ structure. Create a phys bitmap for the default stock bitmap too.
+
+ * include/winnt.h: Ivan Leo Puoti <ivanleo@gmail.com>
+ Added typedef for DEVICE_POWER_STATE.
+
+ * dlls/shell32/shfldr_unixfs.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented enough of IShellFolder2 to make UnixFolder work within the
+ open/save-dialogs.
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+ dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c,
+ dlls/mshtml/persist.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Stub implementation of IOleObject and IOleDocument.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/x11drv.h:
+ Store the bitmap handle in the phys bitmap structure, and avoid a few
+ more GDI_GetObjPtr calls.
+
+ * dlls/shell32/shlview.c: Huw Davies <huw@codeweavers.com>
+ If ICommDlgBrowser_OnDefaultCommand returns anything other than S_OK
+ then we should call the default handler.
+
+ * dlls/comctl32/listview.c: Robert Shearman <rob@codeweavers.com>
+ Use ES_AUTOHSCROLL for edit box.
+
+ * dlls/oleaut32/variant.c: Daniel Remenak <dtremenak@gmail.com>
+ Return DISP_E_DIVBYZERO instead of crashing when asked to divide a
+ variant by zero.
+
+ * dlls/shell32/shfldr_desktop.c: Juan Lang <juan_lang@yahoo.com>
+ Use Unicode string result from GetDisplayNameOf if it isn't
+ representable using ANSI.
+
+ * dlls/msi/format.c: Juan Lang <juan_lang@yahoo.com>
+ Log missing environment vars for easier debugging.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Stub out DRVM_MAPPER_RECONFIGURE support.
+
+2005-04-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/brush.c, dlls/x11drv/dib.c,
+ dlls/x11drv/x11drv.h:
+ Store the pixmap depth and the DIBSECTION pointer in the phys bitmap
+ structure. Avoid a few GDI_GetObjPtr calls.
+
+ * include/Makefile.in: Add new powrprof.h header.
+
+ * dlls/quartz/memallocator.c: Robert Shearman <rob@codeweavers.com>
+ Return an error instead of crashing later on a divide by zero
+ exception when an alignment of 0 is specified.
+
+ * dlls/ole32/stg_prop.c, dlls/ole32/tests/stg_prop.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - add write support to IPropertyStorage, with tests
+ - misc. cleanups the tests turned up
+
+ * include/shobjidl.idl: Huw Davies <huw@codeweavers.com>
+ Add some missing SFGAO_ defines and fix SFGAO_GHOSTED.
+
+ * dlls/shell32/shlfolder.c, dlls/shell32/tests/shlfolder.c:
+ Huw Davies <huw@codeweavers.com>
+ Directory items should have the SFGOA_FILESYSANCESTOR attribute.
+ Add a test for this and cleanup the shlfolder test a bit.
+
+ * dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't reference c:\windows directly.
+
+ * tools/wine.inf: Juan Lang <juan_lang@yahoo.com>
+ Register control\class\{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR}.
+
+ * include/powrprof.h, include/winnt.h:
+ Benjamin Cutler <cutler@cs.colostate.edu>
+ Added function/enum/structs for power management API.
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+ dlls/mshtml/mshtml_private.h, dlls/mshtml/persist.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Stub implementation od IPersist, IPersistMoniker, IPersistFile,
+ IMonikerProp.
+
+ * dlls/kernel/tests/mailslot.c, server/mailslot.c:
+ Mike McCormack <mike@codeweavers.com>
+ Calculate the size of the next mailslot message correctly.
+
+ * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure A->W version of InternetCrackURL passes correct length values,
+ and associated tests.
+
+ * dlls/msi/action.c, dlls/msi/custom.c, dlls/msi/format.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Avoid using ver.h in favor of winver.h.
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/winetest.h:
+ Ferenc Wagner <wferi@tba.elte.hu>
+ Use the same maximum length for tags given on the command line and
+ tags entered in the GUI.
+
+ * dlls/ole32/dictionary.c, dlls/ole32/dictionary.h,
+ dlls/ole32/stg_prop.c, dlls/ole32/tests/.cvsignore,
+ dlls/ole32/tests/Makefile.in, dlls/ole32/tests/stg_prop.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Add traces, add unit tests for IPropertyStorage, and fix the problems
+ they caught.
+
+ * dlls/wininet/internet.c: Juan Lang <juan_lang@yahoo.com>
+ - set size required correctly for all supported options
+ - tidy up a few lines of indenting in INET_QueryOptionHelper
+ - implement querying INTERNET_OPTION_PROXY
+
+ * dlls/ddraw/dsurface/dib.c: Matthew Mastracci <matt@aclaro.com>
+ Correctly lock and unlock surface for a single-surface Blt() and
+ BltFast() call.
+
+ * dlls/advapi32/security.c: Hans Leidekker <hans@it.vu.nl>
+ Implement GetNamedSecurityInfo.
+
+ * dlls/x11drv/dib.c: Rein Klazes <wijn@wanadoo.nl>
+ Fix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero x-offset
+ (argument left) is specified.
+
+ * dlls/opengl32/opengl_ext.c: Tom Wickline <twickline@gmail.com>
+ Sync to the latest opengl specs.
+
+ * dlls/riched20/editor.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Added mousewheel support.
+
+ * dlls/ntdll/tests/reg.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Flags should be or-ed.
+
+ * dlls/comctl32/tab.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Tab unicodification.
+
+ * dlls/comctl32/monthcal.c: Dimitrie O. Paun <dpaun@rogers.com>
+ MonthCal unicodification.
+
+ * dlls/kernel/sync.c, dlls/ntdll/file.c, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Move mailslot set and query info implementation to ntdll.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/classes.c, dlls/shell32/folders.c,
+ dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+ Huw Davies <huw@codeweavers.com>
+ Fix the icon resource ids (most were off by one).
+ Fix IExtractIcon_{GetIconLocation,Extract} to use -ve icon resource
+ ids and fix bugs relating to confusion between resource ids and the
+ system imagelist indicies.
+ Extend the system imagelist initialization hack to load both +ve and
+ -ve resource ids.
+ Add a printer icon (that'll be used by an upcoming printer folder
+ patch).
+
+ * dlls/mpr/mpr_Es.rc, dlls/msi/msi_Es.rc, dlls/shdocvw/Es.rc,
+ dlls/shdocvw/shdocvw.rc, dlls/wininet/wininet_Es.rc,
+ dlls/winmm/winmm_Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Spanish translations updated.
+
+ * include/ole2.h: Michael Lin <mlin@corvu.com.au>
+ Added missing OleDraw() declaration.
+
+ * dlls/gdi/freetype.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Make static some functions used only in a single file.
+
+ * dlls/dsound/primary.c: Robert Reif <reif@earthlink.net>
+ Initialize primary buffer on open.
+
+ * dlls/setupapi/devinst.c, include/cfgmgr32.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement SetupDiClassNameFromGuidExA.
+
+ * include/propidl.idl: Juan Lang <juan_lang@yahoo.com>
+ Add a few missing declarations.
+
+ * programs/regedit/listview.c, programs/regedit/main.c,
+ programs/regedit/treeview.c:
+ Marcus Meissner <meissner@suse.de>
+ Removed inclusion of process.h (not needed and breaks with gcc4).
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add stub for FaultInIEFeature.
+
+ * include/wtypes.idl: Mike McCormack <mike@codeweavers.com>
+ Add uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures.
+
+ * dlls/comctl32/syslink.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the code against Comctl32.dll version 6.0.
+ Handle notification and styles as in the other controls.
+ Maintain the const for strings throughout parsing.
+
+ * include/Makefile.in: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove reference to nonexistant strmif.h.
+
+ * dlls/comctl32/monthcal.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Clear systemtime struct so we don't return garbage in uninitialized
+ fields.
+
+ * programs/uninstaller/En.rc: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Fix a typo in uninstaller's english appname.
+
+ * tools/wine.inf: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Run msi files with msiexec.
+ Change Control Panel\Desktop to correct case.
+
+ * dlls/x11drv/dib.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Fix array index crash in buidling GDI palette from logical palette.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/crypt.h,
+ dlls/advapi32/tests/crypt.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Make crypt functions more robust in case of incorrect api usage.
+
+ * server/window.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix potential region leak.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Create the 'Test' value in a temporary subkey to avoid conflicts
+ between tests.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ Added cryptdll/ and stdole32.tlb/.
+
+ * dlls/dsound/tests/dsound8.c, include/dsound.h:
+ James Hawkins <truiken@gmail.com>
+ Remove nonstandard type LPLPVOID.
+
+ * documentation/ole.sgml: Mike Hearn <mike@navi.cx>
+ More notes about the inner workings of DCOM.
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/mesa_private.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Create the GL texture id at texture-binding time.
+
+ * dlls/riched20/editor.c: Krzysztof Foltman <wdev@foltman.com>
+ - EM_CANPASTE implemented
+ - updated TODO list (including list of (un)implemented messages)
+ - fixed WM_PASTE (the previous version might not close the clipboard
+ if it didn't contain a usable format)
+ - scrollbar operations (like clicking on arrows) should update
+ scrollbar's current position
+
+ * include/windef.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix a typo in a comment.
+
+ * dlls/gdi/metafile.c, dlls/gdi/mfdrv/init.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup the API docs. Few indentation/formatting fixes.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Robert Reif <reif@earthlink.net>
+ Changed regression test to make sure position is correctly checked
+ when a different type is returned.
+ Added Jeremy White's WAVE_FORMAT_DIRECT/WAVE_MAPPER fix.
+ Added waveInGetPosition checks.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Correctly handle where waveOutGetPosition changes timepos.wType
+ because the requested type is not supported.
+ Added Jeremy White's waveOutGetPosition fix to waveInGetPosition.
+
+ * dlls/hhctrl.ocx/hhctrl.c: Mike Hearn <mike@navi.cx>
+ Only do unicode conversion in HTML Help control when filename is
+ specified.
+
+ * dlls/msi/dialog.c, dlls/msi/msipriv.h, dlls/msi/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Load and display bitmaps in the dialogs.
+
+ * dlls/user/tests/win.c, windows/scroll.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ In ScrollWindowEx, if the window already has an update region then add
+ this to hrgnUpdate. With a conformance test.
+
+ * programs/winetest/gui.c, programs/winetest/main.c:
+ Ferenc Wagner <wferi@tba.elte.hu>
+ Silence some signedness warnings.
+
+2005-03-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/x11drv.h:
+ Introduced an X_PHYSBITMAP structure to allow storing more x11drv
+ information about a bitmap than just the pixmap id.
+
+ * dlls/kernel/tests/file.c, dlls/user/tests/msg.c,
+ dlls/user/tests/win.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Fix some incorrect uses of the ok macro where the result depends on
+ the evaluation order of its arguments.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test _chsize.
+
+ * dlls/x11drv/xrender.c:
+ Avoid directly accessing the BITMAPOBJ structure.
+
+ * dlls/x11drv/window.c, dlls/x11drv/x11drv.h:
+ Removed the no longer needed X11DRV_get_client_area_offset function.
+
+ * dlls/x11drv/dce.c, include/wine/server_protocol.h,
+ server/protocol.def, server/trace.c, server/window.c:
+ Return the coordinates information needed to setup the DC parameters
+ in the get_visible_region request instead of requiring the client to
+ compute it again.
+
+ * dlls/user/tests/win.c, windows/scroll.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
+ calculate DCX_CLIPSIBLINGS, DCX_PARENTCLIP and DCX_CLIPCHILDREN. The
+ DCX_CLIPCHILDREN is not used when ScrollWindowEx is called with a
+ SW_SCROLLCHILDREN flag. With a couple of regression tests.
+
+ * dlls/winsock/socket16.c: Rein Klazes <wijn@wanadoo.nl>
+ Fix a copy&paste bug in get_buffer_pe.
+
+ * dlls/ole32/stg_prop.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+ Mike McCormack <mike@codeweavers.com>
+ Eliminate forward declarations, make functions static.
+
+ * programs/winetest/gui.c, programs/winetest/main.c,
+ programs/winetest/resource.h, programs/winetest/winetest.h,
+ programs/winetest/winetest.rc:
+ Ferenc Wagner <wferi@tba.elte.hu>
+ Ask for a tag if one was not given on the command line.
+
+ * dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/gdi_private.h:
+ Added support for the DC meta region.
+
+ * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/main.c,
+ dlls/mshtml/mshtml_private.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Stub implementation of HTMLDocument2 interface.
+
+ * dlls/user/tests/text.c: Paul Vriens <paul.vriens@xs4all.nl>
+ Use textlen instead of len.
+ Use textheight as the return value of DrawTextA.
+
+ * dlls/advapi32/tests/security.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix GetFileSecurityA test on Win98.
+
+ * dlls/winmm/winealsa/audio.c: Paul van Schayck <polleke@gmail.com>
+ Don't stop looking for devices if one can't be opened.
+
+ * dlls/winspool/info.c: Huw Davies <huw@codeweavers.com>
+ Set the registry keys under HCU\Software\Microsoft\Windows
+ NT\CurrentVersion to mimic the win.ini values.
+
+ * dlls/shell32/debughlp.c: Mike McCormack <mike@codeweavers.com>
+ Fix up PIDL dumping code.
+
+ * dlls/x11drv/keyboard.c: Aric Cyr <acyr@alumni.uwaterloo.ca>
+ Japanese 106 Keyboard fix.
+
+2005-03-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, dlls/kernel/sync.c, dlls/kernel/tests/mailslot.c,
+ dlls/ntdll/file.c, include/wine/server_protocol.h,
+ server/Makefile.in, server/mailslot.c, server/protocol.def,
+ server/request.h, server/trace.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement mailslots.
+
+ * dlls/user/menu.c, dlls/user/tests/msg.c, windows/nonclient.c,
+ windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Make GetSystemMenu respect CS_NOCLOSE.
+ - EnableMenuItem should not generate WM_WINDOWPOSCHANGING message.
+ - Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE
+ window class style.
+ - Add a test case.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Removed the incomplete signature checking code.
+
+ * dlls/user/painting.c, dlls/user/tests/dce.c, dlls/x11drv/dce.c,
+ server/window.c, windows/nonclient.c:
+ The update region passed in WM_NCPAINT and the clipping region passed
+ to GetDCEx have to be in screen coordinates.
+
+ * dlls/comctl32/syslink.c, dlls/gdi/palette.c, dlls/kernel/comm.c,
+ dlls/msi/dialog.c, dlls/ntdll/rtlstr.c, dlls/ole32/compobj.c,
+ dlls/ole32/tests/marshal.c, dlls/oleaut32/typelib.h,
+ dlls/rpcrt4/rpc_binding.c, dlls/rsaenh/mpi.c,
+ dlls/shell32/shfldr_unixfs.c, dlls/wininet/internet.c,
+ dlls/winsock/tests/sock.c, dlls/x11drv/xfont.c,
+ programs/regedit/regproc.c, tools/widl/typelib_struct.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * include/urlmon.idl: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added IMonikerProp and IInternetPriority interfaces.
+
+ * include/mshtmdid.h: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added some definitions.
+
+ * dlls/kernel/computername.c: Hans Leidekker <hans@it.vu.nl>
+ Return a computername constructed from the hostname.
+
+ * dlls/kernel/ne_module.c:
+ Better handling of 16-bit native dlls when a 32-bit builtin with the
+ same name exists; should help with the 16-bit cards.dll issue.
+ Replace some magic error numbers by the corresponding names.
+
+ * dlls/user/painting.c, dlls/user/tests/dce.c,
+ dlls/user/user_private.h, dlls/x11drv/dce.c, dlls/x11drv/x11drv.spec,
+ include/win.h:
+ Only reset the clip region in GetDC() if a new region is specified.
+ Don't release the clip region for window DCs in ReleaseDC(), except
+ when called from EndPaint().
+ Added a bunch of tests.
+
+ * dlls/user/menu.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Zero out return string in GetMenuStringA/W.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation of RtlAbsoluteToSelfRelativeSD.
+
+ * dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c:
+ Robert Reif <reif@earthlink.net>
+ Keep dsound8.c and dsound.c in sync.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Initialize [orig|himetric][Width|Height] for PICTYPE_ICON case.
+
+ * dlls/advapi32/registry.c, dlls/ntdll/reg.c:
+ Robert Shearman <rob@codeweavers.com>
+ Move save_registry and unload_key server calls to ntdll.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Make sure the GUID of the typelib we are registering matches the guid
+ requested from MSI. If not search the given typelib file to find the
+ typelib requested to register.
+
+2005-03-29 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@tba.elte.hu>
+ Try using a stable temporary directory at first to silence ZoneAlarm
+ warnings.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Implement ChangeServiceConfig.
+
+ * dlls/msacm/format.c, dlls/psapi/psapi_main.c, dlls/user/text.c,
+ dlls/wininet/netconnection.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Janitorial: Get rid of strncpy/strncpyW.
+
+ * dlls/winmm/winealsa/audio.c:
+ Jerry Jenkins <jerry_j_jenkins@yahoo.com>
+ Improve winealsa dsound driver by accessing sound driver's buffer
+ directly in an undocumented way.
+
+ * dlls/d3d8/directx.c, dlls/d3d9/cubetexture.c,
+ dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/d3d9/texture.c, dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/drawprim.c, dlls/wined3d/indexbuffer.c,
+ dlls/wined3d/resource.c, dlls/wined3d/surface.c,
+ dlls/wined3d/texture.c, dlls/wined3d/vertexbuffer.c,
+ dlls/wined3d/volume.c, dlls/wined3d/volumetexture.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ - Volume now inherits Resource. This isn't the way Microsoft implements
+ the interface but it is more correct way (Microsoft even have a
+ resource type of volume).
+ - Moved usage, format, allocatedMemory and size onto the resource
+ class structure.
+ - Refactored Preload for classes that inherit BaseTexture, preload now
+ binds the texture instead of bind texture calling preload, bindTexture
+ allocated a glTexture if there isn't one.
+ - Added two new class static members BaseTexture_CleanUp and
+ Resource_CleanUp that should be called by classes that implement
+ BaseTexture or Resource.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/dce.c, dlls/x11drv/dce.c:
+ Only restore the DC attributes on the next GetDC, and add support for
+ the DCX_NORESETATTRS flag.
+ Get rid of the DCE flags, simplify the code a bit.
+ Add some test cases.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Fix failure to notice the use of a GIF palette index greater or equal
+ to 128 for transparency.
+
+ * programs/regedit/Cs.rc, programs/regedit/De.rc,
+ programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Fr.rc, programs/regedit/It.rc,
+ programs/regedit/Ja.rc, programs/regedit/Pl.rc,
+ programs/regedit/Pt.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added ES_AUTOHSCROLL style to the edittext changing text data.
+
+ * dlls/gdi/enhmetafile.c, dlls/gdi/tests/metafile.c:
+ Huw Davies <huw@codeweavers.com>
+ In a call to EnumEnhMetaFile when hdc is NULL, lpRect may be NULL. Add
+ a test for this.
+
+ * dlls/ole32/storage32.c: Huw Davies <huw@codeweavers.com>
+ WriteFmtUserTypeStg doesn't pull a CLSID from the registry - it's
+ unclear when (if at all) this gets written.
+
+ * dlls/user/kbd16.c, dlls/user/lstr.c, dlls/user/user16.c:
+ Moved 16-bit string functions to user16.c and kbd16.c.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/elf_module.c,
+ dlls/dbghelp/minidump.c, dlls/dbghelp/module.c, dlls/dbghelp/path.c,
+ dlls/dbghelp/pe_module.c, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Various improvements for minidump module information
+ . added timestamp & checksum in PE module
+ . added size & checksum in ELF module
+ . wine loader now appears with its pathname.
+ - Implemented PE & ELF timestamp & checksum validation in
+ SymFindFileInPath.
+
+ * dlls/user/Makefile.in, dlls/user/uitools.c, windows/rect.c:
+ Moved rectangle functions to uitools.c and removed rect.c.
+
+ * dlls/winspool/info.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unicodify WINSPOOL_OpenDriverReg().
+
+ * dlls/ole32/compobj.c: Huw Davies <huw@codeweavers.com>
+ Don't close reg key if the open failed.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Serialize NULL pointer interfaces correctly.
+
+ * dlls/user/tests/msg.c, windows/scroll.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ ScrollWindow should call ScrollWindowEx with the SW_ERASE flag
+ set. With conformance test.
+
+ * server/fd.c, server/file.c, server/file.h, server/serial.c,
+ server/sock.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Clean-up async IO internal functions.
+
+ * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/winternl.h,
+ server/registry.c:
+ James Hawkins <truiken@gmail.com>
+ - Implement NtLoadKey.
+ - Forward RegLoadKey to NtLoadKey.
+
+ * dlls/user/user16.c, windows/rect.c:
+ Moved 16-bit rectangle functions to user16.c.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Troy Rollo <wine@troy.rollo.name>
+ Implement SetCPGlobal (an undocumented Win32 API).
+
+ * dlls/advapi32/tests/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added a test for advapi32, which documents a crash in wine triggered
+ by incorrect api usage.
+
+ * dlls/ole32/clipboard.c, dlls/ole32/ole2.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change prototypes so gcc with some warnings doesn't bark.
+
+ * tools/winapi/win32.api: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ rsabase doesn't use any types now, so remove it.
+
+ * dlls/advapi32/security.c, dlls/advapi32/tests/security.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix GetFileSecurityW for not existing directories/files.
+
+ * dlls/dbghelp/msc.c, dlls/dbghelp/symbol.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - PDB: better checking for error conditions
+ - Fixed name demangling (when activated) when searching for a symbol
+
+ * dlls/ntdll/tests/reg.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fixed ntdll:reg test on win9x.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Handle control characters in VkKeyScanEx similar to what Windows
+ does.
+
+ * dlls/user/scroll.c, dlls/user/tests/win.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ - GetScrollRange should return an empty range, both upper and lower
+ limit zero, if the window has no scrollbars (msdn).
+ - GetScrollInfo's return value is TRUE is nBar is SB_CTL or if
+ anything is filled in the SCROLLINFO structure, otherwise the return
+ value is FALSE.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Fixed VT_BSTR|VT_BYREF marshalling.
+ Added VT_I4|VT_BYREF marshalling.
+
+ * dlls/msi/Makefile.in, dlls/msi/database.c, dlls/msi/msi.c:
+ Mike McCormack <mike@codeweavers.com>
+ Split out database functions, remove dependence on wine/unicode.h.
+
+2005-03-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c, dlls/dmband/band.c, dlls/dmcompos/chordmap.c,
+ dlls/dmime/audiopath.c, dlls/dmime/graph.c, dlls/dmime/segment.c,
+ dlls/iphlpapi/ifenum.c, dlls/iphlpapi/iphlpapi_main.c,
+ dlls/kernel/atom16.c, dlls/kernel/profile.c, dlls/rsaenh/rsaenh.c,
+ dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/shlwapi/url.c,
+ dlls/wininet/cookie.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/dbghelp/dbghelp.c,
+ dlls/dbghelp/module.c, dlls/dbghelp/symbol.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/propset.c,
+ dlls/dswave/dswave.c, dlls/gdi/env.c, dlls/kernel/tests/process.c,
+ dlls/msi/action.c, dlls/msi/appsearch.c, dlls/msi/dialog.c,
+ dlls/msi/format.c, dlls/msvcrt/dir.c, dlls/msvideo/msvideo16.c,
+ dlls/opengl32/wgl.c, dlls/quartz/dsoundrender.c,
+ dlls/quartz/parser.c, dlls/quartz/transform.c,
+ dlls/quartz/videorenderer.c, dlls/quartz/waveparser.c,
+ dlls/setupapi/devinst.c, dlls/setupapi/setupcab.c,
+ dlls/tapi32/assisted.c, dlls/wineps/afm2c.c, dlls/winsock/socket.c,
+ programs/msiexec/msiexec.c, programs/regedit/regproc.c,
+ programs/winecfg/drive.c, programs/winedbg/memory.c,
+ programs/winemine/main.c, windows/spy.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Janitorial: Get rid of strncpy/strncpyW.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/clipboard.c, dlls/x11drv/dib.c,
+ dlls/x11drv/x11drv.h:
+ Merged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
+ X11DRV_DIB_CreateDIBFromPixmap and simplified the code a bit.
+
+ * dlls/kernel/sync.c, dlls/kernel/tests/mailslot.c, dlls/ntdll/file.c,
+ dlls/ntdll/nt.c, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implement CreateMailslot using NtCreateMailslotFile.
+
+ * dlls/ole32/compositemoniker.c: Mike McCormack <mike@codeweavers.com>
+ Remove function prototypes, make functions static.
+
+ * programs/wcmd/batch.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Native wcmd.exe accepts CALLs to .exe files.
+
+ * tools/widl/widltypes.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Keep types sorted in alphabetical order.
+
+ * tools/widl/parser.l, tools/widl/parser.y:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add support for single in idl files.
+
+ * dlls/advapi32/tests/security.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added a test for GetFileSecurityA.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Fixed ppvObject serializer (deref twice instead of once).
+ Actually pass back return value of remote call in type marshaller.
+
+ * dlls/kernel/tests/time.c: Jakob Eriksson <jakov@vmlinux.org>
+ Remove tests that fail badly on Windows 98.
+
+ * dlls/ntdll/tests/error.c: Saulius Krasuckas <saulius2@ar.fi.lt>
+ Fix an error code for ME.
+
+ * include/axextend.idl: Vladdy Impaler <vladdy@utchat.com>
+ Define the IAMStreamConfig interface.
+
+ * configure, configure.ac: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added checking for artsc library.
+
+2005-03-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/brush.c, dlls/x11drv/dib.c,
+ dlls/x11drv/window.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.h:
+ Added X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid
+ direct accesses to the physBitmap field of the bitmap structure.
+
+ * dlls/ole32/bindctx.c: Mike McCormack <mike@codeweavers.com>
+ Remove function prototypes, make functions static.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mike@navi.cx>
+ Fix BSTR tracing in the typelib marshaller.
+
+ * dlls/gdi/gdi_private.h, dlls/x11drv/bitmap.c, dlls/x11drv/init.c,
+ dlls/x11drv/x11drv.h, include/gdi.h:
+ Store the handle to the stock bitmap when the first DC is created to
+ avoid exporting the DEFAULT_BITMAP define.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.
+
+ * dlls/ole32/datacache.c: Mike McCormack <mike@codeweavers.com>
+ Remove unnecessary function prototypes.
+
+ * dlls/ole32/antimoniker.c: Mike McCormack <mike@codeweavers.com>
+ Remove function prototypes, make functions static.
+
+ * dlls/x11drv/dce.c, dlls/x11drv/init.c, dlls/x11drv/x11drv.h:
+ Store the DCE pointer in the DC physDev structure using an x11drv GDI
+ escape.
+
+ * dlls/shell32/shelllink.c: Mike McCormack <mike@codeweavers.com>
+ Use api definitions, remove duplicate code.
+
+ * dlls/setupapi/stubs.c: Hans Leidekker <hans@it.vu.nl>
+ Remove stray 8bit character.
+
+ * dlls/winmm/winealsa/audio.c:
+ Jerry Jenkins <jerry_j_jenkins@yahoo.com>
+ Don't mistake frames for bytes.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <rob@codeweavers.com>
+ Fix size passed to SPI_NONCLIENTMETRICS.
+
+ * dlls/oleaut32/tmarshal.c: Marcus Meissner <meissner@suse.de>
+ Added IDispatch::GetIDsOfNames() special case serializing.
+ Handle VT_PTR / NULL marshalling correctly.
+
+ * windows/nonclient.c, windows/winpos.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ When computing nonclient area take into consideration that a child
+ windows with the WS_POPUP style can have a menu bar.
+
+2005-03-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/gdi/dc.c, dlls/gdi/gdi_private.h, dlls/gdi/gdiobj.c,
+ include/gdi.h:
+ Explicitly store the stack of saved DCs in the DC structure instead of
+ using the 16-bit hNext field in the object header.
+
+ * dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/gdi_private.h:
+ Maintain the stack of saved vis regions in the DC structure instead of
+ storing it directly in the region objects.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/imagelist.c, dlls/comctl32/listview.c,
+ dlls/comctl32/propsheet.c, dlls/comctl32/syslink.c,
+ dlls/comctl32/toolbar.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().
+
+ * dlls/shell32/tests/shlfileop.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Print retval in decimal to avoid confusion.
+ NT4 fails with ERROR_INVALID_TARGET_HANDLE instead of
+ ERROR_REDIR_PAUSED.
+ Use some correct messages on error.
+ Extra tracing.
+
+ * dlls/user/menu.c, dlls/user/tests/win.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Child windows with the WS_POPUP style are allowed to have a menu.
+
+ * dlls/uuid/uuid.c, include/.cvsignore, include/Makefile.in,
+ include/mshtmhst.idl:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added mshtmhst.idl.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@tba.elte.hu>
+ Check desktop visibility after processing command line arguments.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c, dlls/x11drv/scroll.c,
+ windows/scroll.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from
+ within the visible region, clipped to the clipping region if that
+ exists. Add the destination of pixels coming from the outside of this
+ region to the update region. With tests that depend on this.
+
+ * dlls/user/Makefile.in, dlls/user/painting.c, dlls/user/user16.c,
+ dlls/user/user32.spec, dlls/user/user_main.c,
+ dlls/user/user_private.h, dlls/x11drv/Makefile.in, dlls/x11drv/dce.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, include/dce.h, include/win.h,
+ windows/class.c, windows/dce.c, windows/nonclient.c, windows/win.c:
+ Moved DCE support to the X11 driver.
+
+ * dlls/kernel/virtual.c: Mike Hearn <mike@navi.cx>
+ Don't fault on NULL pointers in Is*Ptr functions.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mike@navi.cx>
+ Fix PARAMFLAG_FOUT typo in the tmarshaller.
+
+ * dlls/msi/msi.c, dlls/msi/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use strdup, implement MsiDatabaseImportA.
+
+ * dlls/user/menu.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Don't map point to parent's client window because the rest of the code
+ assumes screen coordinates.
+
+ * dlls/user/user32.spec, dlls/x11drv/window.c, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/trace.c, server/window.c, windows/win.c:
+ Replace the link_window request by a set_parent request since that is
+ all link_window is used for at this point.
+ Get rid of the WIN_LinkWindow/UnlinkWindow functions.
+
+ * dlls/comctl32/updown.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Proper handling for GWL_STYLE.
+ Minor cleanups.
+
+ * dlls/comctl32/toolbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix a memory leak in toolbar. Avoid casts.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Replace a trace with a previously removed test.
+
+ * dlls/comctl32/propsheet.c, dlls/comctl32/syslink.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are
+ supposed to use to draw into.
+
+ * dlls/comctl32/pager.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add Robert Shearman's explanation about WM_NCPAINT.
+ Move testing comments in a more appropriate place.
+
+ * dlls/quartz/tests/filtergraph.c: Jakob Eriksson <jakov@vmlinux.org>
+ Don't run FilterGraph tests if FilterGraph functionality is not
+ available.
+
+ * dlls/kernel/tests/thread.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix thread affinity test for SMP machines.
+
+ * dlls/netapi32/tests/access.c: Jakob Eriksson <jakov@vmlinux.org>
+ No need continuing tests if no NetUserGetInfo.
+
+2005-03-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/init.c, dlls/x11drv/xrender.c:
+ Try a TrueColor visual if Xrender fails with a DirectColor one.
+
+ * dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/printdlg.c, dlls/commdlg/printdlg16.c,
+ dlls/d3d8/surface.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/dsurface/dib.c, dlls/dinput/device.c,
+ dlls/dinput/dinput_main.c, dlls/dinput/mouse.c,
+ dlls/dmstyle/commandtrack.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c,
+ dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dplayx/name_server.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/font.c,
+ dlls/gdi/gdi16.c, dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/graphics.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/palette.c, dlls/gdi/path.c,
+ dlls/imagehlp/access.c, dlls/imm32/imm.c, dlls/iphlpapi/ifenum.c,
+ dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+ dlls/kernel/comm.c, dlls/kernel/format_msg.c, dlls/kernel/heap.c,
+ dlls/kernel/local16.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/resource16.c, dlls/kernel/toolhelp.c,
+ dlls/lzexpand/lzexpand_main.c, dlls/mapi32/util.c, dlls/mpr/wnet.c,
+ dlls/msacm/internal.c, dlls/mscms/profile.c, dlls/msdmo/dmoreg.c,
+ dlls/msi/action.c, dlls/msi/custom.c, dlls/msvcrt/process.c,
+ dlls/msvideo/msvideo_main.c, dlls/netapi32/nbcmdqueue.c,
+ dlls/netapi32/nbnamecache.c, dlls/netapi32/nbt.c,
+ dlls/netapi32/netbios.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ dlls/oledlg/insobjdlg.c, dlls/quartz/filtergraph.c,
+ dlls/riched20/editor.h, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/rsaenh/handle.c, dlls/rsaenh/implglue.c, dlls/rsaenh/rsaenh.c,
+ dlls/secur32/secur32.c, dlls/setupapi/devinst.c,
+ dlls/setupapi/diskspace.c, dlls/shell32/shelllink.c,
+ dlls/shlwapi/istream.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/ttydrv/palette.c,
+ dlls/user/dde/misc.c, dlls/user/exticon.c, dlls/user/listbox.c,
+ dlls/user/lstr.c, dlls/vnbt.vxd/vnbt.c, dlls/winaspi/winaspi32.c,
+ dlls/wined3d/surface.c, dlls/wineps/glyphlist.c, dlls/wineps/init.c,
+ dlls/wineps/ps.c, dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+ dlls/winmm/mciseq/mcimidi.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winealsa/midi.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/wineoss/dscapture.c, dlls/winmm/wineoss/dsrender.c,
+ dlls/winmm/winmm.c, dlls/winsock/socket.c, dlls/x11drv/bitblt.c,
+ dlls/x11drv/clipboard.c, dlls/x11drv/dib.c, dlls/x11drv/palette.c,
+ dlls/x11drv/xdnd.c, dlls/x11drv/xfont.c, windows/winproc.c:
+ Jakob Eriksson <jakov@vmlinux.org>
+ Get rid of HeapAlloc casts.
+
+ * dlls/ttydrv/wnd.c, dlls/user/user32.spec, dlls/x11drv/event.c,
+ dlls/x11drv/winpos.c, windows/winpos.c:
+ Avoid calling WIN_ListChildren from the graphics drivers.
+
+ * server/queue.c, windows/nonclient.c, windows/spy.c:
+ Added support for xbuttons.
+
+ * dlls/user/message.c, dlls/x11drv/mouse.c, include/winuser.h:
+ Kevin Koltzau <kevin@plop.org>
+ Added full support for xbuttons (side mouse buttons).
+
+ * dlls/kernel/tests/pipe.c:
+ Take into account the more correct behavior of recent Linux kernels.
+
+ * dlls/msi/msi.c, dlls/msi/msiquery.c, dlls/msi/package.c,
+ dlls/msi/preview.c:
+ Mike McCormack <mike@codeweavers.com>
+ Replace instances of HeapAlloc/MultiByteToWideChar with the internally
+ defined strdupAtoW.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ If running in UI mode, then display the UI mode dialogs at the end of
+ the installs.
+
+ * dlls/oleaut32/vartype.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ After Float->string conversion via sprintfW(), VarDecFromR[4|8] is
+ forced to use US locale for string->Decimal conversion, to agree with
+ sprintfW().
+
+ * dlls/advapi32/tests/registry.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix some Windows 95 issues.
+
+ * dlls/ttydrv/wnd.c, dlls/user/menu.c, dlls/user/message.c,
+ dlls/user/msg16.c, dlls/user/painting.c, dlls/user/scroll.c,
+ dlls/x11drv/desktop.c, dlls/x11drv/winpos.c, include/win.h,
+ windows/class.c, windows/dce.c, windows/defdlg.c, windows/dialog.c,
+ windows/mdi.c, windows/nonclient.c, windows/win.c, windows/winpos.c:
+ Don't maintain a client-side WND structure for the desktop window.
+ Made WIN_GetPtr return WND_DESKTOP in that case.
+
+ * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+ Make sure there's only one place we allocate dialog controls.
+
+ * dlls/msi/registry.c: Mike McCormack <mike@codeweavers.com>
+ Clean up registry functions.
+
+ * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+ Fixed \u keyword to output signed 16-bit values. Also fixed CP_SYMBOL
+ conversion and the detection of the default font's codepage.
+
+ * dlls/wtsapi32/wtsapi32.c: Hans Leidekker <hans@it.vu.nl>
+ Pretend there are 0 terminal server sessions and processes.
+
+ * dlls/ntdll/relay.c: Rein Klazes <wijn@wanadoo.nl>
+ Support relay tracing of functions with 18 arguments.
+
+ * dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded 256 value
+ - better use of critical section
+ - some cleanup to better understand code paths
+ - logic correction on SetWindowsHookExA/UnhookWindowsHookEx on
+ keyboard.
+
+ * tools/widl/parser.y: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added handling of unsigned type.
+
+ * dlls/comctl32/imagelist.c: Huw Davies <huw@codeweavers.com>
+ The depth of the colour bitmap needs to match that of the screen.
+
+ * dlls/comctl32/comctl32undoc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete the unicodification of comctl32undoc.
+
+2005-03-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/hook.c, dlls/user/message.c, include/win.h, windows/user.c,
+ windows/win.c, windows/winproc.c:
+ Get rid of the window lock suspend mechanism.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/header.c,
+ dlls/comctl32/listview.c, dlls/comctl32/monthcal.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/colordlg16.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/device.c, dlls/d3d9/surface.c, dlls/dbghelp/elf_module.c,
+ dlls/dbghelp/minidump.c, dlls/dmband/band.c,
+ dlls/dmstyle/styletrack.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplobby.c, dlls/gdi/enhmetafile.c, dlls/kernel/instr.c,
+ dlls/mapi32/prop.c, dlls/mscms/profile.c, dlls/msi/appsearch.c,
+ dlls/msrle32/msrle32.c, dlls/ntdll/file.c, dlls/ntdll/server.c,
+ dlls/ole32/errorinfo.c, dlls/ole32/hglobalstream.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/memlockbytes16.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/storage32.h,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/typelib.c,
+ dlls/shell32/autocomplete.c, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/memorystream.c, dlls/shell32/pidl.c,
+ dlls/shell32/shellfolder.h, dlls/shell32/shellole.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/edit.c,
+ dlls/user/tests/sysparams.c, dlls/wined3d/basetexture.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wineps/escape.c,
+ dlls/wininet/http.c, dlls/winmm/winealsa/midi.c,
+ dlls/winmm/wineoss/midi.c, documentation/ole.sgml,
+ documentation/winedev-kernel.sgml, include/objbase.h,
+ include/winnt.h, libs/wine/loader.c, programs/winedbg/break.c,
+ tools/font_convert.sh, tools/wrc/newstruc.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/advapi32/eventlog.c: Hans Leidekker <hans@it.vu.nl>
+ Pretend there are 0 log records.
+ Improve traces.
+
+ * dlls/x11drv/clipboard.c: Ron Jensen <etech@jentronics.com>
+ Avoid bad visual errors in thread_selection_wnd().
+
+ * dlls/ttydrv/wnd.c, dlls/user/user32.spec, dlls/x11drv/winpos.c:
+ Get rid of the remaining WIN_FindWndPtr calls.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Add RegSaveKey, RegLoadKey tests.
+
+ * dlls/comctl32/treeview.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make the treeview correctly search when the top index is selected.
+
+ * dlls/kernel/tests/pipe.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Test for PeekNamedPipe with zero-length buffer.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Don't fail when opening a device in direct sound mode. Rather, try
+ alternate formats first before failing.
+
+ * dlls/ntdll/version.c: C. Scott Ananian <cscott@cscott.net>
+ Teach VERSION_GetLinkedDLLVersion about Mingw32 applications.
+
+ * dlls/user/message.c, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/request.h,
+ server/trace.c:
+ Create a new server request for accepting hardware messages instead of
+ abusing reply_message.
+ Allow passing the determined window for a hardware message back to the
+ server to have it redispatch the message to the correct thread.
+
+ * dlls/user/tests/win.c, dlls/x11drv/window.c, windows/win.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Window styles passed to CreateWindowEx must the same as passed in
+ CREATESTRUCT for WM_CREATE/WM_NCCREATE.
+ - Fix cases where WS_EX_WINDOWEDGE style is applied.
+ - Tests for the above.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec: Marcus Meissner <meissner@suse.de>
+ Fixed MsiDatabaseImportA, MsiDatabaseImportW, and
+ MsiCreateAndVerifyInstallerDirectory stub parameter counts.
+
+ * dlls/comctl32/treeview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the treeview common control.
+
+ * dlls/comctl32/tooltips.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the tooltips common control.
+
+ * dlls/comctl32/toolbar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the toolbar common control.
+ Move a header comment for consistency with the other controls.
+ Very small alignment fixes.
+
+ * dlls/comctl32/rebar.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the rebar common control.
+
+ * dlls/comctl32/propsheet.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the propsheet common control.
+
+ * dlls/comctl32/header.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the header common control.
+
+ * dlls/comctl32/flatsb.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification of the flatsb common control.
+
+ * dlls/comctl32/commctrl.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification.
+
+ * dlls/winmm/winealsa/audio.c: Jeremy White <jwhite@codeweavers.com>
+ Revamp the volume logic to be more self contained, fix a few bugs so
+ that the volume is correctly read, and is correctly converted to
+ windows style volume numbers.
+
+2005-03-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c:
+ Simplify hardware message processing by merging the "raw" and "cooked"
+ processing into a single function.
+
+ * dlls/x11drv/desktop.c, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix some -Wsign-compare and -Wuninitialized warnings.
+
+ * dlls/kernel/virtual.c: Mike Hearn <mike@navi.cx>
+ Log to +seh when an IsBad* function faults.
+
+ * dlls/shell32/tests/shlfileop.c: Jakob Eriksson <jakov@vmlinux.org>
+ If the device gets interrupted, we just give up.
+
+ * dlls/dsound/tests/dsound8.c: Jakob Eriksson <jakov@vmlinux.org>
+ Test fix.
+
+ * windows/cursoricon.c, windows/winproc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Eliminate useless HeapAlloc() casts.
+
+ * dlls/kernel/tests/file.c:
+ Fetch again the file time to compare against to avoid rounding errors.
+
+ * dlls/kernel/tests/pipe.c: Jakob Eriksson <jakov@vmlinux.org>
+ Abort if we can't create a named pipe at all.
+
+ * dlls/advapi32/security.c, dlls/comcat/information.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/ole32/tests/marshal.c, dlls/shlwapi/tests/path.c,
+ dlls/wininet/tests/http.c:
+ Jakob Eriksson <jakov@vmlinux.org>
+ Eliminate HeapAlloc casts.
+
+ * dlls/kernel/sync.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+ PeekNamedPipe now checks both for a NULL buffer and a zero-length
+ buffer before trying to recv() from the pipe.
+
+ * dlls/shlwapi/tests/shreg.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info.
+
+ * dlls/shell32/tests/string.c: Jakob Eriksson <jakov@vmlinux.org>
+ StrRetToStrNAW returns ok on NT4, though it should return FALSE.
+
+ * dlls/ole32/tests/storage32.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info from storage32 test.
+
+ * dlls/ntdll/tests/env.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info.
+
+ * windows/winpos.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Use GetAncestor instead of GetParent.
+
+ * dlls/ntdll/time.c: Rustam Chernotkach <rustik@ufps.chukotka.ru>
+ Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
+
+ * dlls/kernel/tests/environ.c: Jakob Eriksson <jakov@vmlinux.org>
+ If the variable does not exist, just return.
+
+ * dlls/msi/tests/record.c: Jakob Eriksson <jakov@vmlinux.org>
+ Windows 98 doesn't like it when we delete the tempfile.
+
+ * dlls/msi/tests/db.c: Aric Stewart <aric@codeweavers.com>
+ Test package creation.
+
+ * dlls/user/tests/msg.c, windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ If an MDI child becomes active restore previously maximized MDI
+ child.
+
+ * dlls/kernel/tests/file.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix patching error in file time test.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for Serbian cyrillic X11 keyboard layout.
+
+ * loader/preloader.c: Mike Hearn <mike@navi.cx>
+ Increase PE reserve area size to 512Mb.
+
+ * dlls/riched20/editor.c, dlls/riched20/editstr.h,
+ dlls/riched20/reader.c, dlls/riched20/rtf.h, dlls/riched20/writer.c:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Made RTF reader and writer handle codepages mostly similar to the
+ original riched20.dll.
+
+ * dlls/user/edit.c, dlls/user/tests/edit.c:
+ C. Scott Ananian <cscott@cscott.net>
+ EDIT_EM_SetSel: Old/new selection range ordering code would break when
+ old_end < start < end < old_start.
+ Reset EF_UPDATE flag after we've sent the update.
+
+ * dlls/msi/msi.rc, dlls/msi/msi_Nl.rc, dlls/shdocvw/Nl.rc,
+ dlls/shdocvw/shdocvw.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Dutch resource translation.
+
+ * dlls/advapi32/tests/security.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix for NT4 behaviour.
+
+2005-03-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/mouse.c, dlls/x11drv/winpos.c, dlls/x11drv/x11ddraw.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/trace.c, server/window.c:
+ Try to always keep the server window Z-order in sync with the X11 one
+ using a heuristic based on mouse and expose events.
+
+ * dlls/wininet/urlcache.c, include/wininet.h:
+ Troy Rollo <wine@troy.rollo.name>
+ Implement CreateUrlCacheEntryW and CommitUrlCacheEntryW. Replace the
+ existing 'A' versions with calls to the 'W' versions.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Fix direct sound capabilities to match hardware.
+
+ * programs/winebrowser/main.c: Huw Davies <huw@codeweavers.com>
+ Fix usage printf.
+
+ * dlls/winmm/winealsa/audio.c: Fixed a missing patch chunk.
+
+ * dlls/comctl32/animate.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Pull the WM_TIMER handling into its own function.
+ ANIMATE_DrawFrame shouldn't worry about locking, the lock should be
+ held by the caller.
+
+ * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/errorinfo.c,
+ dlls/ole32/ftmarshal.c, dlls/ole32/oleobj.c,
+ dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.c,
+ dlls/shell32/autocomplete.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/shell.c,
+ dlls/shell32/shellole.c, dlls/shell32/shlmenu.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c:
+ Mike McCormack <mike@codeweavers.com>
+ Eliminate casts of the return value of HeapAlloc.
+
+ * dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Mike McCormack <mike@codeweavers.com>
+ Remove casts and unused code.
+
+ * programs/regedit/childwnd.c, programs/regedit/framewnd.c,
+ programs/regedit/main.h:
+ Robert Shearman <rob@codeweavers.com>
+ Always display path in status bar.
+
+ * programs/winebrowser/main.c: Hans Leidekker <hans@it.vu.nl>
+ Prevent crash when no URL is specified.
+
+ * dlls/winsock/tests/sock.c: Thomas Kho <thomaskho@gmail.com>
+ Added tests for sendto, recvfrom, and getservbyname.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Clean up handle usage.
+
+ * dlls/x11drv/winpos.c:
+ Don't try to resync Z-order on ConfigureNotify events, this cannot
+ work right anyway.
+
+ * dlls/avifil32/api.c, dlls/itss/itss.c, dlls/ole32/compobj.c,
+ dlls/twain/twain16_main.c, dlls/winmm/mmsystem.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correct and complete some api documentation.
+
+ * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+ Troy Rollo <wine@troy.rollo.name>
+ Corrections to UrlIsW and UrlIsA.
+ URL_IS_OPAQUE results depend only on the scheme, not on the URL.
+ URL_IS_FILEURL also only depends on the scheme ("file:").
+
+ * dlls/x11drv/palette.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Remove break statements missed in last patch.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Teach winapi about types newly used in various dlls.
+
+ * tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Teach winapi_check about other calling convention shorthands (they all
+ are really stdcall).
+
+ * dlls/wined3d/wined3d.spec:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ WineDirect3DCreate has 3 args in the source.
+
+ * dlls/ntdll/loader.c, dlls/riched20/editor.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Use "" for Windows includes in dlls, instead of <>.
+
+ * dlls/atl/registrar.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Key words and replacements are case insensitive.
+
+ * dlls/comctl32/treeview.c: Robert Shearman <rob@codeweavers.com>
+ iSelectedImage is allowed to be 0.
+
+ * dlls/shlwapi/reg.c: Robert Shearman <rob@codeweavers.com>
+ Fix SHCopyKey to treat string parameter correctly as source path
+ instead of destination path.
+
+ * dlls/advapi32/security.c, dlls/avifil32/api.c,
+ dlls/wininet/urlcache.c, dlls/wtsapi32/wtsapi32.c, include/aclapi.h,
+ include/vfw.h, include/wtsapi32.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed some calling conventions.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Complete unicodification.
+
+ * dlls/comctl32/pager.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Proper handling for GWL_STYLE.
+ Store and use hwndSelf in the PAGER_INFO.
+ Pass the infoPtr around instead of hwnd.
+ Use proper types in the function signatures.
+ Fix a few return statements.
+
+ * dlls/ole32/storage32.c: Troy Rollo <wine@troy.rollo.name>
+ Fix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
+
+ * programs/regedit/listview.c: Robert Shearman <rob@codeweavers.com>
+ - Add icons for the value pane.
+ - Display REG_MULTI_SZ values.
+ - Make the lack of support for certain value types more noticeable to
+ the user.
+
+ * programs/regedit/edit.c: Robert Shearman <rob@codeweavers.com>
+ - Display an error message if any edit operation fails.
+ - Make key renaming fail if the destination key already exists.
+ - Better error recovery in the case where SHCopyKey fails.
+
+ * dlls/ddraw/dclipper/main.c: Christian Costa <titan.costa@wanadoo.fr>
+ Removed wrong FIXMEs.
+
+ * dlls/winmm/driver.c, dlls/winmm/mci.c:
+ Filip Navara <xnavara@volny.cz>
+ Specify correct buffer size in GetPrivateProfileStringW calls.
+
+ * dlls/ntdll/file.c: Ivan Leo Puoti <ivanleo@gmail.com>
+ Improve parameter checking in NtCreateFile.
+ Add documentation for ea_buffer and ea_length.
+
+ * dlls/ddraw/dsurface/dib.c: Matthew Mastracci <matt@aclaro.com>
+ If a FOURCC surface specifies DDSD_PITCH, use that instead of
+ dwLinearSize.
+
+ * dlls/comctl32/animate.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Delete the critical section when freeing up the infoPtr.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Print out message name to make reading traces easier.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/paint.c:
+ Krzysztof Foltman <wdev@foltman.com>
+ - PageUp key support.
+ - Support for "normal" scroll bar functionality (line and page
+ scrolling).
+
+2005-03-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/thread.c, include/thread.h,
+ include/winnt.h, include/winternl.h:
+ Added support for the TLS expansion slots, adding an extra 1024
+ entries.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Fall back to default prepare/unprepare header functions.
+
+ * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+ Fix block align error message to show length before fix up.
+
+ * dlls/shell32/memorystream.c: Mike McCormack <mike@codeweavers.com>
+ Fix usage of STGM_ enumerations, remove forward declaration.
+
+ * dlls/shell32/dataobject.c: Mike McCormack <mike@codeweavers.com>
+ Remove forward declarations of interface methods.
+
+ * dlls/shell32/cpanelfolder.c, dlls/shell32/shell32_main.h:
+ Mike McCormack <mike@codeweavers.com>
+ Remove an unused function.
+
+ * dlls/msi/suminfo.c, dlls/msi/tests/.cvsignore,
+ dlls/msi/tests/Makefile.in, dlls/msi/tests/suminfo.c:
+ Mike McCormack <mike@codeweavers.com>
+ - test cases for summary information
+ - fix memory leaks
+
+ * configure, configure.ac: Francois Gouget <fgouget@free.fr>
+ Issue a warning if no sound system was found.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/paint.c, dlls/riched20/run.c, dlls/riched20/string.c,
+ dlls/riched20/wrap.c:
+ Krzysztof Foltman <wdev@foltman.com>
+ - made string operations consistent wrt whitespace handling (which
+ should greatly improve stability of the wrap code and eliminate
+ regressions of the most recent versions)
+ - completely new scrollbar handling (much more reliable) and related
+ redraw fixes
+ - Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs
+ was of higher priority)
+
+ * dlls/rpcrt4/rpc_server.c: Robert Shearman <rob@codeweavers.com>
+ Fix deadlock caused by not leaving the critical section on all code
+ paths.
+
+ * dlls/ole32/ole2impl.c: Robert Shearman <rob@codeweavers.com>
+ Fix memory leak in OleDuplicateData on error path (found by Smatch).
+
+ * dlls/kernel/locale.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ GetCPInfo should return FALSE if called with NULL info buffer.
+
+ * dlls/atl/registrar.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added implementation of File[Un]Register and Resource[Un]RegisterSz.
+
+ * tools/wine.inf: Paul Millar <p.millar@physics.gla.ac.uk>
+ Bring default registry in line with implicit default behaviour by
+ using the --auto option with winedbg.
+
+ * dlls/version/install.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Avoid a magic number.
+
+2005-03-18 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winetest/util.c, tools/winegcc/utils.c:
+ Fixed other instances of the xrealloc(0) bug.
+
+ * dlls/comctl32/tests/updown.c, dlls/comctl32/updown.c:
+ C. Scott Ananian <cscott@cscott.net>
+ UPDOWN_GetBuddyInt should not fail when the control is empty.
+
+ * tools/winebuild/build.h, tools/winebuild/res16.c,
+ tools/winebuild/res32.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ -Wunsigned fixes.
+
+ * tools/winebuild/utils.c:
+ Don't crash on xrealloc(0) (found by Jon Griffiths).
+
+ * dlls/oleaut32/tests/vartype.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fixed vartype test.
+
+ * dlls/msi/msipriv.h, dlls/msi/suminfo.c, include/msi.h,
+ include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Implement summary information loading and saving.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement @188,190,195,200,256,478,481.
+ IUnknown_EnableModeless() also handles IOleInPlaceActiveObject.
+
+ * dlls/comctl32/animate.c:
+ Revert changes to the painting code, the WM_CTLCOLORSTATIC message
+ should not be sent from the animation thread.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Add support for more than one sound card.
+ Fix wave out support when no volume control is present.
+ Use proper structure for wave in device caps.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Check wave out volume support.
+
+ * dlls/atl/atl.rgs: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fixed atl.rgs.
+
+ * dlls/atl/registrar.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Keys may have only one of attributes.
+
+ * dlls/dinput/joystick_linuxinput.c:
+ Gerald Pfeifer <gerald@pfeifer.com>
+ Fix compilation of the case without proper Linux joystick support.
+
+ * dlls/riched20/editor.c, dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Fixed support for RTF documents using ANSI charset and added support
+ for multibyte charsets, so that BIG5 and UTF-8 RTF documents are
+ working now.
+
+2005-03-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/format_msg.c, dlls/kernel/tests/heap.c,
+ dlls/mapi32/imalloc.c, dlls/ole32/ifs.c, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/dragdrophelper.c, dlls/shell32/shelllink.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shfldr_mycomp.c, dlls/shlwapi/reg.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
+
+ * server/queue.c:
+ Revert the previous change, this is not working right yet.
+
+ * dlls/shell32/shlexec.c: Aric Stewart <aric@codeweavers.com>
+ For ShellExecuteExA we need to copy out the hProcess value from the W
+ structure.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/dictionary.c,
+ dlls/ole32/dictionary.h, dlls/ole32/stg_prop.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Begin implementing IPropertyStorage.
+
+ * dlls/x11drv/winpos.c, include/wine/server_protocol.h,
+ server/protocol.def, server/trace.c, server/window.c:
+ Make the server know about the visible area of a window, which is the
+ window rect minus the caption and borders when they are handled by the
+ window manager.
+
+ * dlls/kernel/comm.c, dlls/kernel/file.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/generated.c, dlls/ntdll/loader.c,
+ dlls/quartz/filesource.c, dlls/wininet/urlcache.c,
+ dlls/winsock/socket.c, include/winbase.h, include/wininet.h,
+ include/winnt.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Match OVERLAPPED structure to the SDK definition.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Fall back to default header prepare and unprepare functions.
+
+ * dlls/shell32/shlfolder.c: Mike McCormack <mike@codeweavers.com>
+ Remove some dead code and some ifdefs.
+
+ * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Add more tests and fix InternetTimeToSystemTimeW accordingly.
+
+ * dlls/shell32/debughlp.c: Mike McCormack <mike@codeweavers.com>
+ Fix a regression in the file open dialog.
+
+ * dlls/ntdll/reg.c: Ivan Leo Puoti <ivanleo@gmail.com>
+ Add parameter checking and remove last fixme.
+
+ * dlls/kernel/tests/time.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Use real device name.
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/winpos.c,
+ include/wine/server_protocol.h, server/protocol.def, server/trace.c,
+ server/window.c:
+ Compute the top clipping window directly on the server side.
+
+ * dlls/winsock/tests/sock.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info.
+
+ * dlls/atl/Makefile.in: Mike McCormack <mike@codeweavers.com>
+ Fix dependencies.
+
+ * dlls/shell32/shfldr_desktop.c: Mike McCormack <mike@codeweavers.com>
+ Convert path to unicode, rearrange to remove forward declaration.
+
+ * dlls/riched20/editor.c, dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Replaced slow and outdated character set handling in RTF reader by
+ Unicode/codepages support. Added charset->codepage conversion.
+
+ * include/winbase.h: Mike McCormack <mike@codeweavers.com>
+ Declare inline string function WINAPI (found by Krzysztof Foltman).
+
+ * include/shlguid.h, include/shlobj.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add some missing interfaces.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c,
+ include/objbase.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Add critsec debugging info.
+ - Move the modal loop called during RPCs into CoWaitForMultipleHandles.
+ - Use a mutex for long remoting calls to IRemUnknown methods.
+ - Remove locking in apartment_disconnectproxies as it is not needed.
+ - Use PostMessage instead of SendMessage so we can run the message
+ loop or not as appropriate.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/winemm.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Do not fallback to defaults if a driver, mapper, or midi is specified
+ in the registry; consolidate MMDRV_Init() into a single function.
+
+ * dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Add a comment about byte order, change types to reduce casting and not
+ cast away constness.
+
+ * dlls/atl/atl.spec, dlls/atl/registrar.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added implementation of DllCanUnloadNow.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/paint.c, dlls/riched20/para.c,
+ dlls/riched20/reader.c, dlls/riched20/richole.c, dlls/riched20/rtf.h,
+ dlls/riched20/run.c, dlls/riched20/string.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - RTF reader doesn't use RichEdit messages anymore (which saves on
+ unnecessary repaints)
+ - added unicode character support to RTF import (like: \u12345 ?)
+ - small fixes
+ - fixed whitespace identification bug
+ - removed drawing of paragraph marks
+ - improved stub implementations for IRichEditOle
+
+2005-03-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/riched20/writer.c: Phil Krylov <phil@newstar.rinet.ru>
+ Improved RTF export.
+
+ * include/richedit.h: Phil Krylov <phil@newstar.rinet.ru>
+ Added missing PFE_ and PFA_ definitions.
+
+ * dlls/wininet/tests/http.c: Jakob Eriksson <jakov@vmlinux.org>
+ Test failed before on 98, NT4, 2000 and XP.
+
+ * dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c:
+ Don't force injected hardware messages to be queued in the current
+ thread.
+
+ * server/queue.c:
+ Queue hardware messages even if we don't find a window for them the
+ first time around.
+
+ * Make.rules.in, dlls/Maketest.rules.in, tools/.cvsignore,
+ tools/Makefile.in, tools/make_ctests, tools/make_ctests.c:
+ Converted the make_ctests script to C (based on a patch by Royce
+ Mitchell III).
+
+ * server/window.c:
+ Converted the window children lists to standard lists.
+
+ * dlls/atl/.cvsignore, dlls/atl/Makefile.in, dlls/atl/atl.rgs,
+ dlls/atl/atl_main.c, dlls/atl/registrar.c, dlls/atl/regsvr.c,
+ dlls/atl/rsrc.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Use ATLRegistrar to register atl.dll.
+
+ * dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+ dlls/comctl32/tests/updown.c:
+ C. Scott Ananian <cscott@cscott.net>
+ Started a unit test case for the updown control.
+
+ * dlls/shell32/debughlp.c: Filip Navara <xnavara@volny.cz>
+ _dbg_ILGetNext returns NULL if pidl->mkid.cb is zero, fix the loops
+ accordingly.
+
+ * dlls/riched20/editor.h: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct memory allocation macro.
+
+ * include/msidefs.h, include/propidl.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Add property IDs for MSI summary information.
+
+ * dlls/kernel/tests/path.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix broken test.
+
+ * dlls/ddraw/tests/ddrawmodes.c: Jakob Eriksson <jakov@vmlinux.org>
+ SetDisplayMode can return DDERR_UNSUPPORTED. If it does, we shouldn't
+ try to restore something either.
+
+ * dlls/ntdll/directory.c, dlls/ntdll/file.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Don't mark a file as readonly if it has any write bit set.
+
+ * programs/uninstaller/main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ GetDlgItemTextW takes buffer length in WCHARs not bytes.
+
+ * dlls/comctl32/animate.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the control against Comctl32.dll version 6.0.
+ Proper handling of GWL_STYLE.
+ Implement WM_CLOSE. Fix WM_SIZE implementation.
+ Small cleanups.
+
+ * dlls/shlwapi/tests/clist.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix two failures and (hopefully) a crash with early versions.
+
+ * dlls/shell32/shellpath.c: Juan Lang <juan_lang@yahoo.com>
+ Correct registering shell folders (values in Shell Folders key weren't
+ getting written).
+
+ * include/shlobj.h: Mike McCormack <mike@codeweavers.com>
+ Add defines for SLDF flags.
+
+ * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/custom.c,
+ dlls/msi/dialog.c, dlls/msi/format.c, dlls/msi/msipriv.h,
+ dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ - Rename dupstrW to strdupW, and remove duplicate definition.
+ - Move definition of string manipulation functions to msipriv.h.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Actually print dwExStyle in case of a mismatch.
+
+ * dlls/winmm/winmm.c: Robert Reif <reif@earthlink.net>
+ Provide default implementation of waveInPrepareHeader and
+ waveInUnprepareHeader if driver doesn't support them.
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ waveInPrepareHeader and waveInUnprepareHeader are not really needed
+ because the contents don't change.
+
+ * documentation/getting.sgml: Francois Gouget <fgouget@free.fr>
+ Fix a link to Wine's HowTo.
+
+ * dlls/riched20/editor.c, dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - Unknown destinations are now correctly skipped (so loading an RTF
+ file generated by, for example, OpenOffice doesn't produce lots of
+ garbage anymore).
+ - Format stack for RTF groups (so that RTF reader can correctly read
+ what RTF writer wrote :) )
+
+ * dlls/wtsapi32/wtsapi32.c, dlls/wtsapi32/wtsapi32.spec,
+ include/wtsapi32.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for WTSCloseServer, WTSDisconnectSession,
+ WTSEnumerateProcesses{A,W}, WTSEnumerateSessions{A,W},
+ WTSQuerySessionInformationA.
+
+2005-03-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Build a static list of devices instead of relying on ELF
+ constructors.
+
+ * dlls/kernel/tests/environ.c: Jakob Eriksson <jakov@vmlinux.org>
+ More trace info.
+
+ * dlls/advapi32/tests/crypt.c: Jakob Eriksson <jakov@vmlinux.org>
+ CryptAcquireContextA() can return NTE_FAIL on Windows 98.
+
+ * dlls/dbghelp/msc.c: Filip Navara <xnavara@volny.cz>
+ Initialize the "toc" field in the pdb_lookup structure in order to
+ prevent pdb_free_lookup from trying to delete invalid pointers.
+
+ * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+ Unconditionally free memory. Should make smatch happy.
+
+ * dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Implemented hash table lookup for RTF keywords in RTF reader.
+
+ * tools/winebuild/build.h, tools/winebuild/main.c,
+ tools/winebuild/spec32.c, tools/winebuild/utils.c:
+ Use the correct file name in the "generated automatically" comments.
+
+ * dlls/riched20/editor.c, dlls/riched20/writer.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
+ to Phil Krylov's RTF generator code).
+ - New message implemented - WM_PASTE.
+ - RTF reader: rtfPlain implemented (kind of).
+ - RTF writer: rewritten main loop (the old one crashed in some
+ circumstances when SFF_SELECTION was used).
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c, dlls/dsound/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Change some global variable names.
+ Cleanup usage of global dsound variable to not use local variable of
+ same name.
+ Almost ready to add support for more than one sound card at the same
+ time.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@gmail.com>
+ Add three missing dlls to the list.
+
+ * dlls/comctl32/animate.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup and simplify the painting code.
+ Fix a potential bug along the way.
+
+ * dlls/winmm/wavemap/wavemap.c, dlls/winmm/mci.c:
+ Robert Reif <reif@earthlink.net>
+ Fix memory leak in error path.
+
+ * dlls/winmm/lolvldrv.c: Robert Reif <reif@earthlink.net>
+ Fix memory leak when there are too many drivers.
+
+ * dlls/winmm/winmm.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Avoid trap in mixerGetLineControlsA when cControls is uninitialized
+ and MIXER_GETLINECONTROLSSF_ONEBYTYPE requested.
+
+2005-03-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/mlang/tests/mlang.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make mlang_test.exe loadable on NT 4.0.
+
+ * dlls/riched20/Makefile.in, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/writer.c:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Initial implementation of EM_STREAMOUT and RTF writer.
+
+ * dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Added "generator" RTF destination handling.
+
+ * include/richedit.h: Phil Krylov <phil@newstar.rinet.ru>
+ Added missing PFA_JUSTIFY definition.
+
+ * dlls/advapi32/tests/security.c:
+ Avoid accessing an uninitialized string in the failure case.
+
+ * documentation/samples/config, documentation/wine.conf.man,
+ misc/registry.c:
+ Get rid of the remaining registry configuration parameters.
+
+ * server/queue.c:
+ Avoid returning hardware messages if they have no chance to match the
+ filter.
+
+ * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+ Matthew Mastracci <mmastrac@canada.com>
+ Implement RegisterOCX.
+ Stub for DelNodeRunDLL32.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not release capture before sending WM_NCDESTROY message, update the
+ tests to reflect that.
+
+ * include/shlguid.h, include/shlobj.h, include/shobjidl.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Move interface declarations to shobjidl.idl.
+
+ * dlls/user/lstr.c, dlls/user/message.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Assorted memleak fixes. Found on Michael Stefaniuc smatch list.
+
+ * documentation/samples/config, misc/registry.c, server/registry.c:
+ Get rid of the registry saving level hack.
+ Make periodic saving the default behavior.
+
+ * dlls/rpcrt4/rpcrt4_main.c: Ralf S. Engelschall <rse@engelschall.com>
+ Fix incorrect random multicast MAC address creation.
+
+ * dlls/ntdll/ntdll.spec: Ivan Leo Puoti <ivanleo@gmail.com>
+ Update ntdll.spec against current Microsoft build.
+
+ * dlls/atl/.cvsignore, dlls/atl/Makefile.in, dlls/atl/atliface.idl,
+ dlls/atl/registrar.c, dlls/atl/regsvr.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added implementation of ATLRegistrar.
+
+ * dlls/comctl32/treeview.c: Evan Deaubl <wine@warpedview.com>
+ TREEVIEW_DoSelectItem should not do any of the TVGN_FIRSTVISIBLE work
+ if the newSelect parameter is NULL.
+
+ * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - switch to correct shell desktop context menu
+ - launch desk.cpl when activating the desktop context menu entry
+ "properties"
+ - don't send WM_COMMAND if we didn't get a shell view window
+
+ * programs/winedbg/dbg.y: C. Scott Ananian <cscott@cscott.net>
+ Add tSTRING to the pathname production, so that you can quote a
+ pathname which contains 'odd' characters.
+
+ * programs/winedbg/debug.l: C. Scott Ananian <cscott@cscott.net>
+ Move definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
+ are lexed as paths (in the appropriate contexts) instead of as
+ operator or number tokens.
+ Add '-' to the set of characters legal in a pathname.
+
+ * documentation/winedev-kernel.sgml:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - reorganisation of full chapter
+ - rewrote the console part
+ - added FS documentation
+
+ * dlls/ole32/clipboard.c: Joris Huizer <jorishuizer@planet.nl>
+ A few memory checks avoiding memory leaks.
+
+ * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+ dlls/wined3d/device.c, dlls/wined3d/surface.c,
+ dlls/wined3d/texture.c, dlls/wined3d/volume.c,
+ dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Encapsulate texture, surface encapsulated.
+ Added BindTexture, GetTextureDimensions, UnBindTexture.
+ Proper GetContainer support for surface.
+ SetContainer added to surface and volume.
+ SetInPbufferState added to surface (until gl context management is
+ implemented).
+ Minor changes:
+ - BaseTexture no longer 'holds' a reference to IWineD3DDevice to
+ prevent circular referencing.
+ - Better managment of referinging for texture.
+ - Some TODO's for implementing a context manager.
+ - Better preload implementation.
+ - Fix compile warning in device.c Set/GetSamplerState.
+ - Add QueryInterface support for surface.
+ - Format X8R8G8B8 added to locking.
+
+ * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c,
+ dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+ Robert Shearman <rob@codeweavers.com>
+ - RpcMgmtStopServerListen should not affect auto-listen interfaces.
+ - Implement stub for RpcRevertToSelfEx.
+ - Change the more verbose files to use a new debug channel, "rpc."
+
+ * dlls/comctl32/tests/mru.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Comment out a test that crashes on early versions.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/tests/path.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests and small fix for PathMakePretty().
+ Fix a crash and test failure with early native dlls.
+
+ * dlls/comctl32/animate.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unicodification and typesafe interfaces.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ Robert Shearman <rob@codeweavers.com>
+ - Implement VT_BYREF | VT_BSTR marshalling.
+ - Add more integer types for marshaling and unmarshaling.
+ - Implement VT_BYREF | VT_BSTR unmarshaling.
+ - Don't allocate memory for TKIND_DISPATCH/TKIND_INTERFACE
+ unmarshaling as it will be lost in the success case and interferes
+ with the failure case.
+
+ * dlls/ntdll/reg.c: Ivan Leo Puoti <ivanleo@gmail.com>
+ Make Rtl*Registry* functions case insensitive.
+
+ * dlls/riched20/caret.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Make ME_ArrowLeft() return a value in every case.
+
+ * include/npapi.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix function definitions for msvc build.
+
+ * dlls/commdlg/printdlg.c: Juan Lang <juan_lang@yahoo.com>
+ Change a fixme to a warn, and use W version of call.
+
+ * dlls/gdi/metafile.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ If a zero index is passed to META_SELECTCLIPREGION reset the clip
+ region.
+
+ * programs/winetest/main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Special case Win9x platforms in the desktop visibility test, in Win98
+ GetUserObjectInformation is a stub returning ERROR_CALL_NOT_IMPLEMENTED.
+
+ * dlls/netapi32/tests/wksta.c: Juan Lang <juan_lang@yahoo.com>
+ Fix a test to pass under XP.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix some msg.c and win.c failures running on NT4 and XP.
+
+ * programs/winecfg/drive.c, programs/winecfg/driveui.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Porting fixes.
+
+ * dlls/mscms/mscms.spec: Steven Edwards <steven_ed4153@yahoo.com>
+ Correct CheckBitmapBits entry.
+
+ * dlls/mapi32/Makefile.in: Steven Edwards <steven_ed4153@yahoo.com>
+ Link mapi32 to ntdll.
+
+ * dlls/ntdll/time.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+ Add ECT to timezone list.
+
+ * dlls/dsound/tests/propset.c: Robert Reif <reif@earthlink.net>
+ Private property sets do not exist in early versions of Direct Sound
+ so skip tests if not supported.
+ Add tests for A, W and 1 variations of data.
+
+ * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+ Add missing functionality.
+ Add more and better error messages.
+ Add checks for failed HeapAlloc.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/xrender.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Assorted memleak fixes. Found on Michael Stefaniuc smatch list.
+
+2005-03-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/wsock32/socket.c: Replace calloc() by HeapAlloc().
+
+ * include/dinput.h: Get rid of version #ifdefs.
+
+ * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ StgOpenStorage shouldn't open zero length storage files.
+
+ * programs/uninstaller/Cs.rc, programs/uninstaller/De.rc,
+ programs/uninstaller/Es.rc, programs/uninstaller/Fr.rc,
+ programs/uninstaller/It.rc, programs/uninstaller/Pt.rc,
+ programs/uninstaller/rsrc.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ Internationalization.
+
+ * documentation/samples/config, misc/registry.c:
+ Get rid of the Windows registry loading on startup, this needs to be
+ done differently.
+
+ * dlls/winsock/tests/sock.c: Thomas Kho <thomaskho@gmail.com>
+ Added select_server() test that uses select() in serving clients.
+
+ * dlls/wsock32/socket.c, dlls/winmm/driver.c, dlls/winmm/mmio.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/time.c:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Assorted memleak fixes. Found on Michael Stefaniuc smatch list.
+
+ * programs/uninstaller/En.rc, programs/uninstaller/Makefile.in,
+ programs/uninstaller/main.c, programs/uninstaller/rsrc.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ Add search field with find-as-you-type function.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use -isystem for system includes as they should be processed after the
+ -I includes. Spotted by Boaz Harrosh.
+
+ * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c,
+ dlls/d3d9/indexbuffer.c, dlls/d3d9/resource.c, dlls/d3d9/surface.c,
+ dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c, dlls/d3d9/volume.c,
+ dlls/d3d9/volumetexture.c, dlls/d3d9/vshaderdeclaration.c:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Change AddRef in queryInterface to IUnknown_AddRef.
+ Move ppVoulme to d3d9voloumeimpl structure.
+ Some minor stylistic changes (making everything the same).
+
+ * dlls/riched20/editor.c, dlls/riched20/reader.c, dlls/riched20/run.c,
+ dlls/riched20/style.c, dlls/riched20/undo.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - EM_STREAMIN can now deal with undo in a reasonable manner (no
+ multiple undo actions in one EM_STREAMIN).
+ - Related changes to undo code (umIgnore mode is now handled
+ correctly).
+ - Numerous improvements in the RTF reader: it reads some character
+ attributes now (you will have proper small print in license agreements
+ now).
+ - Fixed a memory overwrite bug in conversion from CHARFORMAT2A to
+ CHARFORMAT2W.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Rename apartment functions to become more object-oriented.
+ - Rename register_ifstub to marshal_object to more accurately describe
+ what it does.
+ - Add new function, apartment_getoxid, to prepare for a possible
+ future patch where remoting is started on demand.
+
+ * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+ Add outer unknown support for typelib marshaler.
+
+2005-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20050310.
+
+----------------------------------------------------------------
+2005-03-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shdocvw/shdocvw_main.c: Juan Lang <juan_lang@yahoo.com>
+ Fix a crash if the Mozilla ActiveX control doesn't implement
+ DllCanUnloadNow.
+
+ * dlls/ole32/compobj.c: Juan Lang <juan_lang@yahoo.com>
+ Fix the calling convention of DllCanUnloadNow.
+
+ * dlls/msi/appsearch.c: Juan Lang <juan_lang@yahoo.com>
+ Fix a regression in AppSearch.
+
+ * dlls/msi/msipriv.h, dlls/msi/registry.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement MsiEnumRelatedProducts.
+
+ * dlls/user/message.c, server/window.c:
+ Clear the internal paint flag in the server before returning a
+ WM_PAINT message to avoid an extra server round-trip.
+
+ * programs/winetest/main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement a test for the desktop visibility based on the MSDN article
+ pointed out by Robert Shearman.
+
+ * dlls/user/tests/listbox.c, windows/winproc.c:
+ Marcus Meissner <meissner@suse.de>
+ Use 512 byte buffer for buffer of LB_GETTEXT and CB_GETLBTEXT.
+ Added testcase with > 256 byte string in listbox.
+
+ * tools/wineshelllink: Brouard Nicolas <nicolas.brouard@libertysurf.fr>
+ Fix menu backslash escaping.
+
+ * dlls/kernel/tests/environ.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Test for %Systemroot%.
+
+ * dlls/user/scroll.c, dlls/user/user32.spec:
+ Phil Krylov <phil@newstar.rinet.ru>
+ Implemented GetScrollBarInfo() function and SBM_GETSCROLLBARINFO
+ message.
+
+ * dlls/user/Makefile.in, dlls/user/message.c, dlls/user/message.h,
+ windows/message.c:
+ Merge the rest of the messaging code into dlls/user/message.c and get
+ rid of windows/message.c.
+
+ * programs/uninstaller/En.rc, programs/uninstaller/main.c,
+ programs/uninstaller/main.h, programs/uninstaller/resource.h,
+ programs/uninstaller/rsrc.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ Use a dialog instead of a normal window.
+
+ * dlls/user/message.c, include/wine/server_protocol.h,
+ server/protocol.def, server/queue.c, server/trace.c:
+ Properly cope with get_message being called recursively while
+ processing a hardware message.
+
+ * dlls/x11drv/wintab.c: Raphael Junqueira <fenix@club-internet.fr>
+ - XListInputDevices spec say that device list should be freed using
+ XFreeDeviceList
+ - better robustness on X11DRV_AttachEventQueueToTablet
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ C. Scott Ananian <cscott@cscott.net>
+ Allow scanf to continue parsing format string after a '%n'.
+
+ * windows/message.c:
+ Take message filtering into account when updating the static data for
+ double click support.
+
+ * dlls/gdi/gdiobj.c:
+ Allocate fonts and regions from the large heap too.
+
+ * server/registry.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Tmp was not freed in case of errors in save_branch().
+
+ * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h,
+ dlls/richedit/ansi_sym.h, dlls/richedit/reader.c,
+ dlls/richedit/riched32.h, dlls/richedit/richedit.c,
+ dlls/richedit/rtf.h, dlls/richedit/rtf2text.h,
+ dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c,
+ dlls/richedit/text_map.h:
+ Mike McCormack <mike@codeweavers.com>
+ Forward the RichEdit 1.0 control to the RichEdit 2.0 control.
+
+ * dlls/msi/action.c, dlls/msi/format.c, dlls/msi/msi.c,
+ dlls/msi/msiquery.c, dlls/msi/package.c, dlls/msi/preview.c,
+ dlls/msi/record.c, dlls/msi/suminfo.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - make sure msihandle2msiinfo is correctly matched with msiobj_release
+ - don't do redundant NULL checks
+
+ * include/propidl.idl: Juan Lang <juan_lang@yahoo.com>
+ Add some missing declarations.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ - Fully delete custom headers on connection opening.
+ - Free unneeded memory on clearing of standard headers.
+ - Fix index sanity test in delete function.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Correct incorrect use of arguments to QueryServiceConfigA. Spotted by
+ Troy Rollo.
+
+ * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c,
+ dlls/opengl32/wgl_ext.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - implements WGL_ARB_render_texture support (no more stubs)
+ - pass glXGetProcAddressARB ptr to initialise function
+
+ * dlls/ddraw/dsurface/dib.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Check always if destination surface is locked.
+
+2005-03-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c, dlls/x11drv/x11drv.h:
+ Added WM_X11DRV_DELETE_WINDOW message to handle close requests so that
+ we can send the WM_SYSCOMMAND with SendMessage instead of PostMessage.
+ Added missing NONAMELESSUNION define.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/paint.c, dlls/riched20/run.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - Optimized repaint of the area below the text.
+ - ME_JoinRuns didn't mark the paragraph for rewrapping, fixed.
+ - Removed PostQuitMessage(0) from WM_DESTROY handler (duh!).
+ - Use of EM_GETOLEINTERFACE is reported with FIXME instead of TRACE
+ (any app using this message is likely to encounter major problems).
+
+ * dlls/mscms/mscms.spec, dlls/mscms/mscms_main.c, dlls/mscms/profile.c,
+ dlls/mscms/stub.c:
+ Hans Leidekker <hans@it.vu.nl>
+ - Implementation stubs for GenerateCopyFilePaths,
+ SpoolerCopyFileEvent.
+ - Call DisableThreadLibraryCalls on process attach.
+ - Document more functions.
+
+ * dlls/ddraw/dsurface/dib.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Check for NULL before touching src.
+
+ * dlls/user/user_main.c, dlls/user/user_private.h, dlls/x11drv/event.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, include/win.h,
+ windows/input.c:
+ Moved SendInput and related functions to the USER driver to avoid a
+ number of dll separation hacks.
+
+ * windows/win.c: Remove a trace that's causing too much output.
+
+ * programs/winecfg/Makefile.in, programs/winecfg/driveui.c,
+ programs/winecfg/main.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented 'Browse' functionality for the drive mapping property
+ sheet.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/regsvr.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+ dlls/shell32/shfldr_unixfs.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Beginning of a shell namespace extension to browse the unix
+ filesystem.
+
+ * windows/defwnd.c: Krzysztof Foltman <krzysztof@foltman.com>
+ WM_CANCELMODE resets menu flag in the default window procedure.
+
+ * dlls/riched20/editor.c: Phil Krylov <phil@newstar.rinet.ru>
+ Changed buffer size for EM_STREAMIN message to 4096, as it's what M$
+ uses.
+
+ * include/richedit.h: Robert Shearman <rob@codeweavers.com>
+ Remove duplicate message defines in header.
+
+ * dlls/user/menu.c, include/winuser.h:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented MIIM_BITMAP state.
+ Handle MNS_CHECKORBMP style.
+
+ * dlls/user/sysparams.c, windows/input.c:
+ Make the SwapMouseButton function and the SPI_SETMOUSEBUTTONSWAP
+ parameter work on the same flag.
+
+ * server/window.c:
+ Don't check children of minimized windows in get_update_region.
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/list.c, dlls/riched20/paint.c, dlls/riched20/para.c,
+ dlls/riched20/run.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ The meaning of the rewrap flag got inverted (MEPF_REWRAP instead of
+ MEPF_WRAPPED) for consistency.
+ Major code cleanups in rewrap/repaint code, leading to "smarter"
+ behaviour wrt repainting selections.
+
+ * dlls/dplayx/dplobby.c: Raphael Junqueira <fenix@club-internet.fr>
+ Avoid ConvertToGlobalHandle calls.
+
+ * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Shared reading of storage files requires STGM_TRANSACTED.
+
+ * dlls/kernel/console.c: Gabriel Buades Rubio <bubu@dooplex.es>
+ When sending multi-line boxes to console throgh WineConsoleOutputA,
+ only the first line was being translated into wide-chars.
+
+ * dlls/oleaut32/recinfo.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ More implementation of IRecordInfo.
+
+ * windows/spy.c: Robert Shearman <rob@codeweavers.com>
+ Add message spy support for RichEdit20W control.
+
+2005-03-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/painting.c:
+ Process only pending expose events during RDW_UPDATENOW, not all the
+ other X events.
+
+ * dlls/x11drv/event.c:
+ Take into account the event mask passed to MsgWaitForMultipleObjectsEx
+ to allow processing only a subset of the available X events.
+
+ * tools/wrc/parser.y:
+ Allow specifying extended control styles also in standard dialogs
+ (reported by Michael Lin).
+
+ * dlls/riched20/caret.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - specialized handler for SF_TEXT (ANSI or Unicode), simple and fast
+ - clears control's text on EM_STREAMIN with no SFF_SELECTION
+
+ * dlls/riched20/reader.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - Single quotes are now handled properly (previously they were
+ inserted as [[']]).
+ - Better handling of callback function's results.
+
+ * dlls/mscms/lcms_api.h, dlls/mscms/mscms_main.c, dlls/mscms/stub.c,
+ dlls/mscms/transform.c:
+ Hans Leidekker <hans@it.vu.nl>
+ - Implement TranslateBitmapBits.
+ - Don't pass bogus intent values to lcms.
+
+ * programs/winetest/main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make running tests on a visible desktop a mandatory requirement.
+
+ * dlls/x11drv/window.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix unmovable windows if the window style is set to WS_POPUP |
+ WS_VISIBLE and WS_EX_APPWINDOW.
+ - Fix metacity displaying decorations where it should not.
+
+ * dlls/dinput/keyboard.c, dlls/user/message.c,
+ dlls/winmm/mciavi/mciavi.c, windows/queue.c:
+ Make sure to always pass valid QS_* flags to
+ MsgWaitForMultipleObjects.
+
+ * 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/main.c,
+ tools/winebuild/winebuild.man.in, tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for .exe's with exported functions.
+
+ * dlls/x11drv/xfont.c: Added support for iso8859-16 charset.
+
+ * dlls/riched20/Makefile.in, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/richole.c, dlls/uuid/uuid.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implement EM_GETOLEINTERFACE.
+
+ * dlls/msi/action.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Allocate space for terminating null.
+
+ * dlls/riched20/editor.c, dlls/riched20/editor.h,
+ dlls/riched20/editstr.h, dlls/riched20/paint.c, dlls/riched20/run.c,
+ dlls/riched20/style.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Old font management replaced by the cache-based one, which keeps
+ maximum of 10 HFONTs at once, instead of one per a couple of runs.
+
+ * include/winsock.h:
+ Fixed WS_FD_CLR and WS_FD_SET macros (spotted by Thomas Kho).
+
+ * dlls/urlmon/urlmon.spec: Francois Gouget <fgouget@free.fr>
+ Add a comment explaining why CDLGetLongPathName[AW] and
+ IsJITInProgress have hardcoded ordinals.
+
+ * dlls/msi/action.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix a memory leak.
+
+2005-03-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/x11drv.h: Added a missing prototype.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
+ include/wine/server_protocol.h, server/clipboard.c,
+ server/protocol.def:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Create a thread-specific selection window to make sure we receive the
+ selection events in the correct thread.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/process.c,
+ programs/winevdm/Makefile.in, programs/winevdm/winevdm.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Support execution of pif files.
+
+ * dlls/user/tests/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - Consolidate error message handling.
+ - Add error checking to all initial SystemParametersInfoA calls in
+ each parameter test to make sure that if a given parameter isn't
+ supported or has failed in some other way that we return and don't
+ continue on with the test.
+ - SetLastError before calling test_error_msg.
+ - SPI_{GET,SET}ICONTITLEWRAP is supported on Win98.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/oleaut32.spec, dlls/oleaut32/recinfo.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Implemented GetRecordInfoFromTypeInfo and GetRecordInfoFromGuid.
+ - Beginnig implementation of IRecordInfo.
+
+ * dlls/user/message.c, dlls/user/user_main.c, dlls/user/user_private.h,
+ windows/message.c:
+ Moved TranslateMessage and DispatchMessage to dlls/user/message.c.
+ Added support for posting internal messages.
+ Added support for driver-specific internal messages.
+
+ * dlls/user/sysparams.c:
+ Set SM_DBCSENABLED according to the current locale instead of
+ hardcoding it to 0 (found by Mike McCormack).
+
+ * dlls/riched20/Makefile.in, dlls/riched20/editor.c,
+ dlls/riched20/reader.c, dlls/riched20/rtf.h:
+ Mike McCormack <mike@codeweavers.com>
+ Port the RTF parser to the richedit 2.0 control.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ Make each ifproxy have its own channel buffer to fix a bug where a
+ proxy with multiple interfaces could invoke the wrong stub buffer on
+ the server.
+
+ * dlls/x11drv/window.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid unnecessary window locking in X11DRV_DestroyWindow.
+
+ * dlls/user/tests/win.c, windows/input.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Call SetCursorPos for an injected mouse message only if we really
+ need to move mouse pointer.
+ - Add a test case for mouse click handling.
+
+ * programs/winedbg/winedbg.c:
+ Make output line-buffered to avoid messing up log files.
+
+ * dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+ Mike McCormack <mike@codeweavers.com>
+ Fix more incorrect uses of STGM_ enumerations.
+
+ * dlls/dbghelp/dbghelp.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ When initializing a live target, ask to load module file names, not
+ module names (spotted by Robert Reif).
+
+ * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/main.c:
+ Matthew Mastracci <matt@aclaro.com>
+ Added surface locking.
+
+ * dlls/user/painting.c:
+ Retry sending a WM_PAINT in update_now after we sent an erase
+ message.
+
+ * dlls/shell32/dialogs.c, dlls/shell32/folders.c,
+ dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlview.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use lstrcmpiA in preference to strcasecmp.
+
+ * dlls/riched20/editor.c:
+ Fixed DLL_PROCESS_DETACH handler to actually unregister the window
+ classes.
+
+ * tools/winedump/Makefile.in, tools/winedump/debug.c,
+ tools/winedump/dump.c, tools/winedump/minidump.c,
+ tools/winedump/pe.c, tools/winedump/pe.h, tools/winedump/winedump.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Created dump.c as a central point for file dumping (includes header
+ analysis, utility funcs...).
+ Added support for dumping minidump files.
+
+ * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/elf_module.c,
+ dlls/dbghelp/minidump.c, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added support for minidump (read & write).
+
+ * dlls/atl/atl.spec, dlls/atl/regsvr.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add stub for GetClassObject function.
+
+ * dlls/ddraw/ddraw/user.c: Matthew Mastracci <mmastrac@canada.com>
+ Add DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make msvcrt printf use the internal routines which understand %S and
+ %C.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add stub for SetSecurityInfo.
+
+ * dlls/riched20/paint.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Added a check for empty scrollbar range.
+
+ * dlls/winmm/wineoss/mixer.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Make wineoss's mixer know about DST_HEADPHONES, DST_LINE and
+ DST_VOICEIN. Use proper constants instead of 0 and 1.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement StgCreatePropSetStg.
+
+ * programs/winetest/Makefile.in, programs/winetest/main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Another attempt of a test for a visible desktop.
+
+ * windows/msgbox.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Call ReleaseDC() with correct window handle.
+
+ * dlls/user/message.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Print out error message if we fail to remove message from queue.
+
+2005-03-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/riched20/richole.c: Fixed DOS line endings.
+
+ * tools/winegcc/Makefile.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Create symlinks named wineg++ and winecpp while building winegcc.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/riched20/.cvsignore,
+ dlls/riched20/Makefile.in, dlls/riched20/caret.c,
+ dlls/riched20/context.c, dlls/riched20/editor.c,
+ dlls/riched20/editor.h, dlls/riched20/editstr.h,
+ dlls/riched20/list.c, dlls/riched20/paint.c, dlls/riched20/para.c,
+ dlls/riched20/riched20.spec, dlls/riched20/richole.c,
+ dlls/riched20/row.c, dlls/riched20/run.c, dlls/riched20/string.c,
+ dlls/riched20/style.c, dlls/riched20/undo.c, dlls/riched20/wrap.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Initial implementation of riched20.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Don't consider no sound device a failure.
+
+ * server/queue.c: Avoid potential crash when freeing a message queue.
+ Properly initialize newly allocated messages.
+
+ * windows/spy.c: Robert Shearman <rob@codeweavers.com>
+ WM_USER messages should be dumped in the format "WM_USER + %d" to make
+ it easier to see what message it is for unknown classes.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Write uuid of library in header.
+
+ * dlls/dsound/tests/Makefile.in, dlls/dsound/tests/capture.c,
+ dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+ dlls/dsound/tests/dsound_test.h, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Print dsound.dll version from file versioninfo resource.
+
+ * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Test and fix grfMode handling in StgOpenDocfile.
+
+ * programs/Makeprog.rules.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ APPMODE can now be one of -mwindows or -mconsole.
+
+ * dlls/user/tests/sysparams.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ LastError is not set on failure for *MOUSEHOVER* on Win98.
+
+ * dlls/advapi32/tests/security.c: Jakob Eriksson <jakov@vmlinux.org>
+ Account for permissions on Win2k.
+
+ * include/objbase.h: Mike McCormack <mike@codeweavers.com>
+ Declare the value of STGM_DIRECT_SWMR.
+
+ * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+ Mike McCormack <mike@codeweavers.com>
+ Handle %ls in sprintf.
+
+ * dlls/advapi32/security.c: Troy Rollo <wine@troy.rollo.name>
+ Make GetFileSecurityW return a standard SECURITY_DESCRIPTOR instead of
+ an uninitialised (and invalid) one.
+
+2005-03-04 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/kernel/sync.c, dlls/ntdll/sync.c,
+ dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/dscapture.c,
+ dlls/winmm/wineoss/dsrender.c, dlls/winmm/wineoss/midi.c,
+ dlls/winsock/socket.c, include/config.h.in, server/fd.c,
+ server/file.c, server/named_pipe.c, server/process.c,
+ server/request.c, server/serial.c, server/signal.c, server/thread.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added a check for poll.h.
+
+ * programs/winedbg/memory.c: Avoid a compiler warning.
+
+ * dlls/advapi32/service.c: Troy Rollo <wine@troy.rollo.name>
+ Return an empty string for service dependencies when there are no
+ dependencies, rather than a NULL pointer, which causes some apps to
+ SEGV.
+
+ * dlls/msi/dialog.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Add support for radio buttons.
+
+ * dlls/user/tests/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ Expand conformance registry entry test to handle registry entries that
+ differ both in Key and Value from the norm.
+ Take advantage of expanded registry test to allow
+ SPI_{GET,SET}SCREENREADER and SPI_{GET,SET}KEYBOARDPREFERENCE to pass
+ on Win9x.
+
+ * dlls/ole32/rpc.c, dlls/ole32/tests/marshal.c:
+ Rob Shearman <rob@codeweavers.com>
+ Mike Hearn <mh@codeweavers.com>
+ - Add re-entrancy tests to the test suite.
+ - Run RPCs on a new thread client side so we can pump the message
+ loop.
+
+ * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implements OleLoadPicturePath.
+
+ * dlls/user/message.c:
+ Support sending WM_PAINT across processes when it doesn't contain an
+ HDC.
+
+ * dlls/ole32/storage32.c: Mike McCormack <mike@codeweavers.com>
+ Implement StgSetTimes.
+
+ * dlls/richedit/richedit.c: Mike McCormack <mike@codeweavers.com>
+ Don't clear ES_AUTO[HV]SCROLL in the edit control created by
+ richedit.
+
+ * dlls/advapi32/service.c: Troy Rollo <wine@troy.rollo.name>
+ Correct incorrect use of arguments to QueryServiceConfigW.
+
+ * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+ Mike McCormack <mike@codeweavers.com>
+ Handle the printf %F format modifier.
+
+ * include/richedit.h: Krzysztof Foltman <kfoltman@onet.pl>
+ - added missing CFM_ constants to make RichEdit 2.0 implementation
+ possible
+ - added a missing structure PARAFORMAT2
+
+ * dlls/kernel/profile.c, dlls/kernel/tests/profile.c:
+ Huw Davies <huw@codeweavers.com>
+ Fix regression in GetPrivateProfileSection for lines without an '='.
+ Add test.
+
+ * dlls/rpcrt4/rpc_binding.c: Mike Hearn <mh@codeweavers.com>
+ Suppress some useless warnings in the RPC runtime, and make a few
+ TRACEs that were reporting problems into WARNs.
+
+ * dlls/user/tests/sysparams.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Better way of handling non-existent SystemParametersInfoW.
+ SetLastError if GetLastError is checked after a call.
+
+2005-03-03 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+ programs/winedbg/display.c, programs/winedbg/memory.c,
+ programs/winedbg/stack.c, programs/winedbg/winedbg.c:
+ Fixed a few regressions in the handling of segmented addresses.
+
+ * dlls/d3d9/d3d9_private.h, dlls/d3d9/query.c,
+ dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+ dlls/wined3d/drawprim.c, dlls/wined3d/query.c,
+ dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+ dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h,
+ include/d3d9types.h, include/wine/wined3d_interface.h,
+ include/wine/wined3d_types.h:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Added a stubbed out version of query to d3d9 and wined3d.
+ Update the d3d9 headers and creates wined3d types where d3d9 and d3d8
+ are incompatible.
+
+ * dlls/shell32/classes.c: Huw Davies <huw@codeweavers.com>
+ Don't prepend '\\' to the subkey name.
+
+ * dlls/comctl32/draglist.c, include/commctrl.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Unicodification. Small cleanups.
+
+ * dlls/ntdll/heap.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Dump HeapWalk entries.
+
+ * programs/winetest/main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE
+ as a test for desktop visibility.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Warn the user if he is running the test in interactive mode but the
+ sound is turned off.
+
+2005-03-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/rebar.c, dlls/comctl32/syslink.c, dlls/gdi/region.c,
+ dlls/kernel/process.c, dlls/kernel/tests/file.c, dlls/msi/action.c,
+ dlls/msi/msi.c, dlls/msvcrt/file.c, dlls/ntdll/reg.c,
+ dlls/ole32/clipboard.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/varformat.c, dlls/richedit/reader.c,
+ dlls/richedit/richedit.c, dlls/shell32/clipboard.c,
+ dlls/shell32/shelllink.c, dlls/shell32/shfldr_fs.c,
+ dlls/user/dde/dde_private.h, dlls/user/tests/sysparams.c,
+ dlls/winedos/vxd.c, dlls/winmm/wineoss/audio.c,
+ documentation/architecture.sgml, documentation/getting.sgml,
+ include/objbase.h, programs/cmdlgtst/cmdlgtst.c,
+ programs/wcmd/wcmdmain.c, programs/wineboot/wineboot.c,
+ programs/winedbg/db_disasm.c, programs/winevdm/winevdm.c,
+ tools/widl/client.c, tools/winebuild/winebuild.man.in,
+ tools/winedump/pe.c, tools/winedump/symbol.c, tools/wrc/parser.y:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/d3d9/d3d9_main.c, dlls/d3d9/surface.c,
+ dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/indexbuffer.c, dlls/wined3d/resource.c,
+ dlls/wined3d/stateblock.c, dlls/wined3d/texture.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+ dlls/wined3d/volume.c, dlls/wined3d/volumetexture.c,
+ dlls/wined3d/wined3d_main.c, include/wine/wined3d_interface.h:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Implemented guids for wined3d.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Apply Jeremy White's SMPTE calculation fix to each audio driver.
+
+ * dlls/d3d8/d3d8_private.h, dlls/kernel/local16.c,
+ dlls/kernel/tests/thread.c, dlls/mscms/mscms_main.c,
+ dlls/msi/action.c, dlls/ntdll/cdrom.c, dlls/ntdll/file.c,
+ dlls/ole32/clipboard.c, dlls/quartz/main.c,
+ dlls/rpcrt4/ndr_marshall.c, dlls/twain/twain.h, dlls/wined3d/utils.c,
+ dlls/wineps/graphics.c, dlls/winmm/joystick/joystick.c,
+ dlls/wsock32/socket.c, dlls/x11drv/clipboard.c, include/dmusicc.h,
+ include/wine/rpcfc.h, programs/rpcss/rpcss_main.c,
+ programs/taskmgr/perfdata.c, programs/taskmgr/procpage.c,
+ programs/wineconsole/curses.c, programs/winemine/main.h,
+ tools/wrc/parser.y:
+ Avoid spaces before preprocessor directives, that's not portable.
+
+ * Makefile.in, tools/Makefile.in:
+ wineprefixcreate and related files need to be installed when doing an
+ install-lib.
+
+ * dlls/winmm/wavemap/wavemap.c: Jeremy White <jwhite@codeweavers.com>
+ Aggressively round up to the proper alignment when reporting position
+ on streams where we are converting up.
+
+ * windows/mdi.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Ask for an MDI child id in all cases.
+
+ * dlls/user/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ DestroyMenu should not destroy system menu popup owner.
+
+ * dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/surface.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/wined3d/device.c,
+ dlls/wined3d/surface.c, dlls/wined3d/vertexshader.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Put all the stubs in wined3d in place, with some functionality copied
+ across from d3d9.
+ Make sure all d3d9 device function call their wined3d counterpart (or
+ perform a function).
+
+ * include/dce.h, windows/dce.c:
+ Beginnings of inter-process GetDC support.
+ Use a standard list for the DCE list.
+ Small cleanups.
+
+ * server/debugger.c, server/process.c, server/process.h:
+ Convert the process dll list to a standard list.
+
+ * dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Convert more API calls to Unicode.
+
+ * tools/wine.desktop: Scott Ritchie <scott@open-vote.org>
+ Add all known windows executables to MIME type in wine.desktop.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <rob@codeweavers.com>
+ - Fix one more place where the code assumes row indices are
+ zero-based.
+ - Document a known bug in the layout code.
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/dsrender.c:
+ Jeremy White <jwhite@codeweavers.com>
+ More correctly establish cases where the OSS input buffer should not
+ be enabled.
+
+ * dlls/quartz/avisplit.c, dlls/quartz/dsoundrender.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/pin.c,
+ dlls/quartz/tests/filtergraph.c, dlls/quartz/transform.c,
+ dlls/quartz/videorenderer.c, dlls/quartz/waveparser.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle End Of Stream notifications.
+ Some AVI Splitter fixes.
+
+ * dlls/rsaenh/tests/rsaenh.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make rsaenh_crosstest.exe loadable on NT 4.0.
+
+ * dlls/kernel/tests/locale.c: Jakob Eriksson <jakov@vmlinux.org>
+ Accept (shorter) date format in Win NT and Win 95.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect SetParent from creating circular window dependencies.
+ Add a test case.
+
+ * dlls/comctl32/status.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Fix indentation for consistency with the rest of the file.
+
+ * dlls/kernel/profile.c, dlls/kernel/tests/profile.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ When enumerating keys using Get(Private)ProfileString do not include
+ lines without an '=' character. Added a test that shows the behavior.
+
+2005-03-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c, dlls/x11drv/x11drv.h, dlls/x11drv/xdnd.c:
+ Use a dispatch table to handle X client messages.
+
+ * server/fd.c, server/object.c, server/object.h, server/queue.c,
+ server/thread.c:
+ Convert the object wait queue to a standard list.
+
+ * programs/regedit/Cs.rc, programs/regedit/De.rc,
+ programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Fr.rc, programs/regedit/It.rc,
+ programs/regedit/Ja.rc, programs/regedit/Nl.rc,
+ programs/regedit/Pl.rc, programs/regedit/Pt.rc,
+ programs/regedit/Ru.rc, programs/regedit/Si.rc,
+ programs/regedit/resource.h:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ Change Favourite(s) into Favorite(s).
+ Change variables containing FAVOURITE into FAVORITE.
+
+ * dlls/user/tests/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ - Created SPI_{GET,SET}KEYBOARDPREF and SPI_{GET,SET}SCREENREADER unit
+ tests.
+ - Removed a trace that shouldn't have been there.
+ - Add return checking to SPI_{GET,SET}WHEELSCROLLLINES and
+ SPI_{GET,SET}MENUSHOWDELAY unit tests so they no longer run on
+ Windows 95 where they aren't supported.
+ - Changed minimum hovertime in SPI_{GET,SET}MOUSEHOVERTIME to 10 as
+ Windows XP defaults to 10 any value below that.
+
+ * dlls/shell32/brsfolder.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed parsing of ITEMIDLIST in InitializeTreeView.
+ Added some documentation.
+ Fixed a crash occuring when the user double-clicks a leaf item.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Text reformatting patch to clean up all the static strings.
+
+ * dlls/comctl32/status.c: Filip Navara <navaraf@reactos.com>
+ Implement SB_SETBORDERS.
+
+ * dlls/setupapi/devinst.c, include/winioctl.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement SetupDiGetClassDevsA/W, SetupDiEnumDeviceInterfaces,
+ SetupDiDestroyDeviceInfoList, and SetupDiGetDeviceInterfaceDetailA for
+ serial ports.
+
+ * server/request.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix a race condition in create_dir().
+
+ * server/console.c, server/debugger.c, server/process.c,
+ server/process.h, server/ptrace.c, server/request.c, server/thread.h:
+ Convert the per-process thread list to a standard list.
+
+ * configure, configure.ac: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Add '-read_only_relocs warning' to LDDLLFLAGS on Darwin.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <rob@codeweavers.com>
+ - Make row number be zero-based.
+ - Improvements to dumping functions to not dump out fields that may
+ not have been filled in.
+
+ * dlls/x11drv/clipboard.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ If unexpected condition occurs just report an error.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/dib.c:
+ Huw Davies <huw@codeweavers.com>
+ If the dibsection is based on a file-mapping object, then make sure
+ that the section is in sync when the dibsection is deleted.
+
+ * dlls/kernel/path.c: Marcelo Duarte <wine-devel@bol.com.br>
+ CopyFile needs to retain timestamp.
+
+ * dlls/kernel/tests/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add another test case for file sharing.
+
+ * dlls/msi/action.c: Juan Lang <juan_lang@yahoo.com>
+ Don't hardcode windows or system directories, correct a typo.
+
+ * dlls/ole32/stg_prop.c: Juan Lang <juan_lang@yahoo.com>
+ Move vtbl to end of file and get rid of unnecessary prototypes.
+
+ * dlls/shell32/shfldr_fs.c: Juan Lang <juan_lang@yahoo.com>
+ Convert tabs to space, wrap long lines, make indenting consistent.
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/elf_module.c, dlls/dbghelp/module.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/stabs.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Memory consumption optimization while loading ELF debug info:
+ - don't map twice an ELF file for symbol lookup (in non deferred mode)
+ - no longer entirely map an ELF file into memory, but only the
+ sections we need.
+ Added support for loading ELF modules thru SymLoadModule in a non life
+ process.
+ Factorisation of code for ELF module handling.
+ Fixes to ELF symbol loading
+ - drops symbols from symtab which are neither funcs nor global
+ variables
+ - fixes some incorrect size computation for latest GCC versions.
+ Several cleanups and fixes.
+
+ * tools/wineinstall: Jeff Smith <whydoubt@yahoo.com>
+ Avoids a shift warning thrown by older versions of bash.
+
+2005-02-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/dga2.c, dlls/x11drv/event.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/wintab.c, dlls/x11drv/x11drv.h:
+ Use a table of handlers to dispatch X events and get rid of the
+ special casing for DGA and tablet events.
+ Unify the declarations of all the event handlers.
+
+ * dlls/kernel/volume.c:
+ Fixed regression in QueryDosDeviceA when passed a NULL device name.
+
+ * server/debugger.c:
+ Converted the debug event queue to a standard list.
+
+ * configure, configure.ac: Pierre d'Herbemont <stegefin@free.fr>
+ Syntax fix in configure.ac.
+
+ * dlls/msi/tests/db.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove a temporary msi database file.
+
+ * dlls/shell32/shfldr_mycomp.c: Juan Lang <juan_lang@yahoo.com>
+ Convert a few calls to Unicode.
+
+ * dlls/winmm/mci.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added some more cases to MCI_MapMsgAtoW.
+
+ * windows/cursoricon.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make LR_LOADTRANSPARENT work and give transparent images.
+
+2005-02-25 Alexandre Julliard <julliard@winehq.com>
+
+ * server/console.c:
+ Converted the global screen buffer list to a standard list.
+
+ * server/queue.c:
+ Replaced the message_list structure by a standard list.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/x11drv.h:
+ Moved clipboard event handling functions and some private data
+ structures to clipboard.c.
+
+ * server/thread.c, server/thread.h:
+ Convert the global thread list to a standard list.
+
+ * server/process.c, server/process.h:
+ Convert the global process list to a standard list.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound_test.h:
+ Robert Reif <reif@earthlink.net>
+ Add secondary buffer SetFrequency test.
+
+ * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+ Use nBlockAlign rather than calculating it.
+ Add a buffer length alignment error message.
+
+ * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Advance over * argument for precision.
+ Honor precision argument for strings.
+
+ * server/mutex.c, server/thread.c, server/thread.h:
+ Convert the per-thread mutex list to a standard list.
+
+ * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+ James Hawkins <truiken@gmail.com>
+ Fix RegOpen/CloseKey.
+
+ * dlls/user/edit.c: Lauri Tulmin <tulmin@gmail.com>
+ Make sure that last line is at the bottom of the edit control.
+
+ * dlls/dsound/dsound.c: Robert Reif <reif@earthlink.net>
+ Change SetCooperativeLevel FIXME to WARN.
+
+ * tools/winedump/lnk.c: Mike McCormack <mike@codeweavers.com>
+ Dump the pidl of a lnk file.
+
+ * dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
+ Mike McCormack <mike@codeweavers.com>
+ - implement loading and saving of MSI advertised shortcut info
+ - make more test cases pass
+ - read and write the location block
+ - improve the binary compatibility of lnk files
+
+ * libs/wpp/ppl.l: Ge van Geldorp <gvg@reactos.com>
+ Treat already preprocessed code just like normal #include'ed code.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Exclude two tests crashing on WinNT4.
+
+ * dlls/comctl32/tab.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded calls to TAB_GetInfoPtr(), const fixes, inline small
+ funcs & remove unused parameters.
+
+ * dlls/comctl32/string.c, dlls/commdlg/cdlg32.c, dlls/kernel/comm.c,
+ dlls/kernel/editline.c, dlls/kernel/process.c, dlls/kernel/thunk.c,
+ dlls/kernel/time.c, dlls/msi/msi.c, dlls/msvcrt/mbcs.c,
+ dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/rtlbitmap.c,
+ dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/ole2.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/vartype.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c,
+ dlls/oleaut32/varformat.c, dlls/shell32/shell32_main.c,
+ dlls/shlwapi/assoc.c, dlls/shlwapi/string.c, dlls/win32s/w32sys.c,
+ dlls/wineps/graphics.c, dlls/wininet/netconnection.c,
+ programs/regedit/regproc.c, programs/rundll32/rundll32.c,
+ programs/winefile/winefile.c, tools/widl/write_msft.c,
+ tools/wrc/newstruc.c, windows/cursoricon.c, windows/spy.c,
+ windows/user.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation spelling fixes.
+
+ * server/fd.c:
+ Regular files are always ready for I/O, no need to poll on them.
+
+ * server/thread.c, server/thread.h:
+ Convert the APC queues to use standard lists.
+
+ * dlls/commdlg/fontdlg.c: Troy Rollo <wine@troy.rollo.name>
+ Fix stack object overrun when an application calls ChooseFontA.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Implement the action RegisterFonts.
+
+ * dlls/user/edit.c: Lauri Tulmin <tulmin@gmail.com>
+ Implemented !ES_AUTO[HV]SCROLL.
+
+ * dlls/gdi/freetype.c:
+ TANABE Hiroshi <hirokun_dayomon@infoseek.to> wrote:
+ Remove (buf && !buflen) checking.
+ Fixed outline rendering with GGO_GRAY?_BITMAP option.
+ Improved fixed-pitch fonts detection.
+
+ * programs/winecfg/drivedetect.c, programs/winecfg/properties.h:
+ Paul van Schayck <polleke@gmail.com>
+ As last option for drive type detection we try the device node name.
+
+ * dlls/ole32/storage32.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Added some TRACE statements.
+
+2005-02-24 Alexandre Julliard <julliard@winehq.com>
+
+ * server/registry.c:
+ Convert the key notifications list to a standard list.
+
+ * dlls/user/painting.c:
+ Repaint the non-client area to work around broken WM_PAINT handlers
+ also when doing a synchronous update with RDW_UPDATENOW.
+
+ * dlls/ole32/stg_prop.c, dlls/ole32/storage32.c,
+ dlls/ole32/storage32.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add struct StorageBaseImpl at the start of derived structures instead
+ of trying to keep the first members the same.
+
+ * dlls/user/scroll.c: Vitaly Lipatov <lav@etersoft.ru>
+ - Fix scrollbar show/update conditions in SCROLL_SetScrollInfo: we DO
+ NOT show scroll bar if only page parameter changing when scrollbar
+ is disabled.
+ - Removed bChangeParams from SCROLL_SetScrollInfo as unneeded flag.
+
+ * documentation/faq.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Shorten the id of the question to avoid jade error.
+
+ * programs/taskmgr/Fr.rc, programs/taskmgr/taskmgr.rc,
+ programs/winecfg/Fr.rc, programs/winecfg/winecfg.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ French localization.
+
+ * server/fd.c, server/file.c, server/file.h, server/serial.c,
+ server/sock.c:
+ Convert async I/O queues to standard lists.
+
+ * dlls/richedit/richedit.c: Mike McCormack <mike@codeweavers.com>
+ Remove unused declaration.
+
+ * dlls/user/tests/msg.c, windows/win.c:
+ Mike McCormack <mike@codeweavers.com>
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Release capture before sending WM_NCDESTROY message, do not send
+ WM_CAPTURECHANGED in that case. Add a test case for that behaviour.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ GetWindowRect and GetClientRect do not change RECT contents if the
+ passed window handle is invalid.
+
+ * dlls/dsound/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Try old buffer description structure on failure with new one.
+
+ * dlls/kernel/except.c, dlls/ntdll/critsection.c,
+ dlls/ntdll/exception.c, dlls/ntdll/loader.c,
+ dlls/ntdll/signal_i386.c, dlls/ntdll/signal_powerpc.c,
+ dlls/ntdll/signal_sparc.c, dlls/ntdll/tests/generated.c,
+ include/winbase.h, include/winnt.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Match RaiseException and EXCEPTION_RECORD to SDK definitions.
+
+ * dlls/opengl32/wgl_ext.c: Raphael Junqueira <fenix@club-internet.fr>
+ - implement partial PBuffer support
+ - minimal pixel format support
+
+ * dlls/msdmo/dmort.c: Mike McCormack <mike@codeweavers.com>
+ Remove tabs, reformat, merge comments.
+
+ * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/msipriv.h:
+ Aric Stewart <aric@codeweavers.com>
+ Add the ExecuteAction handler.
+ Store the keypath, and do refcounting and registration of SharedDLLs.
+ Fix a bug with handing dword values in the registry.
+ Fix bugs with writing registry keys where value == NULL.
+ Make use of msidefs.h.
+ Lay some groundwork for uninstalls.
+
+ * dlls/comctl32/imagelist.c: Michael Stefaniuc <mstefani@redhat.de>
+ - ImageList_LoadImage{A,W} were basicaly a cut'n'paste of each
+ other. Removed the A variant and did a A->W translation.
+ - ImageList_LoadImageW: get the bitmap size from the image itself and
+ not from the mask (ImageList_LoadImageA did that).
+
+ * documentation/winedev-kernel.sgml: Brian Vincent <vinn@theshell.com>
+ Clean up references to threading in Developer's Guide.
+
+ * documentation/faq.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Can we bundle everthing together?
+ Suggested by Graham Toal <gtoal@gtoal.com>.
+
+ * documentation/debugging.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Add info on building dynamic strings for logging.
+ Reorder some points for a more logical organization.
+
+ * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+ Do some basic work with registry component paths.
+
+ * include/msidefs.h: Aric Stewart <aric@codeweavers.com>
+ Define msidbComponentAttributes.
+
+ * dlls/msi/action.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Prevent accessing freed memory in failure case.
+
+ * dlls/d3d8/directx.c, dlls/wined3d/device.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Correct handling of unusual vendor strings in d3d8, and check for a
+ stateblock before trying to release it in wined3d.
+
+ * dlls/user/edit.c: Lauri Tulmin <tulmin@gmail.com>
+ Controls with ES_RIGHT or ES_CENTER shouldn't have ES_AUTOHSCROLL.
+
+2005-02-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/event.c:
+ Revert SC_CLOSE change, this is causing deadlocks.
+
+ * documentation/threading.sgml: Removed no longer used threading.sgml.
+
+ * documentation/winedev-kernel.sgml:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Correct a couple of minor documentation typos.
+
+ * tools/widl/client.c, tools/widl/parser.y, tools/widl/proxy.h,
+ tools/widl/server.c, tools/widl/widl.c, tools/widl/widl.h:
+ Removed the useless proxy.h header file.
+ Fixed a couple of warnings.
+
+ * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/audio.h:
+ Jeremy White <jwhite@codeweavers.com>
+ More correct fix for dsp empty case.
+
+ * programs/winefile/De.rc: Henning Gerhardt <henning.gerhardt@web.de>
+ Small fix for the German resource file.
+
+ * programs/taskmgr/De.rc, programs/taskmgr/taskmgr.rc,
+ programs/winecfg/De.rc, programs/winecfg/winecfg.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Added German language support.
+
+ * tools/wineinstall: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Suggest make uninstall in case the user tried make install.
+
+ * tools/widl/Makefile.in, tools/widl/client.c, tools/widl/header.c,
+ tools/widl/parser.l, tools/widl/parser.y, tools/widl/server.c,
+ tools/widl/widl.c, tools/widl/widl.h, tools/widl/widltypes.h:
+ Eric Kohl <eric.kohl@t-online.de>
+ - Add basic support for creating client and server stub files.
+ - Support implicit_handle attribute in IDL files.
+ - Build mixed-mode stub files.
+
+ * dlls/rsabase/Makefile.in, dlls/rsabase/main.c,
+ dlls/rsabase/rsabase.spec:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Made rsabase forward everything to rsaenh.
+
+ * dlls/kernel/cpu.c, dlls/ntdll/nt.c: Rein Klazes <wijn@wanadoo.nl>
+ NtQueryPerformanceCounter should return a frequency of 1193182Hz and
+ counts like in Windows. Some applications depend on that.
+ Simplify QueryPerformanceCounter a bit.
+
+ * dlls/winmm/tests/wave.c: Jeremy White <jwhite@codeweavers.com>
+ An interactive test should have volume, else a rational user will
+ decide it is broken.
+
+ * dlls/shell32/shfldr_mycomp.c, dlls/shell32/shlfsbind.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove tabs and reformat.
+
+ * dlls/comctl32/comctl32.spec, dlls/shell32/shell32.spec:
+ Francois Gouget <fgouget@free.fr>
+ Add the -noname flag to match the Platform SDK.
+
+ * dlls/winmm/wineoss/audio.c: Jeremy White <jwhite@codeweavers.com>
+ In calculating the SMPTE time, we would round incorrectly (0:0:4.30
+ instead of 0:0:5.0 [the last column only goes to 29]).
+
+ * dlls/shell32/enumidlist.c, dlls/shell32/enumidlist.h,
+ dlls/shell32/pidl.h, dlls/shell32/shfldr.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c:
+ Mike McCormack <mike@codeweavers.com>
+ - handle IFileSystemBindData in ISF_Desktop_fnParseDisplayName
+ - more Unicode conversion
+
+ * dlls/shell32/shell32.spec: Francois Gouget <fgouget@free.fr>
+ Don't hardcode ordinals if which are not hardcoded on Windows.
+
+ * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+ Make sure formats like [\\]] and [\\[] work properly.
+
+ * dlls/advapi32/tests/crypt.c: Jakob Eriksson <jakov@vmlinux.org>
+ Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Pass original wParam to CallNextHookEx.
+ - Avoid playing games with focus in a newly created thread, that leads
+ to all kinds of misbehaviours and failures in window activation
+ under Windows.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Fix tests for win9x and old versions of DirectX.
+
+ * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Stub for CryptCATAdminReleaseContext.
+
+ * dlls/winmm/wineoss/audio.c: Jeremy White <jwhite@codeweavers.com>
+ When we get down to the last fragment or two in our output to the DSP,
+ we should use the SND_DSP_POST ioctl to let the sound card know to
+ flush those fragments. This allows us to precisely know when the
+ buffer is empty, and fixes another set of winmm tests.
+
+ * dlls/winmm/tests/wave.c: Jeremy White <jwhite@codeweavers.com>
+ When testing the WAVE_MAPPER device, it seems inappropriate (to me) to
+ demand WAVE_FORMAT_DIRECT; this fixes another slew of tests.
+
+ * dlls/winmm/wavemap/wavemap.c: Jeremy White <jwhite@codeweavers.com>
+ When we are converting from one sample rate to another, we do have to
+ adjust when calculating TIME_SAMPLES.
+
+ * dlls/x11drv/xrender.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Take into account additional requested spacing on break characters.
+
+ * dlls/wined3d/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Enable parsing of vendor strings not matching the expected template.
+
+ * dlls/comctl32/header.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Correctly displays the text with ellipsis when there is not enough
+ room in a header item and an image from an imagelist is displayed on
+ the right of the text.
+
+ * programs/winemine/Pl.rc: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Translation update.
+
+ * dlls/msi/msi.rc, dlls/msi/msi_Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added MSI Spanish resources.
+
+2005-02-22 Alexandre Julliard <julliard@winehq.com>
+
+ * server/region.c, server/user.h:
+ Removed no longer used create_region function, and directly export
+ create_empty_region instead.
+
+ * dlls/user/tests/win.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ server/window.c:
+ Allow the client rectangle to be of arbitrary size and dimensions,
+ regardless of the window rectangle.
+
+ * dlls/gdi/font.c: TANABE Hiroshi <hirokun_dayomon@infoseek.to>
+ Added Multibyte character set support in GetGlyphOutlineA.
+
+ * dlls/gdi/dib.c: Huw Davies <huw@codeweavers.com>
+ Don't hold the GDI lock when calling DC_GetDCUpdate.
+
+ * dlls/cryptdll/Makefile.in, dlls/cryptdll/cryptdll.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Forward MD5{Final,Init,Update} to advapi32.
+
+ * dlls/ntdll/handletable.c, dlls/ntdll/heap.c, dlls/ntdll/loader.c,
+ dlls/ntdll/relay.c, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Replace GetCurrentProcess() with NtCurrentProcess() in ntdll.
+
+ * include/winbase.h, include/winnt.h:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Added a couple of defines.
+
+ * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+ Make sure strings are null terminated.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Mike McCormack <mike@codeweavers.com>
+ When running a second time, don't fail if we can't extract an icon.
+
+ * dlls/comctl32/treeview.c: Martijn Vernooij <yuxdwa702@sneakemail.com>
+ Scroll instead of repainting when expanding/collapsing trees.
+ Don't repaint on hover if 'hot tracking' isn't on.
+
+ * dlls/itss/itss.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added implementation of LockServer.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ The typelib cache should take the typelib resource index into
+ account.
+
+ * dlls/user/tests/msg.c: Cosmetic fixes.
+
+ * dlls/kernel/string.c, dlls/shell32/shell32.spec, include/winbase.h:
+ Mike McCormack <mike@codeweavers.com>
+ Make lstr* functions inline inside Wine.
+
+ * dlls/shell32/pidl.h, dlls/shell32/shfldr_fs.c:
+ Mike McCormack <mike@codeweavers.com>
+ - handle IFileSystemBindData in IShellFolder::ParseDisplayName
+ - convert IShellFolder::ParseDisplayName to use Unicode
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Update the installed state for components during CostFinalize. Laying
+ groundwork to be able to start processing uninstall logic as well.
+
+ * dlls/user/tests/win.c, windows/nonclient.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ DefWindowProc's WM_NCCALC handler must not subtract space for
+ scrollbars if there is not enough space for it anyway. With tests to
+ confirm the behavior.
+
+ * dlls/user/tests/msg.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make user32_crosstest.exe loadable on NT 3.51.
+
+ * dlls/user/tests/msg.c, windows/message.c:
+ DispatchMessage needs to repaint the non-client area if the WM_PAINT
+ handler didn't do it.
+
+ * dlls/user/tests/class.c, windows/class.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make RegisterClassExA check that reserved bytes is a valid value.
+ Tests to confirm this behaviour.
+
+ * dlls/user/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ Point KEYBOARDPREF and SCREENREADER to registry keys and values that
+ match native.
+
+ * dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/usrmarshal.c, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use variant macros instead of accessing the union directly.
+
+ * dlls/msi/action.c: Steven Edwards <steven@codeweavers.com>
+ Correct typo.
+
+ * programs/winedbg/dbg.y, tools/winedump/emf.c, tools/winedump/lnk.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use config.h & HAVE_ where needed, -W fixes.
+
+ * dlls/mapi32/prop.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix race in IMAPIProp_Release(), -W fixes.
+
+ * dlls/shell32/pidl.c: Mike McCormack <mike@codeweavers.com>
+ Cleanup, create unicode versions of _ILCreateFromPath,
+ _ILCreateGuidFromStr, and _ILCreateFromFindData.
+
+ * dlls/quartz/acmwrapper.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed ACM Wrapper.
+
+ * dlls/ntdll/time.c:
+ Darryl Dixon <esrever_otua@pythonhacker.is-a-geek.net>
+ Added support for NZDT (New Zealand Daylight Time) to TZ_INFO.
+
+ * dlls/unicows/Makefile.in, dlls/unicows/main.c,
+ dlls/unicows/unicows.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Add IsDestinationReachableW.
+
+2005-02-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/thread.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implementation stub for QueueUserWorkItem.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/stg_prop.c,
+ dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+ dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement and test IPropertySetStorage.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/toolhelp.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Implement 'W' variants of Process32First / Next APIs
+
+ * dlls/gdi/font.c, dlls/gdi/gdi16.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Implemented GetGlyphOutline16.
+
+ * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+ Justin Chevrier <jchevrier@nexicom.net>
+ - Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWPOWERACTIVE.
+ - Corrected SPI_GETLOWPOWERACTIVE to use an index (instead of its SPI
+ value) to avoid an out of bounds condition.
+ - Created unit tests for SPI_{GET,SET}POWEROFFACTIVE and
+ SPI_{GET,SET)SETLOWPOWERACTIVE.
+
+ * include/winuser.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add a definition for OpenInputDesktop().
+ Add constants for PBT_APM* parameters.
+
+ * dlls/user/edit.c: Lauri Tulmin <lauri_@ut.ee>
+ Horizontal scrollbar is hidden when edit control is emptied.
+
+ * programs/winemine/Pl.rc: Marcelo Duarte <wine-devel@bol.com.br>
+ Sync Polish resources.
+
+ * dlls/comctl32/listview.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Take into account the new size of a column when the header size
+ change.
+
+ * dlls/quartz/acmwrapper.c, dlls/quartz/avidec.c,
+ dlls/quartz/transform.c, dlls/quartz/transform.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Improved AVIDec.
+ Added 2 new callback functions to the transform template and moved all
+ of them into a funcs table.
+
+ * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+ James Hawkins <truiken@gmail.com>
+ Add RegOpenKey, RegCloseKey tests.
+
+ * dlls/mpr/mpr_De.rc, dlls/mpr/mpr_En.rc, dlls/mpr/mpr_Fr.rc,
+ dlls/mpr/mpr_Pt.rc, dlls/shdocvw/De.rc, dlls/shdocvw/En.rc,
+ dlls/shdocvw/Fr.rc, dlls/shdocvw/Pt.rc,
+ dlls/user/resources/user32_Si.rc, programs/winecfg/En.rc,
+ programs/winecfg/Nl.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Use "MS Shell Dlg" everywhere except for Japanese.
+
+ * dlls/mscms/Makefile.in, dlls/mscms/handle.c, dlls/mscms/lcms_api.h,
+ dlls/mscms/mscms_main.c, dlls/mscms/mscms_priv.h,
+ dlls/mscms/profile.c, dlls/mscms/stub.c, dlls/mscms/transform.c,
+ include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ - Add support for color transform handles.
+ - Implement CreateColorTransform{A,W}, CreateMultiProfileTransform,
+ DeleteColorTransform.
+ - Don't depend on lcms for the implementation of
+ IsColorProfileTagPresent.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c,
+ dlls/shell32/shlfileop.c:
+ Hans Leidekker <hans@it.vu.nl>
+ - Revert wrong -noname markup for Drag*, DoEnvironmentSubst and
+ SHGetNewLinkInfo{A,W}.
+ - Also mark stub exports -noname when they are exported by ordinal
+ only on win98/2k.
+ - Implementation level stubs for SheChangeDirA, SheGetDirA,
+ SHHelpShortcuts_RunDLL{A,W}.
+ - New spec file stubs for Control_RunDLLAsUserW,
+ FixupOptionalComponents, OCInstall, SHChangeNotifySuspendResume,
+ SHCreateProcessAsUserW, SHExtractIconsW,
+ SHInvokePrinterCommand{A,W}, SHIsFileAvailableOffline,
+ SHLoadNonloadedIconOverlayIdentifiers, SHPathPrepareForWrite{A,W},
+ ShellExec_RunDLL{,A,W}, SHGetIconOverlayIndex{A,W}.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shfldr_desktop.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove tabs and make formatting consistent.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/olepicture.c,
+ include/olectl.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add a stub for OleLoadPicturePath().
+
+ * include/winuser.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add LWA_ constants, used in {S/G}LayeredWindowAttributes().
+
+ * dlls/ole32/marshal.c: Mike Hearn <mh@codeweavers.com>
+ Avoid infinite loop when doing a typelib marshalled
+ IUnknown::QueryInterface by only doing an extra QI if requested IID is
+ not equal to marshalled IID.
+
+ * dlls/oleaut32/typelib.c: Mike Hearn <mh@codeweavers.com>
+ Allow loading of builtin typelibs.
+
+ * dlls/comctl32/header.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix SetItem so that items don't get wrongly re-ordered.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec,
+ include/winspool.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for AbortPrinter, AddPortEx{A,W},
+ AddPrinterConnection{A,W}, ConnectToPrinterDlg,
+ DeletePrinterConnection{A,W}, EnumForms{A,W}, EnumPrinterData{A,W],
+ ExtDeviceMode, Find{Close,First,Next}PrinterChangeNotification,
+ FreePrinterNotifyInfo, ScheduleJob.
+
+ * dlls/user/menu.c, dlls/user/tests/msg.c, dlls/user/tests/resource.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Take Shift key state into account while processing an accelerator.
+ Add a couple of test cases.
+
+ * programs/taskmgr/En.rc, programs/taskmgr/taskmgr.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Cleanup taskmgr resource file (get rid of C++ style coments, use "MS
+ Shell Dlg" for dialogs, etc).
+ Preparation for translators (move english resources to En.rc).
+
+ * dlls/user/listbox.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Reverse the order for deleting the items in resetcontent to correctly
+ empty a comboboxex.
+
+ * include/wtypes.idl: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added LPDWORD definition.
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Only 'fix' the names of source files and directories (this way
+ documentation files are unharmed).
+ Better handle Makefiles generated by Winemaker. In particular, don't
+ rename them to makefile.win!
+
+ * programs/msiexec/msiexec.c: Aric Stewart <aric@codeweavers.com>
+ The values are quoted and spaces added, so having spaces in the
+ properties results in spaces in the values which is incorrect.
+
+ * include/richole.idl: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Added IRichEditOleCallback.
+
+ * include/commctrl.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correct the number of args of SNDMSGA in ListView_GetSubItemRect.
+
+ * dlls/ntdll/nt.c: Juan Lang <juan_lang@yahoo.com>
+ Fix NtQueryPerformanceCounter parameter checking. Spotted by Alex
+ Woods.
+
+2005-02-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Better tracing.
+ - Small cleanup of creation functions.
+
+ * dlls/shell32/shell32.spec: Hans Leidekker <hans@it.vu.nl>
+ Mark exports -noname when they are exported by ordinal only on
+ win98/2k.
+
+ * Makefile.in: Francois Gouget <fgouget@codeweavers.com>
+ dlls/__install-lib__ and programs/__install__ should not force the
+ installation of the Wine headers as this is contrary to the purpose of
+ install-lib.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/stubmanager.c, dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Move marshaling state machine into stub manager from ifstub.
+ - Add additional needed states for table-weak marshaling, as shown by
+ tests.
+ - Protect external reference count from underflows/overflows.
+
+ * server/queue.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Ensure that caret position is not reset to (0, 0) when CreateCaret is
+ called second time with the same window.
+
+ * dlls/user/tests/msg.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Always unlink children before sending WM_NCDESTROY message.
+ - Fix order of WM_DESTROY messages for the children's recursion.
+ - DestroyWindow should hide only visible windows.
+ - Add a test case for the above fixes.
+
+ * dlls/x11drv/event.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Duplicate Windows behaviour and use SendMessage for the SC_CLOSE
+ system command instead of PostMessage.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Fixed problems with my code for finding the PackageCode.
+
+ * tools/winedump/lnk.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Use stdlib.h instead of non-standard malloc.h.
+
+ * include/basetsd.h, include/winnt.h: James Hawkins <truiken@gmail.com>
+ Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
+ the modifier off when compiling with msvc.
+
+ * dlls/winmm/mci.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed offsets calculations.
+
+ * tools/winedump/lnk.c: Mike McCormack <mike@codeweavers.com>
+ Dump out more details on the target of a link.
+
+ * include/Makefile.in, include/odbcinst.h:
+ Mike McCormack <mike@codeweavers.com>
+ Added odbcinst.h.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Mike McCormack <mike@codeweavers.com>
+ Small indentation fixes.
+
+ * dlls/dsound/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Fix capture test to pass on windows 98 when no sound card present or
+ device already in use.
+
+ * dlls/winmm/tests/timer.c: Robert Reif <reif@earthlink.net>
+ Fix timer tests to pass on windows 98.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Fix block align test.
+
+ * dlls/oleaut32/olefont.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Implement OleFontImpl_QueryTextMetrics.
+
+ * dlls/msvcrt/dir.c: Gunnar Dalsnes <hardon@online.no>
+ When getting current directory on a drive different from the working
+ drive, _getdcwd incorrectly passed "X:\" (X = any drive) as path to
+ GetFullPathName. "X:" (without the backslash) is the correct thing to
+ use.
+
+2005-02-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/scroll.c: Vitaly Lipatov <lav@etersoft.ru>
+ Rename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInfo and make
+ allocation of a new info structure optional.
+ Add some descriptions.
+
+ * dlls/shell32/shelllink.c, programs/winemenubuilder/winemenubuilder.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert winemenubuilder to unicode.
+
+ * tools/winedump/Makefile.in, tools/winedump/lnk.c,
+ tools/winedump/main.c, tools/winedump/winedump.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add dumping of lnk files.
+
+ * dlls/msvideo/msvideo_main.c: David Smith <dsmith@algonet.se>
+ Fix for ICInfo() in msvideo when it is used to ask for a codec by
+ index.
+
+ * dlls/advapi32/tests/crypt.c: Jakob Eriksson <jakov@vmlinux.org>
+ Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
+
+ * dlls/shell32/shlfileop.c: Joris Huizer <jorishuizer@planet.nl>
+ - renamed file_operation_delete and to shfileops_delete
+ - renamed file_operation_checkFlags to shfileops_check_flags
+ - added helper function shfileops_do_operation()
+ - added helper function shfileops_get_parent_attr()
+ - added helper function shfileops_get_parent_attr2()
+ - various cleanups in SHFileOperationW using these functions
+
+2005-02-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/avifile_Es.rc, dlls/comctl32/comctl_Es.rc,
+ dlls/commdlg/cdlg_Es.rc, dlls/mpr/mpr_Es.rc, dlls/msacm/msacm_Es.rc,
+ dlls/msrle32/msrle_Es.rc, dlls/oleaut32/oleaut32_Es.rc,
+ dlls/oledlg/oledlg_Es.rc, dlls/serialui/Es.rc, dlls/setupapi/Es.rc,
+ dlls/shell32/shell32_Es.rc, dlls/shlwapi/shlwapi_Es.rc,
+ dlls/user/resources/user32_Es.rc, dlls/wineps/wps_Es.rc,
+ dlls/wininet/wininet_Es.rc, dlls/winmm/winmm_Es.rc,
+ programs/clock/Es.rc, programs/cmdlgtst/Es.rc,
+ programs/notepad/Es.rc, programs/progman/Es.rc,
+ programs/regedit/Es.rc, programs/start/Es.rc, programs/view/Es.rc,
+ programs/wcmd/Es.rc, programs/winecfg/Es.rc,
+ programs/wineconsole/wineconsole_Es.rc, programs/winefile/Es.rc,
+ programs/winemine/Es.rc, programs/winhelp/Es.rc:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
+ resources, so that Spanish locales other than Spain also use Spanish
+ resources.
+
+ * dlls/msi/msi.rc, dlls/msi/msi_Fr.rc, dlls/shdocvw/Fr.rc,
+ dlls/shdocvw/shdocvw.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ Add French resources.
+
+ * dlls/msi/msi.c, dlls/msi/registry.c:
+ Mike McCormack <mike@codeweavers.com>
+ Move product, feature and component enumeration functions to
+ registry.c.
+
+ * dlls/winmm/tests/wave.c: James Hawkins <truiken@gmail.com>
+ Fix improper type-conversions.
+
+ * include/winnt.h: Ivan Leo Puoti <ivanleo@gmail.com>
+ Add EVENT_QUERY_STATE define.
+
+ * dlls/user/painting.c, dlls/user/tests/win.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Calling ValidateRect or ValidateRgn on a windows also validates the
+ children. Add a test to show the behavior.
+
+ * programs/winecfg/audio.c: Paul van Schayck <polleke@gmail.com>
+ Change detection order to: OSS-ALSA-ARTS-JACK.
+
+ * dlls/user/edit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Implement ES_CENTER and ES_RIGHT alignment styles.
+
+ * dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
+ Huw Davies <huw@codeweavers.com>
+ SetPath("") should return S_OK.
+ SetPath("nonexistent_path") should return S_FALSE.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Thomas Weidenmueller <wine-patches@reactsoft.com>
+ Forward to user32 when appropriate.
+
+ * dlls/dsound/mixer.c, dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Some block align cleanups.
+
+ * dlls/msi/dialog.c: Mike McCormack <mike@codeweavers.com>
+ Add a border to the edit control, add some more controls.
+
+ * dlls/msi/suminfo.c: Mike McCormack <mike@codeweavers.com>
+ Fix up the summary information code a little.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Stubs for MsiUseFeature.
+
+ * dlls/dsound/buffer.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/dsound_test.h:
+ Robert Reif <reif@earthlink.net>
+ Fixed invalid buffer size by rounding up to next multiple of
+ nBlockAlign.
+ Added test to verify buffer rounding behavior.
+
+ * dlls/x11drv/winpos.c: Lauri Tulmin <lauri_@ut.ee>
+ Make minimized windows stay minimized.
+
+ * dlls/msi/package.c: Mike McCormack <mike@codeweavers.com>
+ Remove const declaration from non-const function.
+
+ * dlls/msi/table.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Allow MsiViewExecute to be called twice on the same query.
+
+ * dlls/msi/msiquery.c: Mike McCormack <mike@codeweavers.com>
+ Implement MsiDatabaseGetPrimaryKeys.
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ MsiGetComponentPath should allow null pointers for pcchBuf and
+ lpPathBuf.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Mike McCormack <mike@codeweavers.com>
+ Small fixes, indentation and comments.
+
+2005-02-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c, dlls/commdlg/colordlg.c,
+ dlls/commdlg/colordlg16.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg16.c,
+ dlls/serialui/confdlg.c, dlls/shell32/dialogs.c,
+ dlls/shlwapi/msgbox.c, dlls/shlwapi/ordinal.c, dlls/user/controls.h,
+ dlls/user/desktop.c, dlls/user/dialog16.c, dlls/user/icontitle.c,
+ dlls/wineps/driver.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ include/windowsx.h, include/winuser.h, programs/taskmgr/applpage.c,
+ programs/taskmgr/proclist.c, programs/winecfg/appdefaults.c,
+ programs/winecfg/audio.c, programs/winecfg/driveui.c,
+ programs/winecfg/x11drvdlg.c, programs/wineconsole/dialog.c,
+ windows/class.c, windows/defdlg.c, windows/defwnd.c,
+ windows/dialog.c, windows/mdi.c, windows/nonclient.c, windows/win.c,
+ windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
+ SetClassLongA/W according to SDK definitions.
+ - Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
+ constants from using in Wine or in _WIN64 mode.
+ - Fix all places in Wine affected by the above changes.
+
+ * dlls/ole32/compobj.c, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Use I_RpcGetBuffer, instead of our own buffer routines to fix an
+ occasional test crash caused by heap corruption.
+ - Zero the memory block passed to RpcServerRegisterIfEx so we don't
+ pass garbage in some of the fields we don't fill in.
+ - Return the correct error code from create_server and fix two handle
+ leaks.
+ - TODO update.
+
+ * dlls/ntdll/rtlstr.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Use local buffer in RtlUpcaseUnicodeStringToCountedOemString, if
+ appropriate.
+
+ * dlls/ntdll/reg.c, dlls/ntdll/tests/reg.c, include/winternl.h:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Move Rtl*Registry* structs, defines and prototypes to winternl.h.
+ Fix two function declarations.
+
+ * dlls/msi/msi.rc, dlls/msi/msi_De.rc, dlls/shdocvw/De.rc,
+ dlls/shdocvw/shdocvw.rc, programs/winefile/De.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Add/updated German resources.
+
+ * dlls/shell32/shell32_main.c: Mike McCormack <mike@codeweavers.com>
+ Reindent some code to improve readability.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_message.c,
+ dlls/rpcrt4/rpcrt4.spec:
+ Robert Shearman <rob@codeweavers.com>
+ - Add a stub implementation of RpcImpersonateClient.
+ - More tracing, particularly on error paths.
+
+ * dlls/kernel/volume.c: Paul van Schayck <polleke@gmail.com>
+ Only stop writing a volume label if we found a non writable fat
+ partition.
+
+ * dlls/ole32/git.c: Robert Shearman <rob@codeweavers.com>
+ The Global Interface Table should do table-strong marshaling instead
+ of normal marshaling so that an interface can be retrieved more than
+ one time.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Remove cruft left over from previous RPC backend implementation in
+ the apartment structure.
+ - Don't pass an IPID by value for proxy_manager_create_ifproxy.
+ - Disable more of RPC_UnregisterInterface to prevent the RPC runtime
+ using freed memory.
+ - Rename various external RPC backend functions so that they all have
+ the same "RPC_" prefix.
+ - Reduce the timeout of the function that connects to a local server
+ to 30s, like native.
+
+ * dlls/shell32/shell32_main.c, include/shellapi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Define some extra SHFGI values.
+
+ * dlls/user/sysparams.c, include/winuser.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add some more SPI values.
+
+ * dlls/rpcrt4/rpc_server.c: Robert Shearman <rob@codeweavers.com>
+ Fix RPC server thread race.
+
+ * dlls/rpcrt4/rpc_binding.c: Robert Shearman <rob@codeweavers.com>
+ ERROR_IO_PENDING is expected, so don't return an error.
+
+ * dlls/dinput/joystick_linuxinput.c, dlls/dinput/keyboard.c,
+ dlls/dinput/mouse.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented GetProperty method for keyboard device.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ Make COM use the RPC runtime as the backend for RPC calls. Based on a
+ patch by Ove Kåven.
+
+2005-02-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/reg.c:
+ Brad DeMorrow
+ Tests for the ntdll registry functions.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Add implementation for RtlQueryRegistryValues, RtlCheckRegistryKey and
+ RtlDeleteRegistryValue.
+
+ * dlls/advapi32/tests/security.c, dlls/gdi/tests/metafile.c,
+ dlls/mlang/tests/mlang.c, dlls/msvcrt/tests/file.c,
+ dlls/ntdll/tests/path.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Cast the GetProcAddress() return value to avoid warnings about the
+ function pointer being of the wrong type.
+ Fix assorted signed/unsigned comparison warnings.
+
+ * dlls/richedit/reader.c, dlls/richedit/rtf.h,
+ dlls/richedit/stdcharnames.h, dlls/richedit/text_map.h:
+ Rémi Assailly <remi.assailly@free.fr>
+ char -> const char fixes.
+
+ * programs/winecfg/main.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added support for command line parameter '/D' to do drive detection
+ from wineprefixcreate.
+
+ * programs/winecfg/drivedetect.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Include config.h to reenable reading /etc/fstab on platforms that
+ support it.
+ Implemented a black list of mount directories, which should not be
+ mapped.
+ Ensure that the user's home directory is mapped.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Check pdwDataLen param for non NULL'ness.
+ Implemented PP_IMPLTYPE and PP_VERSION provider params.
+
+ * programs/winecfg/drive.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Set pointers to NULL in delete_drive to prevent heap corruption in
+ load_drives.
+
+ * dlls/winmm/tests/timer.c: Robert Reif <reif@earthlink.net>
+ Add some missing \ns.
+
+ * dlls/mscms/handle.c, dlls/mscms/icc.c, dlls/mscms/mscms_priv.h,
+ dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test access flags for color profiles.
+ Write the color profile back to disk when it was opened for writing.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/tests/printf.c,
+ dlls/msvcrt/wcs.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
+ tests.
+
+ * 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:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make DDE implementation always work internally in Unicode.
+
+ * dlls/advapi32/tests/security.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Suppress a warning.
+
+ * dlls/shell32/tests/shelllink.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Test the interaction between IShellLink::SetIDList() and
+ IShellLink::SetPath().
+ Check what default values one gets on a fresh IShellLink object.
+ Add some more tests verifying nothing is lost in an IShellLink
+ save/load cycle. Merged the empty shelllink test with these.
+
+ * dlls/gdi/region.c: Rein Klazes <wijn@wanadoo.nl>
+ REGION_FrameRgn computes the frame region inside the original region.
+
+ * dlls/user/edit.c: Lauri Tulmin <lauri_@ut.ee>
+ Update scroll info on WM_SETTEXT.
+
+ * programs/notepad/dialog.c: Lauri Tulmin <lauri_@ut.ee>
+ Implement word wrap.
+
+ * documentation/README.pt, documentation/README.pt_br:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Update README for Pt_br and Pt.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ Invoke objects in STA's in the correct thread by sending messages to
+ the hidden apartment window.
+
+ * dlls/richedit/richedit.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make the edit field created from a richedit control which was created
+ with ES_DISABLENOSCROLL, not have the ES_NUMBER style and hence accept
+ alphanumeric input.
+
+ * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Pt.rc,
+ dlls/commdlg/cdlg_xx.rc, dlls/mpr/mpr_Pt.rc, dlls/msi/msi.rc,
+ dlls/msi/msi_Pt.rc, dlls/oleaut32/oleaut32.rc, dlls/shdocvw/En.rc,
+ dlls/shdocvw/Pt.rc, dlls/shdocvw/shdocvw.rc,
+ dlls/shell32/shell32_Pt.rc, dlls/wininet/wininet_Pt.rc,
+ programs/winecfg/Pt.rc, programs/winefile/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Update the resources for Portuguese.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/dsurface/main.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle more properly versions for Direct3D and Direct3DDevice
+ objects.
+
+ * documentation/getting.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add 2 missing tags in getting.sgml.
+
+ * dlls/gdi/dib.c, dlls/oleaut32/olepicture.c, dlls/wineps/ps.c,
+ windows/cursoricon.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Check for overflows with ClrUsed.
+
+ * dlls/msi/action.c, dlls/ole32/errorinfo.c, dlls/shell32/shellpath.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Output some more informations.
+ Mark one global variable static.
+
+ * dlls/msi/Makefile.in, dlls/msi/delete.c, dlls/msi/query.h,
+ dlls/msi/sql.y:
+ Mike McCormack <mike@codeweavers.com>
+ Implement SQL delete query.
+
+ * dlls/shell32/shlview.c: Filip Navara <xnavara@volny.cz>
+ Don't crash if ShellFolder doesn't implement the IID_ISFHelper
+ interface.
+
+ * dlls/advapi32/tests/crypt.c, dlls/advapi32/tests/security.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Make advapi32_test.exe loadable on NT 3.51.
+
+ * tools/widl/typelib.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ A RPC_FC_ENUM16 is a VT_USERDEFINED.
+
+ * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec,
+ include/setupapi.h:
+ Eric Kohl <eric.kohl@t-online.de>
+ Implement DelayedMove and FileExists.
+
+ * programs/winedbg/info.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Mention bt [all | <tid>].
+
+ * dlls/gdi/tests/brush.c: Rémi Assailly <remi.assailly@free.fr>
+ Small char -> const char fix.
+
+ * dlls/shell32/shlexec.c: Ge van Geldorp <gvg@reactos.com>
+ Error numbers >= 32 are to be expected.
+
+ * dlls/ntdll/time.c: Marcelo Duarte <wine-devel@bol.com.br>
+ - Correct time zone for BRT and BRST.
+ - Better explained fixme.
+
+ * dlls/advpack/tests/Makefile.in, dlls/advpack/tests/advpack.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Load advpack.dll at runtime to avoid link problems with the platform
+ sdk.
+
+ * dlls/winsock/tests/protocol.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Tests cannot use wine/debug.h because it does not exist on Windows.
+
+ * dlls/user/tests/edit.c: Francois Gouget <fgouget@codeweavers.com>
+ ES_COMBO is not defined in the Windows headers. So define it if
+ necessary so the test can be compiled on Windows.
+
+ * dlls/ole32/tests/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Make Ole tests run on Windows 95.
+
+ * programs/wcmd/builtins.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Make 'exist' in wcmd handle both file and directories.
+
+ * programs/winecfg/drivedetect.c, programs/winecfg/winecfg.h:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed automatic drive detection for the case that the root directory
+ is not already mapped.
+
+ * dlls/winmm/tests/.cvsignore, dlls/winmm/tests/Makefile.in,
+ dlls/winmm/tests/timer.c, dlls/winmm/time.c:
+ Robert Reif <reif@earthlink.net>
+ Added parameter checking to timeGetDevCaps.
+ Added timer tests.
+
+ * dlls/commdlg/fontdlg.c: Mike Hearn <mh@codeweavers.com>
+ Respect the flags member of the CHOOSEFONT structure, and don't
+ attempt to process bogus strings.
+
+2005-02-11 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20050211.
+
+----------------------------------------------------------------
+2005-02-11 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/compiling.sgml,
+ documentation/getting.sgml, documentation/installing.sgml,
+ documentation/introduction.sgml, documentation/wine-user.sgml:
+ Scott Ritchie <scott@open-vote.org>
+ User Guide Chapter 2 rewrite.
+
+ * dlls/advapi32/security.c, dlls/ntdll/nt.c,
+ include/wine/server_protocol.h, include/winnt.h, include/winternl.h,
+ server/object.h, server/process.c, server/protocol.def,
+ server/request.h, server/token.c, server/trace.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Implement AdjustTokenPrivileges, DuplicateTokenEx and
+ GetTokenInformation (for the TokenPrivileges case).
+ - Return STATUS_NO_TOKEN for OpenThreadToken when there is no token
+ set for the thread.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Removed printing of thread id for AddRef and Release because
+ WINEDEBUG=+tid gives the same result.
+ General consistency cleanup.
+
+2005-02-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/profile.c:
+ Fixed profile cache flushing when no filename is specified (reported
+ by Mike Hearn).
+
+ * dlls/dsound/tests/ds3d8.c: Francois Gouget <fgouget@free.fr>
+ Don't link with DirectSoundCreate8 as this prevents running with older
+ versions of DirectX.
+
+ * dlls/ntdll/version.c: Mike Hearn <mh@codeweavers.com>
+ Alter the version heuristics a bit.
+
+ * programs/winedbg/gdbproxy.c:
+ Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Added vCont support.
+
+ * dlls/opengl32/opengl_ext.c: Tom Wickline <twickline@sitestar.net>
+ Sync to latest OpenGL specifications.
+
+ * programs/msiexec/msiexec.c: Mike McCormack <mike@codeweavers.com>
+ Set full UI mode by default.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c:
+ Robert Reif <reif@earthlink.net>
+ Print info about primary buffer format.
+
+ * dlls/d3d9/device.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Check that ppZStencilSurface is not null.
+
+ * aclocal.m4, dlls/advapi32/tests/crypt.c,
+ dlls/comctl32/tests/imagelist.c, dlls/dplayx/name_server.c,
+ dlls/kernel/tests/directory.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/mailslot.c, dlls/kernel/tests/path.c,
+ dlls/lzexpand/tests/lzexpand_main.c, dlls/mapi32/tests/prop.c,
+ dlls/msi/table.c, dlls/msrle32/msrle32.c, dlls/msvcrt/environ.c,
+ dlls/msvcrt/tests/environ.c, dlls/quartz/acmwrapper.c,
+ dlls/rsaenh/rsaenh.c, dlls/shell32/pidl.c, dlls/shell32/shellpath.c,
+ dlls/shell32/tests/shellpath.c, dlls/shell32/tests/shlfileop.c,
+ dlls/shlwapi/tests/clist.c, dlls/wined3d/directx.c,
+ dlls/winedos/ppdev.c, documentation/configuring.sgml,
+ programs/wcmd/En.rc, programs/wcmd/Ru.rc, programs/wcmd/Si.rc,
+ tools/winebuild/spec32.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * configure, configure.ac: Alex Woods <wine-devel@giblets.org>
+ Handle host_cpu of x86_64 like other x86s.
+
+ * programs/msiexec/Makefile.in, programs/msiexec/msiexec.c:
+ Mike McCormack <mike@codeweavers.com>
+ Read args from the registry when passed the /@ flag.
+
+ * dlls/msi/msi.c, include/msi.h: Mike McCormack <mike@codeweavers.com>
+ Update headers, add MsiGetUserInfoA stub implementation.
+
+ * dlls/serialui/Pt.rc, dlls/setupapi/Pt.rc, programs/clock/Pt.rc,
+ programs/cmdlgtst/Pt.rc, programs/notepad/Pt.rc,
+ programs/progman/Pt.rc, programs/regedit/Pt.rc, programs/start/Pt.rc,
+ programs/view/Pt.rc, programs/wcmd/Pt.rc, programs/winecfg/Pt.rc,
+ programs/winefile/Pt.rc, programs/winemine/Pt.rc,
+ programs/winhelp/Pt.rc:
+ Américo José Melo <mmodem00@netvisao.pt>
+ Francois Gouget <fgouget@codeweavers.com>
+ Translate the Wine resources to Portuguese.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/main.c,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/waveparser.c, include/uuids.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added WAVE parser.
+
+ * programs/msiexec/msiexec.c: Mike McCormack <mike@codeweavers.com>
+ Convert to Unicode.
+
+ * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+ Signed/unsigned fix and code cleanup.
+
+ * dlls/shlwapi/tests/path.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Use aliases for calls to ordinals.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Added stubs for MsiGetShortcutTargetA/W.
+
+ * dlls/commdlg/filedlg.c, dlls/commdlg/filedlg16.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not forget to allocate internal OPENFILENAMEW structure for 16-bit
+ GetOpenFileName, initialize it by zeros for 16/A cases.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Add the RegisterUser action.
+
+ * dlls/dsound/buffer.c: Robert Reif <reif@earthlink.net>
+ Always allocate an empty buffer.
+
+2005-02-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/info.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mciavi_res.rc,
+ dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c,
+ dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.c,
+ dlls/winmm/mciseq/mcimidi.c, dlls/winmm/message16.c,
+ dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec,
+ dlls/winmm/winemm.h, dlls/winmm/winmm.c, dlls/winmm/winmm.spec,
+ dlls/winmm/winmm_res.rc, dlls/winmm/mciwave/mciwave.c,
+ include/mmsystem.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - rewrite MCI interfaces as Unicode interface (as it should be)
+ - made some winmm APIs rely on the Unicode version for the core
+ implementation (instead of Ansi flavor)
+
+ * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented CPGetProvParam's PP_ENUMCONTAINERS parameter type.
+ Added corresponding test.
+ Removed some tabs that slipped in with the last patch.
+
+ * dlls/msi/action.c, dlls/msi/format.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle 0 length buffers in MSI_FormatRecordW.
+ Remove unused buffer in deformat_string.
+
+ * dlls/dbghelp/msc.c: Mike Hearn <mh@codeweavers.com>
+ Change an ERR to a WARN.
+
+ * tools/winebuild/import.c: Marcus Meissner <meissner@suse.de>
+ Put generated import table code into .text segment.
+
+ * programs/msiexec/msiexec.c: Mike McCormack <mike@codeweavers.com>
+ - Quote the parameter strings passed to MsiInstallProduct.
+ - Return the error code that the Msi* function returned when we quit.
+
+ * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+ Do not track the temp files for custom actions based on the name from
+ the table because then we get conflicts and files not tracked or
+ cleaned up.
+
+ * dlls/dsound/buffer.c, dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Fill new software buffers with silence.
+
+ * dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+ Make the win data pointer only available in the thread that owns the
+ window.
+
+ * tools/config.guess, tools/config.sub: Upgrade to the latest version.
+
+ * programs/msiexec/msiexec.c: Mike McCormack <mike@codeweavers.com>
+ - Fix msiexec's command line parsing.
+ - Don't allocate memory for fixed size structure.
+ - Remove a few non-tab indents, since the rest of the file uses tabbed
+ indent.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Implement RegisterExtensionInfo and RegisterMIMEInfo.
+
+ * dlls/msi/custom.c: Mike McCormack <mike@codeweavers.com>
+ Handle a number as a parameter for custom action 19.
+
+ * dlls/ntdll/directory.c:
+ Consider any character above 0x7f to be invalid in a DOS short name.
+
+ * dlls/itss/moniker.c: Tom Fogal <tfogal@cisunix.unh.edu>
+ Simple aggregation fix.
+
+ * dlls/msi/cond.y: Aric Stewart <aric@codeweavers.com>
+ Do not limit properties to 256 characters when evaluating them.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for Turkish (tr) X11 keyboard layout.
+
+ * dlls/shell32/cpanelfolder.c: Ge van Geldorp <gvg@reactos.com>
+ - Fix quoting of .cpl filename.
+ - Use "cplopen" verb to execute .cpl files.
+
+ * dlls/msi/action.c, dlls/msi/custom.c, dlls/msi/dialog.c:
+ Mike McCormack <mike@codeweavers.com>
+ - add support for Edit boxes in MSI dialogs
+ - run the message loop when waiting for threads or processes
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ Fix a memory leak in MsiConfigureProductExW.
+
+2005-02-08 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/wined3d_gl.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Avoid compile warnings.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add support for modules.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/ole32.spec, dlls/ole32/regsvr.c, dlls/ole32/stubmanager.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Implement CoDisconnectObject.
+ - Change CoLockObjectExternal so that it does the correct action now
+ and eliminate a fair few lines of now redundant code.
+ - Rename OLE32_Dll{Register,Unregister}Server to
+ Dll{Register,Unregister}Server.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Check if we've already added the ptr to iface typedesc before adding a
+ new one.
+
+ * dlls/user/tests/msg.c, windows/scroll.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ ScrollWindowEx when called with the SW_ERASE flag does not send a
+ WM_ERASEBKGND message, it just sets the erase flag. With some tests
+ that show this behavior.
+
+ * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+ Make a temp file for each dll saved for custom actions. This prevents
+ name collisions from causing custom actions to fail.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Add logic to be able to resolve the SourceDir based on
+ CurrentPath. Also add logic to get the source locations of a file if
+ it is not in a cabinet.
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Move object-to-stub-manager mapping rule to register_ifstub.
+
+ * dlls/msi/create.c, dlls/msi/distinct.c, dlls/msi/insert.c,
+ dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/order.c,
+ dlls/msi/select.c, dlls/msi/table.c, dlls/msi/update.c,
+ dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRECORD* not
+ MSIHANDLE.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/avisplit.c,
+ dlls/quartz/parser.c, dlls/quartz/parser.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added parser template and made AVISplitter use it.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetFileVersionInfoSizeA tests on Win95.
+
+ * tools/widl/write_msft.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Support some more attributes for interface properties.
+
+ * dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+ dlls/wininet/wininet.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for DeleteUrlCacheContainer{A,W},
+ CreateCacheContainer{A,W}, FindFirstUrlCacheContainer{A,W},
+ FindNextUrlCacheContainer{A,W}.
+ Handle the case where the supplied buffer size is too small in
+ InternetQueryOption.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/ole32_main.c, dlls/ole32/rpc.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Split up apartment creation so that the long code paths that don't
+ need locking no longer have locking.
+ - Add special cases for the threads that join apartments but can't
+ increase the refcount of the apartment.
+ - Free TLS storage on thread destruction (including releasing the
+ apartment the thread is in, if any, and so making another test
+ pass).
+
+ * dlls/oleaut32/oleaut.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Add WinXP to OaBuildVersion.
+
+ * tools/widl/write_msft.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Support ATTR_READONLY for interface properties.
+
+ * include/msidefs.h: Mike McCormack <mike@codeweavers.com>
+ Add the msidbCustomAction and msidbFeatureAttributes enumerations.
+
+ * dlls/msi/dialog.c, dlls/msi/msipriv.h:
+ Mike McCormack <mike@codeweavers.com>
+ - fix the dialog font
+ - allow waiting on a handle while running the message loop
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c:
+ Mike Hearn <mh@codeweavers.com>
+ Robert Shearman <rob@codeweavers.com>
+ - Rework RPC dispatch layer to be simpler and not get confused by
+ server/client duality.
+ - Make threads shut down at the right time and not access freed memory
+ after apartment destruction.
+ - Rename stub_dispatch_thread to client_dispatch_thread.
+ - Add some more tracing
+ - Check return value of WaitNamedPipe.
+ - Change named pipe timeouts to 0.5s, which should be enough for even
+ the slowest machines.
+
+ * server/named_pipe.c: Robert Shearman <rob@codeweavers.com>
+ Support WaitNamedPipe timeouts.
+
+ * dlls/msi/cond.y: Juan Lang <juan_lang@yahoo.com>
+ Identifiers evaluate to true if they are non-empty, regardless of
+ value.
+
+ * dlls/ntdll/time.c: Robert Shearman <rob@codeweavers.com>
+ Replace 10000000 with TICKSPERSEC to make it more obvious what the
+ code is doing.
+
+ * Make.rules.in: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Make tlb generation from idl files dependent on widl.
+
+ * documentation/faq.sgml: Scott Ritchie <scott@open-vote.org>
+ Remove two ancient FAQ entries that did more harm than good.
+ Replace a reference to wine.conf with ~/.wine/config.
+
+ * dlls/oleaut32/oleaut.c: Mike Hearn <mh@codeweavers.com>
+ Return OLE automation build value as win2k by default.
+
+ * dlls/msi/.cvsignore, dlls/msi/Makefile.in, dlls/msi/msi.c,
+ dlls/msi/msi.rc, dlls/msi/msi_En.rc:
+ Mike McCormack <mike@codeweavers.com>
+ Implement and document MsiLoadString.
+
+ * dlls/msi/action.c: Mike Hearn <mh@codeweavers.com>
+ Correctly ensure properties set from resolved directory paths are
+ backslash terminated.
+
+ * dlls/dinput/device.c: Carlos Lozano <clozano@andago.com>
+ Fix regression in Fallout game.
+
+ * dlls/d3d8/device.c, dlls/wined3d/device.c:
+ Carlos Lozano <clozano@andago.com>
+ Check that pstream is not null.
+
+ * dlls/wininet/wininet.spec: Steven Edwards <steven_ed4153@yahoo.com>
+ Correct spec entry for FindFirstUrlCacheEntryEx.
+
+ * tools/widl/typelib.c, tools/widl/typelib_struct.h,
+ tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add VARIANT_BOOL.
+ Fix CURRENCY alignment.
+ A function with a [retval] param has a bit set in the FKCCIC bitfield.
+ Two functions with the same name share the same id.
+ The param names of propput and propputref functions don't go into the
+ typelib.
+
+ * dlls/user/tests/sysparams.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Extra tracing for SPI_GETICONTITLEWRAP.
+
+ * dlls/msi/appsearch.c: Juan Lang <juan_lang@yahoo.com>
+ If a full path isn't specified, search across all fixed drives.
+
+ * programs/winecfg/En.rc, programs/winecfg/driveui.c:
+ Kris Marsh <moogman@gmail.com>
+ Fixed window height to show all data properly.
+ Cleaned up drives->advanced information visuals.
+
+ * dlls/kernel/sync.c: Robert Shearman <rob@codeweavers.com>
+ Convert last error from NTSTATUS to a DOS error code in WaitNamedPipe
+ and ConnectNamedPipe.
+
+ * server/window.c: Robert Shearman <rob@codeweavers.com>
+ Don't overwrite last byte of the window structure as we might not have
+ allocated the memory for it if extrabytes was 0.
+
+2005-02-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c, dlls/commdlg/filedlg16.c,
+ dlls/commdlg/filedlg31.c, dlls/commdlg/filedlg31.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make GetOpenFileNameW with an old style open file dialog work with the
+ original OPENFILENAMEW structure, making sure that all changes are
+ passed back to the caller.
+
+ * dlls/shlwapi/tests/shreg.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ More verbosity of errors.
+
+ * dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c, dlls/urlmon/urlmon_main.c,
+ dlls/urlmon/urlmon_main.h:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/atom.c, dlls/kernel/atom16.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved 16 bit atom support to dlls/kernel/atom16.c.
+
+ * dlls/ttydrv/wnd.c, dlls/user/hook.c, dlls/user/message.c,
+ dlls/user/tests/msg.c, dlls/x11drv/window.c,
+ include/wine/server_protocol.h, server/hook.c, server/protocol.def,
+ server/queue.c, server/thread.c, server/trace.c, server/user.h,
+ windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for winevent hooks.
+
+ * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.h, include/wine/server_protocol.h,
+ server/protocol.def, server/trace.c, server/window.c:
+ Properly compute the client area valid rects and pass them to the
+ server in set_window_pos to avoid invalidating areas that remain
+ valid.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi_private.h,
+ dlls/setupapi/setupcab.c:
+ Eric Kohl <eric.kohl@t-online.de>
+ - Implement SetupDiBuildClassInfoListExA,
+ SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and
+ SetupDiOpenClassRegKeyExA using MultiByteToUnicode.
+ - Retrieve OS version upon process attach.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/typelib.c,
+ tools/widl/widltypes.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Coclass support.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/shlwapi.spec,
+ dlls/shlwapi/tests/path.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test PathIsValidChar{A,W}.
+
+ * server/named_pipe.c:
+ Fixed refcount handling (waiting clients must not increase the
+ refcount of the pipe).
+ Converted linked lists to use the standard functions.
+ Small cleanups.
+
+ * server/main.c, server/request.c:
+ Make sure leaked objects are printed even if a file descriptor is
+ still open.
+
+ * server/fd.c: Fixed potential crash in fd_dump function.
+
+ * dlls/kernel/sync.c: Async callback function must be stdcall.
+
+ * dlls/msi/dialog.c, dlls/msi/msiquery.c:
+ Mike McCormack <mike@codeweavers.com>
+ - implement checkboxes in dialogs
+ - use TextStyle enumeration instead of numbers
+ - fix MSI_IterateRecords to return the correct count
+
+ * dlls/msi/appsearch.c: Juan Lang <juan_lang@yahoo.com>
+ Simplify AppSearch error checking.
+
+ * programs/winecfg/En.rc: Paul van Schayck <polleke@gmail.com>
+ Clean up about dialog. Remove groupbox, position logo correctly.
+
+2005-02-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ - Pass the original IID to IMarshal_UnmarshalInterface and query for
+ the requested interface.
+ - Unmarshaling IID_NULL means use the IID the interface was originally
+ marshaled with.
+
+ * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+ Lauri Tulmin <lauri_@ut.ee>
+ Add test for LB_SELITEMRANGE and make it pass.
+
+ * include/mmsystem.h: Lauri Tulmin <lauri_@ut.ee>
+ Added some more defines.
+
+ * tools/widl/parser.y, tools/widl/typelib.c, tools/widl/typelib.h,
+ tools/widl/widltypes.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for typedefs.
+
+ * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec,
+ include/setupapi.h:
+ Eric Kohl <eric.kohl@t-online.de>
+ - Implement DoesUserHavePrivilege, EnablePrivilege, IsUserAdmin,
+ MultiByteToUnicode and UnicodeToMultiByte.
+ - Sort prototypes in setupapi.h and a few function in spec.
+
+ * dlls/wininet/http.c: David McCullough <davidm@snapgear.com>
+ HTTP_HttpSendRequestW was getting invoked with a null verb, default to
+ the GET method.
+
+ * dlls/msi/dialog.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+ dlls/msi/package.c, dlls/msi/preview.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add more dialog controls, do something when they're clicked on.
+
+ * include/msidefs.h: Mike McCormack <mike@codeweavers.com>
+ Add the msidbTextStyleStyleBits enumeration.
+
+ * dlls/user/tests/win.c, include/win.h, windows/mdi.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use the idFirstChild specified in the MDIClient's CLIENTCREATESTRUCT
+ when creating MDI children. Add a test case for the desired
+ behaviour.
+
+ * dlls/dmscript/dmscript_main.c, dlls/dmscript/dmscript_private.h,
+ dlls/dmscript/script.c, dlls/dmscript/scripttrack.c:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnload ref counting.
+
+ * 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:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+ Cleanup processing a bit more.
+ Allow for nested keys to work properly.
+
+ * dlls/msi/appsearch.c: Aric Stewart <aric@codeweavers.com>
+ Fix a copy and paste error, check for a null value and discard
+ unneeded errors.
+
+ * dlls/msi/cond.y: Mike McCormack <mike@codeweavers.com>
+ MsiEvaluateCondition returns an error when passed NULL as a
+ condition.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Finish up the framework by stubbing out all the remaining Standard
+ actions.
+ A fix to deformat_string so it only returns a null return if you
+ provided a null buffer.
+
+2005-02-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user32.spec, include/win.h, windows/win.c:
+ Removed the no longer used WIN_SetExStyle function.
+
+ * dlls/comctl32/status.c, dlls/user/focus.c, dlls/user/menu.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h,
+ include/winuser.h, windows/winpos.c:
+ Store the "managed" flag as a window property instead of the
+ Wine-specific WS_EX_MANAGED style bit.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/urlcache.c, dlls/wininet/wininet.spec,
+ include/wininet.h:
+ Hans Leidekker <hans@it.vu.nl>
+ - Stub implementations for FtpGetFileSize, FtpCommand{A,W},
+ HttpSendRequestExW, InternetGetLastResponseInfoW,
+ InternetConfirmZoneCrossing{A,W}, InternetDial{A,W},
+ InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash,
+ InternetClearAllPerSiteCookieDecisions,
+ InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W},
+ InternetGetPerSiteCookieDecision{A,W},
+ InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W},
+ ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW,
+ UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW,
+ CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW,
+ FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W},
+ FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W},
+ FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W},
+ {Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}.
+ - Spec file stubs for new undocumented functions
+ ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance,
+ InternetAlgIdToString{A,W}, InternetFortezzaCommand,
+ InternetGetCertByURLA, InternetQueryFortezzaStatus,
+ InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W},
+ InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W},
+ Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification,
+ UrlZonesDetach.
+ - Use memcpy instead of strncpy in InternetGetLastResponseInfoA.
+ - Add and improve some traces.
+ - Fix my own coding style in InternetTimeToSystemTimeW.
+ - Fix a couple of signedness warnings.
+
+ * tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/typelib_struct.h, tools/widl/widltypes.h,
+ tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for dispinterfaces (slightly hacked because we force the
+ import of stdole2.tlb).
+ Add propputref attribute.
+
+ * dlls/user/dde/client.c, dlls/user/dde/dde_private.h,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Handle CBR_BLOCK in EXECUTE and ADVISE DDE transactions.
+
+ * dlls/dsound/dsound.c: Robert Reif <reif@earthlink.net>
+ Fix primary buffer memory leak.
+
+ * dlls/user/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ - SPI_GETWORKAREA: Read work area information from system metrics
+ initially only and not from a WINE specific registry entry.
+ - SPI_SETWORKAREA: Don't save work area information to registry.
+
+ * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/custom.c:
+ Aric Stewart <aric@codeweavers.com>
+ Continued work to simplify the ProcessAction call, also split it into
+ a ProcessAction and ProcessUIAction for future dialog box work.
+ Also fix a bug in deformat_string where i was not freeing the created
+ record.
+
+ * Make.rules.in: Don't clean all tlb files, only the ones we generated.
+
+ * dlls/dxdiagn/container.c, dlls/dxdiagn/dxdiag_main.c,
+ dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/provider.c:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+ dlls/msi/appsearch.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Partially implement AppSearch action.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/acmwrapper.c,
+ dlls/quartz/avidec.c, dlls/quartz/main.c,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added ACM Wrapper filter.
+ Cleaned up AVIDec.
+
+ * dlls/dswave/dswave.c, dlls/dswave/dswave_main.c,
+ dlls/dswave/dswave_private.h:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * documentation/fonts.sgml: Tom Wickline <twickline@sitestar.net>
+ Fix a broken link.
+
+ * dlls/msi/msi.spec, dlls/msi/suminfo.c, include/msi.h:
+ Aric Stewart <aric@codeweavers.com>
+ Added some more suminfo stubs.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c, dlls/ole32/ole32_main.h,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add code for destroying the thread-local storage data, but don't use
+ it yet.
+ - Don't release apartment on changing modes because we didn't add a
+ reference anywhere.
+ - Quieten the RPC_E_DISCONNECTED error message as it is an expected
+ return code.
+ - Treat IID_NULL the same as IID_IUnknown.
+ - Make tests compile on Win95 again.
+ - Fix copy+paste error where the test failure should be from the
+ CoUnmarshalInterface function.
+
+2005-01-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/format.c: Aric Stewart <aric@codeweavers.com>
+ A reworking of format.c to remove the recursion, clean things up and
+ stabilize behavior to match windows.
+
+ * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/dmsynth_private.h,
+ dlls/dmsynth/synth.c, dlls/dmsynth/synthsink.c:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/user/user32.spec, include/win.h, windows/win.c:
+ WIN_ListParents no longer needs to be exported, make it static.
+
+ * dlls/d3d8/directx.c, dlls/wined3d/directx.c, dlls/x11drv/mouse.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h:
+ Only create an X window for top-level windows, not for child windows.
+ Get rid of the X client window too, it's no longer needed.
+
+ * dlls/dbghelp/elf_module.c: Silence a noisy FIXME.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Dynamically allocate the type data storage.
+ Split the function and variable type data into two - this will be
+ needed for dispinterfaces.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/avidec.c, dlls/quartz/regsvr.c,
+ dlls/quartz/transform.c, dlls/quartz/transform.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added transform filter template and made AVIDec use it.
+ Fixed memory leak in register_filters function.
+
+ * dlls/kernel/change.c, dlls/kernel/kernel32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementation for ReadDirectoryChangesW.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Eliminate the giant if.. else if block from ACTION_ProcessAction in
+ favor of a table of handlers.
+ Return code of the install should not depend on the return code of the
+ final action.
+ Update component installed states as they are installed so that
+ conditions based on component states are at least a little more
+ correct.
+ Add icon and argument when regestering clsids.
+ Add a stub for ResolveSource because we do that work just not in
+ ResolveSource like we should.
+ When quering a Component state return the correct state.
+
+ * programs/winedbg/info.c: Mike Hearn <mh@codeweavers.com>
+ Show window owner thread in winedbg.
+
+ * dlls/dbghelp/symbol.c, include/dbghelp.h, programs/winedbg/break.c,
+ programs/winedbg/dbg.y, programs/winedbg/debug.l,
+ programs/winedbg/memory.c, programs/winedbg/source.c,
+ programs/winedbg/stack.c, programs/winedbg/symbol.c,
+ programs/winedbg/types.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Cleanup of dbghelp.h (and a couple of definition fixes). The
+ displacements (in most of the functions) are not optional.
+
+ * dlls/oleaut32/olefont.c, dlls/oleaut32/typelib.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove message telling users to copy native stdole32.tlb over as we
+ now provide it.
+ Better trace in LoadTypeLib.
+ Change debug messages type to reflect we provide stdole32.tlb.
+
+ * include/Makefile.in, include/msidefs.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add the msidefs.h header.
+
+ * documentation/faq.sgml, documentation/introduction.sgml:
+ Tom Wickline <twickline@sitestar.net>
+ Remove outdated information from the introduction page and the FAQ.
+
+ * include/dxdiag.h: Troy Rollo <wine@troy.rollo.name>
+ Correct errors in the macros for two DxDiag method calls.
+
+ * dlls/opengl32/wgl_ext.c: Troy Rollo <wine@troy.rollo.name>
+ Add stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ SafeArrayDestroy() returns success when called with a NULL
+ pointer. Added to the test cases.
+
+ * dlls/msi/record.c, dlls/msi/tests/record.c:
+ Aric Stewart <aric@codeweavers.com>
+ Setting a record to an empty string is the same as making it null.
+
+ * windows/dce.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Replace a DPRINTF with TRACE.
+
+ * tools/widl/write_msft.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Check that there are some methods to iterate through before iterating
+ through them.
+
+ * dlls/shlwapi/tests/shreg.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ - new test
+ - changed test to reflect windows results
+
+ * dlls/ole32/tests/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Remove test that fails on Win98 and is not useful.
+
+ * dlls/dbghelp/stabs.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Various fixes for C++ class parsing (nesting, templates) (from test
+ cases provided by Michael Lin).
+
+ * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Moved PKCS1 #2 un-/padding from Import-/ExportKey to helper
+ functions.
+ Support RSA en-/decryption via CPEncrypt and CPDecrypt.
+ Added test case for RSA en-/decryption.
+
+2005-01-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/desktop.c, dlls/x11drv/event.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h, include/win.h:
+ Use an X context to associated the x11drv private window data to a
+ window handle instead of accessing the WND structure directly.
+
+ * dlls/user/painting.c:
+ Fixed bug that caused the whole window to be repainted by RedrawWindow
+ when the passed region was empty.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/propset.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winearts/audio.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/winejack/audio.c, dlls/winmm/winenas/audio.c,
+ dlls/winmm/wineoss/audio.c, include/dsdriver.h:
+ Robert Reif <reif@earthlink.net>
+ Fix structure member name to match windows headers and fix up all
+ uses.
+ Nameless struct fix for dsound/propset.c to compile on both windows
+ and wine.
+
+ * dlls/ole32/compobj.c: Robert Shearman <rob@codeweavers.com>
+ Release the client security objects when no longer needed (reported by
+ Mike McCormack).
+
+ * dlls/comctl32/toolbar.c:
+ Thomas Weidenmueller <wine-patches@reactsoft.com>
+ When a toolbar doesn't have the TBSTYLE_FLAT style redrawing the
+ buttons when moving the mouse is not necessary.
+
+ * Make.rules.in, configure, configure.ac, dlls/Makefile.in,
+ dlls/stdole32.tlb/.cvsignore, dlls/stdole32.tlb/Makefile.in,
+ dlls/stdole32.tlb/rsrc.rc, dlls/stdole32.tlb/std_ole_v1.idl,
+ dlls/stdole32.tlb/stdole32.tlb.spec:
+ Huw Davies <huw@codeweavers.com>
+ Added stdole32.tlb.
+
+ * dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/d3d9/query.c, dlls/d3d9/texture.c,
+ dlls/d3d9/vertexdeclaration.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - add vertex Declaration support (using wined3d)
+ - minimal impl for SetRenderTarget and CreateQuery (needed to get
+ some samples working)
+ - remove no longer needed #undef GL_VERSION_1_4
+
+ * dlls/commdlg/cdlg32.c, dlls/kernel/tests/comm.c,
+ dlls/kernel/tests/console.c, dlls/lzexpand/tests/lzexpand_main.c,
+ loader/preloader.c:
+ Rémi Assailly <remi.assailly@free.fr>
+ char -> const char fixes.
+
+ * tools/wrc/parser.y:
+ Avoid assertion failure when loading an empty data file.
+
+ * tools/widl/typelib.c: Huw Davies <huw@codeweavers.com>
+ Structs with ptrs are also VT_USERDEFINED.
+
+ * dlls/msi/Makefile.in, dlls/msi/dialog.c, dlls/msi/msi.c,
+ dlls/msi/msipriv.h, dlls/msi/package.c, dlls/msi/preview.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement MsiPreviewDialog.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c, dlls/ole32/rpc.c,
+ dlls/ole32/tests/marshal.c, dlls/ole32/tests/moniker.c:
+ Robert Shearman <rob@codeweavers.com>
+ - More tests.
+ - Change return code of CoGetPSClsid to match test result.
+ - Do a slight hack to make IRemUnknown proxies be added after the
+ proxy that uses them to stop them being used after they are
+ destroyed.
+ - Fix multiple local server connections.
+
+ * dlls/ntdll/nt.c, include/winternl.h: Rein Klazes <wijn@wanadoo.nl>
+ In NtQuerySystemInformation, handle request for information class 1,
+ now named SystemCpuInformation. Return some dummy data for now.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/sensapi/.cvsignore,
+ dlls/sensapi/Makefile.in, dlls/sensapi/sensapi.c,
+ dlls/sensapi/sensapi.spec, include/Makefile.in, include/sensapi.h:
+ Steven Edwards <steven@codeweavers.com>
+ Add a stub dll for the System Event Notification Service.
+
+ * tools/winegcc/Makefile.in, tools/winegcc/winegcc.man:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Added a new man page for winegcc.
+
+ * dlls/wined3d/vertexdeclaration.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - convert D3D8 VertexDecl to D3D9 format (D3DVERTEXELEMENT9 vector)
+ while parsing
+ - display result on traces
+
+ * dlls/wineps/truetype.c: Huw Davies <huw@codeweavers.com>
+ Add a few missing RegCloseKey calls.
+
+ * dlls/user/lstr.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Fix bug in CharPrevExA().
+
+ * dlls/rsaenh/tests/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added a test case for hashing with schannel mac keys.
+
+ * dlls/kernel/cpu.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Fill in the information in VendorIdentifier and make a better effort
+ at filling in Identifier in the registry key.
+
+ * include/msiquery.h: Juan Lang <juan_lang@yahoo.com>
+ Remove duplicate definition.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Robert Shearman <rob@codeweavers.com>
+ - Implement CoSetProxyBlanket, CoQueryProxyBlanket and CoCopyProxy.
+ - Update todo list.
+
+ * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix handling of EOF for the '%c' and '%C' cases in scanf().
+ Add conformance tests to verify the behavior of '%c'.
+ Improve some of the test's error messages.
+
+ * dlls/x11drv/keyboard.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Send a scancode through for the 5 key when numlock isn't on.
+
+2005-01-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/tests/registry.c:
+ Don't make the test key volatile, that can break other tests.
+
+ * dlls/user/hook.c, dlls/user/tests/msg.c, server/hook.c,
+ server/trace.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more tests for old style hooks and winevent hooks, make them pass
+ under Wine.
+
+ * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/msipriv.h:
+ Aric Stewart <aric@codeweavers.com>
+ Enable the updating of Feature and thus the resulting component
+ states.
+ Run the end of install actions for suspend and user exit states as
+ well.
+ Start putting in place a currently running state for future ui use.
+
+ * dlls/msi/package.c: Mike McCormack <mike@codeweavers.com>
+ - implement MsiOpenPackageEx, and forward MsiOpenPackage there
+ - make a MSI_CreatePackage function and use it in MSI_OpenPackage
+ - move MsiOpenPackageA down with the rest of the API functions
+
+ * dlls/ntdll/time.c: Troy Rollo <wine@troy.rollo.name>
+ Add TZ_INFO entry to match (incorrect) Australian Eastern Daylight
+ Time information given by some systems.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ - Change some FIXMEs to ERRs to reflect the fact that nothing needs
+ fixing.
+ - Fix some memory leaks on error paths in _marshal_interface.
+
+ * dlls/user/tests/sysparams.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Check for availability of SPI_GETICONTITLEWRAP.
+
+ * windows/win.c, windows/winpos.c:
+ Avoid a few more uses of WIN_FindWndPtr.
+
+ * include/.cvsignore, include/Makefile.in, include/sensevts.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Added idl file for the System Event Notifcation Services API
+ (SENSAPI).
+
+ * 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_main.c,
+ dlls/shdocvw/webbrowser.c:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting. Make sure the mozilla
+ control is ready to unload as well.
+
+ * dlls/msi/tests/db.c: Mike McCormack <mike@codeweavers.com>
+ Test different types of dodgy queries.
+
+ * dlls/msi/custom.c: Aric Stewart <aric@codeweavers.com>
+ Implement custom action type 19, Halt install and display error
+ message.
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ MsiGetProperty does not return any error on missing properties.
+
+ * dlls/ddraw/ddraw/main.c: Raphael Junqueira <fenix@club-internet.fr>
+ Set default video memory to 64Mb (was 16Mb) as many d3d9 demos use
+ d3d7 code to get available video memory size (ex ConfigSystem.exe on
+ d3d9 sdk).
+
+ * dlls/dxdiagn/Makefile.in, dlls/dxdiagn/container.c,
+ dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/provider.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - some fixes on sub containers support
+ - add support for properties (VARIANT)
+ - hard coded simple init for root container (getting simple dx9
+ version checks working)
+
+ * dlls/kernel/lcformat.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change UTF-8 name back to ISO-8859-1.
+
+ * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/vertexdeclaration.c, include/wine/wined3d_interface.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix typo in wined3d_interface.h
+ - add needed defines in wined3d_interface.h
+ - add IWineD3DVertexDeclarationImpl_ParseToken9 for debug traces
+ - fix ParseDeclaration9
+ - limit flood of traces (single shot traces)
+
+ * dlls/ole32/marshal.c, dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ Give IUnknown its own ifstub to fix ref-counting and ipid storage
+ issues.
+
+2005-01-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/listview.c, dlls/comctl32/toolbar.c,
+ dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c,
+ dlls/msi/action.c, dlls/msi/custom.c, dlls/msi/format.c,
+ dlls/msi/table.c, dlls/rsaenh/mpi.c, dlls/shell32/shellord.c,
+ dlls/wininet/cookie.c, dlls/wininet/http.c, documentation/ole.sgml,
+ programs/winedbg/db_disasm.c, tools/winapi/make_parser.pm:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Make proxy manager use IMultiQI instead of IInternalUnknown as tests
+ show that IInternalUnknown isn't exposed.
+ - Implement IMultiQI on top of IRemUnknown calls.
+ - Silence some fixmes that occur during tests and don't give us any
+ useful information.
+ - Fix typo in class factory proxy that caused us to use the wrong
+ offset into the CFProxy structure, causing us to not call the
+ outer_unknown properly.
+
+ * dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+ include/wine/wined3d_gl.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - a very basic blending support on fast drawing path (to have better
+ performances on last games)
+ - some defines for VBO support
+
+ * dlls/wined3d/device.c, dlls/wined3d/vertexdeclaration.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - VertexDeclaration device APIs
+ - D3D9 declarations parsing
+ - a little better APIs (trying to avoid compile problems)
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Use InterlockedIncrement for the ipid counter instead of a critical
+ section (suggested by Mike Hearn).
+ - Remove a line added by a bad merge.
+ - Implement RemUnkStub_Disconnect.
+ - Remove all of the RPC disconnect code.
+
+ * dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Implement IRemUnknown.
+ - Use IRemUnknown for life-cycle management instead of the current
+ hacks.
+
+ * include/winternl.h, dlls/kernel/cpu.c, dlls/ntdll/nt.c,
+ dlls/ntdll/ntdll.spec:
+ Rein Klazes <wijn@wanadoo.nl>
+ Get rid of the rdtsc cpu instruction method for calculation of the
+ performance counter. Put the calculation (based on gettimeofday) in
+ NtQueryPerformanceCounter() and use that in the kernel functions.
+
+ * dlls/dmscript/script.c: Francois Gouget <fgouget@free.fr>
+ Remove unneeded NULL cast.
+
+ * tools/widl/typelib_struct.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ When adding an interface, midl adds the inherited interface first
+ unless the inherited interface doesn't itself inherit.
+ Fix the id, sizevft and datatype2 fields for interfaces that inherit.
+ Prevent a crash if the typelib is empty.
+ Clarify a few more entries on typelib_struct.h
+
+ * dlls/msi/record.c, dlls/msi/tests/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix MsiRecordSetString for NULL strings and update test case.
+
+ * dlls/x11drv/xrender.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Disable antialiasing of fonts while working in a palette.
+
+ * dlls/setupapi/Nl.rc, programs/notepad/Nl.rc, programs/progman/Nl.rc,
+ programs/regedit/Nl.rc, programs/start/Nl.rc,
+ programs/winefile/Nl.rc, programs/winhelp/Nl.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Don't use utf8 in rc files.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ Fix a typo, propagate errors better from inside the typelib
+ marshaller.
+
+ * dlls/gdi/metafile.c: Huw Davies <huw@codeweavers.com>
+ GetMetaFile checks both the version and the header size when it tries
+ to load a metafile. Powerpoint XP depends on this.
+
+ * 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:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, dlls/msi/msipriv.h,
+ dlls/msi/registry.c:
+ Aric Stewart <aric@codeweavers.com>
+ Added a few more stub implementations.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/proxy.c,
+ tools/widl/typelib.c, tools/widl/widl.c, tools/widl/widl.h,
+ tools/widl/widl.man:
+ Huw Davies <huw@codeweavers.com>
+ Fix typelib only option.
+ Make -t and -h options inclusive.
+
+2005-01-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/action.h,
+ dlls/msi/custom.c, dlls/msi/format.c, dlls/msi/msipriv.h,
+ dlls/msi/package.c, dlls/msi/record.c:
+ Aric Stewart <aric@codeweavers.com>
+ - action.c is getting too big, so split out all the handling of
+ CustomActions into custom.c. Cleaned up a lot of the handling of
+ custom actions including scripting actions and processing return
+ codes.
+ - Mike McCormack pointed out that MsiFormatRecord is basically the
+ same as internal function deformat_string. So broke deformat_string
+ out and updated it to function as MsiFormatRecord and implemented
+ MsiFormatRecord.
+ - A number of random fixes to action.c including properly calculating
+ the length for the LocalPackage name, not forcing a reboot when
+ really we should just return ERROR_INSTALL_SUSPEND and handling
+ REG_MULTI_SZ now that we can deformat the properly.
+
+ * programs/winhelp/hlp2sgml.c, programs/winhelp/hlpfile.c,
+ programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
+ Ken Belleau <jamez@ivic.qc.ca>
+ - Used wine_dbgstr_a to prevent an overflow.
+ - Improved support to call macros with a variable number of
+ parameters.
+ - Put a check to prevent an out of bounds access.
+
+ * dlls/dinput/joystick_linux.c, dlls/dinput/mouse.c:
+ Robert Reif <reif@earthlink.net>
+ Copy data structures one at a time using supplied size.
+
+ * tools/widl/parser.y, tools/widl/typelib.c, tools/widl/typelib.h,
+ tools/widl/widltypes.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add enum support.
+ Another attempt at getting the alignment bits correct.
+
+ * dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c,
+ dlls/odbc32/proxyodbc.h:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Implemented Unicode proxy for ODBC.
+
+ * dlls/ole32/regsvr.c, dlls/oleaut32/regsvr.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Move OLE automation interface registration to oleaut32.
+ - Add IRemUnknown to list of interfaces to register.
+
+ * dlls/ole32/oleproxy.c: Robert Shearman <rob@codeweavers.com>
+ Proxies/stubs for IRemUnknown methods, based on code written by Ove
+ Kåven.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add encoding for VT_R8.
+ Bug fix: Initialise child_size.
+
+ * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec:
+ Eric Kohl <eric.kohl@t-online.de>
+ Implement DuplicateString and QueryRegistryValue.
+
+ * dlls/oleaut32/variant.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Initialize temporary variants before calling VariantChangeTypeEx.
+
+ * dlls/wininet/http.c: Maxime Bellengé <maxime.bellenge@laposte.net>
+ Replace '\' with '/' in the URL in HTTP_HttpSendRequestW.
+
+ * programs/winepath/winepath.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert programs/winepath to unicode, print the output string using
+ Unix locale.
+
+ * dlls/msi/msi.spec, dlls/msi/registry.c, dlls/msi/tests/db.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement, test and document MsiDecomposeDescriptor.
+
+ * tools/widl/parser.y: Huw Davies <huw@codeweavers.com>
+ unsigned char support.
+
+ * dlls/user/tests/msg.c: Added a couple of SetWindowPos tests.
+
+ * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Make ShowWindow(...,SW_SHOWNA) also work on already visible windows
+ with some conformance tests.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Use the new registry functions in registry.c.
+ Do not force a reboot, just return ERROR_INSTALL_SUSPEND and write
+ some keys to the registry.
+
+ * dlls/msi/Makefile.in, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/registry.c:
+ Aric Stewart <aric@codeweavers.com>
+ Move the guid squishing functions out of msi.c and make a new
+ registry.c file. Also clean up all the various registry keys we need
+ to open and create to this module and modify the functions for msi.c
+ to call these functions.
+
+ * dlls/user/scroll.c: Robert Shearman <rob@codeweavers.com>
+ Add a summary line for several scrollbar functions.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c, dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Generate machine-local IPIDs.
+ - Make pipes be uniquely identified only by their IPID.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add interface inheritance.
+
+ * dlls/devenum/createdevenum.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed pin direction when registering audio input device.
+
+ * dlls/shlwapi/tests/string.c: Hans Leidekker <hans@it.vu.nl>
+ StrIsIntlEqual and IntlStrEqWorker may be absent.
+
+2005-01-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/wtsapi32/.cvsignore,
+ dlls/wtsapi32/Makefile.in, dlls/wtsapi32/wtsapi32.c,
+ dlls/wtsapi32/wtsapi32.spec, include/Makefile.in, include/wtsapi32.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Added WTSAPI32.DLL.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Convert services to use pipes for RPC instead of shared memory.
+
+ * 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:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/x11drv/xrender.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Disable antialiasing if the font dictates it.
+
+ * dlls/x11drv/xrender.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Split caching of antialiased and non-antialiased glyphs.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/cryptdll/.cvsignore,
+ dlls/cryptdll/Makefile.in, dlls/cryptdll/cryptdll.c,
+ dlls/cryptdll/cryptdll.spec:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Add stub version of cryptdll.dll.
+
+ * dlls/gdi/freetype.c: Troy Rollo <wine@troy.rollo.name>
+ Don't refuse to process VDMX ratio entries with bCharSet == 0. These
+ entries are at least as useful as those with bCharSet == 1. Add
+ comment containing URL of documentation for VDMX records.
+
+ * dlls/comctl32/toolbar.c: Tinus <o112w8r02@sneakemail.com>
+ Properly allow removing toolbar bitmaps by changing it into 0.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Put Brazilian ABNT2 keyboard layouts in line with appropriate virtual
+ keyboard maps.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ Bring wintab in line with Jeremy's X11 event timing patches again.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ Add the rule that inverted cursor has -ve altitude, matching behaviour
+ on Windows wacom tablets.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ Packets from eraser cursors are marked as inverted, matching behavior
+ on Windows Wacom tablets.
+
+ * dlls/wintab32/context.c: Robert North <7ownq0k402@sneakemail.com>
+ WTEnable, when called to disable tablet context, clears context queue,
+ as per wintab spec.
+
+ * dlls/dsound/primary.c: Robert Reif <reif@earthlink.net>
+ Don't allow other threads to access the primary buffer while the
+ format is being changed.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ - In wintab's default system context, change context options to match
+ Wacom tablet in windows.
+ - Change device orientation unit definition to angular.
+ - Use Macros where appropriate to define cursor and device defaults.
+
+ * dlls/wintab32/context.c: Robert North <7ownq0k402@sneakemail.com>
+ - Correct overflow 1 message too early.
+ - Overflow now going onto message queue.
+ - Overflow state correctly or-ed with other packet status.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/misc.c,
+ dlls/setupapi/setupapi.spec:
+ Eric Kohl <eric.kohl@t-online.de>
+ Implement MyFree, MyMalloc and MyRealloc.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add referenced types that aren't already in the typelib.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/regsvr.c,
+ dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Remove unused includes.
+
+ * dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Avoid unnecessary run-time initializations.
+
+ * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Support for TLS1 pseudo random function.
+ Some helper functions for DATA_BLOB's.
+ Computing TLS1 master secret from the pre-master secret.
+ Deriving the master hash from the master secret.
+ Deriving TLS1 MAC and encryption keys from the master hash.
+ Tests for most of the above.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Added NtLoadDriver and NtUnloadDriver stubs.
+
+ * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c, 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/vertexbuffer.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+ dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c, 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:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+ * documentation/faq.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add missing /'s to urls http://www.cygwin.com and
+ http://www.mingw.org.
+
+ * dlls/user/sysparams.c: Bernd Fuhrmann <silverbanana@gmx.de>
+ Added fixme macros in SystemParametersInfoW for several action numbers
+ that are yet unimplemented.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Fix handling of void.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/mixer.c,
+ dlls/dsound/primary.c, dlls/dsound/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Use Windows memory functions.
+
+ * dlls/wintab32/context.c, dlls/wintab32/wintab32.c,
+ dlls/x11drv/wintab.c:
+ Robert North <7ownq0k402@sneakemail.com>
+ - Don't post messages on Wine message queue, if tablet context flags
+ posting are disabled.
+ - When posting messages on Wine message queue, use message base stored
+ in tablet context, not the default message base.
+ - Ensure that X11 Proximity events put messages onto Wintab message
+ queue.
+
+ * dlls/d3drm/version.rc, include/Makefile.in, include/d3drm.h:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Added a simple d3drm.h header.
+ Corrected a copy/paste typo from d3dim.
+
+ * dlls/dmstyle/auditiontrack.c, dlls/dmstyle/chordtrack.c,
+ dlls/dmstyle/commandtrack.c, dlls/dmstyle/dmstyle_main.c,
+ dlls/dmstyle/motiftrack.c, dlls/dmstyle/mutetrack.c,
+ dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c,
+ dlls/dmscript/dmscript_main.c, dlls/dmscript/script.c,
+ dlls/dmscript/scripttrack.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+ * dlls/commdlg/cdlg_Es.rc: José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated Spanish resources.
+
+ * dlls/rsaenh/implglue.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Removed another check for valid'ness of algid. It's redundant.
+
+ * dlls/d3d8/shader.c, dlls/dinput/dinput_main.c,
+ dlls/dinput/joystick_linux.c, dlls/oleaut32/tests/vartest.c:
+ Rémi Assailly <remi.assailly@free.fr>
+ char -> const char fixes.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added CRYPT_SERVER define.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add support for hidden and restricted function attributes.
+ Add support for odl interface attribute.
+
+ * dlls/ntdll/heap.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make HeapFree(NULL) case faster by retrieving heap pointer after the
+ memory block pointer test.
+
+ * dlls/dsound/dsound.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed memory leak in mixer code.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/printdlg.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Draw a representation of a document in the page setup dialog.
+ - Change some FIXME's to TRACE's because everything we need is
+ implemented and they fire for ones that we don't need to implement.
+
+ * dlls/ntdll/virtual.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix format string in NtQueryVirtualMemory().
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ The new Insert fixes now properly require ?,? instead of just ? for
+ the Insert call. This fix modifies the MSI_SetProperty query to be
+ correct.
+
+ * dlls/msi/suminfo.c: Aric Stewart <aric@codeweavers.com>
+ An implementation of MsiSummaryInfoGetPropertyW based off of
+ MsiSummaryInfoGetPropertyA.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to
+ call any IRemUnknown functions.
+ - Move the low-level unmarshaling code into a new function,
+ unmarshal_object, so that it can be easily reused for unmarshaling
+ IRemUnknown.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ Generate Wintab packets for XInput button up/down events.
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ Indentation and style cleanup.
+
+2005-01-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+ Tweak SetWindowPos flags handling to make a few more of the messaging
+ tests pass.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Bit 0x0200 always appears to be set in the typeinfo's
+ typekind/alignment member.
+
+ * windows/winpos.c:
+ Max tracking size in WM_GETMINMAXINFO should take into account the
+ window frame.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ [local] functions should not be written to the typelib.
+
+ * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c:
+ Mike McCormack <mike@codeweavers.com>
+ Move OpenQuery into msiquery.c and make it non-static.
+
+ * dlls/comctl32/status.c: Gunnar Dalsnes <hardon@online.no>
+ Ge van Geldorp <gvg@reactos.com>
+ STATUSBAR_SetTextT:
+ - ntext wasn't freed on return if text was unicode
+ - part->text was always freed, but if the previous style was
+ SBT_OWNERDRAW, part->text would contain 32bit data
+ - free old text if new style is SBT_OWNERDRAW but old style wasn't
+
+ * dlls/shlwapi/tests/shreg.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ - More verbose output of errors.
+ - Bail out if first test fails (produce one error only).
+
+ * dlls/ttydrv/wnd.c, dlls/user/scroll.c, dlls/user/user32.spec,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, include/win.h,
+ windows/defwnd.c, windows/win.c:
+ Make WIN_SetStyle more thread-safe by specifying the bits to change
+ instead of the new value.
+
+ * tools/widl/proxy.c: Rémi Assailly <remi.assailly@free.fr>
+ Small char -> const char fix.
+
+ * dlls/d3dx8/d3dxbuffer.c, dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - Use Interlocked* functions in AddRef and Release.
+ - Store the result of the Interlocked functions and use only this.
+
+ * dlls/msi/Makefile.in, dlls/msi/msi.spec, dlls/msi/msipriv.h,
+ dlls/msi/preview.c:
+ Mike McCormack <mike@codeweavers.com>
+ Added stub implementations for MsiPreviewDialog and
+ MsiPreviewBillboard.
+
+ * dlls/msi/msiquery.c: Mike McCormack <mike@codeweavers.com>
+ Lock record in MsiViewExecute, move stubs to end.
+
+ * dlls/shell32/shlview.c: Mike McCormack <mike@codeweavers.com>
+ Implement GetAdvise and SetAdvise.
+
+ * include/ntsecapi.h: Juan Lang <juan_lang@yahoo.com>
+ Added some definitions.
+
+ * dlls/ole32/rpc.c: Mike Hearn <mh@codeweavers.com>
+ Various formatting/style changes.
+
+ * programs/winetest/Makefile.in:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Include new tests.
+
+ * dlls/quartz/regsvr.c: Mike Hearn <mh@codeweavers.com>
+ Fix heap corruption in quartz server registration, add some
+ whitespace, break out of loop if out of memory.
+
+2005-01-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+ Justin Chevrier <jchevrier@nexicom.net>
+ - Implemented SPI_SETICONMETRICS.
+ - Fixed SPI_GETICONTITLELOGFONT to only return values retrieved from
+ win.ini on first call and return a cached version in subsequent
+ calls.
+ - Created unit test for SPI_{GET,SET}ICONMETRICS.
+
+ * dlls/msi/insert.c, dlls/msi/sql.y, dlls/msi/tests/db.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix and test inserting records.
+
+ * dlls/x11drv/event.c, dlls/x11drv/window.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/xfont.c:
+ Rémi Assailly <remi.assailly@free.fr>
+ Added missing declarations.
+
+ * dlls/msi/handle.c, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/msiquery.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix refcounting, use Interlocked functions.
+
+ * tools/widl/parser.y: Huw Davies <huw@codeweavers.com>
+ Don't set ATTR_IN or ATTR_OUT by default - this essentially reverts
+ rev. 1.21. The proxy code must explicitly add these if they're
+ needed.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Better guid hash.
+
+ * dlls/user/menu.c, dlls/user/scroll.c, dlls/x11drv/event.c,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, windows/dialog.c,
+ windows/mdi.c, windows/nonclient.c, windows/win.c, windows/winpos.c:
+ Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
+
+ * configure, configure.ac, dlls/advpack/Makefile.in,
+ dlls/advpack/advpack.c, dlls/advpack/advpack.spec,
+ dlls/advpack/tests/.cvsignore, dlls/advpack/tests/Makefile.in,
+ dlls/advpack/tests/advpack.c, include/advpub.h:
+ Robert Reif <reif@earthlink.net>
+ Added stubs for NeedRebootInit and NeedReboot.
+ Added implementations for GetVersionFromFile and
+ GetVersionFromFileEx.
+ Added test for GetVersionFromFile.
+
+ * dlls/ntdll/virtual.c, dlls/psapi/psapi.spec, dlls/psapi/psapi_main.c,
+ include/psapi.h, include/winternl.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}.
+ Implement GetPerformanceInfo, GetProcessMemoryInfo on top of
+ NtQueryInformationProcess and GetWsChanges, QueryWorkingSet{,Ex} on
+ top of NtQueryVirtualMemory.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Tanabe Hiroshi <hirokun_dayomon@infoseek.to>
+ Added stubs for SendIMEMessageEx[A,W].
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Fix a bug caused by freeing memory too soon in the table code.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ MIDL adds two sets of custom data to the library: one is a timestamp
+ and the second is MIDL's version number.
+
+ * dlls/commdlg/cdlg_Ru.rc: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Correct coordinates of a couple of controls.
+
+ * include/msiquery.h: Mike McCormack <mike@codeweavers.com>
+ Declare the preview functions.
+
+ * dlls/d3dxof/d3dxof.c, dlls/d3dxof/d3dxof_private.h:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - Use Interlocked* functions in AddRef and Release.
+ - Store the result of the Interlocked functions and use only this.
+
+ * dlls/ntdll/time.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Added time zone information for SAMT (Samara Standard Time).
+
+ * dlls/ntdll/sec.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ ACL fixes and cleanups.
+
+ * dlls/cfgmgr32/cfgmgr32.spec, dlls/cfgmgr32/main.c:
+ <Aric Stewart <aric@codeweavers.com>
+ Added some stub implementations.
+
+ * dlls/msi/action.c, dlls/msi/cond.y, dlls/msi/distinct.c,
+ dlls/msi/msi.c, dlls/msi/order.c, dlls/msi/package.c,
+ dlls/msi/string.c, dlls/msi/suminfo.c, dlls/msi/table.c,
+ dlls/msi/where.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Do not check for non NULL pointer before HeapFree'ing it. It's
+ redundant.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Consolidate more stub creation details into register_ifstub.
+ - Replace the current wine_marshal_id structure with STDOBJREF for the
+ on-the-wire format.
+
+ * dlls/netapi32/netapi32.spec, dlls/netapi32/wksta.c,
+ include/Makefile.in, include/lm.h, include/lmjoin.h:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Added stub implementation of NetGetJoinInformation.
+
+2005-01-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/locale.c, dlls/kernel/nls/ukr.nls, dlls/mlang/mlang.c,
+ dlls/x11drv/keyboard.c, dlls/x11drv/xfont.c,
+ libs/unicode/Makefile.in, libs/unicode/c_21866.c,
+ libs/unicode/cpmap.pl, libs/unicode/cptable.c:
+ Oleh R. Nykyforchyn <nick@pu.if.ua>
+ Ukrainian codepage 21866 added and respective files corrected. Two
+ keyboard layouts (for Ukrainian and Russian) added.
+
+ * include/wine/wined3d_interface.h:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Hack to fix the compile.
+
+ * windows/win.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle case when only height is set to CW_USEDEFAULT.
+
+ * documentation/winedev-coding.sgml:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Trivial language corrections to the Wine Developer's Guide coding
+ section.
+
+ * dlls/user/edit.c: Lauri Tulmin <lauri_@ut.ee>
+ Reposition caret after window resize.
+
+ * dlls/wined3d/Makefile.in, dlls/wined3d/vertexdeclaration.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Begin support of VertexDeclaration on wined3d using d3d8 code base
+ (handling d3d8 and d3d9 specs).
+
+ * windows/cursoricon.c: Vitaly Lipatov <lav@etersoft.ru>
+ Add FIXME for file with broken counters.
+
+ * dlls/user/edit.c: Lauri Tulmin <lauri_@ut.ee>
+ Don't recalculate line indexes if number of lines doesn't change.
+
+ * tools/widl/typelib_struct.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add propget and propput function attributes.
+ Clarify the meaning of the FKCCIC bit field.
+
+ * dlls/msi/action.c, dlls/msi/msipriv.h:
+ Aric Stewart <aric@codeweavers.com>
+ Quite a few fixes:
+ - Allow for the queing of custom actions to trigger on the
+ InstallExecute or InstallExecuteAgain actions.
+ - allow for the queing of custom actions to trigger on
+ InstallFinalize.
+ - Properly set the CustomActionData property for said queued actions.
+ - Implement RegisterProduct.
+ - Beginning implementation of ForceReboot.
+ - Don't kill install if an item to be duplicated does not exist.
+ - Write out SourceList and LastUsedSource for resuming installs.
+ - Use regsvr32 to register self reg dlls.
+
+ * dlls/shdocvw/misc.c, dlls/shdocvw/shdocvw.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub definition for OpenUrl.
+
+ * include/win.h, windows/win.c:
+ Removed no longer used WIN_InternalShowOwnedPopups function.
+
+ * dlls/ttydrv/wnd.c:
+ Store the window id as a property instead of accessing the WND
+ structure directly.
+ Fetch the update region from the server and remove a lot of obsolete
+ code.
+
+ * dlls/kernel/cpu.c: Rein Klazes <wijn@wanadoo.nl>
+ Return a fixed frequency of 1193182 Hz for the Performance Counter.
+
+ * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+ Implement TransactNamedPipe for the non-overlapped case.
+
+ * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for some functions.
+
+ * dlls/ole32/marshal.c, dlls/ole32/oleproxy.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Initialize ppv pointer in ClientIdentity_QueryInterface to NULL as
+ apps depend on this.
+ - Don't release IRpcProxyBuffer on ifproxy destruction - the caller
+ will do this for us.
+ - Make find_proxy_manager add a reference to the proxy manager and
+ make proxy_manager_construct return an object with a valid
+ ref-count.
+ - Remove stray not operator to fix a memory leak / crash in
+ proxy_manager_destroy.
+ - More debug messages, especially on errors.
+ - Fix ref-count leak in the Class Factory proxy.
+ - Add a test case for IClassFactory_CreateInstance.
+
+ * programs/winecfg/driveui.c: Paul van Schayck <polleke@gmail.com>
+ Reset the type dropdown when selecting another drive.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetFileVersionInfoSizeA tests on WinME.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Avoid code duplication by moving handle lookup into get_algid_info.
+
+ * dlls/wined3d/basetexture.c, dlls/wined3d/indexbuffer.c,
+ dlls/wined3d/resource.c, dlls/wined3d/surface.c,
+ dlls/wined3d/vertexbuffer.c:
+ Joris Huizer <jorishuizer@planet.nl>
+ Get rid of some TRACE(..., This->resource.ref).
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Pad small strings out to eight bytes.
+ Fix 'has default values' flag.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Do a very basic first implementation of MsiConfigureProductExW for
+ msiexec /@ when run as a reboot.
+ Also add a number of new stubs for the office xp and 2k3 install and
+ startup process.
+
+ * include/msi.h: Mike McCormack <mike@codeweavers.com>
+ Added definition for the USERINFOSTATE enumeration.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Aric Stewart <aric@codeweavers.com>
+ Mike McCormack <mike@codeweavers.com>
+ Added some stub implementations.
+
+2005-01-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/msg16.c, include/winpos.h, windows/defwnd.c,
+ windows/winpos.c:
+ Moved DefWindowProc16 to msg16.c and cleaned up a few related things.
+
+ * dlls/wininet/internet.c, dlls/wininet/tests/http.c,
+ dlls/wininet/wininet.spec, include/wininet.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test InternetTime{From,To}SystemTime{A,W}.
+ Correct spelling in InternetCheckConnectionA.
+
+ * dlls/d3d9/cubetexture.c, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/d3d9/indexbuffer.c, dlls/d3d9/surface.c, dlls/d3d9/texture.c,
+ dlls/d3d9/vertexbuffer.c, dlls/d3d9/volume.c,
+ dlls/d3d9/volumetexture.c, dlls/wined3d/device.c,
+ dlls/wined3d/directx.c, dlls/wined3d/surface.c,
+ dlls/wined3d/wined3d_private.h, include/d3d9types.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Handle failures to allocate storage more gracefully.
+ - Only prototype the interfaces which are subclassed (I overdid it
+ last time!).
+ - Implement Get/Set Texture and GetBackBuffer, plus device's
+ GetDisplayMode / GetDeviceCaps.
+ - Make some of the d3d9 skeleton code issue fixme's to highlight code
+ which hasn't been migrated yet.
+ - Correct the d3d9 headers for D3DSURFACE_DESC which caused stack
+ corruption in demos.
+
+ * include/winsvc.h: Mike McCormack <mike@codeweavers.com>
+ Add definitions for session change notifications.
+
+ * dlls/mpr/netspi.h, dlls/mpr/nps.c, include/Makefile.in,
+ include/netspi.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Make netspi.h private, as some of its declarations conflict with
+ npapi.h. Spotted by Paul Vriens.
+
+ * dlls/setupapi/queue.c: Aric Stewart <aric@codeweavers.com>
+ Copy the implementation from SetupDefaultQueueCallbackA and make it
+ W.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add a missing break to fix typeinfo version regression.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
+ SHRegCreateUSKey{A,W}, SHRegDeleteEmptyUSKey{A,W},
+ SHRegDeleteUSValue{A,W}, SHRegEnumUSValue{A,W}.
+
+2005-01-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/controls.h, dlls/user/menu.c, dlls/user/user32.spec,
+ dlls/x11drv/winpos.c, include/nonclient.h, windows/defwnd.c,
+ windows/mdi.c, windows/nonclient.c, windows/winpos.c:
+ Get rid of nonclient.h and of the corresponding exported functions in
+ user32.spec.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ When parsing an hex/oct integer value, copy value verbatim in VARIANT,
+ rather than a negated value. Add test case for this behavior.
+
+ * dlls/shell32/shell32_De.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ A small spelling fix and a small update (thank to Andreas Mohr).
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Initialize clsid member to the marshaler clsid to fix custom
+ marshaling.
+
+ * dlls/user/edit.c: Lauri Tulmin <lauri_@ut.ee>
+ Make long lines behave nicely.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/mouse.c,
+ dlls/x11drv/scroll.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c, windows/defwnd.c:
+ Avoid most references to the internals of the WND structure by passing
+ around an x11drv_win_data pointer instead.
+
+ * dlls/user/edit.c, dlls/user/user32.spec, dlls/x11drv/winpos.c:
+ Removed a couple of unnecessary calls to WIN_SuspendWndsLock.
+
+ * dlls/shlwapi/tests/shreg.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Use a registry key for copying, that's known on every system.
+
+ * dlls/commdlg/cdlg_Fr.rc, dlls/mpr/mpr.rc, dlls/mpr/mpr_Fr.rc,
+ dlls/oledlg/oledlg_Fr.rc, dlls/oledlg/rsrc.rc,
+ dlls/wininet/wininet_Fr.rc:
+ Jonathan Ernst <Jonathan@ErnstFamily.ch>
+ Updated French resources.
+
+ * dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec,
+ dlls/msvideo/msvideo_main.c, include/vfw.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for DrawDibChangePalette, DrawDibGetBuffer,
+ DrawDibTime, ICSeqCompressFrame{,End,Start}.
+ Forward GetOpenFileNamePreview to GetOpenFileNamePreviewA.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/tests/shreg.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ Change the order of Src and Dst in CopyKey calls/functions.
+
+ * windows/winpos.c: Small optimization in WINPOS_GetWinOffset.
+
+ * dlls/user/user_main.c, dlls/user/user_private.h,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec:
+ Removed unused ForceWindowRaise function.
+
+ * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c,
+ dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/resource.c,
+ dlls/d3d9/surface.c, dlls/d3d9/texture.c, dlls/d3d9/volume.c,
+ dlls/d3d9/volumetexture.c, dlls/wined3d/Makefile.in,
+ dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+ dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+ dlls/wined3d/indexbuffer.c, dlls/wined3d/surface.c,
+ dlls/wined3d/texture.c, dlls/wined3d/utils.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/volume.c,
+ dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Add texture support for all the texture types for d3d9->wined3d.
+ - Add prototypes for the COM interfaces.
+ - Fix some incorrect types from the last patch.
+
+ * dlls/winmm/winmm_De.rc: Klemens Friedl <klemens_friedl@gmx.net>
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Spelling fixes.
+
+ * dlls/commdlg/cdlg_De.rc, dlls/mpr/mpr_De.rc,
+ dlls/shell32/shell32_De.rc, dlls/wininet/wininet_De.rc,
+ programs/wineconsole/wineconsole_De.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Update German resources.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added definitions of TLS1PRF algorithm identifiers.
+
+ * dlls/shlwapi/tests/clist.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Use Interlocked* functions in AddRef and Release.
+
+ * programs/winecfg/libraries.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Use switch statements instead of if-cascades. Avoid warnings.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Moved HMAC initialization and finalization code to
+ init_/finalize_hash.
+ Removed the redundant pKeyContainer function parameter from
+ init_hash.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add VT_VARIANT support.
+ Fix for the case when there is no helpstringdll.
+ Fix for parameter arrays.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Implementations for SelfRegModules and PublishFeatures.
+ Set default ACTION property for Install.
+ Deformat more than JUST properties properly. Allows for Files and
+ Component paths in deformat.
+ Properly deformat a LaunchCondition failure dialog box.
+ Resolve and save registry Keypaths.
+ Write the Features published keys more correctly. Still some
+ problems.
+
+ * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+ First pass implement ion of MsiQueryProductState[A/W] as well as a few
+ fixes for MsiGetComponentPath.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/stubmanager.c,
+ dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement table marshaling.
+
+ * programs/winetest/Makefile.in:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Include new tests.
+
+ * dlls/comctl32/trackbar.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Remove the checking/setting of the defaults in TRACKBAR_Create.
+
+ * dlls/comctl32/pager.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Remove needless check for horizontal or vertical pager.
+
+2005-01-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/comm.c, dlls/kernel/file.c, dlls/ntdll/file.c,
+ dlls/ntdll/sync.c, dlls/winsock/socket.c, include/async.h,
+ include/thread.h, include/wine/server_protocol.h, server/Makefile.in,
+ server/async.c, server/async.h, server/fd.c, server/file.c,
+ server/file.h, server/named_pipe.c, server/process.c,
+ server/protocol.def, server/request.c, server/request.h,
+ server/serial.c, server/signal.c, server/sock.c, server/thread.c,
+ server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - got rid of include/async.h
+ - fixed some overlapped issues in socket handling
+ - moved kernel32.CancelIo implementation to ntdll
+
+ * programs/winecfg/appdefaults.c, programs/winecfg/audio.c,
+ programs/winecfg/libraries.c, programs/winecfg/winecfg.c,
+ programs/winecfg/x11drvdlg.c:
+ Crestez Leonard <cleonard@go.ro>
+ Fix add application (memory error).
+ Fix apply button lighting up in audio tab.
+ Fix video tab(crash when checking desktop, apply button not lighting
+ up.
+ Deal with invalid Desktop registry value in video tab.
+ Fix apply button in libraries tab.
+ Cleaned up and documented all the conversions in the libraries tab.
+
+ * dlls/itss/itss.c, dlls/itss/itss.spec:
+ Robert Shearman <rob@codeweavers.com>
+ Remove MODULENAME prefix from
+ Dll{GetClassObject,RegisterServer,CanUnloadNow} functions.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add support for BSTR default values.
+
+ * dlls/ole32/compobj_private.h: Robert Shearman <rob@codeweavers.com>
+ - Remove obsolete structs, rearrange things to group the structs
+ together and to group similar functions.
+ - Document thread-safety of members of structs.
+
+ * dlls/ole32/marshal.c, dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ Make proxy shutdown test succeed by releasing the channel on
+ disconnect.
+
+ * dlls/x11drv/event.c, dlls/x11drv/keyboard.c, dlls/x11drv/mouse.c,
+ dlls/x11drv/window.c, dlls/x11drv/wintab.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Fix X11 event timing so that we correctly correlate X11 timing and
+ Wine timing and dynamically adjust it as we go.
+
+ * dlls/msi/msi.c: Aric Stewart <aric@codeweavers.com>
+ Actually start on an implemention for MsiGetComponentPathW that should
+ handle all keypaths that are files.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2stubs.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add documentation for most Co* functions.
+ - Move several functions into different files to group them with
+ similar functions.
+
+ * dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/synth.c,
+ dlls/dmsynth/synthsink.c, dlls/dpnet/address.c, dlls/dpnet/client.c:
+ James Hawkins <truiken@gmail.com>
+ - Use Interlocked* instead of ++/-- in AddRef/Release.
+ - Use only stored result of Interlocked* in AddRef/Release.
+ - Expand TRACEs to display the ref count.
+
+ * dlls/shell32/shlfileop.c: Joris Huizer <jorishuizer@planet.nl>
+ - add file_operation_delete
+ - add file_operation_checkFlags
+ - use these in SHFileOperationW replacing inline code
+
+ * dlls/advapi32/service.c, include/winsvc.h:
+ Mike McCormack <mike@codeweavers.com>
+ Fix, add and rearrange winsvc.h declarations.
+
+ * dlls/msi/action.c: Marcus Meissner <meissner@suse.de>
+ Initialize rc in create_component_directory().
+
+ * tools/widl/typelib.c, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for interface ptrs including the special cases for
+ IUnknown and IDispatch.
+
+ * dlls/commdlg/filedlg.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ GetFileName31W should call unicode version of FD31_AllocPrivate.
+
+ * dlls/user/tests/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ Created unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
+
+ * dlls/user/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ - Implemented SPI_GETMINIMIZEDMETRICS calculated from values returned
+ by GetSystemMetrics.
+ - Implemented SPI_SETMINIMIZEDMETRICS. Determined that the values set
+ here are valid for the current session only and will not persist
+ across reboots.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c, dlls/ole32/tests/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ - The apartment reference should be held while the stub manager
+ reference is held.
+ - Fix same apartment-unmarshal detection.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags properly.
+
+ * dlls/winedos/int21.c: Rein Klazes <wijn@wanadoo.nl>
+ In int21_ioctl - get device data-, set the "is console" bits if the
+ device handle is a tty or a proper console io handle.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Move all service stubs together, make them consistent.
+
+ * dlls/dmusic/buffer.c, dlls/dmusic/clock.c, dlls/dmusic/collection.c,
+ dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_main.c,
+ 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/dxdiagn/container.c,
+ dlls/dxdiagn/provider.c, dlls/msdmo/dmoreg.c, dlls/oleaut32/connpt.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/tmarshal.c, 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/webbrowser.c, dlls/shell32/autocomplete.c,
+ dlls/shell32/cpanelfolder.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dragdrophelper.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/memorystream.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/shlfsbind.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c:
+ James Hawkins <truiken@gmail.com>
+ - Use Interlocked* instead of ++/-- in AddRef/Release.
+ - Use only stored result of Interlocked* in AddRef/Release.
+ - Expand TRACEs to display the ref count.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ First implementation of the WriteIniValues action.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ - Don't use the pipe caching code because it doesn't work correctly at
+ the moment.
+ - Always write disconnect reply packet, even in failure cases.
+
+ * include/winuser.h, windows/spy.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define.
+
+ * documentation/patches.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Suggest testing patches in a gentler way.
+ Encourage people to submit tests with their patches as well.
+
+ * dlls/shell32/shell32_De.rc: Klemens Friedl <klemens_friedl@gmx.net>
+ Update German language file.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Cleanup service handles.
+
+ * dlls/comctl32/treeview.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Increase the required rectangle size before drawing big +/-.
+
+ * dlls/gdi/mfdrv/objects.c, dlls/gdi/tests/metafile.c:
+ Walt Ogburn <reuben@ugcs.caltech.edu>
+ Fix BS_PATTERN brushes in mfdrv. Un-comment the corresponding test.
+
+ * dlls/dsound/dsound_main.c: James Hawkins <truiken@gmail.com>
+ Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Custom actions can have null in their target parameters, handle that
+ without crashing. Also enable deformating of lines greater than 256
+ characters.
+
+ * dlls/ole32/compobj.c: Robert Shearman <rob@codeweavers.com>
+ Destroy stubs on apartment shutdown.
+
+ * dlls/rpcrt4/rpcrt4_main.c, include/rpcdce.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Fix prototypes according to PSDK.
+
+ * dlls/ole32/rpc.c: Mike Hearn <mh@codeweavers.com>
+ Force context switch on chanbuf disconnect to avoid a race in the test
+ suite.
+
+ * include/wine/list.h: Robert Shearman <rob@codeweavers.com>
+ Add a LIST_FOR_EACH_ENTRY list helper.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/editstream.c, dlls/avifil32/getframe.c,
+ dlls/avifil32/icmstream.c, dlls/avifil32/tmpfile.c,
+ dlls/avifil32/wavfile.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+2005-01-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/compobj.c: Christian Costa <titan.costa@wanadoo.fr>
+ CoInitialize(Ex) should return S_FALSE when COM is already initialized
+ for the current thread.
+
+ * dlls/gdi/gdi32.spec, windows/dce.c:
+ Use the exported functions SaveDC/RestoreDC instead of SetDCState16.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/wineaudioio/audio.c,
+ dlls/winmm/wineoss/dscapture.c, dlls/winmm/wineoss/dsrender.c:
+ James Hawkins <truiken@gmail.com>
+ - Use Interlocked* instead of ++/-- in AddRef/Release.
+ - Use only stored result of Interlocked* in AddRef/Release.
+ - Expand TRACEs to display the ref count.
+
+ * dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c:
+ James Hawkins <truiken@gmail.com>
+ - Use only stored result of Interlocked* in AddRef/Release.
+ - Expand TRACEs to display the ref count.
+
+ * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/stateblock.c:
+ James Hawkins <truiken@gmail.com>
+ Use only stored result of Interlocked* in AddRef/Release.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Document CoSetState & CoGetState.
+ - Rewrite them to only retrieve TLS info once.
+ - Remove trailing whitespace in COM_CurrentInfo.
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Remove wine_marshal_data: it is unneeded and there is no equivalent in
+ STDOBJREF.
+
+ * dlls/shlwapi/assoc.c, dlls/shlwapi/istream.c,
+ dlls/shlwapi/regstream.c:
+ James Hawkins <truiken@gmail.com>
+ - use only stored result of Interlocked* in AddRef/Release
+ - expand TRACEs to display the ref count
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/icmstream.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - Fix logic in Stream_fnRelease, refcount should be decremented before
+ the test for 0.
+ - Use Interlocked* functions in Stream_fnRelease .
+ - Store the result of the Interlocked functions and this in the
+ TRACE.
+
+ * tools/widl/typelib.c, tools/widl/typelib.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Better type encoding. (Interface ptrs still not there yet).
+
+ * dlls/ole32/tests/marshal.c: Robert Shearman <rob@codeweavers.com>
+ - Force creation of thread queue to stop PostThreadMessage from
+ failing.
+ - Remove incorrect comment.
+
+ * dlls/user/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ - Revert previous change of border metric to reference the
+ registry. Testing on Win98/WinXP showed that regardless of the
+ "BorderWidth" value CM_C{X,Y}BORDER always returns 1.
+ - Point SPI_SETBORDER to "BorderWidth" under "HKCU\Control
+ Panel\Desktop\WindowMetrics" instead of "HKCU\Control Panel\Desktop"
+ to make it match Windows.
+
+ * include/wine/list.h: Robert Shearman <rob@codeweavers.com>
+ Add LIST_FOR_EACH_SAFE - a list iteration macro that is safe against
+ removal.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ The way apartments are used has changed, so fix up the hacks in the
+ RPC code that haven't yet been updated.
+
+ * dlls/ole32/compobj.c: Robert Shearman <rob@codeweavers.com>
+ - Make MTA dynamically allocated so that proxies and other resources
+ are freed at the proper time.
+ - Changed/removed some incorrect comments regarding apartments.
+
+ * dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+ dlls/dmcompos/composer.c, dlls/dmcompos/signposttrack.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+2005-01-11 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20050111.
+
+----------------------------------------------------------------
+2005-01-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c, 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:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+ * dlls/ntdll/loader.c: Mike Hearn <mike@navi.cx>
+ Give a more informative error when a DLL fails to initialize during
+ startup.
+
+ * dlls/user/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make Alt press/release test actually pass for not managed windows.
+
+ * dlls/dplayx/dpclassfactory.c, dlls/msi/msi.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ Use Interlocked* functions in AddRef and Release.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix WmCreateCustomDialogSeq message sequence for 256 color mode.
+
+ * dlls/ole32/compobj.c: Bill Medland <billmedland@mercuryspeed.com>
+ Corrected testing for multithreaded (based upon observations by Paul
+ Vriens, Christian Costa and Robert Shearman).
+ Added TRACE for investigating OXID errors.
+
+ * dlls/quartz/regsvr.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Add an extra class to register.
+
+ * dlls/user/painting.c, dlls/x11drv/desktop.c, server/window.c:
+ Desktop window is repainted on WM_ERASEBKGND, it must never get a
+ WM_PAINT.
+
+ * dlls/x11drv/event.c: Warning fix.
+
+ * dlls/user/comm16.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Read/write completion functions get Windows error codes, not NT status
+ codes.
+
+ * dlls/user/user_private.h, dlls/x11drv/clipboard.c,
+ dlls/x11drv/x11drv.h, windows/clipboard.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of W->A calls.
+
+ * dlls/kernel/file.c: Rein Klazes <wijn@wanadoo.nl>
+ memicmpW() count are WCHAR's not bytes. Fixes opening CON device.
+
+ * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Tests and fixes for StgOpenStorage.
+
+ * dlls/dmime/performance.c: Christian Costa <titan.costa@wanadoo.fr>
+ Wait until the thread has created its message queue before posting a
+ message otherwise it will be lost.
+
+ * include/wine/library.h, include/wine/port.h, libs/wpp/preproc.c:
+ Rémi Assailly <remi.assailly@free.fr>
+ Added missing declarations in some headers.
+
+ * dlls/ole32/tests/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Add tests for trying to unmarshal from a bad stream and for testing
+ what interfaces the proxy exposes.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Document how thread-safety is ensured for each member of the
+ stub_manager and ifstub structs.
+ - Make stub_manager ref counted to ensure it doesn't get freed whilst
+ it is still being used.
+ - ifstubs are now freed only when the controlling stub_manager is freed.
+ - Rename stub_manager_ref/unref to stub_manager_ext_addref/release
+ respectively and make then take an unsigned long to prevent
+ malicious callers from passing in a negative value and corrupting
+ the ref count.
+
+ * windows/defwnd.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more tests for keyboard/menu activation behaviour, make the tests
+ pass under Wine.
+
+ * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Test and fix a few problems with OLE storage streams.
+
+ * documentation/ole.sgml: Bill Medland <billmedland@mercuryspeed.com>
+ Minor typo correction and term expansion changes.
+
+ * dlls/kernel/profile.c: Robert Shearman <rob@codeweavers.com>
+ - Don't use an invalid file handle. In this case invalid file handle
+ means that the file hasn't yet been created.
+ - Only call GetFileTime when we are being logged for a tiny
+ performance improvement.
+ - Reindent to 4 spaces.
+
+ * dlls/comctl32/monthcal.c: Robert Shearman <rob@codeweavers.com>
+ Use the DrawFocusRect function to draw the focus rect, instead of a
+ broken home-brewed solution.
+
+ * dlls/shell32/brsfolder.c: Robert Shearman <rob@codeweavers.com>
+ Don't sort the children of My Computer in shell browse for folder
+ dialog.
+
+ * dlls/comctl32/treeview.c: Robert Shearman <rob@codeweavers.com>
+ Don't highlight text in non-TVS_TRACKSELECT mode.
+
+ * tools/winemaker: Francois Gouget <fgouget@free.fr>
+ Fix dll handling.
+ Take DLL_PATH and LIBRARIES into account.
+ Simplify a check for paths that don't start with a '/'.
+
+ * tools/widl/typelib_struct.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add help* attributes for typeinfos and functions.
+
+ * dlls/user/menu.c, dlls/user/tests/msg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more tests for keyboard/menu activation behaviour, make the tests
+ pass under Wine.
+
+2005-01-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+ Lauri Tulmin <lauri_@ut.ee>
+ Fixes to the handling of LBS_EXTENDEDSEL style, with tests.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h,
+ tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for the help* attributes on type libraries.
+
+ * programs/winebrowser/main.c: Rein Klazes <wijn@wanadoo.nl>
+ If the argument is a local file, pass its Unix name to the browser.
+
+ * programs/regedit/childwnd.c, programs/regedit/edit.c,
+ programs/regedit/framewnd.c, programs/regedit/main.h,
+ programs/regedit/treeview.c:
+ Crestez Leonard <cleonard@go.ro>
+ Implement Refresh.
+ Fix bug with all HKEY_ roots always showing expandable.
+
+ * dlls/winsock/async.c, dlls/winsock/socket.c,
+ dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for WPUCompleteOverlappedRequest,
+ WSADuplicateSocketW, WSAEnumNameSpaceProviders{A,W}, WSAGetQOSByName,
+ WSAGetServiceClassInfo{A,W}, WSAGetServiceClassNameByClassId{A,W},
+ WSALookupServiceEnd, WSALookupServiceNext{A,W},
+ WSAProviderConfigChange, WSASetService{A,W}, WSCEnableNSProvider,
+ WSCGetProviderPath, WSCInstallNameSpace, WSCWriteProviderOrder.
+ Implementations for WSANtohl, WSANtohs, WSASocketA->W crosscall.
+ Avoid NULL dereferences in WSAStringToAddress{A,W} and
+ WSAAddressToString{A,W}.
+
+ * dlls/comctl32/imagelist.c: Mike McCormack <mike@codeweavers.com>
+ Fix image list mask and blending.
+
+ * dlls/msvcrt/file.c: Bill Medland <billmedland@mercuryspeed.com>
+ Only report the unsupported flags.
+ Keep quiet about hints.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_En.rc, dlls/mpr/mprres.h,
+ dlls/mpr/nps.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add proxy authentication dialog.
+
+ * programs/winecfg/winecfg.c: Mike Hearn <mike@navi.cx>
+ Delete the \r not the \n in PRINTERROR.
+
+ * programs/winecfg/drive.c: Mike Hearn <mike@navi.cx>
+ Do not apply changes just because QueryDosDevice reversed the
+ slashes.
+ Change an ERR to a WARN, it's common for it to occur.
+
+ * dlls/comctl32/header.c: Evan Deaubl <wine@warpedview.com>
+ GetItemA/W on header controls should handle message even if index is
+ invalid.
+
+ * tools/widl/parser.y, tools/widl/widltypes.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for optional arguments and some suppport for the
+ defaultvalue attributes.
+ Better calculation of the typeinfo's res3 member (at least for
+ interfaces).
+
+ * dlls/mshtml/main.c, dlls/uuid/uuid.c, include/.cvsignore,
+ include/Makefile.in, include/mshtmdid.h, include/mshtml.idl,
+ include/olectl.h, include/uuids.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added mshtml.idl.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/mapi32/prop.c,
+ dlls/mapi32/tests/prop.c, dlls/msi/action.c, dlls/msi/tests/db.c,
+ dlls/msi/tests/record.c, include/oleauto.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * configure, configure.ac, dlls/winmm/winealsa/Makefile.in,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/winealsa/midi.c, include/config.h.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Only use Alsa if 1.0 is detected.
+
+ * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlgbrowser.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of W->A calls.
+
+ * tools/widl/write_msft.c: Huw Davies <huw@codeweavers.com>
+ Add support for hidden, restricted and version attributes on
+ typeinfos.
+
+ * dlls/oleaut32/typelib2.c: Another warning fix.
+
+ * dlls/gdi/dc.c, dlls/gdi/gdi_private.h:
+ Rémi Assailly <remi.assailly@free.fr>
+ Implemented GetLayout and SetLayout.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Support for generating and exporting PCT1, SSL2/3 and TLS1 master
+ secrets. Ensure that these are not used in CPEncrypt, CPDecrypt or
+ CPDeriveKey.
+
+ * dlls/rsaenh/implglue.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Removed check for valid'ness of algid. It's redundant.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added SCHANNEL_ALG typedef.
+ Corrected struct tag in HMAC_INFO typedef.
+
+ * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Test and fix StgCreateDocFile grfModes.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Remove unneeded includes.
+
+ * dlls/amstream/amstream.c, dlls/comcat/factory.c,
+ dlls/comcat/information.c, dlls/comcat/manager.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/devenum/mediacatenum.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+2005-01-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/devenum/mediacatenum.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/filtermapper.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed error handling in Graphbuilder_RenderFile.
+ Improved traces.
+
+ * dlls/msi/record.c, dlls/msi/tests/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement MsiRecordSetStreamA/W and add tests for records containing
+ streams.
+
+ * dlls/oleaut32/typelib2.c: Avoid warnings.
+
+ * libs/wpp/preproc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Fixed infinite loop bug.
+ - Code cleanup.
+
+ * programs/winecfg/drive.c: Mike Hearn <mike@navi.cx>
+ Fix a memory management bug in apply_drive_changes to stop winecfg
+ deleting all the drive definitions in some cases.
+
+ * programs/winecfg/driveui.c: Mike Hearn <mike@navi.cx>
+ Make the UI update properly when the user adds/removes drives.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ The value of a packed VARIANT can be up to 1L << 26 - 1.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h,
+ tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Add attributes control, hidden and restricted.
+ Correctly set the libflags for these attributes.
+
+ * windows/winproc.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of HEAP_strdupWtoA calls.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/directx.c, dlls/d3d8/surface.c,
+ dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/d3d9/surface.c, dlls/wined3d/Makefile.in,
+ dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+ dlls/wined3d/directx.c, dlls/wined3d/indexbuffer.c,
+ dlls/wined3d/resource.c, dlls/wined3d/stateblock.c,
+ dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h,
+ include/d3d9types.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add render target support, and ensure there is a front and back buffer
+ created during device creation.
+
+ * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/d3dviewport.c, dlls/ddraw/dclipper/main.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/dpalette/main.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/main.c,
+ dlls/oleaut32/tests/safearray.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib2.c, dlls/ole32/errorinfo.c, dlls/ole32/ifs.c,
+ dlls/ole32/oleobj.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - use Interlocked* functions in AddRef and Release.
+ - store the result of the Interlocked functions and use only this.
+
+ * dlls/quartz/regsvr.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added registration for quartz filters.
+
+ * dlls/dsound/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Don't need to worry about windows messages.
+
+ * libs/wpp/wpp.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added initializing pp_status.input at begin of wpp_parse.
+
+ * dlls/mapi32/prop.c, dlls/mapi32/tests/prop.c,
+ dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msadp32/msadp32.c,
+ dlls/msacm/msg711/msg711.c, dlls/msacm/pcmconverter.c,
+ dlls/msacm/winemp3/mpegl3.c, dlls/msrle32/msrle32.c,
+ dlls/ole32/ftmarshal.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/varformat.c,
+ dlls/oleaut32/variant.c, dlls/quartz/systemclock.c,
+ dlls/rsaenh/rsaenh.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/shlview.c, dlls/shlwapi/string.c,
+ dlls/winaspi/winaspi16.c, dlls/wineps/bitmap.c, dlls/wineps/driver.c,
+ dlls/wineps/escape.c, dlls/x11drv/wintab.c, dlls/x11drv/xfont.c,
+ dlls/comctl32/comboex.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/flatsb.c, dlls/comctl32/header.c,
+ dlls/comctl32/listview.c, dlls/comctl32/monthcal.c,
+ dlls/comctl32/nativefont.c, dlls/comctl32/pager.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/commdlg/colordlg.c,
+ dlls/d3d8/cubetexture.c, dlls/d3d8/texture.c, dlls/d3d8/utils.c,
+ dlls/d3d9/cubetexture.c, dlls/d3d9/texture.c,
+ dlls/d3d9/volumetexture.c, dlls/dbghelp/type.c, dlls/ddraw/mesa.c,
+ dlls/dmband/band.c, dlls/dmcompos/chordmap.c, dlls/dmime/audiopath.c,
+ dlls/dmime/graph.c, dlls/dmime/performance.c,
+ dlls/dmloader/container.c, dlls/dmscript/script.c,
+ dlls/dmstyle/style.c, dlls/dmusic/collection.c,
+ dlls/dsound/capture.c, dlls/dsound/propset.c, dlls/dswave/dswave.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Removed excessive statement (break after return or goto, not useful
+ break, not needed vars...)
+
+ * dlls/user/message.c, include/winuser.h:
+ Vitaly Lipatov <lav@etersoft.ru>
+ Added handling of SBM_GETSCROLLBARINFO message.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Initialize and uninitialize COM properly.
+
+ * dlls/commdlg/cdlg_Es.rc: José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated Spanish resource.
+
+ * dlls/wined3d/directx.c: Oliver Stieber <oliver_stieber@yahoo.co.uk>
+ Correct loop check for enum display and include 32bit modes in 24bit.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg31.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Moved save* strings to resources.
+
+2005-01-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Revert GetScrollBarInfo spec entry back to a stub to fix compilation
+ failure.
+
+2005-01-07 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/c2man.pl: Create the output directory if needed.
+
+ * dlls/Makedll.rules.in: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use the source dir as the documentation root dir.
+
+ * dlls/user/misc.c, dlls/user/user32.spec, include/Makefile.in,
+ include/winnls32.h:
+ Diego Pettenò <flameeyes@users.berlios.de>
+ Added stub implementation for WINNLS* functions.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c:
+ Diego Pettenò <flameeyes@users.berlios.de>
+ Get rid of DPRINTF.
+
+ * dlls/kernel/lcformat.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Use GetLocalTime (tz-dependant) instead of GetSystemTime (UTC) in
+ GetTimeFormat.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Make all custom type 1 actions happen in a seperate thread and close
+ all handles for that thread when it exits. Honors the concept of
+ temporary MSI handles for custom actions.
+
+ * dlls/advapi32/registry.c, dlls/ddraw/dsurface/user.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplayx_messages.c,
+ dlls/dplayx/dplobby.c, dlls/kernel/comm.c, dlls/kernel/sync.c,
+ dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c,
+ dlls/shlwapi/thread.c, dlls/user/comm16.c, dlls/winedos/dosvm.c,
+ dlls/winedos/module.c, dlls/wininet/internet.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mmoutput.c,
+ dlls/winmm/mciwave/mciwave.c, dlls/winsock/socket.c,
+ dlls/winsock/tests/sock.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use CreateEventW in preference to CreateEventA for unnamed events.
+
+ * dlls/quartz/regsvr.c: Paul Vriens <paul.vriens@xs4all.nl>
+ - Media Types (and Extensions) should use "Source Filter" instead of
+ "File Source".
+ - Removed filesource_valuename.
+ - Fixed typo for some class-names.
+ - Fixed typo in MPEG1System Media Type.
+
+ * dlls/comctl32/treeview.c: Crestez Leonard <cleonard@go.ro>
+ Fix bug with Treeview_SelectItem reselecting the same item.
+
+ * dlls/ntdll/cdrom.c: Robert Shearman <rob@codeweavers.com>
+ - Add a complete, sorted listed of IOCTLS implemented in the file.
+ - Dump track numbers after they have been filled in.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/stubmanager.c:
+ Robert Shearman <rob@codeweavers.com>
+ Rename iid in wine_marshal_id to ipid and use IPIDs instead of IIDs in
+ the stub manager.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ The current architecture cannot handle pipes changing address, so use
+ a static array. Fixes memory corruption that sometimes occurs when
+ using multiple pipes.
+
+ * configure, configure.ac, dlls/capi2032/Makefile.in,
+ dlls/capi2032/cap20wxx.c, include/config.h.in:
+ Marcus Meissner <marcus@jet.franken.de>
+ Load libcapi20.so.* dynamically on demand.
+
+2005-01-06 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/widl/Makefile.in, tools/widl/hash.c, tools/widl/hash.h,
+ tools/widl/header.c, tools/widl/parser.y, tools/widl/typelib.c,
+ tools/widl/typelib.h, tools/widl/typelib_struct.h,
+ tools/widl/widltypes.h, tools/widl/write_msft.c:
+ Huw Davies <huw@codeweavers.com>
+ Initial support for typelib generation.
+
+ * dlls/ntdll/file.c: Rein Klazes <wijn@wanadoo.nl>
+ On Linux, use fstatfs instead of fstatvfs. It is too buggy.
+
+ * dlls/ole32/stubmanager.c: Robert Shearman <rob@codeweavers.com>
+ No need to add a reference to the apartment from new_stub_manager as
+ we don't hold on to an apartment pointer.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a windows events hook to the message test.
+
+ * dlls/msi/handle.c: Mike McCormack <mike@codeweavers.com>
+ MsiCloseAllHandles only closes handles allocated in the calling
+ thread.
+
+ * dlls/msi/tests/.cvsignore, dlls/msi/tests/Makefile.in,
+ dlls/msi/tests/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add test for records.
+
+ * dlls/msi/record.c: Mike McCormack <mike@codeweavers.com>
+ Fix records according to test cases.
+
+ * tools/wine.inf: Vitaly Lipatov <lav@etersoft.ru>
+ Add VMM32Files section.
+
+ * include/msi.h, include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Declare more functions.
+
+ * dlls/comctl32/status.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ WM_GETTEXTLENGTH should return zero for owner drawn status bars.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/fontdlg.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Moved string to resources.
+
+ * documentation/documentation.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Prefer W to A for documentation. Prefer the non-inlined style of
+ documentation, it's the most commonly used one, we should standardize
+ on it.
+
+ * dlls/user/sysparams.c, tools/wine.inf:
+ Justin Chevrier <jchevrier@nexicom.net>
+ - Obtain border size of windows from registry if available.
+ - Obtain icon size from registry if available.
+ - Create a WindowMetrics section in the default registry and populate
+ it with all currently supported metrics (that are setup to read from
+ the registry).
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Make struct oletls ref counted so that it is only detached from the
+ apartment on the final CoUninitialize.
+ - Decrease the size of the crit sec on destroying an apartment - it is
+ only needed for touching the apartment list.
+ - Small cleanups.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ ConnectNamedPipe returning ERROR_PIPE_CONNECTED is not an error.
+
+ * dlls/quartz/avidec.c, dlls/quartz/avisplit.c,
+ dlls/quartz/dsoundrender.c, dlls/quartz/enumfilters.c,
+ dlls/quartz/enummedia.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/enumpins.c, dlls/quartz/enumregfilters.c,
+ dlls/quartz/filesource.c, dlls/quartz/filtergraph.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/memallocator.c,
+ dlls/quartz/pin.c, dlls/quartz/systemclock.c,
+ dlls/quartz/videorenderer.c:
+ Paul Vriens <Paul.Vriens@xs4all.nl>
+ - Use Interlocked* functions in AddRef and Release.
+ - Store the result of the Interlocked functions and use only this.
+
+ * dlls/ntdll/time.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add Brazilian standard time.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Register rsaenh as a RSA SChannel provider.
+ Register rsaenh as default RSA SChannel provider.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ - Properly deformat keys written to the registry.
+ - Because directory mappings can change between the CostFinalize step
+ and the InstallFiles step we need to do a final resolution of the
+ target file name before installing.
+
+2005-01-05 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/widl/utils.c, tools/widl/widl.c:
+ Huw Davies <huw@codeweavers.com>
+ Bring the debug functions into line with the rest of Wine by not
+ appending a '\n'.
+
+ * dlls/ole32/oleproxy.c: Robert Shearman <rob@codeweavers.com>
+ The channel buffer can be NULL if the proxy is disconnected, so check
+ for this before releasing it.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ - Fix race on apartment creation.
+ - Display errors in decimal to make searching for the meaning in
+ winerror.h easier.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/errorinfo.c, dlls/ole32/marshal.c, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c:
+ Mike Hearn <mh@codeweavers.com>
+ - Make apartment access thread-safe by introducing refcounting and
+ wider usage of the apartment lock.
+ - Rework OLE TLS management to eliminate uninitialised apartments and
+ parent chaining.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Return a true boolean value (0 or 1).
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added list of supported algorithms for SChannel personality.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ When checking for an existing .lnk shortcut extension on the filename
+ do not just search for '.' but actually verify it is '.lnk'.
+
+ * tools/widl/parser.y, tools/widl/typelib.c, tools/widl/typelib.h,
+ tools/widl/widltypes.h:
+ Huw Davies <huw@codeweavers.com>
+ Store interfaces, structs, coclasses and modules that are to be
+ written into a typelib in a list.
+
+ * dlls/gdi/freetype.c, dlls/gdi/gdiobj.c:
+ Vitaly Lipatov <lav@etersoft.ru>
+ Spelling fixes.
+
+ * dlls/msi/Makefile.in, dlls/msi/package.c:
+ Vitaly Lipatov <lav@etersoft.ru>
+ Get real screen properties.
+
+ * configure, configure.ac, dlls/msi/Makefile.in,
+ dlls/msi/tests/.cvsignore, dlls/msi/tests/Makefile.in,
+ dlls/msi/tests/db.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add a simple test case for MSI databases.
+
+ * dlls/gdi/font.c, include/wingdi.h: Vitaly Lipatov <lav@etersoft.ru>
+ Add description for ExtTextOut (also include comments from Shachar
+ Shemesh) and missed constants ETO_NUMERICSLOCAL, ETO_NUMERICSLATIN,
+ ETO_PDY in wingdi.h.
+
+ * tools/winedump/search.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Fix a return type bug after allowing 'foo *functionname()'
+ prototypes. In 'unsigned char *functionname()' char was not seen;
+ therefore implicit 'unsigned int'.
+
+ * dlls/dmstyle/dmstyle_private.h, dlls/dmstyle/style.c,
+ dlls/dmstyle/styletrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - handle StyleRefs list on DMStyleTracks
+ - handle PartRefs list on DMStyles
+ - begin of Parts list support on DMStyles (for now only some array
+ checks)
+ - fix IDirectMusicStyle::QueryInterface
+
+ * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Set last error if dwFlags are non zero in CPReleaseContext.
+ Added corresponding test.
+
+ * dlls/ole32/rpc.c: Mike McCormack <mike@codeweavers.com>
+ Allow COM to start services containing COM servers.
+
+2005-01-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ - CustomAction 35 should call SetTargetPath not just set the property.
+ - TARGETDIR and SOURCEDIR may not be entries 0 in the directory
+ tables. So when resolving the folder we need to seek them out.
+ - When we handle SetTargetPath we need to be sure to recalculate the
+ resulting paths as things with the now set Directory as the parent
+ will change.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Change how we install files so that we extract files as we need them,
+ cuts down on extraction time and unused files.
+
+ * dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c,
+ dlls/dinput/mouse.c, dlls/winmm/wineoss/midi.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/gdi/gdi_private.h, dlls/gdi/printdrv.c, dlls/wineps/escape.c,
+ dlls/wineps/psdrv.h:
+ Mike McCormack <mike@codeweavers.com>
+ Convert StartDoc to Unicode.
+
+ * dlls/wininet/internet.c, dlls/wininet/utility.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix 'SendAsyncCallback' when it's really asynchronous.
+
+ * dlls/msvcrt/msvcrt.h, include/msvcrt/stdio.h:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ fpos_t should be 64 bits (verified with native MSVCRT.DLL)
+
+ * dlls/msvcrt/file.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Handle buffering in fgetpos / fsetpos.
+
+ * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+ Remove unneeded whitespace, indent correctly.
+
+ * dlls/version/info.c, dlls/version/tests/info.c:
+ Robert Reif <reif@earthlink.net>
+ Prevent crash from invalid last parameter in GetFileVersionInfo.
+ Prevent crash in VerQueryValue when return size not requested.
+ GetFileVersionInfo and VerQueryValue parameter tests added.
+
+ * dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Es.rc,
+ dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_It.rc,
+ dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc,
+ dlls/commdlg/cdlg_Si.rc, dlls/commdlg/cdlg_Sv.rc,
+ dlls/commdlg/cdlg_Th.rc:
+ Robert Shearman <rob@codeweavers.com>
+ Change dialog templates to not explicitly specify extended window
+ styles for the static rects on the Page Setup dialog as the ones
+ specified were wrong anyway.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/event.c, dlls/x11drv/x11drv.h,
+ documentation/samples/config:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Always clearAllSelections since not clearing CLIPBOARD can get us into
+ an odd state.
+
+ * tools/widl/parser.y: Huw Davies <huw@codeweavers.com>
+ Add the precedence of the conditional operator.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Always set ERROR_SUCCESS in case of success in CPAcquireContext.
+
+ * windows/winpos.c: Huw Davies <huw@codeweavers.com>
+ Don't touch the rect if hwnd is invalid.
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ - Add tracing for proxy ref count functions.
+ - Release the channel on proxy destruction.
+
+ * dlls/ole32/compobj.c: Mike Hearn <mh@codeweavers.com>
+ Add a DCOM todo list.
+
+ * tools/winedump/Makefile.in, tools/winedump/emf.c,
+ tools/winedump/main.c, tools/winedump/winedump.h:
+ Mike McCormack <mike@codeweavers.com>
+ Extend winedump to allow dumping enhanced meta files.
+
+ * dlls/advapi32/tests/crypt.c: Jakob Eriksson <jakov@vmlinux.org>
+ On NT4 we can also get ERROR_RING2_STACK_IN_USE from
+ CryptAcquireContext().
+
+ * include/msi.h: Mike McCormack <mike@codeweavers.com>
+ Added some extra functions.
+ Removed parameter name for consistency with other declarations.
+
+ * include/dce.h, windows/dce.c:
+ Remove the no longer needed DCE_ExcludeRgn function and
+ DCX_KEEPCLIPRGN style.
+
+ * dlls/user/painting.c:
+ Use the DC origin to map coordinates in ExcludeUpdateRgn instead of
+ calling an internal DCE function.
+
+ * dlls/ntdll/error.c, dlls/ntdll/heap.c, dlls/ntdll/ntdll.spec,
+ include/thread.h, include/winternl.h:
+ Fixed the FIXME in RtlNtStatusToDosError, and implemented
+ RtlGetLastNtStatus and RtlSetLastWin32ErrorAndNtStatusFromNtStatus.
+
+ * dlls/ntdll/virtual.c, server/mapping.c:
+ Support mapping non page-aligned binaries for SEC_IMAGE mappings.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement proxy manager.
+
+ * documentation/PACKAGING: Marcus Meissner <marcus@jet.franken.de>
+ Removed whitespace at end of lines, updated a bit.
+
+ * include/amstream.idl, include/ddstream.idl, include/mmstream.idl:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Uncommented 'optional' attributes.
+
+ * include/Makefile.in, include/cfgmgr32.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add cfgmgr32.h header.
+
+ * windows/cursoricon.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ When loading a bitmap into a dibsection the result cannot be
+ compressed.
+
+ * windows/defwnd.c: Aric Stewart <aric@codeweavers.com>
+ Handle IME messages in the default unicode window procedure too.
+
+ * documentation/compiling.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Augment the compiling documentatin with the actual commands.
+
+ * documentation/wine-devel.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Hide authors, we don't know how to format them.
+
+ * documentation/getting.sgml: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove bashing of packages, value judgments.
+
+ * documentation/README.de, documentation/README.fr,
+ documentation/README.it, documentation/README.pt,
+ documentation/README.pt_br:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Keep all REAMDEs in sync.
+
+ * dlls/user/static.c: Robert Shearman <rob@codeweavers.com>
+ Fix colours used for SS_*RECT, SS_*FRAME.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added support for machine keysets.
+
+ * dlls/ole32/oleproxy.c: Robert Shearman <rob@codeweavers.com>
+ Make the ClassFactory proxy support aggregation.
+
+2005-01-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dciman32/dciman32.spec, dlls/ddraw/ddraw.spec,
+ dlls/user/user.exe.spec, dlls/version/version.spec,
+ dlls/winmm/winmm.spec:
+ Get rid of the ThunkData stubs, these are not functions.
+
+ * dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, include/vfw.h:
+ Fixed CLSID_AVISimpleUnMarshal export.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+ Avoid dumping the contents of output strings.
+
+ * dlls/unicows/main.c, dlls/unicows/unicows.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Remove most remaining stubs from unicows.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shellord.c, include/shellapi.h, include/shlobj.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for SHUpdateImageA, SHHandleUpdateImage,
+ SHObjectProperties, SHGetNewLinkInfo{A,W}, SHStartNetConnectionDialog,
+ SHEmptyRecycleBin{A,W}, SHFormatDrive, SHQueryRecycleBin{A,W}.
+ 'HeapAlloc can fail' fix for ExtractIconExA.
+ Implement ExtractAssociatedIconA -> W.
+ Correct prototype for SHObjectProperties.
+ Forward SHGetNewLinkInfo to SHGetNewLinkInfoA.
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for AddMonitorW, DeletePrinterDriverW,
+ DeleteMonitorW, DeletePortW, GetPrintProcessorDirectoryW,
+ AddPrintProcessor{A,W}, AddPrintProvidor{A,W},
+ AdvancedDocumentProperties{A,W}, EnumPortsW, AddPort{A,W},
+ ConfigurePort{A,W}, DeletePrintProcessor{A,W},
+ DeletePrintProvidor{A,W}, EnumPrintProcessorDatatypes{A,W},
+ GetJob{A,W}.
+
+ * dlls/quartz/avidec.c, dlls/quartz/avisplit.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/pin.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IMediaControl_Run that explores the graph, counts
+ renderers and starts filters.
+ Better implementation of IBaseFilter_Run for AVI SPlitter and AVI
+ Decompressor.
+ Use the standard memory allocator when an output pin does not provide
+ any allocator.
+ Set allocator properties for AVI Decompressor output pin and update
+ the buffers size at connection time.
+
+ * dlls/shlwapi/string.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of W->A calls.
+
+ * dlls/gdi/tests/gdiobj.c: Jakob Eriksson <jakov@vmlinux.org>
+ Add return value to GetObject error message.
+
+ * tools/winedump/function_grep.pl: Peter Berg Larsen <pebl@math.ku.dk>
+ Currently a '//****' is matched as an /* comment - disallow a '/' in
+ front of the '/*' match. An 'extern "C" {' can be split in several
+ lines - allow '\n' as space, and lookout for the rest if partial
+ found.
+
+ * tools/winedump/search.c: Peter Berg Larsen <pebl@math.ku.dk>
+ In function_grep.pl and symbol.c/symbol_clean_string spaces between
+ the function name and * are removed. Fx. the type 'void * foo()' is
+ returned as 'void *foo()'. Recognized this as a valid prototype in
+ symbol_search.
+
+ * tools/winedump/symbol.c: Peter Berg Larsen <pebl@math.ku.dk>
+ Added the word "FLOAT" to be recognized as argument type float.
+
+ * include/dplobby.h: Peter Berg Larsen <pebl@math.ku.dk>
+ Define DirectPlayLobbyCreate to be either the W or A version.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added some defines concerning SChannel CSPs.
+
+ * dlls/rsaenh/implglue.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Adhere to const'ness of the input data in encrypt_block_impl.
+
+ * dlls/comctl32/tab.c: Vitaly Lipatov <lav@etersoft.ru>
+ Add comments, fix negative value from GetCurFocus.
+
+ * windows/user.c:
+ Use ExitProcess to terminate the process in ExitWindowsEx so that it
+ gets a chance to clean things up.
+
+ * dlls/advapi32/advapi32.spec: Mike McCormack <mike@codeweavers.com>
+ Add some missing declarations in the spec file.
+
+ * dlls/shlwapi/ordinal.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of W->A calls.
+
+ * dlls/winedos/dosvm.c, dlls/winedos/interrupts.c, dlls/winedos/vxd.c:
+ Diego Pettenò <flameeyes@users.berlios.de>
+ Get rid of DPRINTF.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Improve progress bar tracking.
+
+ * tools/winedump/le.c, tools/winedump/winedump.h: Warning fixes.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/security.c, dlls/advapi32/service.c,
+ include/lmserver.h, include/ntsecapi.h, include/winbase.h,
+ include/winsvc.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for GetKernelObjectSecurity,
+ GetPrivateObjectSecurity, GetServiceKeyName{A,W},
+ ImpersonateNamedPipeClient, InitiateSystemShutdown{A,W},
+ IsTokenRestricted, LogonUser{A,W}, LookupAccountNameW,
+ LookupPrivilegeDisplayName{A,W}, MapGenericMask,
+ ObjectCloseAuditAlarm{A,W}, ObjectOpenAuditAlarm{A,W},
+ ObjectPrivilegeAuditAlarm{A,W}, PrivilegedServiceAuditAlarm{A,W},
+ QueryServiceLockStatus{A,W}, SetAclInformation,
+ SetPrivateObjectSecurity, SetSecurityDescriptorControl,
+ SetServiceBits, LsaSetInformationPolicy, LsaLookupNames,
+ LsaEnumerateTrustedDomains.
+
+ * dlls/shlwapi/ordinal.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation fix.
+
+ * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test URLIS_URL flag in UrlIs().
+
+ * dlls/quartz/regsvr.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added registration/unregistration of media types.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/prop.c,
+ dlls/mapi32/tests/prop.c, dlls/mapi32/util.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
+ Implement FBadEntryList and make FBadProp use it.
+ Test CreateIProp, start of tests for IPropData interface.
+
+ * dlls/user/misc.c, dlls/user/user32.spec, include/winuser.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for GetAltTabInfo{A,W}.
+ Forward GetAltTabInfo to GetAltTabInfoA.
+
+ * dlls/user/sysparams.c: Justin Chevrier <jchevrier@nexicom.net>
+ Converted system metrics to Unicode.
+
+ * windows/user.c: Francois Gouget <fgouget@codeweavers.com>
+ - If given the EWX_FORCE flag, ExitWindowsEx() should not send the
+ WM_{QUERY}ENDSESSION messages.
+ - Add support for EWX_FORCEIFHUNG.
+ - ExitWindowsEx() should return true if it succeeds, even if the user
+ cancels the shutdown.
+ - Don't crash if there are no windows.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec:
+ Steven Edwards <steven@codeweavers.com>
+ Add and fix some stubs.
+
+ * LICENSE, include/wine/wine_common_ver.rc:
+ Ivan Leo Puoti <ivanleo@gmail.com>
+ Update copyright info for the new year.
+
+ * dlls/user/hook.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of HEAP_strdupWtoA calls.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Be sure that set paths are terminated with a backslash.
+
+ * dlls/advapi32/eventlog.c, dlls/dbghelp/coff.c,
+ dlls/dmime/performance.c, dlls/kernel/profile.c,
+ dlls/kernel/resource.c, dlls/ole32/bindctx.c,
+ dlls/oleaut32/typelib2.c, dlls/wineps/type42.c, dlls/wininet/ftp.c,
+ dlls/wininet/http.c, dlls/winmm/wineoss/mixer.c,
+ dlls/x11drv/xrender.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Do not check for non NULL pointer before HeapFree'ing it. It's
+ redundant.
+
+ * dlls/gdi/enhmetafile.c, dlls/msvcrt/cpp.c, dlls/oleaut32/safearray.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Some missing const correctness fixes.
+
+ * tools/winedump/Makefile.in, tools/winedump/le.c, tools/winedump/pe.c:
+ Robert Reif <reif@earthlink.net>
+ Added partial VxD support.
+
+ * windows/clipboard.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Add comment about CLIPBOARD_SetClipboardOwner.
+
+ * dlls/dmband/dmutils.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Debug fixes and cleanup.
+
+ * documentation/README.es, programs/winefile/Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish translation.
+
+ * programs/winecfg/appdefaults.c, programs/winecfg/winecfg.c:
+ Mike Hearn <mike@navi.cx>
+ - Finish off the "Remove Application" button.
+ - Allow removal of keys from the overlay.
+ - One or two whitespace fixes.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Do not print FIXME in X11DRV_GetKeyboardLayout if dwThreadid
+ identifies current thread.
+ - Make X11DRV_GetKeyboardLayoutList follow the same rule as
+ X11DRV_GetKeyboardLayout and X11DRV_GetKeyboardLayoutName for CJK
+ locales.
+ - There is no need to have 0xe001 in the high word of Japanese
+ keyboard layouts lcids in main_key_tab, the above APIs take care of
+ it.
+ - High word of a returned keyboard layout duplicates low word for non
+ CJK locales under Windows.
+
+ * dlls/kernel/sync.c, dlls/ntdll/file.c, dlls/ntdll/rtl.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed some regressions from the previous change.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/dsurface/dib.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle correctly DDSD_LINEARSIZE flag for FOURCC textures.
+
+ * dlls/user/tests/listbox.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add test for the listbox item height.
+
+ * dlls/itss/itss.c, dlls/itss/moniker.c, dlls/itss/storage.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Implemented DllCanUnloadNow.
+
+ * dlls/shell32/shell32_main.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Get rid of W->A call.
+
+ * programs/winedbg/winedbg.man:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Typos/grammar fixes.
+
+ * dlls/shlwapi/url.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Const correctness fix.
+
+ * dlls/shlwapi/tests/shreg.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use Ascii functions explicitly.
+
+ * dlls/user/static.c: Dimitrie O. Paun <dpaun@rogers.com>
+ SS_CENTERIMAGE has been implemented.
+
+ * dlls/rsaenh/rsaenh.c, include/wincrypt.h:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented parallel hashing in CPEncrypt and CPDecrypt.
+ Implemented CPHashSessionKey.
+
+ * dlls/ole32/stubmanager.c: Mike Hearn <mh@codeweavers.com>
+ Comment out an assert, as we don't yet implement IRemUnknown.
+
+ * dlls/gdi/gdi32.spec, dlls/gdi/palette.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for GetLogColorSpace{A,W}.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/lcformat.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for EnumDateFormatsEx{A,W}.
+
+ * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec, include/ras.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for RasConnectionNotification{A,W},
+ RasCreatePhonebookEntry{A,W}, RasDeleteSubEntry{A,W}, RasDial{A,W},
+ RasEditPhonebookEntry{A,W}, RasGetConnectStatus{A,W},
+ RasGetEntryDialParamsW, RasHangUpW, RasGetEntryPropertiesW,
+ RasGetErrorString{A,W}, RasGetProjectionInfo{A,W},
+ RasRenameEntry{A,W}, RasSetEntryDialParams{A,W},
+ RasSetSubEntryProperties{A,W}.
+
+ * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Free allocated buffers.
+
+ * README: Hans Leidekker <hans@it.vu.nl>
+ Remove obsolete info.
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added optional, defaultvalue and vararg.
+
+ * dlls/rsaenh/mpi.c, dlls/rsaenh/rsa.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Small bugfixes backported from the LibTomCrypt v1.0rc1 release.
+
+ * include/objidl.idl: Robert Shearman <rob@codeweavers.com>
+ Add definition of IInternalUnknown.
+
+2004-12-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/handle.c, dlls/msi/msipriv.h, dlls/msi/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement thread safety for records.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Move named pipe macros into rpc.c.
+ - Remove unneeded function.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement COM local servers using table marshaling to avoid doing the
+ marshaling in a child thread where COM has not been initialized.
+
+ * dlls/ole32/Makefile.in, dlls/ole32/compobj.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c,
+ dlls/ole32/stubmanager.c, dlls/ole32/tests/marshal.c:
+ Mike Hearn <mh@codeweavers.com>
+ - Implement the COM stub manager, refactor the current stub code.
+ - Begin implementing interface stubs.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Parse out the full features by using the ',' character and do
+ comparisons based on the full feature names.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Continue when a duplicate component is found and loaded.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ - Rework how we handle Feature and Component States. I have confirmed
+ from testing that, although documented nowhere, having ADDLOCAL on
+ the install line overrides INSTALLLEVEL.
+ - Track all files extracted from cabinents as tempfiles so they can be
+ removed at the end of the install to not leave uninstalled but
+ uncabbed files laying around.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Move Install Features selection and evaluation into CostFinalize.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Allow for end of install actions.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ - Create the shortcut directory if it does not exist.
+ - Set the INSTALLLEVEL in CostFinalize if it is not set.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Eliminate some fixed length buffers.
+
+ * dlls/advapi32/tests/security.c, dlls/gdi/tests/brush.c,
+ dlls/gdi/tests/gdiobj.c, dlls/gdi/tests/metafile.c,
+ dlls/lzexpand/tests/lzexpand_main.c, dlls/mscms/tests/profile.c,
+ dlls/msvcrt/tests/file.c, dlls/shell32/tests/shellpath.c,
+ dlls/shlwapi/tests/ordinal.c, dlls/wininet/tests/http.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Correct cases where arguments of ok() calls depend on the order in
+ which they are evaluated.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Fix CreateService's error code for a service that already exists.
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ Include a System16Folder definition.
+
+ * include/urlmon.idl: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added IInternetBindInfo, IInternetProtocolRoot, IInternetProtocolSink
+ and IInternetProtocol declarations.
+
+ * dlls/kernel/tests/change.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c,
+ dlls/kernel/tests/time.c, dlls/user/tests/clipboard.c,
+ dlls/user/tests/msg.c, dlls/user/tests/text.c, dlls/user/tests/win.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ Correct cases where arguments of ok() calls depend on the order in
+ which they are evaluated.
+
+ * dlls/gdi/gdi32.spec, dlls/gdi/palette.c, include/wingdi.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for GetICMProfileW, SetICMProfile{A,W},
+ UpdateICMRegKey{A,W}.
+ Forward UpdateICMRegKey to UpdateICMRegKeyA.
+
+ * dlls/oleaut32/typelib2.c: Huw Davies <huw@codeweavers.com>
+ Fix typelib generation of CARRAYs.
+
+ * dlls/kernel/cpu.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix non-RTDSC case for QueryPerformanceFrequency.
+
+ * dlls/quartz/avidec.c, dlls/quartz/avisplit.c,
+ dlls/quartz/dsoundrender.c, dlls/quartz/filesource.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/pin.c,
+ dlls/quartz/videorenderer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Initialize the COM libraries for the newly created worker thread in
+ the AVI splitter.
+ Fixed some returned error codes.
+ Show refcount in the AddRef/Release traces in filter.
+ Added 24 bits source in the video renderer.
+
+ * tools/widl/widl.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Generate only wanted files.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fake line sweeping of the monitor.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Don't use RtlCreateUnicodeStringFromAsciiz, it doesn't preserve NULL.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Enable asynchronous dll custom action calls.
+
+ * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for AtlModuleRegisterServer.
+
+ * dlls/kernel/heap.c: Paul Vriens <Paul.Vriens@xs4all.nl>
+ Initialize dwOSVersionInfoSize in GlobalMemoryStatus.
+
+ * dlls/netapi32/tests/access.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fix test failure on Windows 2000.
+
+ * tools/widl/parser.y: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fixed defining DIIDs.
+
+ * dlls/x11drv/window.c: Mike Hearn <mh@codeweavers.com>
+ Fix Xlib locking in create_desktop.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Mike Hearn <mh@codeweavers.com>
+ Propagate apartments through the intermediate threads, make listener
+ thread apartment scoped.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifil32.spec, include/vfw.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}.
+ Forward AVIBuildFilter, AVIFileCreateStream, AVIFileOpen, AVISave,
+ EditStreamSetInfo, EditStreamSetName to their respective *A variants.
+
+ * dlls/dinput/mouse.c: Neil Olver <olver@math.mcgill.ca>
+ The flag for a mouse button down in the structure returned by
+ GetDeviceState should be 0x80 (only the high bit set), not 0xff.
+
+2004-12-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/vga.c, dlls/wineps/clipping.c, dlls/wineps/escape.c,
+ dlls/wineps/init.c, dlls/wineps/ppd.c, dlls/wineps/type42.c,
+ dlls/wininet/cookie.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, dlls/winmm/driver.c, dlls/winmm/mci.c,
+ dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciwave/mciwave.c,
+ dlls/winmm/playsound.c, dlls/winmm/winealsa/midi.c,
+ dlls/winmm/winearts/audio.c, dlls/winmm/wineoss/dscapture.c,
+ dlls/winmm/wineoss/dsrender.c, dlls/winmm/wineoss/midi.c,
+ dlls/winsock/socket.c, dlls/winsock/socket16.c, dlls/winspool/info.c,
+ dlls/x11drv/dib.c, dlls/x11drv/palette.c, dlls/x11drv/text.c,
+ dlls/x11drv/xfont.c, dlls/x11drv/xrandr.c, dlls/x11drv/xrender.c,
+ dlls/mpr/wnet.c, dlls/msacm/internal.c, dlls/msdmo/dmoreg.c,
+ dlls/msvcrt/data.c, dlls/msvcrt/main.c, dlls/msvideo/drawdib.c,
+ dlls/msvideo/mciwnd.c, dlls/msvideo/msvideo_main.c,
+ dlls/netapi32/nbnamecache.c, dlls/ole32/bindctx.c,
+ dlls/ole32/clipboard.c, dlls/ole32/datacache.c,
+ dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/typelib2.c, dlls/opengl32/wgl.c, dlls/kernel/comm.c,
+ dlls/kernel/console.c, dlls/kernel/editline.c, dlls/kernel/environ.c,
+ dlls/kernel/file.c, dlls/kernel/file16.c, dlls/kernel/format_msg.c,
+ dlls/kernel/global16.c, dlls/kernel/lcformat.c,
+ dlls/kernel/local16.c, dlls/kernel/locale.c, dlls/kernel/ne_module.c,
+ dlls/kernel/path.c, dlls/kernel/process.c, dlls/kernel/profile.c,
+ dlls/kernel/resource.c, dlls/kernel/sync.c,
+ dlls/kernel/tests/alloc.c, dlls/kernel/time.c, dlls/kernel/volume.c,
+ dlls/lzexpand/lzexpand_main.c, dlls/dmscript/script.c,
+ dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dsound/buffer.c,
+ dlls/dsound/capture.c, dlls/dsound/primary.c, dlls/gdi/bitmap.c,
+ dlls/gdi/dc.c, dlls/gdi/driver.c, dlls/gdi/font.c,
+ dlls/gdi/freetype.c, dlls/gdi/gdi16.c, dlls/gdi/metafile.c,
+ dlls/gdi/palette.c, dlls/gdi/path.c, dlls/gdi/printdrv.c,
+ dlls/gdi/mfdrv/init.c, dlls/gdi/mfdrv/text.c, dlls/imm32/imm.c,
+ dlls/iphlpapi/ifenum.c, dlls/d3d8/device.c, dlls/d3d8/stateblock.c,
+ dlls/d3d8/vertexbuffer.c, dlls/d3dx8/d3dxbuffer.c,
+ dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dtexture.c,
+ dlls/devenum/mediacatenum.c, dlls/dinput/joystick_linux.c,
+ dlls/dinput/joystick_linuxinput.c, dlls/dinput/keyboard.c,
+ dlls/dinput/mouse.c, dlls/advapi32/registry.c,
+ dlls/advapi32/security.c, dlls/advapi32/service.c,
+ dlls/comctl32/animate.c, dlls/comctl32/syslink.c,
+ dlls/comctl32/toolbar.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg31.c, dlls/commdlg/fontdlg.c,
+ dlls/commdlg/fontdlg16.c, dlls/commdlg/printdlg.c,
+ dlls/shlwapi/msgbox.c, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/regstream.c, dlls/urlmon/umon.c, dlls/user/button.c,
+ dlls/user/combo.c, dlls/user/edit.c, dlls/user/listbox.c,
+ dlls/user/lstr.c, dlls/user/menu.c, dlls/user/message.c,
+ dlls/vnbt.vxd/vnbt.c, dlls/wined3d/indexbuffer.c,
+ dlls/wined3d/vertexbuffer.c, windows/cursoricon.c, windows/defwnd.c,
+ windows/mdi.c, windows/win.c, windows/winproc.c,
+ dlls/quartz/memallocator.c, dlls/richedit/reader.c,
+ dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_message.c,
+ dlls/rpcrt4/rpc_server.c, dlls/rsaenh/handle.c, dlls/rsaenh/rsaenh.c,
+ dlls/serialui/confdlg.c, dlls/setupapi/parser.c,
+ dlls/setupapi/setupx_main.c, dlls/shell32/autocomplete.c,
+ dlls/shell32/brsfolder.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlfileop.c,
+ programs/regedit/regproc.c, programs/rundll32/rundll32.c,
+ programs/winecfg/appdefaults.c, programs/winecfg/driveui.c,
+ programs/winecfg/winecfg.c, programs/wineconsole/dialog.c,
+ programs/wineconsole/wineconsole.c, programs/winedbg/stack.c,
+ programs/winemenubuilder/winemenubuilder.c,
+ programs/winhelp/hlpfile.c, programs/winhelp/macro.lex.l:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Do not check for non NULL pointer before HeapFree'ing it. It's
+ redundant.
+
+ * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
+ dlls/rpcrt4/tests/rpc.c, include/rpcdce.h:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Implemented DceErrorInqText.
+
+ * dlls/user/sysparams.c: Mike McCormack <mike@codeweavers.com>
+ Dump known but unimplemented SystemParameterInfo actions.
+
+ * include/winuser.h: Mike McCormack <mike@codeweavers.com>
+ Declare SetLayeredWindowAttributes.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Added MsiSetExternalUIW.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Make sure to include trailing backslash in path.
+
+ * dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/wininet/utility.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added/improved TRACEing.
+
+2004-12-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ Blank the property buffers even if the property is not found.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Move around and rename some functions.
+
+ * dlls/gdi/enhmetafile.c, dlls/gdi/metafile.c, dlls/kernel/comm.c,
+ dlls/ole32/compobj.c, dlls/ole32/stg_bigblockfile.c,
+ dlls/winedos/devices.c, dlls/winedos/int21.c, dlls/winedos/int25.c,
+ dlls/winedos/int26.c, dlls/winedos/vga.c,
+ programs/wineboot/wineboot.c, programs/winecfg/drive.c,
+ programs/winedbg/dbg.y, programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ ReadFile and WriteFile must be passed a parameter for the number of
+ handled bytes when no overlapped operation is done.
+
+ * dlls/winsock/socket.c: Robert Shearman <rob@codeweavers.com>
+ Convert per-process hostent, servent and protent buffers into
+ per-thread buffers.
+
+ * include/aclapi.h: Mike McCormack <mike@codeweavers.com>
+ Declare GetSecurityInfo.
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ Include the trailing backslash on the Windows volume.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Fix incorrect return code check.
+
+ * windows/message.c: Russ Andersson <matchmovie@yahoo.com>
+ The WM_MOUSEWHEEL message is specified to have absolute screen
+ coordinates.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg16.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Unicodified fontdlg.
+
+ * dlls/x11drv/clipping.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed bug with unsigned index in decreasing loop.
+
+ * dlls/msi/action.c, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fix folder resolution.
+
+ * dlls/cabinet/cabextract.c: Revert previous patch, that's not a leak.
+
+ * dlls/advapi32/security.c, dlls/ntdll/sec.c, include/winternl.h:
+ Fixed prototypes of a couple of ntdll functions.
+ Replaced the CallWin32ToNt macro by a proper function.
+ PBOOL cannot be cast to PBOOLEAN, we need to use an intermediate
+ variable.
+
+ * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+ Remove more fixed length buffers, rewrite functions to return
+ malloc'ed memory.
+
+ * dlls/msi/query.h, dlls/msi/table.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix selecting string columns and matching against a wildcard.
+
+ * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+ dlls/dmcompos/signposttrack.c, dlls/dmime/audiopath.c,
+ dlls/dmime/graph.c, dlls/dmime/lyricstrack.c,
+ dlls/dmime/markertrack.c, dlls/dmime/paramcontroltrack.c,
+ dlls/dmime/patterntrack.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/loaderstream.c, dlls/dmscript/scripttrack.c,
+ dlls/dmstyle/auditiontrack.c, dlls/dmstyle/chordtrack.c,
+ dlls/dmstyle/commandtrack.c, dlls/dmstyle/motiftrack.c,
+ dlls/dmstyle/mutetrack.c, dlls/dmstyle/style.c,
+ dlls/dmstyle/styletrack.c, dlls/dmusic/buffer.c,
+ dlls/dmusic/collection.c, dlls/dmusic/download.c,
+ dlls/dmusic/downloadedinstrument.c, dlls/dmusic/instrument.c,
+ dlls/dswave/dswave.c, dlls/msvideo/msvideo_main.c,
+ dlls/shlwapi/ordinal.c, dlls/winmm/mmio.c, dlls/wintab32/wintab32.c,
+ programs/regedit/framewnd.c, programs/regedit/main.c:
+ Francois Gouget <fgouget@free.fr>
+ Remove unneeded NULL casts.
+
+ * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Mike McCormack <mike@codeweavers.com>
+ Remove a lot of fixed length buffers.
+
+ * dlls/wined3d/device.c, tools/winedump/search.c:
+ Francois Gouget <fgouget@free.fr>
+ Spelling fixes.
+
+ * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_Cn.rc,
+ dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+ dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fr.rc,
+ dlls/commdlg/cdlg_It.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_Th.rc, dlls/commdlg/cdlg_Uk.rc,
+ dlls/commdlg/printdlg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace 'All xxx pages' text in common print dialog by simple 'All'.
+
+ * dlls/kernel/profile.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Perform case insensitive comparison with cached ini file name.
+
+ * dlls/kernel/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Uncomment call to FlushConsoleInputBuffer in FlushFileBuffers.
+
+ * programs/winetest/main.c: Jakob Eriksson <jakov@vmlinux.org>
+ Add a check if we are running on a visible desktop. Credits to Dmitry
+ Timoshkov for the easy test.
+
+2004-12-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/ntdll/sec.c, include/aclapi.h, include/winbase.h,
+ include/winsvc.h, include/winternl.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for AdjustTokenGroups, AreAllAccessesGranted,
+ CreatePrivateObjectSecurity, CreateProcessAsUser{A,W},
+ DestroyPrivateObjectSecurity, DuplicateToken{,Ex},
+ EnumDependentServices{A,W}, GetEffectiveRightsFromAcl{A,W},
+ ConvertStringSecurityDescriptorToSecurityDescriptorA. Implementations
+ for BuildExplicitAccessWithName{A,W},
+ BuildTrusteeWithObjectsAndName{A,W},
+ BuildTrusteeWithObjectsAndSid{A,W}.
+ Correct prototype for InitializeAcl, RtlCopySid and RtlGetAce.
+ Use the CallWin32ToNt macro only with functions that return an
+ NTSTATUS.
+
+ * dlls/kernel/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Postpone creation disposition check in CreateFile until it's really
+ used.
+
+ * dlls/advapi32/service.c: Ivan Leo Puoti <puoti@inwind.it>
+ In OpenSCManagerW() allow lpDatabaseName to be an empty string.
+
+ * include/d3d.h, include/ddraw.h: Peter Berg Larsen <pebl@math.ku.dk>
+ Added D3DERR_COLORKEYATTACHED and DDGDI_GETHOSTIDENTIFIER.
+
+ * dlls/user/tests/dialog.c, dlls/user/tests/resource.rc, windows/dialog.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ If a dialog with the DS_CONTROL style is not visible then ignore
+ default focus assignment.
+
+ * dlls/ole32/tests/.cvsignore, dlls/ole32/tests/Makefile.in,
+ dlls/ole32/tests/marshal.c, dlls/ole32/tests/moniker.c:
+ Robert Shearman <rob@codeweavers.com>
+ Add tests for moniker and marshaling functions.
+
+ * dlls/gdi/enhmetafile.c: Mike McCormack <mike@codeweavers.com>
+ Check values passed in to SetWinMetaFileBits, not our local copy.
+
+ * dlls/gdi/enhmfdrv/graphics.c: Mike McCormack <mike@codeweavers.com>
+ Output EMR_POLYGON16 records when possible.
+
+ * dlls/ddraw/dsurface/dib.c: Crestez Leonard <cleonard@go.ro>
+ Check for malformed source rect in DIB_DirectDrawSurfact_BltFast, and
+ return DDERR_INVALID_RECT.
+
+ * dlls/gdi/font.c, dlls/gdi/freetype.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fully initialize NEWTEXTMETRICEXW structure for bitmap fonts.
+
+ * dlls/wininet/cookie.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Do not check for non NULL pointer before HeepFree'ing it. It's
+ redundant.
+
+ * dlls/mapi32/tests/imalloc.c: Jakob Eriksson <jakov@vmlinux.org>
+ There may be no default MAPI malloc installed.
+
+ * dlls/user/focus.c, dlls/user/tests/win.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ You can make an invisible window the active window.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Respect the sDescription parameter in CryptSignHash and
+ CryptVerifySignature.
+
+2004-12-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/api.c, dlls/avifil32/wavfile.c,
+ dlls/comctl32/comctl32undoc.c, dlls/dbghelp/mscvpdb.h,
+ dlls/gdi/enhmfdrv/objects.c, dlls/kernel/tests/directory.c,
+ dlls/kernel/time.c, dlls/mapi32/util.c, dlls/msrle32/msrle32.c,
+ dlls/ntdll/tests/rtl.c, dlls/ole32/marshal.c,
+ dlls/oleaut32/variant.c, dlls/quartz/filtergraph.c,
+ dlls/rsaenh/handle.c, dlls/rsaenh/mpi.c, dlls/wined3d/device.c,
+ dlls/winsock/socket.c, documentation/running.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ A driver does not have to support all formats.
+
+ * dlls/user/comm16.c, dlls/user/dde/ddeml16.c, dlls/user/exticon.c,
+ dlls/user/focus.c, dlls/user/listbox.c, dlls/user/lstr.c,
+ dlls/user/misc.c, dlls/user/network.c, dlls/user/property.c,
+ dlls/user/static.c, dlls/user/text.c, dlls/user/user_main.c,
+ dlls/x11drv/text.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
+ dlls/x11drv/x11ddraw.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded headers to reduce unneeded rebuilds.
+
+ * dlls/urlmon/tests/Makefile.in, dlls/urlmon/tests/url.c,
+ dlls/urlmon/umon.c, include/urlmon.idl:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added test of BindToStorage.
+ - Added some declarations to urlmon.idl.
+
+ * libs/wine/config.c:
+ Fix long standing regression in the building of the server directory
+ name (found by Nigel Rowe).
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ ixed calculation of buffer size in CRYPT_ANSIToUnicode and
+ CRYPT_UnicodeToANSI.
+
+ * dlls/wininet/internet.h: Steven Edwards <steven_ed4153@yahoo.com>
+ MSVC porting fixes.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Return actual result on error.
+
+ * dlls/ddraw/direct3d/mesa.c: Christian Costa <titan.costa@wanadoo.fr>
+ Enable creation of the RGB device.
+
+ * dlls/quartz/avidec.c, dlls/quartz/avisplit.c,
+ dlls/quartz/dsoundrender.c, dlls/quartz/memallocator.c,
+ dlls/quartz/videorenderer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed MediaSample passing. This is the upstream filter that releases
+ it.
+ Set ppMediaType to NULL when returning S_FALSE in
+ IMediaSample_GetMediaType (required by native Quartz dll).
+ Added support for 32-bit depth source in video renderer.
+
+ * dlls/oleaut32/tmarshal.c: Bill Medland <billmedland@mercuryspeed.com>
+ Fully initialise the structure to prevent ill-defined behaviour.
+
+ * dlls/mscms/Makefile.in, dlls/mscms/mscms.spec, dlls/mscms/profile.c,
+ dlls/mscms/stub.c, dlls/mscms/tests/profile.c, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub implementations for all documented functions.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Respect sDescription parameter in CPSignHash and CPVerifySignature.
+
+ * dlls/comctl32/datetime.c: Robert Shearman <rob@codeweavers.com>
+ - Make the month calendar child window auto-size instead of using a
+ hard coded 200px.
+ - Use SetFocus when the control is clicked on to get the correct
+ behaviour when another control clicked on.
+ - Force the WS_EX_CLIENTEDGE style, instead of emulating it.
+
+ * dlls/user/tests/msg.c: Rein Klazes <wijn@wanadoo.nl>
+ - make sure that tests marked as todo_wine and actually succeed under
+ wine will be counted as failures
+ - remove todo_wine from a bunch of tests
+ - log the line numbers of the actual tests, not those of a helper
+ function.
+
+ * dlls/comctl32/listview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Add partial handler for WM_PRINTCLIENT.
+
+ * include/rpc.h, include/rpcndr.h: Peter Berg Larsen <pebl@math.ku.dk>
+ Remove compiler warnings for the # not being at the start of the
+ line.
+
+ * tools/winedump/main.c, tools/winedump/search.c,
+ tools/winedump/winedump.h:
+ Peter Berg Larsen <pebl@math.ku.dk>
+ Allow several -I parameters to be given - currently just the last is
+ used. Remove obvious wrong binaries when searching for the definition
+ of a functions definition. Really just strip a '.dll' extension and
+ not also '.dll.foorbar.spec'.
+
+ * tools/winedump/function_grep.pl: Peter Berg Larsen <pebl@math.ku.dk>
+ Warzone 2100 has in a header a definition that ends with a slash. As
+ '.' does not include '\n' winedump keeps looking ahead until eof.
+
+2004-12-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+ dlls/ntdll/sec.c, dlls/ntdll/string.c, dlls/ntdll/sync.c,
+ dlls/ntdll/tests/error.c, dlls/ntdll/tests/large_int.c,
+ dlls/ntdll/tests/rtl.c, dlls/ntdll/tests/string.c,
+ dlls/ntdll/version.c, dlls/ntdll/wcstring.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded headers to reduce unneeded rebuilds.
+
+ * dlls/x11drv/x11drv.h: Rémi Assailly <remi.assailly@free.fr>
+ - removed unused tagPALETTEOBJ and tagWINDOWPOS
+ - tagBITMAPOBJ is declared twice, removed one.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/pidl.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shlexec.c,
+ dlls/shell32/shlfileop.c, include/shellapi.h:
+ Remove some no longer needed AW functions.
+
+ * dlls/oleaut32/tests/vartype.c:
+ Expand the COPYTEST macro to avoid trouble with 64-bit types.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/stopwatch.c,
+ dlls/shlwapi/tests/clsid.c, dlls/shlwapi/tests/ordinal.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded headers to reduce unneeded rebuilds.
+
+ * dlls/wined3d/wined3d_private.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Fixed build problem with GL_VERSION_1_2.
+
+ * dlls/ntdll/version.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Better detect a dll's Windows version.
+
+ * dlls/shell32/shell32.spec: Rein Klazes <wijn@wanadoo.nl>
+ ShellExecuteEx, ExtractIconEx, SHFileOperation, SHGetFileInfo,
+ SHGetPathFromIDList spec entries always refer to the Ansi
+ version. Problem found by Paul Vriens.
+
+ * dlls/winmm/lolvldrv.c: Robert Reif <reif@earthlink.net>
+ Return flag for DRVM_MAPPER_PREFERRED_GET.
+
+ * include/mmddk.h: Robert Reif <reif@earthlink.net>
+ Added a missing define.
+
+ * dlls/kernel/module.c: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Fixed a typo.
+
+ * dlls/kernel/path.c, include/winbase.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ GetTempPath*() uses DWORD parameters instead of UINT.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ Fix comment to reflect reality and indeed the code.
+
+ * include/objidl.idl: Serge S. Spiridonoff <sss@corbina.net>
+ IMessageFilter::HandleIncomingCall must be HandleInComingCall as per
+ MS headers.
+
+ * dlls/user/static.c: Robert Shearman <rob@codeweavers.com>
+ Implement SS_CENTERIMAGE for static control.
+
+ * dlls/comctl32/treeview.c: Robert Shearman <rob@codeweavers.com>
+ - Add code for hot tracking.
+ - Draw hot items with underline and with highlight colour with
+ TVS_TRACKSELECT style.
+ - Set cursor to hand cursor with TVS_TRACKSELECT style.
+ - Make sure uInternalStatus is consistent with actual scrollbar state
+ by forcing scrollbars off in WM_CREATE handler.
+
+ * dlls/comctl32/datetime.c: Robert Shearman <rob@codeweavers.com>
+ - Implement WM_ENABLE handler to update cached control style when the
+ control is disabled.
+ - Move background drawing into WM_ERASEBKGND handler and draw the
+ background differently when disabled.
+ - Change WM_PAINT handler to draw text with transparent background and
+ with the correct colour for the style.
+ - Initialize selected field to -1 instead of 0 so that the control
+ notices when field 0 is selected.
+
+ * dlls/user/tests/win.c, dlls/x11drv/mouse.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a mouse input test case, make the test pass under Wine.
+
+2004-12-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/version.c: Ivan Leo Puoti <puoti@inwind.it>
+ Better EXE version check in VERSION_GetLinkedDllVersion.
+
+ * dlls/unicows/Makefile.in, dlls/unicows/main.c,
+ dlls/unicows/unicows.spec:
+ Added a few functions that are now implemented.
+
+ * dlls/shell32/changenotify.c, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/enumidlist.c, dlls/shell32/folders.c,
+ dlls/shell32/iconcache.c, dlls/shell32/pidl.c,
+ dlls/shell32/shellreg.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlfsbind.c, dlls/oleaut32/ole2disp.c,
+ dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib16.c, dlls/oleaut32/typelib2.c,
+ dlls/gdi/bitmap.c, dlls/gdi/icm.c, dlls/gdi/wing.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded headers to reduce unneeded rebuilds.
+
+ * documentation/README.fr: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Update FreeBSD infos.
+
+ * dlls/netapi32/netbios.c: Juan Lang <juan_lang@yahoo.com>
+ In Netbios(),
+ - set ncb_retcode and ncb_cmd_cplt for NCB_ADDNAME
+ - always make sure adapters have been enumerated.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetFileVersionInfoSizeA for win2k3.
+
+ * dlls/msi/sql.y: Aric Stewart <aric@codeweavers.com>
+ Let negative number be parsed correctly. Needed for accessing actions
+ with sequences such as -1.
+
+ * dlls/msi/package.c: Vitaly Lipatov <lav@etersoft.ru>
+ Add ScreenX, ScreenY, ColorBits installer properties.
+
+ * dlls/msi/action.c, include/msiquery.h:
+ Vitaly Lipatov <lav@etersoft.ru>
+ Add description for MsiGetMode, MSIRUNMODE constants.
+
+ * dlls/quartz/avisplit.c, dlls/quartz/filtergraph.c, dlls/quartz/pin.c,
+ dlls/quartz/systemclock.c, dlls/quartz/tests/filtergraph.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Many fixes to the system clock implementation.
+ Ensure there is a clock before doing any AddRef or Release in the AVI
+ splitter.
+ Improved tests a bit.
+ Misc fixes and traces clean-up.
+
+ * dlls/ole32/ifs.c: Ge van Geldorp <gvg@reactos.com>
+ Allocate correct amount of memory.
+
+ * tools/wineprefixcreate.in: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Allow wineprefixcreate to run to the end when configuring from the
+ source tree.
+
+2004-12-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/crypt_md4.c,
+ dlls/advapi32/crypt_md5.c, dlls/advapi32/crypt_sha.c,
+ dlls/comctl32/flatsb.c, dlls/comctl32/smoothscroll.c,
+ dlls/comctl32/syslink.c, dlls/comctl32/tests/dpa.c,
+ dlls/kernel/ne_module.c, dlls/kernel/powermgnt.c, dlls/kernel/time.c,
+ dlls/kernel/utthunk.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Remove unneeded headers to reduce unneeded rebuilds.
+
+ * dlls/advpack/advpack.c, dlls/advpack/advpack.spec,
+ dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c,
+ dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c,
+ dlls/winspool/winspool.drv.spec:
+ It makes no sense to export the dll entry point as stub.
+
+ * README, libs/wine/mmap.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Make us work on FreeBSD again by working around their different mmap()
+ implementation.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetAcceptLanguagesA for win98.
+
+ * dlls/shlwapi/tests/shreg.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use the A version of calls when passing ASCII strings.
+
+ * include/gdi.h: Rémi Assailly <remi.assailly@free.fr>
+ PC_SYS_MAPPED is unused, remove it.
+
+ * dlls/shlwapi/wsprintf.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Include shlwapi.h to get prototypes, and correct 2 wrong ones.
+
+ * dlls/kernel/process.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation fixes.
+
+ * dlls/kernel/console.c, server/process.c:
+ Rein Klazes <wijn@wanadoo.nl>
+ A starting process must obey the STARTF_USESTDHANDLES flag and use the
+ standard io handles from the StartupInfo structure, even if it is
+ starting a new console.
+
+ * dlls/oleaut32/oleaut32.rc, dlls/oleaut32/oleaut32_Ru.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add Russian translations.
+
+2004-12-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/except.c, dlls/ntdll/exception.c, dlls/ntdll/loader.c,
+ programs/winedbg/winedbg.c:
+ Generate stub entries on the fly for missing entry points instead of
+ returning a deadbeef pointer.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/lcformat.c:
+ Ken Belleau <jamez@ivic.qc.ca>
+ Implemented EnumCalendarInfo(A/W/ExA/ExW).
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ - Add documentation to several functions.
+ - Coding style changes according to the style Mike and I have agreed
+ upon for COM related files.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ Remove unneeded includes and the unused COMPOBJ_hInstance32 variable.
+
+ * dlls/advapi32/advapi.c: James Hawkins <truiken@gmail.com>
+ Minor documentation addition.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Cleanup some documentation.
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Use OBJREF on the wire for generic marshaling functions.
+
+ * dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Implement _popen and _pclose, and use debugstr_a to avoid a crash
+ tracing long command lines.
+
+ * dlls/msvcrt/data.c: Juan Lang <juan_lang@yahoo.com>
+ Use debugstr_a to avoid crash tracing long command line.
+
+ * dlls/msvcrt/file.c: Juan Lang <juan_lang@yahoo.com>
+ - make file functions (mostly) thread-safe
+ - update a couple traces
+
+ * dlls/d3d9/device.c, dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/drawprim.c, dlls/wined3d/stateblock.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add Clear, Present and EndScene support and fix a bug in the drawing
+ code.
+
+ * windows/msgbox.c: Thomas Weidenmueller <w3seek@reactos.org>
+ MessageBoxIndirectA() should check whether the MB_USERICON bit is set
+ to prevent an exception.
+
+ * dlls/msacm/msg711/msg711.c: Robert Reif <reif@earthlink.net>
+ Fix a typo that didn't allow pcm to mulaw conversions.
+
+ * dlls/oleaut32/tmarshal.c, dlls/rpcrt4/ndr_midl.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement RPC_E_DISCONNECTED in proxies.
+
+ * programs/winefile/winefile.c: Piotr Caban <pio13@poczta.onet.pl>
+ Fixed display bug.
+
+ * documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml,
+ documentation/winelib-toolkit.sgml:
+ Francois Gouget <fgouget@free.fr>
+ Remove references to ./configure and Makefile.in files.
+
+ * dlls/mscms/tests/profile.c, dlls/msvcrt/tests/file.c,
+ dlls/rsaenh/tests/rsaenh.c, dlls/user/tests/msg.c:
+ Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * tools/findfunc, tools/font_convert.sh:
+ Francois Gouget <fgouget@free.fr>
+ Use '=' instead of '==' in /bin/sh scripts to avoid portability
+ problems.
+
+ * dlls/cabinet/cabinet_main.c, dlls/gdi/region.c, dlls/rsaenh/rsaenh.c,
+ dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/x11drv/palette.c,
+ dlls/x11drv/window.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Missing HeapFree's + 1 LocalFree (found by smatch).
+
+ * dlls/ole32/hglobalstream.c: Robert Shearman <rob@codeweavers.com>
+ Fixed incorrect unsigned test.
+
+2004-12-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/tests/imagelist.c, dlls/devenum/createdevenum.c,
+ dlls/devenum/devenum_private.h, dlls/dsound/tests/dsound_test.h,
+ dlls/glu32/glu.c, dlls/kernel/tests/pipe.c,
+ dlls/kernel/tests/thread.c, dlls/msacm/wineacm.h, dlls/msi/sql.y,
+ dlls/msvcrt/msvcrt.h, dlls/ole32/compobj.c,
+ dlls/ole32/compobj_private.h, dlls/ole32/ifs.h, dlls/ole32/moniker.c,
+ dlls/ole32/ole2.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c,
+ dlls/richedit/reader.c, dlls/richedit/rtf2text.h,
+ dlls/shell32/undocshell.h, dlls/uxtheme/uxthemedll.h,
+ dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h, dlls/winedos/vga.h,
+ dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/winspool/wspool.c, include/imm.h, include/msi.h,
+ include/msvcrt/eh.h, include/msvcrt/stddef.h,
+ include/msvcrt/stdlib.h, include/shlwapi.h, include/uxtheme.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed some errors in function prototypes.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/sync.c,
+ dlls/ntdll/time.c, include/wine/server_protocol.h,
+ include/winternl.h, server/protocol.def, server/request.h,
+ server/timer.c, server/trace.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement NtQueryTimer.
+
+ * programs/winhelp/Makefile.in, programs/winhelp/callback.c,
+ programs/winhelp/hlpfile.c, programs/winhelp/macro.c,
+ programs/winhelp/macro.h, programs/winhelp/macro.lex.l,
+ programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - added support plug-in DLLs for winhelp
+ - added preliminary support for plug-in callback into winhelp
+ - rewrote all the macros accordingly (macro entry-point has to have
+ WINAPI calling convention)
+ - some fixes for embedded images decompression
+ - misc cleanups
+
+ * dlls/d3d9/device.c, dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/drawprim.c, dlls/wined3d/stateblock.c,
+ dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add {G,S}etRenderState and {G,S}etTextureStageState support, and
+ ensure the stateblock is fully populated at device startup.
+
+ * dlls/msacm/pcmconverter.c: Robert Reif <reif@earthlink.net>
+ Make the PCM conversion routines of msacm produce identical results to
+ the native dll.
+ Allow any PCM to PCM conversion, not just advertised ones.
+
+ * dlls/oleaut32/oaidl_p.c: Hans Leidekker <hans@it.vu.nl>
+ Fix compilation with GCC 4.
+
+ * dlls/rsaenh/implglue.c, dlls/rsaenh/rsaenh.c,
+ dlls/rsaenh/tests/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented CPSignHash and CPVerifySignature.
+ Added tests for CPVerifySignature.
+ Fixed minor bugs in implglue.c.
+
+ * dlls/mscms/icc.c, dlls/mscms/mscms.spec, dlls/mscms/mscms_priv.h,
+ dlls/mscms/profile.c, dlls/mscms/tests/profile.c, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Test and implement SetColorProfileElement.
+ Document more functions.
+
+ * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+ dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+ dlls/iphlpapi/ipstats.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - use Heap functions rather than libc for mem allocation
+ - document a bunch of functions
+
+ * dlls/setupapi/queue.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Use proper type for fourth parameter to VerQueryValueW().
+
+ * fonts/wine_courier.sfd, fonts/wine_sans_serif.sfd, fonts/wine_system.sfd:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add my name to the fonts copyright string.
+
+ * dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Handle device class in DX8 enumeration (found by Robert Reif).
+ Fixed remaining DX8 device types.
+ Factorized a bit GetCapabilities for keyboard and mouse.
+
+ * include/amstream.idl, include/mlang.idl:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added CMultiLanguage and AMMultiMediaStream coclass declarations.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Fix always false test. Spotted by Eric Pouech.
+
+ * dlls/winedos/int21.c, dlls/itss/storage.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed copy&paste error.
+
+ * dlls/dplayx/dplayx_messages.c, dlls/wininet/utility.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed array index overflow.
+
+ * tools/winemaker: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed compilation with perl 5.8.
+
+2004-12-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/comctl32undoc.c, dlls/comctl32/tests/.cvsignore,
+ dlls/comctl32/tests/Makefile.in, dlls/comctl32/tests/mru.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement the remaining MRU functions, fix a couple of differences
+ from native comctl32, add tests of MRU behaviour and documentation.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt40/msvcrt40.spec:
+ Rein Klazes <wijn@wanadoo.nl>
+ - implement __pioinfo, __badioinfo and _adjust_fdiv
+ - remove all stubs of data item from the spec file, those actually may
+ hide problems.
+
+ * dlls/msi/msi.c, dlls/msi/msiquery.c, dlls/msi/table.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Add missing HeapFree's (found by smatch).
+
+2004-12-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/combo.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+ Added some sanity checks on window dimensions.
+
+ * dlls/ntdll/directory.c:
+ Fixed read_directory_getdents for large directories (found by Rein
+ Klazes).
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Check service database name in OpenSCManager().
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
+ Juan Lang <juan_lang@yahoo.com>
+ - implement _dup, _dup2, and _pipe
+ - make max file descriptors 2048 to match MS
+ - increase max file streams to match
+
+ * dlls/avifil32/avifile.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/tab.c, dlls/commdlg/printdlg.c, dlls/d3d8/device.c,
+ dlls/d3d8/drawprim.c, dlls/d3d8/utils.c,
+ dlls/d3d8/vshaderdeclaration.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/mesa.c,
+ dlls/dmime/performance.c, dlls/dmloader/classfactory.c,
+ dlls/dmloader/loader.c, dlls/dsound/sound3d.c, dlls/itss/chm_lib.c,
+ dlls/kernel/tests/locale.c, dlls/msvcrt/lock.c,
+ dlls/ole32/compositemoniker.c, dlls/ole32/storage32.c,
+ dlls/quartz/systemclock.c, dlls/serialui/confdlg.c,
+ dlls/shell32/shellole.c, dlls/user/menu.c, dlls/winaspi/winaspi16.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/drawprim.c, dlls/wineps/glyphlist.c,
+ dlls/winmm/mciwave/mciwave.c, programs/regedit/framewnd.c,
+ programs/uninstaller/main.c, windows/winproc.c:
+ Janitorial: C booleans must not be compared against TRUE.
+
+ * dlls/user/Makefile.in, dlls/user/sysparams.c, dlls/user/user_main.c,
+ dlls/user/user_private.h, windows/sysmetrics.c, windows/sysparams.c:
+ Merged system metrics support into sysparams.c, and moved that file to
+ the dlls/user directory.
+
+ * 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:
+ James Hawkins <truiken@gmail.com>
+ Properly implement DllCanUnloadNow ref counting.
+
+ * dlls/shell32/shell32_Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added some Spanish translations.
+
+ * dlls/gdi/gdi32.spec, windows/nonclient.c:
+ Remove a few no longer needed 16-bit exports from gdi32.
+
+ * dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec,
+ dlls/ttydrv/wnd.c:
+ Use an escape mechanism similar to the x11drv one to set the DC
+ origin.
+
+ * dlls/d3d9/device.c, dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+ dlls/wined3d/drawprim.c, dlls/wined3d/utils.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add {G,S}etIndices, {G,S}Viewport and enable the basic drawing
+ functionality into wined3d and call from d3d9.
+
+ * dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cn.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_Si.rc,
+ dlls/shell32/shell32_Sk.rc, dlls/shell32/shell32_Sv.rc,
+ dlls/shell32/shell32_Uk.rc, dlls/shell32/shell32_Wa.rc,
+ dlls/shell32/shell32_Zh.rc, dlls/shell32/shell32_main.c:
+ Klemens Friedl <frik85@hotmail.com>
+ More Windows-like About dialog.
+
+ * dlls/gdi/tests/metafile.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ Added some tests for win-format metafiles.
+
+ * dlls/devenum/mediacatenum.c: Christian Costa <titan.costa@wanadoo.fr>
+ Initialize the hkey member when creating the propery bag object.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ Remove the remaining dependencies on internal structures from Invoke.
+
+2004-12-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imm32/imm.c:
+ Revert previous change since it causes a crash in desktop mode.
+
+ * dlls/user/painting.c: Rein Klazes <wijn@wanadoo.nl>
+ GetUpdateRect can be called with a NULL rect.
+
+ * dlls/user/message.c, dlls/user/user32.spec, include/winuser.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for GetLastInputInfo.
+
+ * dlls/comctl32/syslink.c: Thomas Weidenmüller <w3seek@gmail.com>
+ Free allocated font handles when control is destroyed.
+
+ * dlls/quartz/systemclock.c: Christian Costa <titan.costa@wanadoo.fr>
+ Allocate the proper size for the SystemClock object.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ GetTypeAttr should deep copy the typedesc.
+
+ * dlls/user/button.c, dlls/user/combo.c, dlls/user/comm16.c,
+ dlls/user/controls.h, dlls/user/desktop.c, dlls/user/dialog16.c,
+ dlls/user/display.c, dlls/user/edit.c, dlls/user/focus.c,
+ dlls/user/hook.c, dlls/user/hook16.c, dlls/user/listbox.c,
+ dlls/user/menu.c, dlls/user/message.c, dlls/user/message.h,
+ dlls/user/msg16.c, dlls/user/resource.c, dlls/user/scroll.c,
+ dlls/user/static.c, dlls/user/text.c, dlls/user/uitools.c,
+ dlls/user/user16.c, dlls/user/user_main.c, dlls/user/user_private.h,
+ dlls/user/wnd16.c, dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c,
+ include/user.h, include/win.h, windows/class.c, windows/clipboard.c,
+ windows/cursoricon.c, windows/dce.c, windows/defwnd.c,
+ windows/dialog.c, windows/input.c, windows/mdi.c, windows/message.c,
+ windows/msgbox.c, windows/nonclient.c, windows/queue.c,
+ windows/scroll.c, windows/spy.c, windows/syscolor.c,
+ windows/sysmetrics.c, windows/sysparams.c, windows/user.c,
+ windows/win.c, windows/winpos.c, windows/winproc.c:
+ Moved private USER definitions to a new user_private.h header, and
+ removed the global user.h.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Make the wine_marshal_id structure more like the DCOM OBJREF
+ structure, by replacing the process id field by apartment id (OXID),
+ changing the users of the process id field to use the new field and
+ renaming the objectid field to oid.
+ - Fix StdMarshalImpl_UnmarshalInterface to invalidate and release its
+ stub when doing a same apartment marshal.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ Fix return value of GetVarIndexOfMemId.
+
+ * dlls/user/kbd16.c, dlls/user/mouse16.c, dlls/user/user16.c,
+ windows/clipboard.c, windows/input.c, windows/syscolor.c,
+ windows/sysmetrics.c, windows/user.c:
+ Moved some more 16-bit USER functions to the corresponding 16-bit
+ files.
+
+ * dlls/user/Makefile.in, dlls/user/user_main.c, include/user.h,
+ windows/painting.c:
+ Moved palette functions to user_main.c and removed
+ windows/painting.c.
+
+ * dlls/ntdll/directory.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Avoid a warning on FreeBSD.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for Lsa(Store/Retrieve)PrivateData.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Notify StartService when service control dispatcher has been
+ started. Otherwise StartService terminates service process.
+
+ * dlls/oleaut32/variant.c, include/wtypes.idl:
+ Robert Shearman <rob@codeweavers.com>
+ Make the DECIMAL_SETZERO macro take a DECIMAL instead of a DECIMAL* as
+ in the Microsoft headers and fix up the only caller.
+
+ * dlls/winmm/winemm.h, dlls/winmm/winmm.c, include/dsound.h,
+ include/mmsystem.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Match PSDK definitions for LPCWAVEFORMATEX.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetAcceptLanguagesA for win9x/ME.
+
+ * dlls/netapi32/nbt.c: Juan Lang <juan_lang@yahoo.com>
+ Convert some registry calls from A to W.
+
+ * dlls/urlmon/tests/url.c, dlls/urlmon/umon.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Implemented CreateAsyncBindCtx.
+ - Added test.
+
+ * dlls/winmm/winejack/Makefile.in, dlls/winmm/winejack/audio.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed linking issues.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Param descriptions can be >1 lines.
+ Allow '-' in comment names, convert it to space on display.
+ Allow struct members to be documented (automatically, one day).
+ Allow for many comments which start with "name (dll.ord)
+ description".
+
+ * include/commctrl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Unicode fixes.
+
+ * dlls/user/hook.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Indicate that support for HCBT_SYSCOMMAND hooks is implemented.
+
+2004-12-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/msg.c:
+ Added a bunch of tests for various behaviors of RedrawWindow.
+
+ * dlls/ttydrv/wnd.c, dlls/user/painting.c, dlls/x11drv/window.c,
+ dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h, include/win.h,
+ include/wine/server_protocol.h, server/protocol.def,
+ server/request.h, server/trace.c, server/window.c,
+ windows/painting.c, windows/win.c:
+ Moved update region handling to the server.
+
+ * configure, configure.ac, include/config.h.in, tools/winebuild/main.c,
+ tools/winegcc/winegcc.c:
+ Paul Millar <paulm@astro.gla.ac.uk>
+ Check for features missing in mingw environment, allowing tools
+ subdirectory to be cross-built again.
+
+ * dlls/msvcrt/file.c: Juan Lang <juan_lang@yahoo.com>
+ Flush file in fputc when character is '\n'.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Mike Hearn <mh@codeweavers.com>
+ Rename the STUBMGR thread to more accurately reflect its purpose.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ Remove Invoke's dependence on the internal TLBFuncDesc structure.
+ Fix memory leaks in some failure cases.
+
+ * tools/wrc/genres.c: Removed an unused function.
+
+ * dlls/ntdll/Makefile.in, dlls/ntdll/handletable.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/tests/rtl.c, include/winternl.h:
+ Robert Shearman <rob@codeweavers.com>
+ Implement handle tables and add tests for them.
+
+ * dlls/mscms/Makefile.in, dlls/mscms/icc.c, dlls/mscms/mscms.spec,
+ dlls/mscms/mscms_priv.h, dlls/mscms/profile.c,
+ dlls/mscms/tests/profile.c, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Move ICC profile handling into its own file.
+ Test GetColorProfileFromHandle and SetColorProfileHeader.
+ Test and partially implement {G,S}etStandardColorSpaceProfile{A,W}.
+ Improve existing tests and fix any bugs they revealed.
+
+ * dlls/devenum/createdevenum.c, dlls/devenum/devenum_main.c,
+ dlls/devenum/devenum_private.h, dlls/devenum/factory.c,
+ dlls/devenum/mediacatenum.c, dlls/devenum/parsedisplayname.c:
+ Robert Shearman <rob@codeweavers.com>
+ Clean up devenum and properly implement DllCanUnloadNow ref counting.
+
+ * dlls/winmm/winejack/audio.c: Fixed compile error.
+
+ * dlls/d3d9/basetexture.c, dlls/d3d9/d3d9_private.h,
+ dlls/d3d9/resource.c, dlls/wined3d/Makefile.in,
+ dlls/wined3d/basetexture.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add BaseTexture class support, call from d3d9.
+
+ * dlls/comctl32/datetime.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/tooltips.c:
+ Filip Navara <xnavara@volny.cz>
+ - Don't use DrawEdge with NULL device context, it's invalid call and
+ sets last error.
+ - Tooltip icons must be destroyed with DestroyIcon and not with
+ DeleteObject.
+ - Rebar cursors must be destroyed with DestroyCursor and not with
+ DeleteObject.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Implemented RegisterServiceCtrlHandler, ControlService.
+
+ * dlls/dsound/dsound.c: Tomas Vanek <Tomas.Vanek@fbl.cz>
+ Fixed no memory condition test in IDirectSoundImpl_Create.
+
+ * dlls/kernel/sync.c: Juan Lang <juan_lang@yahoo.com>
+ Use W calls rather than A in CreatePipe.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/joystick_linux.c,
+ dlls/dinput/joystick_linuxinput.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed enumeration of joysticks in DX8.
+ Fixed some traces.
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ GetFuncIndexOfMemId should respect invkind and return
+ TYPE_E_ELEMENTNOTFOUND if the function cannot be found.
+
+2004-12-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/joystick.c, dlls/winmm/joystick/Makefile.in,
+ dlls/winmm/joystick/joystick.c, dlls/winmm/message16.c,
+ dlls/winmm/mmsystem.c, dlls/winmm/playsound.c, dlls/winmm/winmm.c,
+ dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/winealsa/midi.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c,
+ dlls/winmm/wineoss/audio.h, dlls/winmm/wineoss/dscapture.c,
+ dlls/winmm/wineoss/dsrender.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Filip Navara <xnavara@volny.cz>
+ 32 bit low level drivers now use a Unicode interface (used to be ANSI):
+ - Send the *_GETDEVCAPS messages in unicode format from the
+ *GetDevCapsW function and call the *GetDevCapsW from their respective
+ Ansi versions.
+ - Modify all low level drivers to correctly process the *_GETDEVCAPS
+ messages as unicode.
+ - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code.
+ - Removed all SoundBlaster naming oldies.
+ Better use of some unicode functions (instead of Ansi) in winmm.
+
+ * dlls/d3d9/vertexshader.c, include/user.h, libs/unicode/utf8.c,
+ programs/wcmd/directory.c, server/object.c, server/trace.c,
+ tools/widl/parser.l, tools/widl/typelib.c, tools/winedump/main.c,
+ tools/winedump/ne.c, tools/winedump/pe.c, tools/winedump/search.c,
+ tools/wmc/lang.c, tools/wmc/mcl.c, windows/cursoricon.c,
+ windows/dialog.c, windows/mdi.c, windows/spy.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Another round of const correctness fixes.
+
+ * dlls/imm32/imm.c: Ivan Leo Puoti <puoti@inwind.it>
+ Register the IME class when imm32.dll is loaded.
+
+ * dlls/advapi32/tests/crypt.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix missing imports on NT4.
+
+ * dlls/dsound/propset.c: Robert Reif <reif@earthlink.net>
+ Return the actual device interface name.
+ Fixes some memory leaks.
+
+ * dlls/x11drv/keyboard.c: Jean-Michel Dault <jmdault@mandrakesoft.com>
+ Added another Canadian keyboard layout.
+
+ * dlls/winsock/socket.c: Fixed a leak in getsockname.
+ Replaced malloc by HeapAlloc.
+
+ * dlls/ntdll/directory.c:
+ Use a direct getdents syscall on Linux to avoid relying on
+ implementation details of seekdir/telldir.
+
+ * tools/fnt2bdf.c, tools/winedump/pe.c, tools/winegcc/winegcc.c,
+ tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/readres.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Another couple of missing static definitions.
+
+ * documentation/configuring.sgml, documentation/faq.sgml,
+ documentation/running.sgml:
+ Diego Pettenò <flameeyes@users.berlios.de>
+ Updated the documentation telling to use the
+ HKEY_CURRENT_USER/Environment key instead of the [wine] section for
+ Path, Temp and System variables.
+
+ * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ ShowWindow activates only a being maximized child window, add a couple
+ of message tests for MDI child activation.
+
+ * programs/winedbg/debugger.h, programs/winedbg/memory.c:
+ Jeremy White <jwhite@codeweavers.com>
+ Properly respect a disassemble x,y command (prior behavior would do
+ y-x instructions, no matter how wide each instruction was).
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw/hal.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid crashes in ddraw.dll when loading it without x11drv, for
+ instance from wineprefixcreate in a text mode console.
+
+ * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for SetupDiOpenDeviceInterface.
+
+ * dlls/msi/record.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Set the out buffer count to zero on read error.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Fix transposition of 4 byte values when reading in table data from
+ storage.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/advapi32/service.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for DecryptFile, EncryptFile and
+ GetServiceDisplayName.
+
+ * dlls/comctl32/commctrl.c: Eric Kohl <eric.kohl@t-online.de>
+ DrawStatusText() must not process prefix characters.
+
+ * programs/notepad/dialog.c: Juan Lang <juan_lang@yahoo.com>
+ Send EM_SETMODIFY after saving.
+
+ * dlls/msvcrt/file.c: Juan Lang <juan_lang@yahoo.com>
+ Set st_mode bits in _fstati64.
+
+ * include/winuser.h: Rémi Assailly <remi.assailly@free.fr>
+ Added two missing styles.
+
+ * dlls/d3d8/shader.c: Christian Costa <titan.costa@wanadoo.fr>
+ S/W vshader fixes (spotted by Eric Pouech).
+
+ * windows/mdi.c: Filip Navara <xnavara@volny.cz>
+ Don't call SetScrollInfo with SB_BOTH bar type.
+
+ * dlls/cabinet/fdi.c: Filip Navara <xnavara@volny.cz>
+ Don't try to free pointer from union that isn't used.
+
+ * dlls/msvcrt/process.c: Juan Lang <juan_lang@yahoo.com>
+ msvcrt_spawn should free STARTUPINFOA's lpReserved2, not its address.
+
+ * dlls/wintab32/context.c: Robert North <7ownq0k402@sneakemail.com>
+ Set the values WTInfoA returns from screen size for CTX_SYSEXTX and
+ CTX_SYSEXTY context fields, to match Windows behaviour.
+
+ * configure, configure.ac, include/config.h.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove some unused tests.
+
+ * dlls/ole32/clipboard.c, dlls/ole32/ole2.c, dlls/richedit/richedit.c,
+ dlls/setupapi/virtcopy.c, dlls/shell32/shlview.c,
+ dlls/shell32/systray.c, dlls/user/tests/input.c,
+ programs/rundll32/rundll32.c, programs/view/init.c:
+ Robert Shearman <rob@codeweavers.com>
+ Remove unnecessary WNDPROC casts.
+
+ * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+ Better handling of errors in RenderFile.
+
+ * dlls/shell32/tests/shlfileop.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix missing imports of the test program on NT4.
+
+ * include/objbase.h: Robert Shearman <rob@codeweavers.com>
+ Remove duplicate function declaration.
+
+ * dlls/dsound/buffer.c, dlls/dsound/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Always create a property set for secondary buffers.
+
+ * dlls/dbghelp/pe_module.c: James Hawkins <truiken@gmail.com>
+ Remove c++-style comment.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Make sure to insert the proxy authentication header if necessary.
+
+ * dlls/ntdll/time.c: Stewart Allen <sralle@mweb.co.za>
+ Added SAST (South African Standard Time), corrected CAT to Central
+ African Time.
+
+ * dlls/kernel/computername.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Perform host name initialization if computer name can't be read from
+ registry.
+
+ * dlls/rsaenh/implglue.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added a missing break in encrypt_block_impl.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Implemented SetServiceStatus, QueryServiceStatus.
+
+ * dlls/advapi32/tests/crypt.c: James Hawkins <truiken@gmail.com>
+ Only call test_set_provider_ex() once.
+
+ * dlls/shell32/version.h: Juan Lang <juan_lang@yahoo.com>
+ Revert shell32 version to Win2K SP4 level.
+
+2004-12-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oleaut32/typelib.c: Huw Davies <huw@codeweavers.com>
+ Allocate the TYPEATTR rather than copying it.
+ For a dual interface the dispinterface's cfuncs should include the
+ inherited functions, cbSizeVft should just be the size of IDispatch's
+ vtbl and we should strip TYPEFLAG_FOLEAUTOMATION.
+
+ * documentation/PACKAGING: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Spelling/grammar fixes.
+
+ * tools/font_convert.sh: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use mktemp if we don't have tempfile.
+ Use the installed version of fnt2bdf if present.
+ Quote the pattern given to `find`.
+ Copy the fonts to the temp working dir before processing.
+ Always delete the temp directory before exiting.
+ Install fonts compressed by default.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Basic implementation of service control dispatcher.
+
+ * tools/winebuild/main.c, tools/winegcc/winegcc.c:
+ Clean up temp files also when killed by a signal.
+
+ * dlls/msvcrt/cppexcept.c, dlls/msvcrt/except.c,
+ dlls/msvcrt/tests/cpp.c, dlls/ntdll/signal_i386.c,
+ dlls/ntdll/virtual.c, libs/wine/ldt.c, loader/kthread.c,
+ loader/preloader.c, server/fd.c:
+ Peter Chapman <9gfrye202@sneakemail.com>
+ Fix up several inline assembler blocks so that they produce correct
+ code with the -fomit-frame-pointer gcc flag.
+
+ * dlls/advpack/advpack.c, dlls/setupapi/Makefile.in,
+ dlls/setupapi/devinst.c, dlls/setupapi/parser.c,
+ dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c,
+ include/setupapi.h:
+ Eric Kohl <eric.kohl@t-online.de>
+ Implement SetupDiBuildClassInfoList(ExW),
+ SetupDiClassGuidsFromName(W/ExW), SetupDiClassNameFromGuid(W/ExW),
+ SetupDiGetActualSectionToInstallW, SetupDiGetClassDescription(W/ExW),
+ SetupDiInstallClassW partially, SetupDiOpenClassRegKey(ExW),
+ SetupOpenMasterInf.
+
+ * dlls/kernel/sync.c, dlls/ntdll/ntdll.spec, dlls/ntdll/sync.c,
+ include/wine/server_protocol.h, include/winternl.h, server/event.c,
+ server/mutex.c, server/protocol.def, server/semaphore.c,
+ server/timer.c, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - moved event, semaphore, mutex implementation from kernel32 to ntdll
+ - added mutant implementation in ntdll, and use it for mutex
+ implementation in kernel32
+ - added access parameter on event, semaphore, timer creation in
+ wineserver (as ntdll interface requires it)
+ - added missing definitions in include/winternl.h
+
+ * dlls/cabinet/cabextract.c: James Hawkins <truiken@gmail.com>
+ Fix cabextract memory leak.
+
+2004-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20041201.
+
+----------------------------------------------------------------
+2004-12-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/thread.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Always create a suspended thread in CreateThread and resume it if
+ CREATE_SUSPENDED flag is not set as Windows does.
+
+ * dlls/rsaenh/implglue.c, dlls/rsaenh/rsaenh.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Moved code specific to CPGenKey, CPDeriveKey or CPImportKey from
+ new_key into the respective functions.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c, dlls/ole32/ole32.spec,
+ include/objbase.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Add some function declarations to objbase.h.
+ - Add stubs for server ref counting.
+ - Implement HRESULT marshaling.
+
+ * dlls/winmm/lolvldrv.c: Filip Navara <xnavara@volny.cz>
+ - Check the return value from *_GETNUMDEVS message as per KB90562.
+ - Fix typo in MMDRV_InstallMap.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Introduced service thread.
+
+ * include/wingdi.h: Rémi Assailly <remi.assailly@free.fr>
+ Add some mirroring defines.
+
+ * dlls/user/text.c: Bill Medland <billmedland@mercuryspeed.com>
+ If the buffer is no longer static the names should reflect that.
+ Also minimise the use of the constant.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added a stub implementation for GetCurrentHwProfileW.
+
+ * dlls/comctl32/animate.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Prevent the animation thread from waiting on itself when it stops.
+
+2004-11-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c, dlls/advapi32/service.c,
+ dlls/advapi32/tests/registry.c, dlls/cabinet/cabextract.c,
+ dlls/crypt32/main.c, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/shader.c, dlls/d3d8/vshaderdeclaration.c,
+ dlls/d3d9/pixelshader.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dlight.c, dlls/ddraw/helper.c,
+ dlls/devenum/devenum_main.c, dlls/dplayx/dplobby.c,
+ dlls/dpnet/address.c, dlls/gdi/driver.c,
+ dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/tests/metafile.c,
+ dlls/imm32/imm.c, dlls/msdmo/dmoreg.c, dlls/msvcrt/dir.c,
+ dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/typelib2.c, dlls/oledlg/insobjdlg.c,
+ dlls/opengl32/wgl.c, dlls/quartz/avisplit.c,
+ dlls/quartz/filtermapper.c, dlls/rpcrt4/cproxy.c,
+ dlls/rpcrt4/ndr_marshall.c, dlls/setupapi/install.c,
+ dlls/shell32/changenotify.c, dlls/shell32/debughlp.c,
+ dlls/shell32/pidl.c, dlls/shell32/shellord.c,
+ dlls/shell32/shlfolder.c, dlls/shell32/shpolicy.c,
+ dlls/shlwapi/clist.c, dlls/shlwapi/url.c, dlls/user/exticon.c,
+ dlls/user/msg16.c, dlls/user/resource.c, dlls/version/resource.c,
+ dlls/winedos/ppdev.c, dlls/wineps/escape.c, dlls/wineps/init.c,
+ dlls/winmm/mci.c, dlls/winspool/info.c, dlls/x11drv/dib.c,
+ dlls/x11drv/dib_convert.c, dlls/x11drv/dib_dst_swap.c,
+ dlls/x11drv/dib_src_swap.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c,
+ dlls/x11drv/palette.c, dlls/x11drv/xfont.c, dlls/x11drv/xrender.c,
+ include/wine/server.h, libs/unicode/cptable.c, libs/unicode/wctomb.c,
+ programs/rpcss/epmap_server.c, programs/taskmgr/dbgchnl.c,
+ programs/uninstaller/main.c, programs/winefile/winefile.c,
+ programs/winemenubuilder/winemenubuilder.c, server/debugger.c,
+ server/registry.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Const correctness fixes.
+
+ * windows/msgbox.c: Ivan Leo Puoti <puoti@inwind.it>
+ Implement task modal message boxes.
+
+ * dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec,
+ dlls/urlmon/urlmon_main.c, dlls/urlmon/urlmon_main.h,
+ include/urlmon.idl:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added stub implementation of IInternetZoneManager interface.
+ - Added implementation of CoInternetCreateZoneManager function.
+ - Added stub implementation of UrlMkGetSessionOption and corrected
+ declaration of UrlMkSetSessionOption.
+ - Code cleanup.
+
+ * dlls/mscms/handle.c, dlls/mscms/mscms.spec, dlls/mscms/mscms_priv.h,
+ dlls/mscms/profile.c, dlls/mscms/tests/profile.c, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Infrastructure for handling ICC profiles.
+ Always load color profiles into memory.
+ Implement and test GetColorProfileElement and GetColorProfileHeader.
+ Implement GetColorProfileFromHandle and SetColorProfileHeader.
+
+ * dlls/wined3d/device.c: Adam D. Moss <adam@gimp.org>
+ Fix compilation.
+
+ * programs/winecfg/winecfg.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Again rename getkey() and setkey() for FreeBSD.
+
+ * dlls/wineps/bitmap.c: Huw Davies <huw@codeweavers.com>
+ For a 15/16 bpp dib we send RGB triples to the printer so the size
+ multiplier is 3 not 2.
+
+ * dlls/rsaenh/Makefile.in, dlls/rsaenh/des.c, dlls/rsaenh/implglue.c,
+ dlls/rsaenh/implglue.h, dlls/rsaenh/implossl.c,
+ dlls/rsaenh/implossl.h, dlls/rsaenh/md2.c, dlls/rsaenh/mpi.c,
+ dlls/rsaenh/rc2.c, dlls/rsaenh/rc4.c, dlls/rsaenh/rsa.c,
+ dlls/rsaenh/rsaenh.c, dlls/rsaenh/tomcrypt.h:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Incorporated LibTomCrypt code into rsaenh to get rid of OpenSSL
+ dependencies.
+
+ * dlls/comcat/comcat_main.c, dlls/d3dxof/main.c, dlls/mpr/mpr.spec,
+ dlls/mpr/mpr_main.c, dlls/oleaut32/oleaut.c,
+ dlls/olepro32/olepro32stubs.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Ensure DllCanUnloadNow is a truly void function, and give it a unique
+ name so it can be documented per-dll.
+
+ * dlls/mapi32/Makefile.in, dlls/mapi32/imalloc.c,
+ dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
+ dlls/mapi32/tests/.cvsignore, dlls/mapi32/tests/Makefile.in,
+ dlls/mapi32/tests/imalloc.c, dlls/mapi32/tests/util.c,
+ dlls/mapi32/util.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement DllMain, DllCanUnloadNow, WrapProgress,
+ MAPIGetDefaultMalloc, IsBadBoundedStringPtr, UFromSz, UlFromSzHex,
+ CbOfEncoded.
+ Add tests for the above.
+
+ * dlls/comctl32/monthcal.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Pass infoPtr around in month calendar control.
+ - Add support for WM_SETFONT and WM_GETFONT messages.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/tests/crypt.c,
+ dlls/avifil32/avifile.c, dlls/comctl32/imagelist.c:
+ James Hawkins <truiken@gmail.com>
+ Fixed a few memory leaks.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Merge Unicode and ASCII versions of StartServiceCtrlDispatcher.
+ Implement StartServiceCtrlDispatcherA on the top of
+ StartServiceCtrlDispatcherW.
+ Get rid of HEAP_strdupWtoA.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ Store the new style before redrawing and repositioning the control.
+
+ * dlls/netapi32/netbios.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Allow NCBRESET and NCBADDNAME to work even if there are no adapters.
+
+ * windows/defwnd.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ GetModuleHandleA->GetModuleHandleW.
+
+ * DEVELOPERS-HINTS: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use a FIXME style that will actually compile.
+
+ * include/winuser.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Gather all DrawText flags together, convert them to hex for
+ readability.
+
+ * dlls/user/text.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ DrawTextEx should allocate text buffer on stack for thread safeness.
+
+2004-11-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/env.c:
+ Fixed RtlExpandEnvironmentStrings_U to not depend on the string being
+ null-terminated (spotted by Alexander Yaworsky).
+
+ * dlls/user/tests/msg.c: Mike McCormack <mike@codeweavers.com>
+ Added some tests for timer functions.
+
+ * dlls/user/Makefile.in, dlls/user/message.c, dlls/user/user_main.c,
+ dlls/user/winproc.h, windows/timer.c, windows/win.c:
+ Get rid of the client-side window timer structures.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+ server/trace.c:
+ Converted the timer list to use standard list functions.
+ Allocate a timer id when the window is 0 instead of relying on the
+ client to do it.
+ Allow setting timers on windows belonging to other threads (found by
+ Mike McCormack).
+
+ * dlls/avifil32/api.c, dlls/avifil32/icmstream.c,
+ dlls/commdlg/printdlg.c, dlls/wininet/internet.c,
+ dlls/winmm/playsound.c, dlls/winmm/winealsa/audio.c,
+ dlls/winmm/winealsa/midi.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winenas/audio.c, programs/clock/main.c,
+ programs/control/control.c, programs/taskmgr/dbgchnl.c,
+ programs/view/view.c, programs/wcmd/builtins.c,
+ programs/wineconsole/curses.c, programs/wineconsole/user.c,
+ programs/winepath/winepath.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Made some functions and variables static.
+
+ * documentation/introduction.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fixed missing </sect2> tag.
+
+ * dlls/d3d9/device.c, dlls/wined3d/device.c,
+ dlls/wined3d/indexbuffer.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Implement Material, Clip plane and Light support plus
+ MultiplyTransform.
+
+ * dlls/kernel/tests/directory.c: Gunnar Dalsnes <hardon@online.no>
+ Added a test to make sure that CreateDirectoryA/W does not create
+ multiple non-existing directories in the path given.
+
+ * dlls/user/combo.c: Eric Kohl <eric.kohl@t-online.de>
+ F4 key flips the listbox in default (not extended UI) mode.
+
+ * dlls/quartz/avidec.c, dlls/quartz/avisplit.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ AVI decompressor:
+ - Make copies of bitmap header from media type for input and output
+ and update them when needed.
+ - Fixed subtype for 32-bit depth in QueryAccept.
+ AVI splitter:
+ - Fixed handling of rec list.
+
+ * programs/regedit/Cs.rc, programs/regedit/De.rc,
+ programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Fr.rc, programs/regedit/It.rc,
+ programs/regedit/Ja.rc, programs/regedit/Pl.rc,
+ programs/regedit/Pt.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added some options to popup menu.
+
+ * dlls/quartz/tests/filtergraph.c: Added missing CoInitialize.
+
+ * dlls/ole32/errorinfo.c: Mike Hearn <mh@codeweavers.com>
+ Trace the OLE error info strings.
+
+ * dlls/ole32/compobj.c: Mike Hearn <mh@codeweavers.com>
+ - Improve OLE function documentation.
+ - Bail out with CO_E_NOTINITIALIZED when apt is null.
+
+ * dlls/commdlg/filedlg.c, dlls/commdlg/filedlgbrowser.h:
+ Mike McCormack <mike@codeweavers.com>
+ CFM_GETSPEC always returns a space-separated list.
+
+2004-11-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/msg16.c, dlls/user/winproc.h, dlls/user/wnd16.c,
+ windows/class.c, windows/message.c, windows/timer.c:
+ Take advantage of the new winproc handling to move some more functions
+ to 16-bit files.
+ TIMER_IsTimerValid is no longer necessary now that winprocs are never
+ freed.
+
+ * windows/winproc.c:
+ Fixed is_valid_winproc to avoid being optimized out by recent gcc
+ versions.
+
+ * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+ dlls/wined3d/directx.c, dlls/wined3d/resource.c,
+ dlls/wined3d/stateblock.c, dlls/wined3d/vertexbuffer.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add Get/Set Transform support, plus BeginScene (does nothing).
+
+ * dlls/msvcrt/tests/printf.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed file name when opening NUL.
+
+ * tools/wine.inf: Hajime Segawa <hajime@sidenet.ddo.jp>
+ Make folders open correctly in Windows Explorer.
+
+ * documentation/PACKAGING: Marcus Meissner <meissner@suse.de>
+ Updated PACKAGING howto.
+
+ * dlls/wineps/ppd.c: Huw Davies <huw@codeweavers.com>
+ Protect sscanfs with a "C" locale so that they still work with new
+ glibcs in a locale doesn't use a '.' as a decimal separator.
+
+ * dlls/kernel/file.c, dlls/kernel/tests/file.c, dlls/ntdll/file.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for ReadFile/WriteFile fault handling, make it pass under
+ Wine.
+
+ * dlls/user/edit.c, dlls/user/tests/edit.c:
+ Ge van Geldorp <gvg@reactos.com>
+ - Fix vertical position of text in single-line edit controls.
+ - Add tests for this.
+
+ * dlls/wintab32/context.c: Robert North <7ownq0k402@sneakemail.com>
+ - Ensure that if buffer pointer is null, queue is flushed.
+ - Ensure that correct packets are copied into output buffer.
+ - Use memmove when moving packets within queue, as source and dest
+ will typically overlap.
+ - When moving packets in queue, ensure correct number of packets are
+ moved.
+
+ * dlls/msi/msipriv.h, dlls/msi/package.c:
+ Mike McCormack <mike@codeweavers.com>
+ - Don't limit the size of the property that can be retrieved by
+ MsiGetProperty.
+ - Make MsiGetProperty A/W implementations more consistent.
+
+ * programs/winecfg/drivedetect.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix compilation on systems which do not have <mntent.h>.
+
+2004-11-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/winproc.h, windows/class.c, windows/defdlg.c,
+ windows/timer.c, windows/win.c, windows/winproc.c:
+ Changed winproc allocation to be based only on the procedure address,
+ to avoid the need to keep track of winprocs for each window and class.
+
+ * include/winuser.h: Eric Frias <efrias@syncad.com>
+ More portable POINTSTOPOINT macro.
+
+ * include/wingdi.h: Prevent use of MAKEPOINTS in Wine code.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/datetime.c,
+ dlls/comctl32/listview.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/syslink.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/updown.c, programs/regedit/listview.c,
+ programs/winefile/winefile.c:
+ Avoid using the MAKEPOINTS macro, it's broken on big endian.
+
+ * dlls/d3d9/d3d9_private.h, dlls/d3d9/indexbuffer.c,
+ dlls/d3d9/vertexbuffer.c, dlls/wined3d/Makefile.in,
+ dlls/wined3d/device.c, dlls/wined3d/indexbuffer.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add indexbuffer support into wined3d.
+
+ * dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement OleDuplicateData.
+
+ * dlls/winspool/info.c: Mike McCormack <mike@codeweavers.com>
+ Return correct error code in EnumPrinters.
+
+ * dlls/commdlg/filedlg.c: Mike McCormack <mike@codeweavers.com>
+ Fix ofn.nFileOffset when multiple files are selected.
+
+ * dlls/gdi/brush.c, dlls/gdi/tests/.cvsignore,
+ dlls/gdi/tests/Makefile.in, dlls/gdi/tests/brush.c:
+ Kevin Koltzau <kevin@plop.org>
+ CreateBrushIndirect should not return a stock brush.
+
+ * dlls/gdi/mfdrv/bitblt.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid some direct accesses to DC internals from metafile driver.
+
+ * dlls/kernel/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove useless calls to IsBadReadPtr from ReadFile and WriteFile.
+
+2004-11-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, dlls/user/tests/msg.c:
+ Fixed handling of NULL pointer in PeekMessageW, with test (reported by
+ Eric Frias).
+
+ * configure, configure.ac, dlls/mscms/mscms_priv.h, include/config.h.in:
+ Kevin Koltzau <kevin@plop.org>
+ Look for lcms.h in lcms/lcms.h.
+
+ * dlls/ntdll/loader.c:
+ Append .dll extension in all cases (spotted by Mike Hearn).
+
+ * dlls/amstream/version.rc, dlls/cards/version.rc,
+ dlls/d3d8/version.rc, dlls/d3d9/version.rc, dlls/d3dim/version.rc,
+ dlls/d3drm/version.rc, dlls/d3dxof/version.rc, dlls/ddraw/version.rc,
+ dlls/devenum/devenum.rc, dlls/dinput/version.rc,
+ dlls/dinput8/version.rc, dlls/dmband/version.rc,
+ dlls/dmcompos/version.rc, dlls/dmime/version.rc,
+ dlls/dmloader/version.rc, dlls/dmscript/version.rc,
+ dlls/dmstyle/version.rc, dlls/dmsynth/version.rc,
+ dlls/dmusic/version.rc, dlls/dmusic32/version.rc,
+ dlls/dplay/version.rc, dlls/dplayx/version.rc, dlls/dpnet/version.rc,
+ dlls/dpnhpast/version.rc, dlls/dsound/version.rc,
+ dlls/dswave/version.rc, dlls/dxdiagn/version.rc, dlls/gdi/version.rc,
+ dlls/hhctrl.ocx/version.rc, dlls/mpr/version.rc, dlls/msdmo/rsrc.rc,
+ dlls/msi/version.rc, dlls/mswsock/version.rc,
+ dlls/opengl32/version.rc, dlls/qcap/version.rc,
+ dlls/quartz/version.rc, dlls/shell32/version16.rc,
+ dlls/wininet/version.rc, dlls/winsock/version.rc,
+ dlls/wsock32/version.rc:
+ Tom Wickline <twickline@sitestar.net>
+ Version resources cleanup.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/directx.c, dlls/d3d9/d3d9_main.c,
+ dlls/d3d9/device.c, dlls/d3d9/directx.c, dlls/d3d9/vertexbuffer.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c,
+ dlls/wined3d/resource.c, dlls/wined3d/stateblock.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_main.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Implement SetStreamSource
+ - Ensure wined3d objects maintain a reference count of at least that
+ of the d3dx version.
+
+ * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+ programs/winecfg/appdefaults.c, programs/winecfg/drive.c,
+ programs/winecfg/drivedetect.c, programs/winecfg/driveui.c,
+ programs/winecfg/resource.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@navi.cx>
+ - More heapification.
+ - Split drive code into core, UI and autodetect.
+ - Implement drive autodetection.
+ - Slight redesign of drive tab.
+ - Code cleanup.
+
+ * configure, configure.ac, include/config.h.in:
+ Huw Davies <huw@codeweavers.com>
+ We don't use DGA version 1 so remove the configure check for it.
+
+ * dlls/x11drv/dib.c: Robert Shearman <rob@codeweavers.com>
+ When changing from DIB_Status_GdiMod to DIB_Status_GdiMod, we have to
+ set the previous status to DIB_Status_GdiMod, otherwise a
+ non-committing unlock could incorrectly revert the DIB to another
+ state, rather than the correct DIB_Status_GdiMod.
+
+ * dlls/gdi/dc.c, dlls/gdi/gdi_private.h, dlls/gdi/gdiobj.c,
+ dlls/gdi/tests/gdiobj.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Set the miter limit in the DC state.
+ Only SetLastError() in object functions where native does.
+ Test the error comditions of the gdiobj functions.
+ Minor documentation updates.
+
+ * programs/msiexec/msiexec.c: Hans Leidekker <hans@it.vu.nl>
+ Use string functions that are Windows locale aware.
+
+2004-11-22 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/wine/wine.def, libs/wine/wine.map:
+ Eric Frias <efrias@syncad.com>
+ Export wine_pthread_get_current_teb.
+
+ * libs/wine/port.c: Eric Frias <efrias@syncad.com>
+ Fix Sparc assembly code in wine_switch_to_stack.
+
+ * tools/winegcc/winegcc.c: Pass DLLFLAGS to winebuild too.
+
+ * tools/winapi/msvcmaker: Steven Edwards <steven_ed4153@yahoo.com>
+ Define "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE=0x0600" for all
+ the targets.
+
+ * dlls/dbghelp/elf_module.c, dlls/dbghelp/symbol.c,
+ dlls/dbghelp/type.c, programs/winedbg/symbol.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed regressions introduced when moving addresses as 64bit values.
+
+ * dlls/kernel/tests/process.c: Kevin Koltzau <kevin@plop.org>
+ Prevent environment test from crashing when environment is large.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@sitestar.net>
+ Added advpack.dll, rsaenh.dll, strmiids.lib.
+
+ * programs/msiexec/msiexec.c: Hans Leidekker <hans@it.vu.nl>
+ Handle unknown parameters more gracefully.
+
+ * windows/input.c: Eric Frias <efrias@syncad.com>
+ Fixed KEYLP structure for big endian.
+
+ * dlls/kernel/path.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Changed allocation of arguments in SearchPathA so path is not limited
+ by size of TEB static buffer.
+
+ * programs/winefile/winefile.c, programs/winefile/winefile.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Unicodify string constants.
+
+ * programs/winefile/splitpath.c: Martin Fuchs <martin-fuchs@gmx.net>
+ splitpath maintainance.
+
+ * dlls/gdi/enhmetafile.c, dlls/gdi/enhmfdrv/objects.c,
+ dlls/gdi/gdi_private.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Support mono pattern brushes in EMF's.
+
+ * dlls/gdi/mfdrv/objects.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Avoid magic number.
+
+ * dlls/gdi/bitmap.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement CreateBitmap using CreateBitmapIndirect so we can handle
+ funky alignment paddings.
+ SetLastError() on failure, documentation cleanup.
+
+ * tools/wrc/parser.y: Rein Klazes <rklazes@xs4all.nl>
+ Allow negative numbers in RCDATA resources like RC.EXE does.
+ Fix false out of 16 bits range warning.
+
+ * dlls/x11drv/xrender.c: Glenn Wurster <gwurster@scs.carleton.ca>
+ Use physDev->textPixel instead of GetTextColor for ExtTextOut.
+
+2004-11-21 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/lzexpand/Makefile.in,
+ dlls/lzexpand/tests/.cvsignore, dlls/lzexpand/tests/Makefile.in,
+ dlls/lzexpand/tests/lzexpand_main.c:
+ Evan G. Parry <eparry@cs.hmc.edu>
+ Added some tests for lzexpand.
+
+ * dlls/dbghelp/Makefile.in, dlls/dbghelp/coff.c, dlls/dbghelp/msc.c,
+ dlls/dbghelp/mscvpdb.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - moved into new mscvpdb.h (out of msc.c) all types and defines needed
+ to parse debug files generated by MS tools
+ - moved into coff.c (and out of msc.c) the COFF handling
+ - cleaned lots of types (add consistency across structs)
+ - versioning of some defines and types (to follow MS tools evolution)
+ - enhanced V2 of symbols parsing (some more types recognized, support
+ of imported .pdb files)
+ - added support for newest .pdb format
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Move up SERV_* functions.
+
+ * programs/winecfg/Es.rc, programs/winefile/En.rc,
+ programs/winefile/Es.rc, programs/winhelp/Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated Spanish translations.
+
+ * include/icm.h, dlls/mscms/lcms_api.h, dlls/mscms/mscms.spec,
+ dlls/mscms/mscms_main.c, dlls/mscms/profile.c,
+ dlls/mscms/tests/profile.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement and test GetColorProfileElementTag,
+ GetCountColorProfileElements and IsColorProfileTagPresent. Stub
+ GetStandardColorSpaceProfile{A,W}.
+
+ * dlls/kernel/locale.c, dlls/kernel/tests/locale.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Call CompareStringA with LOCALE_USE_CP_ACP flag set from lstrcmpA and
+ lstrcmpiA in order to improve speed. Add a test case confirming that
+ CompareString and LCMapString accept LOCALE_USE_CP_ACP.
+
+ * windows/defwnd.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Removed W->A from DEFWND_ImmIsUIMessageW.
+
+ * dlls/wininet/internet.c, dlls/wininet/resource.h,
+ dlls/wininet/wininet_En.rc:
+ Robert Shearman <rob@codeweavers.com>
+ - Make InternetGetConnectedStateExA not crash, by making
+ InternetGetConnectedStateExW fill in the buffer correctly.
+ - Remove the dumping of strings that will only contain garbage.
+ - Document function.
+
+ * dlls/msvcrt/locale.c: Bill Medland <billmedland@mercuryspeed.com>
+ Don't mess up the msvcrt codepage on e.g. _MB_CP_ANSI.
+
+ * dlls/user/resource.c: Eric Frias <efrias@syncad.com>
+ Accelerator resource struct fix for sparc.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ The default font for the treeview should be the icon title font.
+
+ * tools/winebuild/parser.c: Eric Frias <efrias@syncad.com>
+ Handle a def file where the names of the exported functions are listed
+ without being followed by an equals sign and an alias.
+
+ * dlls/wineps/ppd.c: Eric Frias <efrias@syncad.com>
+ Fixed file handle leak.
+
+ * dlls/ntdll/signal_sparc.c: Eric Frias <efrias@syncad.com>
+ Permit unaligned memory access on sparc.
+
+ * tools/wrc/genres.c: Eric Frias <efrias@syncad.com>
+ Fixed error writing control IDs in dialogex on sparc.
+
+ * dlls/winmm/winmm.c: Rémi Assailly <remi.assailly@free.fr>
+ Add some missing error values in WINMM_ErrorToString.
+
+ * windows/dialog.c: Eric Frias <efrias@syncad.com>
+ Fixed dialogex resource loading on sparc.
+
+ * dlls/gdi/brush.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Search the whole table when creating solid brushes.
+
+ * dlls/ntdll/time.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Added NOVT timezone info.
+
+ * dlls/uxtheme/draw.c: Kevin Koltzau <kevin@plop.org>
+ Fix clipping for DrawThemeParentBackground.
+
+ * README: Gerald Pfeifer <gerald@pfeifer.com>
+ Update FreeBSD info.
+
+ * include/mmsystem.h: Rémi Assailly <remi.assailly@free.fr>
+ Added some structure tags and error defines.
+
+ * dlls/kernel/file.c, dlls/ntdll/file.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Moved kernel32.DeleteFileW core implementation to ntdll.NtDeleteFile.
+
+2004-11-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/mpr/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore,
+ dlls/shell32/.cvsignore:
+ Removed a couple of no longer needed entries.
+
+ * dlls/user/display.c: Fix conflicting structure tag.
+
+ * dlls/winmm/wineoss/dscapture.c: Robert Reif <reif@earthlink.net>
+ One step closer to getting hardware accelerated capture working.
+
+ * fonts/Makefile.in, fonts/wine_system.sfd, tools/sfnt2fnt.c:
+ Huw Davies <huw@codeweavers.com>
+ Calculating the average width doesn't seem possible, so set it
+ manually instead.
+ Fix the copyright in wine_system.
+
+ * dlls/mscms/mscms.spec, dlls/mscms/profile.c, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement IsProfileValid.
+ Document all functions.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetFileVersionInfoSizeA tests on NT.
+
+ * programs/winefile/En.rc: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix English menu text.
+
+ * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IGraphBuilder methods: Connect, Render, RenderFile &
+ AddSourceFilter.
+ Fixed filter name generation in IGraphBuilder::AddFilter.
+
+ * dlls/shell32/memorystream.c: Robert Shearman <rob@codeweavers.com>
+ - Use more specific error codes than E_FAIL, where possible.
+ - Move vtable to end, give it the const modifier, and remove unneeded
+ function declarations.
+
+ * dlls/advapi32/tests/registry.c: James Hawkins <truiken@gmail.com>
+ Added beginnings of RegQueryValueEx tests.
+
+ * include/commctrl.h: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Correct ordering of some defines.
+
+ * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+ Fallback to some sensible default values when underlining and striking
+ out bitmap fonts.
+ Rotate the strikeout line if the escapement is non-zero.
+
+ * dlls/comctl32/listview.c: Zach Gorman <zach@archetypeauction.com>
+ Add the DT_NOPREFIX flag when calling DrawText() for single-line
+ listview controls.
+
+ * dlls/mscms/.cvsignore, dlls/mscms/Makefile.in, dlls/mscms/version.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Add version information.
+
+ * dlls/ddraw/ddraw/main.c, dlls/ddraw/mesa.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed colorkey conversion.
+ Handle null surface pointer when creating surface.
+
+ * dlls/itss/itss.c: Mike McCormack <mike@codeweavers.com>
+ Use interlocked functions for thread safety.
+
+ * dlls/quartz/enumpins.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed IEnumPinsImpl_Next.
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/symbol.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implement SymUnDName and UndecorateSymbolName on top of
+ msvcrt.__unDName
+ - implement SYMOPT_UNDNAME support
+
+ * include/winuser.h: Rémi Assailly <remi.assailly@free.fr>
+ Added some structure tags.
+
+ * include/mlang.idl, include/winnt.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use _WINNT_ as exclusion define for source compatibility.
+
+ * dlls/avifil32/avifil32.spec: Christian Costa <titan.costa@wanadoo.fr>
+ Mapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA.
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ Remove trailing white space introduced in previous patch.
+ Fixed IDirectSoundCaptureBuffer_Stop to allow another Start to
+ succeed.
+ Removed OSS centric buffer recreation hack when doing hardware
+ acceleration.
+ Cleaned up error reporting and tracing.
+
+ * dlls/shlwapi/tests/shreg.c: James Hawkins <truiken@gmail.com>
+ Make four shreg tests pass on XP.
+
+ * dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added stub for SetQueryNetSessionCount.
+
+ * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+ Pass the address of the handle rather than just the handle to fix a
+ crash with IE.
+
+ * dlls/imagehlp/imagehlp.spec: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed some forwards.
+
+2004-11-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Improve the CertStore code a little.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Stub SetServiceObjectSecurity to pretend to work (return true).
+ - Change QueryServiceObjectSecurity so it initializes the ACL with a
+ null DACL, and return as though it worked.
+ - Changed QueryServiceStatus to tell if the service is running by the
+ presence of some named shared storage - copied from StartService when
+ it checks to see if its already running.
+
+ * dlls/shlwapi/tests/shreg.c: James Hawkins <truiken@gmail.com>
+ Use SHDeleteKey to remove leftover keys from the shreg tests.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Set cache bitmap dimensions correctly when a 0x0 image list is used.
+ - Optimize WM_STYLECHANGED handler to only redraw when a CCS_* style
+ is changed, like native.
+
+ * dlls/rsaenh/rsaenh.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ CPAcquireContext: Set last error to ERROR_SUCCESS in case of success.
+
+2004-11-09 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac: Rein Klazes <rklazes@xs4all.nl>
+ Add a first AC_CHECK_HEADERS, forcing checking of the default includes
+ even when building wine without X11.
+
+ * dlls/ntdll/file.c: Hamish <hamish_nospam@yahoo.com>
+ Fix for async writes to comm ports.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetAcceptLanguagesA for platfoms 98,ME,NT4.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetFileVersionInfoSizeA tests on NT4 platform.
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ Remove redundant GUID check.
+
+ * dlls/comctl32/updown.c, windows/spy.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - do not move updown control and buddy if an alignment was not requested
+ - in UDM_SETACCEL handler do not forget to update number of accelerators
+ - update arrows info in WM_LBUTTONDOWN as well as in WM_MOUSEMOVE
+ - use accelerators in WM_LBUTTONDOWN handler
+
+ * dlls/uxtheme/draw.c: Kevin Koltzau <kevin@plop.org>
+ Implementation of GetThemeBackgroundExtent.
+ Partial implementation of GetThemeBackgroundRegion.
+ Correct a few comments.
+
+ * dlls/x11drv/xrender.c: Kevin Koltzau <kevin@plop.org>
+ Change AlphaBlend to use destination dimensions rather then source.
+
+ * dlls/uxtheme/system.c: Kevin Koltzau <kevin@plop.org>
+ Fix crash when no theme is set and application ignores errors.
+
+ * dlls/oleaut32/olepicture.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ In OlePictureImpl_Load, always use DIB_RGB_COLORS because no indexed
+ palette has been defined.
+
+2004-11-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - bNtfUnicode is a dup' of bUnicode so remove it and fix the few
+ places where it was used.
+ - Remove a load of useless NULL infoPtr checks.
+ - Hardcode the default padding like native instead of using a wacky formula.
+ - Replace some tabs with spaces and remove NMHDR casts.
+
+ * dlls/user/menu.c: William Poetra Yoga H <williampoetra@yahoo.com>
+ Give the first menu item of a popup menu a distance of 1 pixel to the
+ top border.
+
+ * windows/nonclient.c: William Poetra Yoga H <williampoetra@yahoo.com>
+ Fix the size and position of the system menu icon on the caption bar.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/tests/cpp.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Now that name undecoration works, fix the type info.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/main.c, dlls/msvcrt/undname.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented __unDName and __unDNameEx functions.
+
+ * dlls/user/edit.c, dlls/user/tests/.cvsignore,
+ dlls/user/tests/Makefile.in, dlls/user/tests/edit.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ - return "want all keys" for WM_GETDLGCODE when multi-line
+ - single-line edit control does not want all messages
+ - additional style combinations are possible for both multi-line and
+ single-line edit controls
+ - tests to confirm it
+
+ * dlls/comctl32/monthcal.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Dimensions of month calendar control should not depend on the client
+ window size.
+
+ * dlls/hhctrl.ocx/.cvsignore, dlls/hhctrl.ocx/Makefile.in,
+ dlls/hhctrl.ocx/version.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Add version information.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/elf_module.c,
+ dlls/dbghelp/memory.c, dlls/dbghelp/module.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/stabs.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed loading stabs from PE modules compiled with MingW
+ - enhance some loading logic between ELF/PE DLL pairs
+ - removed unused indirect memory access function
+ - get rid of some GCC generated symbols
+
+ * programs/winedbg/break.c, programs/winedbg/dbg.y,
+ programs/winedbg/debugger.h, programs/winedbg/memory.c,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed regression in watchpoint setting (by addr)
+ - in backtrace, show at least module when no symbol is found
+ - protect event parsing from command line (when no real number)
+
+ * dlls/x11drv/keyboard.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ Turn ISO_Left_Tab back into a tab character if needed.
+
+ * dlls/oleaut32/oleaut.c:
+ William Poetra Yoga H <williampoetra@yahoo.com>
+ Use COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAPTION) as the
+ upper limit in GetSysColor() validation.
+
+ * dlls/user/uitools.c: William Poetra Yoga H <williampoetra@yahoo.com>
+ Fix the button edge color, by using the BF_SOFT border style for
+ buttons.
+
+ * include/winuser.h: Rémi Assailly <remi.assailly@free.fr>
+ Add some structure tags.
+
+2004-11-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/loader.c:
+ Free the memory view before we unload a builtin dll to avoid a race
+ condition.
+
+ * dlls/kernel/tests/time.c, dlls/kernel/time.c,
+ dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c,
+ dlls/ntdll/tests/time.c, dlls/ntdll/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ - RtlTimeFieldsToTime should not normalize the time fields
+ structure. Instead return error when it is given an unormalized
+ date.
+ - Use better algorithms for RtlTimeToTimeFields and
+ RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster.
+ - Add tests for RtlTimeFieldsToTime.
+ - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users
+ of SystemTimeToFileTime must do likewise.
+ - Remove a todo_wine from SystemTimeToFileTime tests.
+ - Since msvcrt.mktime must accept unnormalized dates, it cannot use
+ SystemTimeToFileTime and do the calculations itself.
+ - Add some tests for mktime accepting unnormalized dates.
+
+ * dlls/oleaut32/olefont.c: Mike Hearn <mike@navi.cx>
+ Support assigning font objects to other font objects.
+
+ * dlls/comctl32/animate.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c,
+ dlls/comctl32/header.c, dlls/comctl32/listview.c,
+ dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/syslink.c,
+ dlls/comctl32/treeview.c:
+ Robert Shearman <rob@codeweavers.com>
+ Remove unnecessary WNDPROC casts.
+
+ * dlls/winsock/socket.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix format string in WSAAddressToStringA().
+
+ * include/wine/list.h: Mike Hearn <mike@navi.cx>
+ Document the linked list support code.
+
+ * dlls/comctl32/toolbar.c, include/commctrl.h:
+ Robert Shearman <rob@codeweavers.com>
+ Implement TBN_RESTORE notification.
+
+ * programs/winedbg/stack.c: Robert Shearman <rob@codeweavers.com>
+ Limit StackWalk iterations to prevent infinite loop.
+
+2004-11-04 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/rsaenh/.cvsignore,
+ dlls/rsaenh/Makefile.in, dlls/rsaenh/handle.c, dlls/rsaenh/handle.h,
+ dlls/rsaenh/implossl.c, dlls/rsaenh/implossl.h, dlls/rsaenh/rsaenh.c,
+ dlls/rsaenh/rsaenh.spec, dlls/rsaenh/tests/.cvsignore,
+ dlls/rsaenh/tests/Makefile.in, dlls/rsaenh/tests/rsaenh.c,
+ include/config.h.in, tools/wine.inf:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Implemented a substantial part of rsaenh.dll.
+
+ * documentation/wine-devel.sgml, documentation/winedev-kernel.sgml:
+ Mike Hearn <mike@navi.cx>
+ Document how SEH works in Wine.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add unix locale to code page mapping for ISO-8859-16.
+
+ * dlls/winsock/Makefile.in, dlls/winsock/socket.c,
+ dlls/winsock/tests/sock.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement WSAAddressToString{A,W}.
+ Add tests for WSAAddressToString{A,W} and WSAStringToAddress{A,W}.
+ Add TRACEs to WSAStringToAddress{A,W}.
+
+ * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented InternetGetConnectedStateExA.
+
+ * dlls/msvcrt/tests/.cvsignore, dlls/msvcrt/tests/Makefile.in,
+ dlls/msvcrt/tests/printf.c, dlls/msvcrt/tests/scanf.c:
+ Aneurin Price <wine@shadovald.dyndns.org>
+ - Move printf tests from scanf.c to printf.c (and fix one on the
+ way).
+ - Add some more.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c,
+ dlls/shell32/undocshell.h, include/shlobj.h:
+ Aric Stewart <aric@codeweavers.com>
+ Implementation of PathCleanupSpec.
+
+ * libs/wine/mmap.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ Disable memory reservation code on FreeBSD, where it just doesn't
+ work.
+
+ * dlls/advapi32/security.c, dlls/advapi32/service.c,
+ dlls/advapi32/tests/security.c, dlls/ntdll/nt.c, include/winternl.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - implement LookupPrivilegeName
+ - correct LookupPrivilegeValue (had a buffer overrun and sometimes
+ returned incorrect LUIDs for well-known values)
+ - make AllocateLocallyUniqueId less obviously incorrect
+ - add a bunch of test cases
+
+2004-11-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/task.c, dlls/kernel/tests/change.c,
+ dlls/kernel/tests/thread.c, dlls/winmm/mmsystem.c:
+ Robert Shearman <rob@codeweavers.com>
+ Fix broken thread start routines.
+
+ * windows/msgbox.c: Ivan Leo Puoti <puoti@inwind.it>
+ Proper implementation of sysmodal message boxes.
+
+ * dlls/msvcrt/file.c: Tony Lambregts <tony_lambregts@telusplanet.net>
+ Fix up init_fp test for freopen.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Handle 3 more custom action types
+
+ * dlls/advapi32/tests/security.c: Jakob Eriksson <jakov@vmlinux.org>
+ AllocateAndInitializeSid does not work on Win98.
+
+ * dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Improve {Uninstall,Install}ColorProfile{A,W}.
+ Better tests for these functions.
+
+ * dlls/winmm/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Don't consider a MMSYSERR_NOTSUPPORTED failure a test failure.
+
+2004-11-02 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/make_requests: Restore chunk of code lost in previous changes.
+
+ * dlls/ntdll/sync.c: Jeremy White <jwhite@codeweavers.com>
+ Tune the behavior of Sleep() and Waitxxx() to more closely resemble
+ Windows behavior. The key is to yield in a Sleep and in any Wait that
+ times out.
+
+ * documentation/testing.sgml: Ivan Leo Puoti <puoti@inwind.it>
+ Downloading the platform sdk doesn't require IE any more.
+
+ * dlls/winmm/time.c: Jeremy White <jwhite@codeweavers.com>
+ The Sleep(0) in this loop is incorrect, and should be removed. This
+ fixes iTunes and a game reported by che.
+
+ * dlls/wineps/bitmap.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h:
+ Huw Davies <huw@codeweavers.com>
+ Scale the patterns so that they're rendered at 300dpi.
+ Create the image dictionary once, rather than every time the PaintProc
+ is called - should speed printing up somewhat.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Stefan Dösinger <stefandoesinger@gmx.at>
+ Added WSAAddressToStringA/W stubs.
+
+ * dlls/ntdll/time.c: Vitaly Lipatov <lav@etersoft.ru>
+ Added MSK timezone info.
+
+ * dlls/winsock/protocol.c: Hans Leidekker <hans@it.vu.nl>
+ Make sure we match output of Win2k protocol enumeration functions.
+
+ * dlls/ntdll/time.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added CET timezone info.
+
+ * dlls/gdi/bitmap.c, dlls/gdi/dib.c, dlls/gdi/tests/bitmap.c,
+ dlls/x11drv/dib.c:
+ Michael Kaufmann <hallo@michael-kaufmann.ch>
+ - Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
+ - Always calculate the location of the color table.
+ - CreateCompatibleBitmap: Create a DIB section if necessary.
+ - Added some tests.
+
+ * dlls/shell32/shellpath.c: Fabrice Ménard <menard.fabrice@wanadoo.fr>
+ Check the type of error returned by SHCreateDirectoryExW.
+
+ * dlls/ntdll/time.c: Roger Olson <u60@comcast.net>
+ Add Pacific Standard Time (PST) to TZ_INFO.
+
+2004-11-01 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/user.c: Mike McCormack <mike@codeweavers.com>
+ Start the reboot process in ExitWindowsEx.
+
+ * dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in,
+ dlls/shdocvw/shdocvw.rc, dlls/shdocvw/shdocvw_main.c:
+ Mike McCormack <mike@codeweavers.com>
+ Download the Mozilla Active X control on demand.
+
+ * dlls/winsock/protocol.c, dlls/winsock/tests/.cvsignore,
+ dlls/winsock/tests/Makefile.in, dlls/winsock/tests/protocol.c,
+ dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures.
+ Implement WSCEnumProtocols().
+ Add some tests.
+
+ * dlls/comctl32/nativefont.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Convert NativeFont control to unicode, use hbrBackground as in native.
+
+ * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add simple implementation of advpack.DoInfInstall.
+
+ * dlls/comctl32/toolbar.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not retrieve infoPtr twice in ToolbarWindowProc entry.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ CryptGetUserKey: Set return key handle to zero in case of failure.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Send notification messages in the format dictated by
+ infoPtr->notifyFormat.
+
+ * tools/Makefile.in: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Put $(FREETYPELIBS) as the last part, as it can include the dir of an
+ older Wine install which do not have the same exports (reported by
+ jooke).
+
+ * dlls/kernel/locale.c, dlls/kernel/tests/locale.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Set the correct last error in EnumUILanguagesA, with tests.
+
+ * include/winuser.h, windows/syscolor.c:
+ William Poetra Yoga H <williampoetra@yahoo.com>
+ Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system colors.
+
+2004-10-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/msg16.c, dlls/user/painting.c, include/win.h,
+ windows/message.c:
+ Get rid of the WIN_NEEDS_BEGINPAINT flag, Windows will happily loop
+ forever too if WM_PAINT is not handled properly.
+
+ * documentation/introduction.sgml: Francois Gouget <fgouget@free.fr>
+ Based on the last 36+ months Wine is released once a month on
+ average.
+ Assorted spelling fixes and tweaks.
+
+ * dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc,
+ dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc,
+ dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc,
+ dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc,
+ dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc,
+ dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc,
+ dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc,
+ dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc,
+ dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc,
+ dlls/user/resources/user32_Si.rc, dlls/user/resources/user32_Sk.rc,
+ dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Uk.rc,
+ dlls/user/resources/user32_Wa.rc, dlls/user/resources/user32_Zh.rc:
+ Ivan Leo Puoti <puoti@inwind.it>
+ Remove DS_SYSMODAL from msgbox resource.
+
+ * dlls/kernel/process.c: Francois Gouget <fgouget@codeweavers.com>
+ Add support for REG_EXPAND_SZ in set_registry_variables().
+ Fix processing of environment variables that are too big (>1024
+ characters): they should be truncated, not ignored.
+
+ * tools/c2man.pl, tools/winapi_check/modules.pm,
+ tools/winapi_check/winapi_local.pm, tools/winemaker:
+ Francois Gouget <fgouget@free.fr>
+ Alter the functions declaration order or predeclare them so perl can
+ check the prototypes.
+
+ * dlls/ntdll/tests/time.c: Francois Gouget <fgouget@free.fr>
+ #ifdef out the tests if compiling with the Platform SDK headers since
+ they are missing TIME_FIELDS.
+
+ * dlls/rpcrt4/tests/generated.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ MIDL_STUB_MESSAGE.UniquePtrCount has been renamed in the latest SDK so
+ ignore it.
+
+2004-10-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Add stubs for EnumPrintProcessorsAW.
+
+ * dlls/kernel/tests/time.c, dlls/kernel/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ - Simplify the calculation in TIME_DaylightCompareDate;
+ - Expand the number of applicable test cases.
+
+ * dlls/user/tests/input.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Clean up user32/input.c test, remove the wrong assumption that a
+ window always receives input focus upon creation.
+
+ * include/wininet.h: Mike McCormack <mike@codeweavers.com>
+ Define some extra HTTP_QUERY values.
+
+ * windows/user.c: Mike McCormack <mike@codeweavers.com>
+ Kill all wine processes when doing ExitWindowsEx.
+
+2004-10-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/keyboard.c:
+ Torbjörn Andersson <Torbjorn.E.Andersson@tietoenator.com>
+ Fixed size check in GetDeviceData.
+
+ * dlls/wininet/tests/http.c: Jakob Eriksson <jakov@vmlinux.org>
+ Supposedly fix http test on Windows.
+
+ * dlls/kernel/volume.c: Rein Klazes <rklazes@xs4all.nl>
+ In VOLUME_ReadFATSuperblock:
+ - do not test on the JMP instruction: most boot blocks have that
+ - test instead on the "FAT" strings first, before the size
+ calculation
+ - do some parameter checking to prevent arithmetic errors
+ - use meaningful names instead of block offsets
+ (based on a rejected patch from Vincent Béron).
+
+ * dlls/shell32/shellpath.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Use SHCreateDirectoryEx function instead of doing explicit recursive
+ directory creation.
+
+ * dlls/shell32/tests/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add test for SHCreateDirectoryEx function.
+ Fixed some typos.
+
+2004-10-27 Alexandre Julliard <julliard@winehq.com>
+
+ * server/queue.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Take into account window visibility when searching for a target for a
+ hardware mouse message.
+
+ * server/user.h, server/window.c: Added is_window_visible function.
+
+ * dlls/comctl32/comboex.c:
+ Use correct type instead of void* in item linked list.
+
+ * dlls/shell32/shell32_Fr.rc:
+ Fabrice Ménard <menard.fabrice@wanadoo.fr>
+ Some French translations added.
+
+ * dlls/kernel/time.c, include/winbase.h:
+ Rein Klazes <rklazes@xs4all.nl>
+ - Reordered some code from the existing helper _GetTimeZoneBias to
+ make it more general useful (and changed the helper names to
+ TIME_xyz).
+ - Make GetTimeZoneInformation return the correct zone id constants.
+ - Changed some "const LPX_Y_Z" declarations to "const X_Y_Z *".
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix bad memory allocation for unicode buffer.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetAcceptLanguagesA tests for Win98.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Flush pending messages before testing painting message sequences.
+
+ * dlls/msvcrt/time.c: Rein Klazes <rklazes@xs4all.nl>
+ In MSVCRT_localtime() return tm_isdst = 0 when there are no daylight
+ time changes in the local time zone.
+
+ * dlls/shell32/shellpath.c: Juan Lang <juan_lang@yahoo.com>
+ _SHExpandEnvironmentStrings should return input string if no % found
+ to expand, and should call ExpandEnvironmentStringsW if it doesn't
+ handle an environment variable directly. Based on a patch from Dan
+ Kegel.
+
+ * include/winuser.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add proper prototypes for GetClassLongPtrA/W for _WIN64 case.
+
+ * dlls/comctl32/comboex.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Minor cleanups.
+
+ * dlls/comctl32/hotkey.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use typesafe signature where possible.
+
+ * dlls/comctl32/status.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Rename STATUSWINDOWINFO to STATUS_INFO, for consistency with other
+ controls. Fix some prototypes. Always pass infoPtr around.
+
+ * dlls/comctl32/progress.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Minor cleanups.
+
+ * dlls/comctl32/ipaddress.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use Unicode functions where possible.
+
+ * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Add stub implementations for LaunchINFSection(Ex).
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ CryptCreateHash: Set returned hash handle to zero in case of failure.
+
+ * server/fd.c: Added fallback syscalls for epoll functions.
+
+ * dlls/mpr/Makefile.in, dlls/mpr/mpr.rc, dlls/ole32/Makefile.in,
+ dlls/ole32/ole32res.rc, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/oleaut32.rc, dlls/shell32/Makefile.in,
+ dlls/shell32/shres.rc:
+ Ge van Geldorp <gvg@reactos.com>
+ Use only one .res file.
+
+ * configure, configure.ac, dlls/x11drv/xrender.c, include/config.h.in:
+ Kevin Koltzau <kevin@plop.org>
+ Add stretching support to AlphaBlend.
+
+2004-10-26 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/Makefile.in, documentation/architecture.sgml,
+ documentation/consoles.sgml, documentation/cvs-regression.sgml,
+ documentation/i18n.sgml, documentation/implementation.sgml,
+ documentation/porting.sgml, documentation/wine-devel.sgml,
+ documentation/winedev-coding.sgml,
+ documentation/winedev-graphical.sgml,
+ documentation/winedev-kernel.sgml,
+ documentation/winedev-otherdebug.sgml,
+ documentation/winedev-windowing.sgml:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Reorganizing wine-devel:
+ - killing the advanced part (and moving its chapters in both
+ developing Wine and Wine archi parts)
+ - creating a new book on coding practices from i18n.sgml, patches.sgml
+ and porting.sgml
+ - creating a new book on some debugging strategies from the old
+ advanced book and cvs-regression.sgml
+ - creating a new book on the kernel modules (NTDLL & KERNEL32) from
+ architecture.sgml / related DLLs and address-space.sgml,
+ console.sgml, threading.sgml
+ - creating a new book on the windowing from architecture.sgml / USER32
+ and related
+ - creating a new book on the graphical parts from architecture.sgml /
+ GDI32 and related
+ Other changes:
+ - removed list of DLLs and their role (from the modules overview)
+ - removed in X11 keyboard mapping section the part related to submit a
+ patch
+
+ * dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/audio.c,
+ dlls/winmm/wineoss/audio.h, dlls/winmm/wineoss/dscapture.c,
+ dlls/winmm/wineoss/dsrender.c:
+ Robert Reif <reif@earthlink.net>
+ Split up audio.c into three separate .c files:
+ audio.c: OSS functions and waveIn and waveOut driver functions.
+ dscapture.c: direct sound capture driver implementation.
+ dsrender.c: direct sound renderer driver implementation.
+
+ * dlls/kernel/tests/time.c: Mike McCormack <mike@codeweavers.com>
+ Add some tests for time conversion functions.
+
+ * dlls/user/listbox.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Move the hwnd self into the listbox LB_DESCR struct.
+ Use proper types/names in all cases.
+ Fix some bad indentation.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ win 9x doesn't always support waveOutGetDevCapsW so don't generate an
+ error for MMSYSERR_NOTSUPPORTED.
+ Play one second of silence for each sound card when not in interactive
+ mode.
+
+ * dlls/user/button.c, dlls/user/tests/msg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make button return exactly the same dialog codes as Windows does.
+ Add a test case.
+
+ * dlls/shell32/tests/shellpath.c, dlls/shell32/version.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Update shell32's version to WinXP level.
+
+ * dlls/dsound/tests/dsound8.c: Robert Reif <reif@earthlink.net>
+ VerifyCertification is not always implemented.
+
+ * dlls/kernel/comm.c: Convert CommConfigDialog to Unicode.
+
+ * dlls/comctl32/tab.c: Thorsten Kani <beebix@gmx.net>
+ Use address of tab_item.extra when building drawitemstruct.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/tests/shellpath.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Fix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and update tests now
+ that they pass.
+
+ * dlls/kernel/comm.c, dlls/serialui/Makefile.in,
+ dlls/serialui/confdlg.c, dlls/serialui/serialui.spec:
+ Mike McCormack <mike@codeweavers.com>
+ SERIALUI: convert to Unicode.
+
+ * tools/winapi/c_function.pm, tools/winapi/c_parser.pm,
+ tools/winapi/c_type.pm, tools/winapi/config.pm,
+ tools/winapi/function.pm, tools/winapi/make_filter,
+ tools/winapi/make_parser.pm, tools/winapi/msvcmaker,
+ tools/winapi/options.pm, tools/winapi/tests.pm, tools/winapi/type.pm,
+ tools/winapi/util.pm, tools/winapi/winapi.pm,
+ tools/winapi/winapi_check_options.pm, tools/winapi/winapi_cleanup,
+ tools/winapi/winapi_extract, tools/winapi/winapi_fixup,
+ tools/winapi/winapi_fixup_documentation.pm,
+ tools/winapi/winapi_fixup_editor.pm,
+ tools/winapi/winapi_fixup_statements.pm,
+ tools/winapi/winapi_module_user.pm, tools/winapi/winapi_test:
+ Francois Gouget <fgouget@free.fr>
+ Add function prototypes.
+ Change the way functions are called and either alter their declaration
+ order or predeclare them so perl can check the prototypes.
+
+ * dlls/kernel/tests/time.c: Rein Klazes <rklazes@xs4all.nl>
+ Correctly use the return value of GetTimeZoneInformation.
+
+ * dlls/comctl32/datetime.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement proper GWL_STYLE handling, proper reaction to style changes.
+ Merge {{Inc,Dec}rement,Reset{Up,Down}}Field into one method. Fix a
+ bunch of bugs in the process. Implement DTM_[GS]ETMCFONT. Indentation
+ fixes, cleanups.
+
+2004-10-25 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/view/Cs.rc, programs/view/viewrc.rc, programs/wcmd/Cs.rc,
+ programs/wcmd/wcmdrc.rc, programs/winecfg/Cs.rc,
+ programs/winecfg/winecfg.rc, programs/wineconsole/wineconsole_Cs.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Cs.rc,
+ programs/winefile/rsrc.rc, programs/winemine/Cs.rc,
+ programs/winemine/rsrc.rc, programs/winhelp/Cs.rc,
+ programs/winhelp/rsrc.rc:
+ David Kredba <kredba@ibot.cas.cz>
+ New Czech resources.
+
+ * dlls/shell32/shellpath.c: Juan Lang <juan_lang@yahoo.com>
+ Avoid copying invalid data on error.
+
+ * tools/winedump/function_grep.pl: Francois Gouget <fgouget@free.fr>
+ Fix string handling.
+ Enable perl warnings
+ Add a proper --help option and usage.
+
+ * tools/winapi/make_filter_options.pm, tools/winapi/options.pm:
+ Francois Gouget <fgouget@free.fr>
+ Fix the usage for non-boolean options, always print the
+ description. This fixes the output of 'make_filter --help'.
+
+ * include/imagehlp.h: Francois Gouget <fgouget@free.fr>
+ Include wintrust.h.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added define for CUR_BLOB_VERSION.
+
+ * dlls/user/edit.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use proper types/names in all cases. Fix some indentation.
+
+ * dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Correctly use the returned value from GetTimeZoneInformation.
+
+ * dlls/ole32/compobj.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Remove bogus use of nStatCounter and hOleAut32 in CoSetState.
+ - Remove a comment about protecting per thread data by a critical section.
+
+ * include/tlhelp32.h: Peter Quiring <pquiring@hotmail.com>
+ Added HF32_DEFAULT and HF32_SHARED values.
+
+ * dlls/comctl32/updown.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Use only Unicode functions, it makes it easier to see we are fully
+ Unicode compliant.
+
+ * documentation/introduction.sgml: Scott Ritchie <scott@open-vote.org>
+ Revised Wine User Guide introduction.
+
+ * dlls/kernel/environ.c, dlls/kernel/process.c, dlls/ntdll/env.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed the way length of msvcrt runtime info is passed
+ - always return a NULL runtime info buffer in child if parent's
+ runtime info is NULL
+ - fixed typo in startupinfo size
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/mixer.c:
+ Robert Reif <reif@earthlink.net>
+ Don't consider no driver a test failure.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c:
+ Robert Reif <reif@earthlink.net>
+ Don't consider a device in use a failure.
+
+ * dlls/shell32/tests/shlfolder.c: Sami Aario <sami.aario@surfeu.fi>
+ Check the return value of the SHGetDesktopFolder call.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Don't fill in any more information than native does for notifications.
+ - Store hit code in a signed integer so that we can see whether it is
+ less than zero.
+
+ * dlls/comctl32/tooltips.c: Robert Shearman <rob@codeweavers.com>
+ - Don't leak memory when an app sends TTM_SETTITLE twice.
+ - An lParam of 0 indicates that the title should be removed.
+
+ * documentation/wine.conf.man: Michael Stefaniuc <mstefani@redhat.de>
+ - Add info that the wine config file has/needs a header line.
+ - Remove some infos regarding entries which were removed lately from
+ the config file.
+
+ * dlls/setupapi/dirid.c: Juan Lang <juan_lang@yahoo.com>
+ Use shell32 to get the user profile dir.
+
+ * dlls/advapi32/security.c: Juan Lang <juan_lang@yahoo.com>
+ Update comment for LsaOpenPolicy.
+
+2004-10-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/extrachunk.c, dlls/comctl32/tests/imagelist.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/dplayx/dplayx_messages.h,
+ dlls/kernel/heap.c, dlls/ole32/compobj.c, dlls/shell32/shlfileop.c,
+ dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/winedos/int21.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c:
+ Converted more of the (Un)RegisterTypeLib code to Unicode.
+ Factored out some common routines.
+
+ * windows/msgbox.c:
+ Removed wrong FIXME for MB_APPLMODAL (reported by Ivan Leo Puoti).
+
+ * tools/testrun: Get rid of this obsolete script.
+
+ * tools/wine.inf: Juan Lang <juan_lang@yahoo.com>
+ Shell registry entries are now created by shell32, don't hardcode them
+ in wine.inf.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Don't reregister ProgIds over and over, also write out the main key
+ before trying to register the Parent. This avoids loops if a ProgId
+ has itself as a parent or there is a loop in dependencies.
+
+ * tools/wineconf: Francois Gouget <fgouget@free.fr>
+ Add function prototypes.
+ Change the way functions are called and their declaration order so
+ perl can check the prototypes.
+
+ * dlls/psapi/tests/module.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetModuleBaseNameA tests for WinXP.
+
+ * dlls/oleaut32/typelib.c: Mike McCormack <mike@codeweavers.com>
+ Use Unicode functions in RegisterTypeLib.
+
+ * dlls/user/tests/msg.c, dlls/x11drv/keyboard.c, include/winuser.h:
+ VK_0-9 and VK_A-Z are not defined in the Windows headers, removed them
+ (spotted by Francois Gouget).
+
+ * dlls/shell32/shellpath.c: Avoid copying invalid data on error.
+
+ * dlls/shell32/tests/shellpath.c: Francois Gouget <fgouget@free.fr>
+ Fix the function pointer declarations so MSVC likes them.
+ CSIDL_PROFILES is not defined in the Windows SDK.
+ snprintf and strcasecmp don't exist on Windows. Replace them with
+ wnsprintfA and lstrcmpiA respectively.
+
+ * include/winbase.h:
+ Fixed definition of MAX_COMPUTERNAME_LENGTH (spotted by Mike
+ McCormack).
+
+ * dlls/mscms/handle.c, dlls/mscms/mscms_main.c, dlls/mscms/profile.c,
+ dlls/mscms/tests/profile.c, include/icm.h:
+ Francois Gouget <fgouget@free.fr>
+ Flesh out the icm.h header (add COLORMATCHSETUP & co) so it is
+ necessary to first include winuser.h like on Windows.
+
+ * tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
+ tools/winapi/msvcmaker, tools/winapi/winapi.pm,
+ tools/winapi/winapi_extract, tools/winapi_check/modules.pm,
+ tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi_check,
+ tools/winapi_check/winapi_function.pm,
+ tools/winapi_check/winapi_local.pm:
+ Francois Gouget <fgouget@free.fr>
+ Review and fix regular expressions of the form /^foo|bar$/.
+ Replace regular expressions with simple string comparisons where
+ possible.
+ Use '(?:subregexp)' instead of '(subregexp)' wherever possible.
+ 'dlls/gdi' does not have a win16drv subdirectory anymore so simplify
+ regular expressions accordingly.
+
+ * dlls/kernel/heap.c, dlls/kernel/ne_module.c, dlls/kernel/selector.c,
+ dlls/kernel/thunk.c:
+ Francois Gouget <fgouget@free.fr>
+ There is no point making '--register' functions stdcall so just
+ implement them as cdecl.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed GetAcceptLanguagesA tests for WinXP.
+
+ * dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/Makefile.in,
+ dlls/ntdll/tests/time.c, dlls/ntdll/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ Correct the calculation of the year for the 31'st of December of 2000
+ and every 400 years after that. Add a test used to find this bug.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix indenting of last patch (tabs instead of spaces).
+
+ * dlls/shell32/tests/.cvsignore, dlls/shell32/tests/Makefile.in,
+ dlls/shell32/tests/shelllink.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add a test for creating empty shelllink files.
+
+ * dlls/comctl32/datetime.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the Date Time Control. Unicodification.
+ Type safe functions (pass infoPtr and type safe values around).
+ Some cleanup and indentation fixes.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound_test.h:
+ Robert Reif <reif@earthlink.net>
+ Don't consider a bad format an error unless the capabilities say it
+ should be supported.
+ Don't consider a device already in use an error.
+
+2004-10-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ - SHCreateDirectory should create intermediate directories if
+ necessary.
+ - Remove extra boolean parameter in SHNotifyMoveFile as it is not
+ used.
+ - Use in SHFileOperation the function SHNotifyCreateDirectory instead
+ of SHCreateDirectoryEx as it does not anymore what is needed here.
+ - Fix several unsigned/signed mismatch warnings.
+
+ * tools/winapi/win32.api: Francois Gouget <fgouget@free.fr>
+ Standardize on '%long --pointer'.
+ Update it to match the latest source. Fixes many winapi_check
+ warnings.
+
+ * dlls/comctl32/monthcal.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Monthcal_SetRange: Set proper value for min date.
+
+ * documentation/samples/config: Dimitrie O. Paun <dpaun@rogers.com>
+ Remove env values from config, they are now maintained in the
+ registry.
+
+ * dlls/wintrust/wintrust_main.c, include/Makefile.in, include/mscat.h,
+ include/wincrypt.h, include/wintrust.h, tools/winapi/win32.api:
+ Francois Gouget <fgouget@free.fr>
+ Fix some issues reported by winapi_check:
+ Add mscat.h and wintrust.h; update wincrypt.h.
+ Fix the CryptCATAdminAcquireContext() and WinVerifyTrust() prototypes
+ so they use the proper types.
+ Update the wintrust section of win32.api.
+
+ * dlls/comctl32/comboex.c: Robert Shearman <rob@codeweavers.com>
+ Always remove WS_BORDER style from ComboBoxEx control.
+
+ * dlls/shell32/shlexec.c: Ge van Geldorp <gvg@reactos.com>
+ - Don't double-quote an already double-quoted argument.
+ - Properly increment the fmt pointer.
+
+ * dlls/d3d9/device.c, dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+ dlls/wined3d/directx.c, dlls/wined3d/stateblock.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Implement the beginnings of the stateblock class, and a first method
+ to use it.
+
+ * dlls/comctl32/toolbar.c: Thorsten Kani <beebix@gmx.net>
+ Don't add extra OFFSET_X/Y to the calculation of rcBitmap.top/left,
+ just use GetSystemMetrics.
+
+ * tools/winapi_check/winapi_local.pm: Francois Gouget <fgouget@free.fr>
+ Warn about implementing a -register function as stdcall.
+
+ * tools/winapi_check/winapi_check: Francois Gouget <fgouget@free.fr>
+ Add support for include/msvcrt. Fixes a bunch of spurious warnings.
+ Remove kludges for kernel_private.h, gdi_private.h, ntdll_misc.h,
+ ts_xlib.h, x11drv.h and x11font.h. They are not needed anymore.
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ Trailing white space cleanup.
+ Add IClassFactory->CreateInstance aggregation checks.
+ IID_IDirectSoundCapture and IID_IDirectSoundCapture8 are same so
+ remove redundant check.
+ Allocate capture buffer for hw driver if necessary.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Implement ChangeServiceConfig2A using ChangeServiceConfig2W.
+
+ * dlls/shell32/regsvr.c, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c,
+ dlls/shell32/shresdef.h, dlls/shell32/tests/.cvsignore,
+ dlls/shell32/tests/Makefile.in, dlls/shell32/tests/shellpath.c,
+ include/winuser.h:
+ Juan Lang <juan_lang@yahoo.com>
+ - the correct registry location to override is User Shell Folders, not
+ Shell Folders
+ - if User Shell Folders doesn't exist in HKCU, HKLM should be tried
+ - SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa
+ - the default values should be localizable
+ - some of the parameter checking and returned LPITEMIDLISTs were a bit
+ off
+
+ * tools/make_requests: Francois Gouget <fgouget@free.fr>
+ Declare DO_DUMP_FUNC() before calling it and call normally so that
+ perl can check its prototype.
+
+ * tools/make_authors: Francois Gouget <fgouget@free.fr>
+ Strictified.
+
+ * dlls/winmm/wineaudioio/audioio.c: Francois Gouget <fgouget@free.fr>
+ Remove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
+
+ * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/path.c,
+ dlls/dbghelp/source.c, dlls/dbghelp/type.c, tools/winapi/win32.api:
+ Francois Gouget <fgouget@free.fr>
+ Fix the declaration of SymEnumSymbols() in dbghelp.spec.
+ Use PVOID instead of void* for consistency.
+ Update the dbghelp section in win32.api.
+
+ * tools/winapi_check/winapi_local.pm: Francois Gouget <fgouget@free.fr>
+ Make the 'wrong argument count' warning clearer when dealing with long
+ vs. "long long" issues.
+
+ * dlls/ntdll/time.c: Rein Klazes <rklazes@xs4all.nl>
+ Correct the calculation of the year for the 31'st of December of leap
+ years.
+
+ * dlls/msvcrt/msvcrt.h, dlls/msvcrt/time.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ - mktime should compute the tm_wday, tm_yday and renormalize the
+ other fields of the supplied tm structure.
+ - add prototype declarations for the time functions.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <rob@codeweavers.com>
+ Correct the date of the completeness audit.
+
+ * include/winsvc.h: Mike McCormack <mike@codeweavers.com>
+ Define SERVICE_NO_CHANGE and RegisterServiceCtrlHandlerEx.
+
+ * tools/winapi_check/winapi_parser.pm:
+ Francois Gouget <fgouget@free.fr>
+ Fix escaped quote handling in strings.
+ Properly handle C and C++ comment parsing.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+ Walt Ogburn <reuben@ugcs.caltech.edu>
+ VarParseNumFromStr: Keep zeros after decimal point, correctly keep
+ track of trailing zeros in a decimal number.
+ VarNumFromParseNum: Don't error on decimal expressions for zero.
+
+ * include/shellapi.h: Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Add prototype for SHFreeNameMappings.
+
+ * dlls/x11drv/wintab.c: Robert North <7ownq0k402@sneakemail.com>
+ Fix WTInfoA in wintab.c so it can now take lpOutput == NULL, as per
+ standard.
+
+ * dlls/comctl32/monthcal.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the month calendar.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Draw with ILD_TRANSPARENT instead of ILD_NORMAL to draw bitmaps from
+ the native shell image list properly (reported by Thorsten Kani).
+ - Rewrite TOOLBAR_NotifyFormat to avoid side-effects.
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Implement ChangeServiceConfigA using ChangeServiceConfigW.
+
+ * programs/winefile/De.rc, programs/winefile/En.rc,
+ programs/winefile/resource.h, programs/winefile/winefile.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - use ID_SELECT_FONT in german menu
+ - move string constants into string resources
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+ dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Don't consider a device that is already in use a test failure.
+
+2004-10-19 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20041019.
+
+----------------------------------------------------------------
+2004-10-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c, dlls/kernel/process.c, dlls/kernel/sync.c,
+ dlls/rpcrt4/rpc_server.c, dlls/shell32/shellole.c,
+ dlls/user/winproc.h, dlls/winmm/driver.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c, dlls/winsock/socket.c,
+ programs/winhelp/hlp2sgml.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix various function prototypes.
+
+ * configure, configure.ac, dlls/itss/chm_lib.c, include/config.h.in,
+ include/wine/port.h, libs/port/Makefile.in, libs/port/ffs.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Add ffs() to porting library, needed by MinGW.
+
+ * programs/winecfg/winecfg.c: Anish Mistry <mistry.7@osu.edu>
+ Rename getkey and setkey for FreeBSD.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added dummy implementation for EnumUILanguagesA/W.
+
+ * tools/winebuild/main.c:
+ winebuild shouldn't depend on the NO_TRACE_MSGS define.
+
+ * configure, configure.ac, dlls/Makedll.rules.in,
+ dlls/Maketest.rules.in, dlls/dxerr8/Makefile.in,
+ dlls/dxerr9/Makefile.in, dlls/dxguid/Makefile.in,
+ dlls/strmiids/Makefile.in, dlls/uuid/Makefile.in,
+ include/config.h.in, include/wine/debug.h,
+ programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Use a new DLLDEFS variable in configure/Makefiles to actually remove
+ all the debug messages (minus ERRs) if the user decides so.
+
+ * dlls/comctl32/comboex.c, dlls/comctl32/comctl32.h,
+ dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement SetPathWordBreakProc and MirrorIcon.
+
+ * dlls/comctl32/rebar.c: Robert Shearman <rob@codeweavers.com>
+ Rebar completeness audit.
+
+ * windows/nonclient.c: Robert Shearman <rob@codeweavers.com>
+ Windows with WS_EX_TOOLWINDOW style should not have min/max buttons.
+
+ * configure, configure.ac: Warren Baird <warren.baird@cimmetry.com>
+ - added -fPIC to the LDDLLFLAGS line for HPUX; winegcc needs to pass
+ -fPIC to the link line to keep the hp linker happy
+ - set DLLEXT to .sl on HPUX
+
+ * dlls/advapi32/registry.c:
+ RegQueryValueW must return count in bytes for empty string too.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Don't consider failure with DSERR_NODRIVER a test failure.
+
+ * dlls/user/menu.c, dlls/user/user32.spec:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make TranslateAcceleratorA handle national characters.
+
+ * dlls/comctl32/tooltips.c: Ge van Geldorp <gvg@reactos.com>
+ Pass correct uiParam for SPI_GETNONCLIENTMETRICS.
+
+ * tools/wine.inf: Rein Klazes <rklazes@xs4all.nl>
+ Add HKLM,%Currentversion%\Setup,"BootDir" to the installation
+ defaults.
+
+ * dlls/wintrust/Makefile.in:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Add kernel32 as import for wintrust.
+
+ * dlls/kernel/sync.c: Mike McCormack <mike@codeweavers.com>
+ Implement CallNamedPipeA using CallNamedPipeW.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+ Walt Ogburn <reuben@ugcs.caltech.edu>
+ Keep "trailing" zeros on whole number part of a decimal.
+ Add an example of this to tests.
+
+ * dlls/oleaut32/tests/safearray.c:
+ Walt Ogburn <reuben@ugcs.caltech.edu>
+ Test that SafeArrayDestroyData keeps the pointer if FADF_STATIC is
+ set, nulls it otherwise.
+
+ * dlls/oleaut32/safearray.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ SafeArrayDestroyData - keep pointer, don't destroy data if FADF_STATIC
+ is set.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/cppexcept.c, dlls/msvcrt/cppexcept.h:
+ Output the virtual tables for the exception classes using assembly so
+ that they can have the correct layout, and get rid of the
+ corresponding hacks in RTTI_GetObjectLocator.
+ Build more of the code on non-i386 platforms too.
+ Protect __RTDynamicCast and friends with exception handlers.
+ Fix handling of the vtable pointer so that we don't need to declare
+ all object pointers as type_info.
+
+ * server/main.c: Bill Medland <billmedland@mercuryspeed.com>
+ Added a version option to the wineserver.
+
+ * include/tchar.h: Martin Fuchs <martin-fuchs@gmx.net>
+ - Fix typo in error message
+ - Separate wint_t definition from wctype_t definition (needed for
+ Cygwin target).
+
+ * loader/kthread.c: Hans Leidekker <hans@it.vu.nl>
+ Protect use of pthread functions with #ifdef HAVE_PTHREAD_H.
+
+ * dlls/shell32/shlmenu.c: Mike McCormack <mike@codeweavers.com>
+ Convert the shellmenu code to use unicode.
+
+2004-10-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/mixer.c:
+ Robert Reif <reif@earthlink.net>
+ Don't consider MMSYSERR_NOTSUPPORTED an error for wide functions.
+
+ * dlls/comctl32/commctrl.c: Ge van Geldorp <gvg@reactos.com>
+ Don't free subclass stack while it's still in use.
+
+ * documentation/configuring.sgml: Ivan Leo Puoti <puoti@inwind.it>
+ Removing references to now obsolete winesetuptk, as requested by users.
+
+ * dlls/msvcrt/cpp.c, dlls/msvcrt/cppexcept.c, dlls/msvcrt/cppexcept.h:
+ Fixed __RTDynamicCast to return the correct pointer for multiple
+ inheritance hierarchies (thanks to Muse Research for help with this
+ one).
+ Added some debug output.
+
+ * dlls/odbc32/Makefile.in, dlls/odbc32/proxyodbc.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ During startup of the connection to an external ODBC provider
+ (e.g. unixODBC) replicate that provider's driver and DSN data to the
+ registry so that Windows programs that actually query the registry
+ rather than the ODBC will find at least some information.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/memory.c,
+ dlls/ole32/datacache.c, dlls/oleaut32/olefont.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
+ dlls/shell32/shlview.c, include/axcore.idl:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix some types problems.
+
+ * dlls/oleaut32/tests/vartest.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ Test zero exponents with and without signs.
+
+ * dlls/winedos/dosexe.h, dlls/winedos/interrupts.c,
+ dlls/winedos/relay.c:
+ Markus Amsler <markus.amsler@oribi.org>
+ Push on stack in 16 bit mode with segment wrap around.
+
+ * include/.cvsignore, include/Makefile.in, include/richedit.h,
+ include/richole.h, include/richole.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Added an IDL file for Richedit's OLE interface.
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Modify ANSI functions to allocate intermediate Unicode strings on the
+ heap instead of stack.
+
+ * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
+ Jeremy White <jwhite@codeweavers.com>
+ Revise winmm/time.c to fix timer resolution at 1 ms. This then allows
+ a much more efficient implementation of timer events and timeGetTime,
+ and callers that used sub 10 ms resolution will now get correct
+ results.
+
+ * loader/kthread.c: Restore lost chunk of previous patch.
+
+ * include/Makefile.in, include/exdisp.idl, include/exdispid.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added dispinterfaces: DWebBrowserEvents and DWebBrowserEvents2.
+ - Added coclass: WebBrowser.
+ - Added exdispid.h.
+
+ * dlls/ntdll/exception.c, libs/port/interlocked.c, loader/kthread.c,
+ programs/winedbg/Makefile.in, programs/winedbg/be_alpha.c,
+ programs/winedbg/gdbproxy.c, programs/winedbg/winedbg.c,
+ tools/winebuild/import.c, tools/winebuild/spec32.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add some more Alpha asm code and Alpha-specific parts.
+
+ * dlls/user/display.c, dlls/user/message.c, dlls/user/user_main.c,
+ windows/cursoricon.c, windows/dce.c, windows/sysparams.c,
+ windows/win.c, windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Protect USER32 against early graphics driver unloading.
+
+ * dlls/user/combo.c, dlls/user/controls.h, dlls/user/listbox.c,
+ include/winuser.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Implement LBS_COMBOBOX, and make use of it.
+ Better separation between the Listbox and Combobox.
+ Have a single set of wndprocs, just like Windows.
+
+ * dlls/amstream/amstream.c, dlls/itss/itss.c, dlls/quartz/filesource.c,
+ dlls/quartz/filtergraph.c:
+ Joris Huizer <jorishuizer@planet.nl>
+ Added IClassFactory->CreateInstance aggregation checks.
+
+ * dlls/msvideo/drawdib.c:
+ Peter Riocreux <par+wine_patches@silistix.com>
+ Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
+
+ * dlls/winedos/module.c: Markus Amsler <markus.amsler@oribi.org>
+ Initialize .COM stack.
+
+ * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for CryptCATAdminAcquireContext.
+
+ * dlls/ntdll/time.c: Rein Klazes <rklazes@xs4all.nl>
+ In RtlQueryTimezoneInformation use information from the registry if it
+ is available.
+
+ * dlls/gdi/palette.c: Doug Paul <doug@elemental.ath.cx>
+ Glenn Wurster <gwurster@scs.carleton.ca>
+ Don't unrealize the palette by calling SetPaletteEntries.
+ Check peFlags for PC_RESERVED.
+
+ * dlls/x11drv/palette.c: Doug Paul <doug@elemental.ath.cx>
+ Glenn Wurster <gwurster@scs.carleton.ca>
+ Change reading of PC_(EXPLICIT|NOCOLLAPSE|RESERVED) to handle multiple
+ values.
+
+ * programs/clock/Cs.rc, programs/clock/rsrc.rc,
+ programs/cmdlgtst/Cs.rc, programs/cmdlgtst/cmdlgr.rc,
+ programs/notepad/Cs.rc, programs/notepad/rsrc.rc,
+ programs/progman/Cs.rc, programs/progman/rsrc.rc,
+ programs/regedit/Cs.rc, programs/regedit/rsrc.rc,
+ programs/start/Cs.rc, programs/start/rsrc.rc,
+ programs/uninstaller/rsrc.rc:
+ David Kredba <kredba@ibot.cas.cz>
+ Added some Czech resources.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - TBN_DELETINGBUTTON sends the command ID, not the index.
+ - Fill in tbButton structure for TBN_DELETINGBUTTON notification.
+ - Document TBN_QUERY* sending indices.
+
+ * dlls/winspool/info.c: Mike McCormack <mike@codeweavers.com>
+ Fix port enumeration.
+
+ * dlls/kernel/cpu.c: Hans Leidekker <hans@it.vu.nl>
+ Avoid using gettimeofday().
+
+ * dlls/gdi/freetype.c: Rein Klazes <rklazes@xs4all.nl>
+ Test whether the ft_encoding's are defined, not the FT_ENCODING's.
+
+ * dlls/user/misc.c, dlls/user/user32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Stub function for OpenInputDesktop.
+
+ * dlls/rpcrt4/cproxy.c, dlls/rpcrt4/rpcrt4.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Add stub implementation for CreateProxyFromTypeInfo.
+
+ * include/basetsd.h: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Uniformize endianness definition.
+
+ * dlls/x11drv/x11drv_main.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Protect some more types which can be redeclared in Xmd.h.
+
+ * programs/winecfg/libraries.c: Marcus Meissner <marcus@jet.franken.de>
+ Return out of the default case, assert() is removed with -DNDEBUG.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+ dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Fix some places where no driver present causes problems.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/imagelist.c:
+ Robert Shearman <rob@codeweavers.com>
+ Implement ImageList_SetColorTable.
+
+ * dlls/gdi/dib.c, include/wingdi.h:
+ Robert Shearman <rob@codeweavers.com>
+ The "colors" parameter of SetDIBColorTable should be CONST.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed a typo in CryptExportKey.
+
+ * tools/widl/header.c, tools/widl/parser.y, tools/widl/widltypes.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added writing forward declaration of dispinterface.
+
+ * dlls/ole32/compobj.c: Robert Shearman <rob@codeweavers.com>
+ Improve proxy destruction comment.
+
+ * dlls/ntdll/server.c: Mike McCormack <mike@codeweavers.com>
+ Mask SIGCHLD to prevent partial writes in the new_process server
+ call.
+
+ * include/winuser.h:
+ William Poetra Yoga Hadisoesen <williampoetra@yahoo.com>
+ Added some system metrics definitions.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Added SHFreeNameMappings implementation.
+
+ * loader/kthread.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Fix the declaration of pthread_mutexattr_gettype().
+
+2004-10-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt/cpp.c: Fixed spelling of 'hierarchy'.
+
+ * configure, configure.ac, dlls/gdi/printdrv.c, include/config.h.in:
+ Hans Leidekker <hans@it.vu.nl>
+ Added check for fork() to fix the MinGW build.
+
+ * tools/wine.inf, windows/sysparams.c: Ivan Leo Puoti <puoti@inwind.it>
+ Implement action 83 in SystemParametersInfo().
+
+ * server/Makefile.in, server/context_alpha.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Create the necessary functions for wineserver contexts for Alpha.
+
+ * dlls/comctl32/tests/imagelist.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Completely disable unused function show_image().
+
+ * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.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/vertexbuffer.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+ dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/d3d9/vshaderdeclaration.c, dlls/wined3d/Makefile.in,
+ dlls/wined3d/device.c, dlls/wined3d/resource.c,
+ dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Add support (as far as was previously) for the VertexBuffer and
+ Resource classes in wined3d and use when called from d3d9.
+ - Reduce the header includes in all the d3d9 interface to one common
+ set in the private header.
+
+ * configure, configure.ac: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't build wine-preloader for other cpus than x86.
+
+ * dlls/winmm/wineoss/mixer.c: Hans Leidekker <hans@it.vu.nl>
+ getMessage() is only defined when HAVE_OSS is defined.
+
+ * dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c,
+ dlls/tapi32/tapi32.spec, include/tapi.h:
+ Rein Klazes <rklazes@xs4all.nl>
+ Provide an 'A' version of appropriate functions.
+
+ * dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header.
+ Typo fix.
+
+ * tools/winebuild/import.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't use magic sizes, actually calculate them.
+
+ * tools/winebuild/spec16.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Only compile BuildCallFrom16Func on x86.
+
+ * dlls/shlwapi/reg.c, dlls/shlwapi/tests/shreg.c:
+ Bill Medland <billmedland@mercuryspeed.com>
+ Fix SHDeleteKey so that it will handle deleting a key with more than
+ one subkey. Also includes test.
+
+ * include/winuser.h: Robert Shearman <rob@codeweavers.com>
+ Add declarations for GetClassLongPtr{A,W}, GCLP_* defines and user
+ object information defines.
+
+2004-10-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/source.c,
+ dlls/dbghelp/symbol.c, dlls/dbghelp/type.c, include/dbghelp.h,
+ programs/taskmgr/dbgchnl.c, programs/winedbg/memory.c,
+ programs/winedbg/symbol.c:
+ Robert Shearman <rob@codeweavers.com>
+ Fix function and structure field types so we are compatible with the
+ native dbghelp.
+
+ * dlls/kernel/process.c, dlls/kernel/virtual.c, dlls/ntdll/env.c,
+ dlls/ntdll/heap.c, dlls/ntdll/loader.c, dlls/ntdll/relay.c,
+ dlls/ntdll/thread.c, dlls/ntdll/virtual.c, include/winternl.h:
+ Robert Shearman <rob@codeweavers.com>
+ Fix NtAllocateVirtualMemory declaration and fix users of the
+ function.
+
+ * include/msvcrt/sys/types.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Define pid_t and ssize_t if not already defined.
+
+ * dlls/oleaut32/variant.c: Walt Ogburn <reuben@ugcs.caltech.edu>
+ Allow exponents of zero (like "1.000E0") to parse
+ correctly. Previously, they caused DISP_E_TYPEMISMATCH.
+
+ * include/wine/port.h:
+ Added forward declaration of struct timeval for futimes.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/sync.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/sync.c, include/winternl.h:
+ Implemented NtYieldExecution.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/msc.c,
+ dlls/dbghelp/pe_module.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Move header parsing to callers of pe_load_debug_directory.
+ - Add stubs and structures for LF_PROCEDURE types.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added HMAC_INFO typedef.
+
+ * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/wineoss/midi.c,
+ dlls/winmm/wineoss/mixer.c, dlls/winmm/winmm.c,
+ documentation/multimedia.sgml:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - bring the multimedia doc up-to-date
+ - moved the TODO from the doc into the code
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c, windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - WM_MDISETMENU handler should update new frame menu only if an active
+ and maximized MDI child is visible.
+ - Add a test case for MDI child activation sequence.
+
+ * dlls/gdi/tests/bitmap.c: Huw Davies <huw@codeweavers.com>
+ Apparently this portion of the test was failing under some versions of
+ winxp, so remove it.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+ tools/widl/proxy.c, tools/widl/typelib.c, tools/widl/widl.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added creation of dispinterface header.
+ - Added creation of coclass header.
+ - Added messages when fopen fails.
+
+ * dlls/kernel/dosmem.c: Hans Leidekker <hans@it.vu.nl>
+ Avoid using gettimeofday.
+
+ * dlls/kernel/file.c: Hans Leidekker <hans@it.vu.nl>
+ Include stdio.h for MinGW.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ CryptDeriveKey - set return key handle to NULL in case of failure.
+
+ * dlls/shell32/tests/shlfolder.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ Sort files/folders before testing.
+
+ * include/winnt.h: Adam D. Moss <adam@gimp.org>
+ Define VER_SUITE_BLADE.
+
+ * tools/winapi/msvcmaker: Steven Edwards <steven_ed4153@yahoo.com>
+ Correctly define WINVER, _WIN32_WINNT and _WIN32_IE versions in all
+ cases.
+
+ * windows/dialog.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Unicodify DIALOG_DlgDirSelect. Use SendMessageW whenever possible.
+
+ * dlls/user/listbox.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the listbox control.
+ Fix some indentation problems.
+
+ * libs/port/interlocked.c, libs/wine/port.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement interlocked* and wine_switch_to_stack for Alpha.
+
+2004-10-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/tab.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Items are variable sized, use an accessor to get at them.
+ Combine A/W calls together to remove duplication.
+ Don't leak text when removing/changing items.
+ Turn off hot tracking when we delete the last item.
+ Use the 'delete 1 item' logic when deleting all items.
+
+ * configure, configure.ac, dlls/ntdll/sync.c, include/config.h.in:
+ Jeremy White <jwhite@codeweavers.com>
+ Made NtDelayExecution with a 0 timeout yield the CPU, as it is
+ supposed to.
+
+2004-10-08 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac:
+ Build Wine as 32-bit by default on x86-64, and added a --enable-win64
+ option for people who want to play with 64-bit support.
+
+ * dlls/user/tests/msg.c, windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Properly handle the case when last MDI child is being destroyed.
+
+ * dlls/kernel/tests/console.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Unconditionally open a fresh console for the tests.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Properly compare file versions when upgrading files so that new
+ versions get properly installed.
+
+ * tools/winebuild/build.h, tools/winebuild/import.c,
+ tools/winebuild/main.c, tools/winebuild/winebuild.man.in,
+ tools/winegcc/Makefile.in, tools/winegcc/winegcc.c:
+ Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc
+ pass the proper ld command.
+
+ * dlls/commdlg/filedlg16.c, dlls/mscms/profile.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Better document some apis in commdlg and mscms.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Update types checked by winapi_check.
+
+ * include/exdisp.idl: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added IWebBrowse2 interface.
+
+ * dlls/kernel/path.c, dlls/quartz/main.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Correct the calling convention of GetSystemWow64Directory{A,W},
+ AmpFactorToDB and DBToAmpFactor.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d9/device.c, dlls/d3d9/directx.c, dlls/wined3d/directx.c,
+ dlls/wined3d/wined3d_private.h, include/d3d9types.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Copy and tidy up the code from dx8 create device into wined3d. Call
+ from wined3d and d3d8, but short term only use the code for real from
+ d3d9.
+
+ * dlls/user/scroll.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the scroll control.
+ Reorganize the documentation in a more readable format.
+
+ * dlls/user/edit.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the edit control.
+
+ * programs/winefile/Fr.rc: Sylvain Petreolle <spetreolle@yahoo.fr>
+ Update French translation.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Disable remaining piece of the code which auto assigns virtual key
+ codes, it breaks VK_OEM_102 in finnish/swedish keyboard layouts.
+
+ * include/Makefile.in, include/reason.h, include/winreg.h,
+ include/winuser.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add some reason codes for ExitWindowsEx().
+ Also add EWX_FORCEIFHUNG.
+
+ * programs/notepad/main.c: Francois Gouget <fgouget@codeweavers.com>
+ Bring up the File->Save dialog when receiving WM_QUERYENDSESSION.
+
+ * dlls/hhctrl.ocx/hhctrl.c, dlls/hhctrl.ocx/hhctrl.ocx.spec,
+ include/htmlhelp.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ - Added doWinMain stub
+ - Fixed htmlhelp.h
+
+ * dlls/wininet/netconnection.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove #ifdef HAVE_SYS_TYPES_H.
+
+2004-10-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/crypt_md4.c, dlls/advapi32/crypt_md5.c:
+ Removed wrong memset calls.
+
+ * dlls/advapi32/advapi32.spec:
+ Fixed MD4Final/MD5Final entries (spotted by Vincent Béron).
+
+ * configure, configure.ac, dlls/mscms/Makefile.in, dlls/mscms/handle.c,
+ dlls/mscms/lcms_api.h, dlls/mscms/mscms.spec,
+ dlls/mscms/mscms_main.c, dlls/mscms/mscms_priv.h,
+ dlls/mscms/profile.c, dlls/mscms/tests/.cvsignore,
+ dlls/mscms/tests/Makefile.in, dlls/mscms/tests/profile.c,
+ include/config.h.in, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement color profile handles.
+ Implement OpenColorProfile{A,W} and CloseColorProfile.
+ Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
+ Implement UninstallColorProfile{A,W}.
+ Dynamically load liblcms.
+ Add tests.
+
+ * tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.pm,
+ tools/winapi_check/preprocessor.pm,
+ tools/winapi_check/winapi_c_parser.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_parser.pm:
+ Francois Gouget <fgouget@free.fr>
+ Add function prototypes.
+ Modify function calls so the prototypes are checked.
+
+ * libs/port/futimes.c: Jeremy White <jwhite@codeweavers.com>
+ Need to include sys/time.h.
+
+ * programs/winefile/En.rc, programs/winefile/It.rc,
+ programs/winefile/Pl.rc, programs/winefile/resource.h,
+ programs/winefile/winefile.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - remove unused IDS_FILE_MOVE_ERROR
+ - use SetWindowFont() instead of SendMessage(WM_SETFONT)
+ - remove unused comment
+ - use GET_X_LPARAM() instead of GET_X_LPARAM()
+ - remove old _ROS_ preprocessor statements
+
+ * dlls/commdlg/fontdlg.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Constify some statics and make them smaller.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/tests/imagelist.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ ImageList_Merge should not fail if indices are bad.
+ Add tests for this case, a visible test mode and fix DrawIndirect test
+ under some native comctl32.dll's.
+
+ * dlls/comctl32/treeview.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Draw +/- correctly for large icon sizes.
+
+ * include/winuser.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add missing ODS_ constants, tagname.
+
+ * dlls/dbghelp/dbghelp_private.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Vectors need all 32 bits to handle _really_ large apps.
+
+ * tools/genpatch: Francois Gouget <fgouget@free.fr>
+ The generated patch was missing a line of the diff.
+ genpatch was also depending on the new files being listed first by
+ 'cvs diff' (which is the case but I'm not sure there is any hard
+ guarantee).
+ Use 'perl -w' for more checking, fix the resulting 'undefined value'
+ warnings. In many cases we don't just want $options{xxx} to exist, we
+ want it to be defined.
+ Restrict the scope of variables and remove unneeded variables.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix "move file" implementation, in detail:
+ - use TCHAR to make the code UNICODE compatible
+ - pass return string buffer to the dialog procedure
+ - call display_error() in case of errors to display the WIN32 error
+ message
+ - use slash instead of back slash for unix file system compatibility
+ - format the code equally to the remaining winefile code
+
+ * dlls/ntdll/file.c, include/wine/port.h, libs/port/Makefile.in,
+ libs/port/futimes.c:
+ Added a fallback implementation of futimes.
+
+ * dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+ dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+ dlls/wined3d/directx.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Add a IWineD3DDevice object type (empty for now), and create one when
+ an IDirect3DDevice object is created.
+
+ * tools/winapi/make_filter_options.pm,
+ tools/winapi/msvcmaker_options.pm,
+ tools/winapi/winapi_check_options.pm,
+ tools/winapi/winapi_cleanup_options.pm,
+ tools/winapi/winapi_extract_options.pm,
+ tools/winapi/winapi_fixup_options.pm,
+ tools/winapi/winapi_test_options.pm:
+ Francois Gouget <fgouget@free.fr>
+ Don't import parse_comma_list() unless necessary.
+ winapi_check_options.pm: Fix typo in the parse_comma_list()
+ reference.
+
+ * dlls/advpack/advpack.c, dlls/advpack/reg.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Use the proper #include file delimiter in advpack.
+
+ * programs/winefile/En.rc, programs/winefile/It.rc,
+ programs/winefile/Pl.rc, programs/winefile/resource.h,
+ programs/winefile/winefile.c, programs/winefile/winefile.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Immediately refresh child windows after changing the font.
+
+ * Make.rules.in, Makefile.in:
+ Force all the tools to be rebuilt before make depend, otherwise make
+ will try to do that from the include directory.
+
+ * dlls/user/message.c, dlls/user/painting.c, windows/painting.c,
+ windows/winproc.c:
+ Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
+ by Jeremy White).
+
+ * dlls/amstream/amstream.c, dlls/amstream/main.c, dlls/atl/atl_main.c,
+ dlls/avifil32/api.c, dlls/avifil32/factory.c,
+ dlls/comcat/comcat_private.h, dlls/comctl32/comctl32undoc.c,
+ dlls/comctl32/imagelist.c, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/d3d8/surface.c,
+ dlls/d3d8/volume.c, dlls/d3d9/surface.c, dlls/d3d9/volume.c,
+ dlls/d3dxof/d3dxof.c, dlls/d3dxof/main.c, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/main.c, dlls/devenum/devenum_private.h,
+ dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c,
+ dlls/dsound/dsound_main.c, dlls/itss/itss.c, dlls/itss/moniker.c,
+ dlls/itss/storage.c, dlls/mapi32/util.c, dlls/mlang/mlang.c,
+ dlls/msdmo/dmort.c, dlls/msi/action.c, dlls/msi/msi.c,
+ dlls/msi/msiquery.c, dlls/msi/suminfo.c, dlls/msi/table.c,
+ 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/filemoniker.c,
+ dlls/ole32/ftmarshal.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/moniker.c, dlls/ole32/ole2.c,
+ dlls/ole32/ole2impl.c, dlls/ole32/oleobj.c, dlls/ole32/oleproxy.c,
+ dlls/ole32/rpc.c, dlls/ole32/stg_bigblockfile.c,
+ dlls/ole32/stg_stream.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/connpt.c, dlls/oleaut32/dispatch.c,
+ dlls/oleaut32/oaidl_p.c, dlls/oleaut32/oleaut.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c,
+ dlls/oleaut32/usrmarshal.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/filtergraph.c, dlls/quartz/quartz_private.h,
+ dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cstub.c,
+ dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/ndr_ole.c,
+ dlls/shdocvw/shdocvw_main.c, dlls/shell32/autocomplete.c,
+ dlls/shell32/brsfolder.c, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/dataobject.c, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/enumidlist.c, dlls/shell32/folders.c,
+ dlls/shell32/iconcache.c, dlls/shell32/memorystream.c,
+ dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shelllink.c, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+ dlls/shell32/shlexec.c, dlls/shell32/shlfolder.c,
+ dlls/shell32/shlfsbind.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/regstream.c, dlls/shlwapi/thread.c, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon_main.c, include/objbase.h,
+ programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@free.fr>
+ Don't define COBJMACROS in objbase.h.
+ Update the Wine sources accordingly.
+
+ * tools/winapi_check/winapi_local.pm: Francois Gouget <fgouget@free.fr>
+ Fix an 'uninitialized value' warning.
+
+ * dlls/oleaut32/vartype.c: Francois Gouget <fgouget@free.fr>
+ Fix the VarI4FromI2 API documentation.
+
+ * dlls/shell32/tests/shlfolder.c: Francois Gouget <fgouget@free.fr>
+ Conformance tests must not include wine/debug.h.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix sigsegv when double clicking directory entries.
+
+2004-10-06 Alexandre Julliard <julliard@winehq.com>
+
+ * include/exdisp.idl, tools/widl/parser.y:
+ Allow defined types to be used as function names.
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/crypt_md4.c, dlls/advapi32/crypt_md5.c,
+ dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/Makefile.in,
+ dlls/advapi32/tests/crypt_md4.c, dlls/advapi32/tests/crypt_md5.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
+ Add tests for these functions.
+
+ * windows/spy.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make message spy thread safe.
+
+ * dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
+ Rein Klazes <rklazes@xs4all.nl>
+ - Fix WS_getsockopt for the options SO_LINGER, SO_RCVTIMEO and
+ SO_SNDTIMEO by adding data conversion from Unix to windows.
+ - Added a test for this.
+
+ * programs/winefile/winefile.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - remove trailing semicolons from constant definitions
+ - add some comments
+ - make time_to_filetime() a static function
+
+ * tools/winapi/msvcmaker: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix generation of config.h.
+
+ * include/winuser.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add prototypes for GetWindowLongPtr/SetWindowLongPtr.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Skip interthread message test under win9x, it causes a crash there.
+
+ * dlls/d3d8/directx.c, dlls/d3d9/directx.c, dlls/wined3d/directx.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Move the GetDeviceCaps into the wined3d library and call from d3d9.
+
+ * dlls/user/combo.c: Steven Edwards <steven@codeweavers.com>
+ Remove useless FIXME in comment.
+
+ * tools/winapi/msvcmaker: Martin Fuchs <martin-fuchs@gmx.net>
+ Fix msvcmaker imports.
+
+ * dlls/shell32/shlfileop.c:
+ Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+ Fix bug found by Piotr Caban, where our function tried to delete a
+ directory even though the user canceled the operation.
+
+2004-10-05 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/menu.c, dlls/user/tests/msg.c, dlls/user/tests/resource.rc,
+ dlls/x11drv/keyboard.c, windows/defwnd.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for accelerators, make the test pass on Wine.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added a test case for inter-thread DispatchMessage.
+
+ * windows/message.c:
+ Prevent DispatchMessage from dispatching a message to a different
+ thread (reported by Dmitry Timoshkov).
+
+ * dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/type42.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Make sure PostScript floats are printed with LC_NUMERIC="C".
+
+ * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Draw background of the empty selected item in empty lists.
+ Don't draw a focus rect if we dont have the focus.
+ Don't select items on key up/down in multi-select lists.
+ Handle LBS_NOSEL correctly, fix remaining todo_wine tests.
+
+ * dlls/shlwapi/tests/path.c: Huw Davies <huw@codeweavers.com>
+ Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
+ UrlUnescape.
+
+ * dlls/shlwapi/url.c: Huw Davies <huw@codeweavers.com>
+ Rewrite UrlCreateFromPath.
+
+ * include/wine/port.h: Martin Fuchs <martin-fuchs@gmx.net>
+ Don't use ".previous" for Cygwin build.
+
+ * dlls/comctl32/treeview.c, dlls/comctl32/updown.c,
+ dlls/dbghelp/symbol.c, dlls/ole32/datacache.c,
+ dlls/ole32/defaulthandler.c, dlls/oleaut32/olefont.c,
+ dlls/quartz/filtermapper.c, dlls/shell32/shelllink.c,
+ dlls/wined3d/directx.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ Identify comm.drv as a 16bit dll.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/factory.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/wavfile.c:
+ Francois Gouget <fgouget@free.fr>
+ Replace some IUnknown_QueryInterface() calls with the specific call
+ for the object being used.
+
+ * dlls/commdlg/cdlg_Pl.rc, programs/clock/Pl.rc,
+ programs/clock/rsrc.rc, programs/winemine/Pl.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added/updated Polish translations.
+
+ * tools/winapi/output.pm: Francois Gouget <fgouget@free.fr>
+ Limit the length of progress messages to less than $COLUMNS || 80
+ characters so they don't wrap (which would cause them to be badly
+ erased).
+ Make good use of the 'x', the perl string multiplication operator.
+ Add function prototypes.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ Add function prototypes.
+
+ * dlls/oleaut32/dispatch.c, dlls/oleaut32/typelib.c:
+ Huw Davies <huw@codeweavers.com>
+ Implement CreateDispTypeInfo.
+
+ * dlls/shlwapi/path.c, include/shlwapi.h:
+ Huw Davies <huw@codeweavers.com>
+ Rewrite PathCreateFromUrl.
+
+ * Make.rules.in, tools/widl/header.c, tools/widl/widl.c,
+ tools/widl/widl.h, tools/widl/widl.man:
+ Removed no longer needed ICOM compatibility mode in widl.
+
+ * dlls/user/combo.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit combo control code.
+ Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
+
+ * include/commctrl.h, include/d3d.h, include/d3d8.h, include/d3d9.h,
+ include/d3dx8core.h, include/ddraw.h, include/dinput.h,
+ include/dmplugin.h, include/dmusicc.h, include/dmusici.h,
+ include/dmusics.h, include/dpaddr.h, include/dplay.h,
+ include/dplay8.h, include/dplobby.h, include/dsdriver.h,
+ include/dsound.h, include/dxdiag.h, include/dxfile.h,
+ include/mapidefs.h, include/mapiutil.h, include/mapix.h,
+ include/objbase.h, include/oledlg.h, include/shlobj.h,
+ include/shlwapi.h, include/vfw.h:
+ Get rid of the non-standard Ixxx_METHODS macro definitions, declare
+ the interfaces explicitly instead.
+
+ * dlls/avifil32/editstream.c, dlls/dplayx/dplaysp.h,
+ dlls/dplayx/lobbysp.h, dlls/ole32/ifs.h, dlls/shell32/shellfolder.h,
+ include/wine/wined3d_interface.h:
+ Avoid depending on the non-standard IUnknown_METHODS macro in Wine
+ internal headers.
+
+ * documentation/patches.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Ask for link if patch is related to a bug in Bugzilla.
+
+ * dlls/shlwapi/url.c: Huw Davies <huw@codeweavers.com>
+ Fix UrlUnescapeW.
+
+ * dlls/user/static.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit the static control code.
+ Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
+
+ * dlls/user/button.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Audit and document button code.
+ Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
+ Change WM_GETDLGCODE as per the MSDN documentation.
+
+ * Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ crosstest target depends on include files.
+
+ * dlls/quartz/filtergraph.c, include/.cvsignore, include/Makefile.in,
+ include/control.h, include/control.idl, include/uuids.h:
+ Converted control.h to idl.
+
+ * include/amvideo.idl, include/exdisp.idl, include/ocidl.idl:
+ Use propget/propput attributes where appropriate.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/widltypes.h:
+ Added support for the propget/propput function attributes.
+
+ * dlls/d3d8/directx.c, dlls/d3d9/directx.c, dlls/wined3d/directx.c,
+ dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Move the Check* type functions into wined3d and copy from d3d9, and
+ flag that they are mostly stubs.
+
+ * programs/winetest/send.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Quote everything for consistency.
+ RFC 2068 got superseded by RFC 2616.
+
+ * dlls/shlwapi/url.c: Huw Davies <huw@codeweavers.com>
+ PathIsURL should return TRUE even if a scheme is unknown.
+
+ * dlls/user/tests/msg.c, windows/mdi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ If there no MDI child to activate set hwndActiveChild to 0 in
+ WM_MDIDESTROY hander, add a test case.
+
+ * dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/crypt.c,
+ dlls/rsabase/main.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make advapi32/crypt.c test pass under win2k SP4, do stricter error
+ checking, comment out a couple of tests failing under win2k, add a
+ note why RSA_CPAcquireContext may fail.
+
+ * dlls/dbghelp/path.c: Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
+ MakeSureDirectoryPathExists: Recursively create path up to last '\\'.
+
+2004-10-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shellpath.c: Fixed typo in ProgramsW.
+ Changed the case of windows and system directories to match the
+ directories we create by default.
+
+ * include/dxfile.h:
+ Fixed incompatible IDIRECTXFILEOBJECT_METHODS macro, and added
+ IUNKNOWN_METHODS.
+
+ * configure, configure.ac, include/config.h.in, libs/wine/config.c:
+ Steven Edwards <steven@codeweavers.com>
+ Check for getuid and avoid the use of it in libwine if we don't have
+ it.
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/crypt.h, dlls/advapi32/crypt_des.c,
+ dlls/advapi32/crypt_lmhash.c, dlls/advapi32/crypt_sha.c,
+ dlls/advapi32/tests/Makefile.in, dlls/advapi32/tests/crypt_lmhash.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Implement SystemFunction006().
+ Add a test for SystemFunction006().
+
+ * dlls/dbghelp/elf_module.c: Robert Shearman <rob@codeweavers.com>
+ Add support for .gnu_debuglink.
+
+ * dlls/winmm/winealsa/audio.c:
+ Jerry Jenkins <jerry_j_jenkins@yahoo.com>
+ Fix an error message.
+
+ * dlls/winspool/info.c: Mike McCormack <mike@codeweavers.com>
+ Fix port enumeration.
+
+ * dlls/comctl32/animate.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ If an animation is already playing do not restart it.
+ Remove WM_CLOSE handler, it leads to a memory corruption later on.
+
+ * dlls/comctl32/propsheet.c: Aric Stewart <aric@codeweavers.com>
+ Check to make sure PropSheetInfo* is not null before dereferencing it
+ for some windows messages.
+
+ * include/.cvsignore, include/Makefile.in, include/mediaobj.h,
+ include/mediaobj.idl:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Create mediaobj.h from mediaobj.idl.
+
+ * dlls/user/message.c, dlls/user/tests/msg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more message conversion tests, make the tests pass under Wine.
+
+ * dlls/dplayx/dplaysp.h, dlls/dplayx/lobbysp.h, include/dsdriver.h,
+ include/wine/wined3d_interface.h:
+ Francois Gouget <fgouget@free.fr>
+ Don't use COBJMACROS on internal interfaces.
+
+ * dlls/winsock/socket.c, include/winsock2.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Fix calculation of required buffer size.
+ - Add support for detecting the IFF_MULTICAST flag.
+ - Stub for SIO_ADDRESS_LIST_CHANGE.
+
+ * include/d3d.h, include/d3d8.h, include/d3d9.h, include/ddraw.h,
+ include/dinput.h, include/dpaddr.h, include/dplay.h,
+ include/dplay8.h, include/dplobby.h, include/dsound.h,
+ include/dxdiag.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix incorrect usage of COBJMACROS.
+ Duplicate and adapt the COM access macros so they also work in C++.
+ Fix the IDirectPlayX access macros.
+
+ * include/d3dx8core.h, include/dmplugin.h, include/dmusicc.h,
+ include/dmusici.h, include/dmusics.h, include/dxfile.h,
+ include/mapidefs.h, include/mapiutil.h, include/mapix.h,
+ include/oledlg.h, include/shlobj.h, include/shlwapi.h, include/vfw.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix incorrect usage of COBJMACROS.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Do not offer submitting the report if the -o option was given.
+
+ * programs/wcmd/Pl.rc, programs/wcmd/wcmdrc.rc,
+ dlls/shell32/shell32_Pl.rc:
+ Piotr Caban <pio13@poczta.onet.pl>
+ Added Polish translation.
+
+ * tools/wine.inf: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add iccvid.dll to an initial Wine configuration.
+
+ * dlls/advapi32/tests/crypt_sha.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid a crash in advapi32/test_sha_ctx.c test if required entry points
+ are missing.
+
+ * dlls/dbghelp/stabs.c: Robert Shearman <rob@codeweavers.com>
+ - Check for string pointer being outside of the string table.
+ - Only parse typedefs on stabs entries that can have them.
+
+ * dlls/dbghelp/msc.c, dlls/dbghelp/pe_module.c:
+ Robert Shearman <rob@codeweavers.com>
+ Fix the loading .dbg files by no longer using RtlImageNtHeader which
+ would return NULL and using looking at the IMAGE_SEPARATE_DEBUG_HEADER
+ directly instead.
+
+ * programs/msiexec/msiexec.c: Kevin Koltzau <kevin@plop.org>
+ Correct problem with /i argument handling.
+
+ * dlls/winmm/winealsa/audio.c:
+ Jerry Jenkins <jerry_j_jenkins@yahoo.com>
+ Don't use the SND_PCM_ASYNC flag for the moment.
+
+ * dlls/imm32/imm.c: Mike McCormack <mike@codeweavers.com>
+ Prevent crash using CJK locale but no input method.
+
+ * dlls/comctl32/animate.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not use GlobalFree for a memory returned by LoadResource.
+
+ * dlls/ntdll/time.c: Filip Navara <xnavara@volny.cz>
+ Add UTC to the time zone list.
+
+ * programs/winetest/send.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ - Use a more unique separator string.
+ - Add some quoting to please CGI.pm-3.05.
+
+ * tools/bug_report.pl: Francois Gouget <fgouget@free.fr>
+ Switch to 'perl -w' and add 'use strict;'.
+ Add prototypes to all functions.
+ Remove $bashver and $outflags, they are not used.
+
+ * include/winspool.h: Francois Gouget <fgouget@free.fr>
+ Fix the JobId field case.
+
+ * include/tlhelp32.h: Francois Gouget <fgouget@free.fr>
+ Add HEAPENTRY32 and the related APIs.
+
+ * include/lmcons.h: Francois Gouget <fgouget@free.fr>
+ Add API_RET_TYPE and NET_API_FUNCTION.
+
+ * tools/winapi/msvcmaker: Francois Gouget <fgouget@free.fr>
+ Handle the static libraries linked to using EXTRALIBS.
+
+ * dlls/winsock/socket.c: Rein Klazes <rklazes@xs4all.nl>
+ - Time out on recv from and send to blocking sockets.
+ - Fix timeout calculation in WS_setsockopt.
+
+ * dlls/user/tests/msg.c: Robert Shearman <rob@codeweavers.com>
+ Add tests for conversion of message parameters.
+
+ * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+ Huw Davies <huw@codeweavers.com>
+ UrlEscape has different rules depending on the protocol.
+ Added a load of tests.
+
+ * dlls/comctl32/rebar.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Don't loose last band on insert.
+
+ * dlls/shell32/shlfolder.c: Ge van Geldorp <gvg@reactos.com>
+ Can't pass NULL as default value to GetPrivateProfileString.
+
+ * dlls/dbghelp/elf_module.c: Robert Shearman <rob@codeweavers.com>
+ Rewrite a section of code so that it doesn't use exit(0) when out of
+ memory.
+
+ * dlls/dbghelp/module.c: Robert Shearman <rob@codeweavers.com>
+ Print out a slightly more informative message if an ELF module fails
+ to load.
+
+ * tools/c2man.pl: Francois Gouget <fgouget@free.fr>
+ Add prototypes to all functions.
+ Move 'main' to the end so we don't have to pre-declare all the
+ functions.
+
+ * tools/make_requests: Francois Gouget <fgouget@free.fr>
+ Add 'use strict'.
+ Add prototypes to all functions.
+ Move 'main' to the end so we don't have to pre-declare all the
+ functions.
+
+2004-09-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/icmp/icmp_main.c: Avoid using gettimeofday.
+
+ * dlls/d3d8/directx.c, dlls/d3d9/directx.c, dlls/wined3d/directx.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Move into wined3d and call from d3d9 the GetAdapterId function and
+ copy all the gl declarations into the more global wined3d_gl header
+ file.
+
+ * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in,
+ dlls/shell32/folders.c, dlls/shell32/shres.rc:
+ Klemens Friedl <frik85@hotmail.com>
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - drive icon artwork
+ - display different drive icons depending on the drive type
+
+ * dlls/shlwapi/url.c, include/shlwapi.h:
+ Huw Davies <huw@codeweavers.com>
+ ParseURL is now documented, so move it into shlwapi.h.
+
+ * dlls/x11drv/event.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Ignore FocusOut event if there is no event window.
+
+ * dlls/kernel/resource.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Keep the original resources if !bDeleteExistingResources in
+ BeginUpdateResourceW.
+ Pass the correct handle to callback functions in
+ BeginUpdateResourceW.
+ Fix a bug while saving data in memory in UpdateResourceW.
+
+ * dlls/user/edit.c: James Hawkins <truiken@gmail.com>
+ Limit scrolling of the edit control to the last line of text.
+
+2004-09-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/folders.c: Robert Shearman <rob@codeweavers.com>
+ Simplify getting custom icons for a folder by utilising the new
+ SHELL32_GetCustomFolderAttribute function.
+
+ * dlls/shell32/shfldr.h, dlls/shell32/shlfolder.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add support for custom shell folders, such as the History folder.
+ - Always try to initialize folder using IPersistFolder3 interface and
+ then fall back on IPersistFolder if not supported.
+
+ * dlls/amstream/main.c, dlls/d3dxof/main.c, dlls/ddraw/main.c,
+ dlls/dpnet/dpnet_main.c, dlls/dxdiagn/dxdiag_main.c,
+ dlls/itss/itss.c, dlls/mlang/mlang.c, dlls/quartz/main.c:
+ Huw Davies <huw@codeweavers.com>
+ Fix a reference leak on failure (spotted by Rob Shearman).
+ Move some code over to the Interlocked* functions.
+
+ * dlls/urlmon/Makefile.in, dlls/urlmon/sec_mgr.c, dlls/urlmon/umon.c,
+ dlls/urlmon/urlmon_main.c, dlls/urlmon/urlmon_main.h,
+ include/urlmon.idl:
+ Huw Davies <huw@codeweavers.com>
+ Stub implementation of IInternetSecurityManager.
+ Add a classfactory.
+ Fix calling convention of CoInternetCreateSecurityManager.
+
+ * dlls/kernel/wowthunk.c: Robert Shearman <rob@codeweavers.com>
+ - Don't perform event check if in system code. Fixes infinite
+ recursion bug.
+ - Fix stack corruption that could occur in K32WowCallback16Ex if an
+ event check was inserted.
+
+ * dlls/comctl32/imagelist.c, dlls/comctl32/tests/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.com>
+ - native ImageList_Remove dosn't spit out an error message when
+ deleting an index out of range so don't do that either
+ - add 2 ImageList_Remove tests
+
+ * dlls/comctl32/treeview.c: Robert Shearman <rob@codeweavers.com>
+ Determine whether to do label edit before sending NM_CLICK.
+
+ * programs/winecfg/En.rc, programs/winecfg/drive.c,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+ programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@navi.cx>
+ - switch x11drvdlg to kernel_style, and clean up some superflous code
+ - more win32 heapification
+ - move getDialogItemText into header and rename, use some more in
+ x11drv page
+ - make label phrasing consistent in x11drv page
+
+ * programs/winecfg/En.rc, programs/winecfg/appdefaults.c,
+ programs/winecfg/audio.c, programs/winecfg/drive.c,
+ programs/winecfg/libraries.c, programs/winecfg/main.c,
+ programs/winecfg/resource.h, programs/winecfg/winecfg.c,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@navi.cx>
+ - rewrite the transaction system to be based on a settings overlay,
+ to have a nicer API, and to actually work (always a bonus)
+ - change the libraries page to be based on a listbox rather than a
+ treeview, clean up and shrink the code
+ - add accelerator keys to the libraries page, focus management
+ - make the window title reflect what the user is currently editing
+ - remove bogus root warning
+ - remove some unused control IDs in resource.h
+ - start converting the x11drv dialog to kernel_style from javaStyle
+ - bugfixing
+
+ * programs/winecfg/En.rc, programs/winecfg/appdefaults.c,
+ programs/winecfg/properties.c, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+ programs/winecfg/winecfg.rc, programs/winecfg/x11drvdlg.c:
+ Mike Hearn <mike@navi.cx>
+ - introduce keypath() function
+ - rewrite and clean up appdefaults.c, use a listview rather than
+ treeview
+ - usability tweak: reverse windows version combo so more recent
+ versions come first
+ - usability tweak: improve the add application open dialog box
+ - add accelerator keys
+ - enable/disable controls correctly
+ - begin to standardise on underscore_style for consistency with the
+ rest of wine
+ - comment out the translations for now, the UI will be changing more
+ - begin phasing out libc malloc in favour of the win32 heap
+
+ * programs/winefile/It.rc: Ivan Leo Puoti <puoti@inwind.it>
+ Translation update.
+
+ * include/pstore.idl: Filip Navara <xnavara@volny.cz>
+ Fix IDL prototypes of IPStore::WriteItem and IPStore::CloseItem.
+
+ * dlls/atl/atl.spec, dlls/atl/atl_main.c, dlls/atl/atlbase.h:
+ James Hawkins <truiken@gmail.com>
+ Stub implementation of AtlModuleUnregisterServerEx.
+
+ * tools/wineprefixcreate.in: Marcus Meissner <marcus@jet.franken.de>
+ Added missing directories mentioned in shellpath.c.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_sans_serif.sfd:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add cyrillic glyphs to wine_sans_serif at 20 ppem.
+
+ * dlls/comctl32/treeview.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Item height/expand button width must be >= than imagelist size.
+ Avoid a magic number, add FIXME for incorrect +/- drawing.
+
+ * programs/winecfg/main.c: Mike Hearn <mike@navi.cx>
+ Display message box to alert users more reliably that winecfg is
+ unfinished.
+
+ * documentation/debugger.sgml, programs/winedbg/break.c,
+ programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+ programs/winedbg/display.c, programs/winedbg/expr.c,
+ programs/winedbg/memory.c, programs/winedbg/source.c,
+ programs/winedbg/symbol.c, programs/winedbg/types.c,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed regression in ctrl-c handling
+ - fixed regression in 'info symbol XXXX' command (and enhanced
+ presentation)
+ - fixed regression in line stepping
+ - fixed regression in & (address operator) handling
+ - fixed some bad module reference for local symbols
+ - enhanced register presentation as local variables
+ - added warning when launching a debuggee which isn't a Wine app
+ - removed the 'local' extension of display command (and check when
+ setting the display whether the expr has a local binding)
+ - simplified exception handling, and factorized some code when
+ debugger stops
+
+ * tools/widl/parser.y: Filip Navara <xnavara@volny.cz>
+ - Force default [in] attribute on all parameters where explicit [in]
+ or [out] attributes aren't specified.
+ - Force default [out] attribute on return values.
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/d3d8_main.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/directx.c, dlls/d3d9/directx.c,
+ dlls/wined3d/Makefile.in, dlls/wined3d/directx.c,
+ dlls/wined3d/utils.c, dlls/wined3d/wined3d_main.c,
+ dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ - Make d3d8 know about the wined3d device and start using it.
+ - Move some of the screen mode related functions into wined3d and add
+ untested support for the new d3d9 options of providing the format to
+ some of the calls.
+ - Move other functions from the directx interface into the common
+ library and implement the calls from d3d9 as well.
+ - Copy across the first of the functions used to make traces more readable,
+ creating utils.c to store them in. Eventually the ones in d3d8 will be
+ removed but for now just duplicate the code.
+
+ * windows/cursoricon.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+ DIB_FixColorsToLoadflags: Support bitmaps with a BITMAPCOREHEADER
+ properly.
+
+2004-09-27 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/wine/config.c:
+ Base the server directory name on the uid, not the username.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/advpack/.cvsignore,
+ dlls/advpack/Makefile.in, dlls/advpack/advpack.c,
+ dlls/advpack/advpack.spec, dlls/advpack/reg.c, include/Makefile.in,
+ include/advpub.h:
+ Huw Davies <huw@codeweavers.com>
+ Partial implementation of advpack.RegInstall.
+
+ * programs/winefile/En.rc, programs/winefile/Makefile.in,
+ programs/winefile/Pl.rc, programs/winefile/resource.h,
+ programs/winefile/resource.rc, programs/winefile/winefile.c,
+ programs/winefile/winefile.h:
+ Piotr Caban <pio13@poczta.onet.pl>
+ - added choosing fonts
+ - added file moving
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Start only first service in the service table.
+
+ * dlls/winmm/winealsa/midi.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Call GetProcessHeap() instead of passing its address.
+
+ * dlls/shell32/dialogs.c: Ge van Geldorp <gvg@reactos.com>
+ Call GetProcessHeap() instead of passing its address.
+
+ * dlls/x11drv/dib.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+ - Add as many entries to the color map as specified by the DIB.
+ - Support bitmaps with a BITMAPV{4,5}HEADER.
+
+ * dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Function return types cannot be const.
+
+ * tools/wineshelllink: Marcus Meissner <marcus@jet.franken.de>
+ Remove -- from shell entries, since wine no longer filters it.
+
+ * documentation/patches.sgml: Hans Leidekker <hans@it.vu.nl>
+ Suggest running conformance tests prior to sending a patch.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+ dlls/dbghelp/symbol.c, dlls/dbghelp/type.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - now storing vector of types on a per module basis (and giving it
+ back in SymEnumTypes)
+ - flagging local register vars as local too
+
+ * documentation/PACKAGING: Hans Leidekker <hans@it.vu.nl>
+ Suggest installing LittleCMS to Wine packagers.
+
+ * programs/winhelp/macro.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Stub MACRO_JumpContext to at least bring up the help file.
+
+2004-09-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/hotkey.c: Robert Shearman <rob@codeweavers.com>
+ - Implement WS_DISABLED style.
+ - Issue EN_CHANGE notification.
+
+ * windows/nonclient.c: Robert Shearman <rob@codeweavers.com>
+ Check in client area before caption area, because the app may have
+ changed the NC area in WM_NCCALCSIZE.
+
+ * dlls/shlwapi/path.c, dlls/shlwapi/tests/path.c:
+ Huw Davies <huw@codeweavers.com>
+ Implement PathSearchAndQualify.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Ge van Geldorp <gvg@reactos.com>
+ SHGetAppCompatFlags takes 4 bytes of parameters.
+
+ * programs/winhelp/winhelp.c: Ken Belleau <jamez@ivic.qc.ca>
+ - Removed code that took the focus away from the buttons.
+ - Make the buttons forward WM_KEYDOWN to their parent.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Restructured code of StartServiceCtrlDispatcherA/W.
+
+2004-09-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+ dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c,
+ dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/hglobalstream.c,
+ dlls/ole32/itemmoniker.c, dlls/ole32/marshal.c,
+ dlls/ole32/memlockbytes.c, dlls/ole32/memlockbytes16.c,
+ dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/oleproxy.c,
+ dlls/ole32/rpc.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/connpt.c,
+ dlls/oleaut32/dispatch.c, dlls/urlmon/umon.c:
+ Joris Huizer <jorishuizer@planet.nl>
+ Ref count increment/decrement cleanup.
+
+ * windows/sysparams.c: Hajime Segawa <winetips@sidenet.ddo.jp>
+ Added StatusFontSize and MessageFontSize entries in win.ini.
+
+ * dlls/gdi/gdiobj.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use a (seemingly xp default) width of 7 for system fonts.
+
+ * dlls/shell32/iconcache.c, dlls/shell32/shres.rc:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Use system metrics to determine icon sizes.
+ - Move invalid index from 1 to 0.
+
+ * loader/preloader.c:
+ Support compiling with -fPIC for people who somehow think this is a
+ good idea.
+
+ * documentation/winelib-intro.sgml:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Change the sample app from winemine to notepad for winemaker in the
+ Winelib User Guide.
+
+ * dlls/user/menu.c, include/winuser.h:
+ Richard Cohen <richard@daijobu.co.uk>
+ MenuItemFromPoint shouldn't crash if there's no menu.
+
+ * dlls/ntdll/loadorder.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Make WINEDLLOVERRIDES also match for *dll.
+
+2004-09-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/ordinal.c, dlls/wininet/dialogs.c, include/winuser.h:
+ Robert Shearman <rob@codeweavers.com>
+ Don't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT, GWL_HINSTANCE and
+ GWL_WNDPROC when compiling the Wine source.
+
+ * programs/winhelp/hlpfile.c, programs/winhelp/winhelp.c:
+ Ken Belleau <jamez@ivic.qc.ca>
+ - Removed the deprecated OF_SEARCH flag.
+ - Handle quotes in command-line parsing.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Use dynamically allocated heap allocated buffers in
+ HTTP_InterpretHTTPHeader to avoid buffer overflow on large headers.
+
+ * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Don't crash on double InternetCloseHandle.
+ - Test case for this.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Skip shell window test on Win9x and restore its functionality on NT
+ platforms.
+ - Use keybd_event instead of SendInput in order to perform keyboard
+ input test on Win95 as well.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ At least print message if we're not returning requested data.
+
+ * dlls/comctl32/hotkey.c: Robert Shearman <rob@codeweavers.com>
+ - Make the control look more like native by using the right font and
+ spacing.
+ - Use TextOutW rather than DrawTextW as we don't use any features of
+ DrawTextW.
+ - Fix caret size and position.
+ - Implement WM_CHAR and WM_SYSCHAR messages.
+
+ * dlls/comctl32/treeview.c: Filip Navara <xnavara@volny.cz>
+ Fix obviously wrong condition in an "if" statement.
+
+ * dlls/comctl32/toolbar.c: Filip Navara <xnavara@volny.cz>
+ Add note about unimplemented TB_SAVERESTORE message.
+
+ * dlls/commdlg/fontdlg.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Remove unneeded include statements.
+
+ * configure, configure.ac, include/config.h.in, server/fd.c:
+ Added support for epoll() as an alternative to poll() (based on the
+ work of Shachar Shemesh and Mike McCormack).
+
+ * dlls/d3d9/Makefile.in, dlls/d3d9/d3d9_main.c,
+ dlls/d3d9/d3d9_private.h, dlls/d3d9/directx.c,
+ dlls/wined3d/Makefile.in, dlls/wined3d/directx.c,
+ dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d.spec,
+ dlls/wined3d/wined3d_main.c, dlls/wined3d/wined3d_private.h,
+ include/wine/wined3d_interface.h:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Create a wined3d interface, and generate a wined3d object in the d3d9
+ create method. Make the first (simple) call implementation into the
+ new wined3d interface.
+
+ * dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc,
+ dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/shell32/shell32_Uk.rc:
+ Ge van Geldorp <gvg@reactos.com>
+ Some windres versions don't like POPUP"", change to POPUP "".
+
+ * dlls/dbghelp/stack.c, programs/winedbg/stack.c:
+ Robert Shearman <rob@codeweavers.com>
+ Fix debugger for flat PC and non-flat frame.
+
+ * dlls/shell32/iconcache.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Remove some unneeded include statements.
+
+ * tools/winapi/msvcmaker: Steven Edwards <steven_ed4153@yahoo.com>
+ Define _WIN32_WINNT and _WIN32_IE versions for MS_VC Build.
+
+2004-09-22 Alexandre Julliard <julliard@winehq.com>
+
+ * windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/message.c,
+ windows/win.c, windows/winproc.c, dlls/commdlg/colordlg16.c,
+ dlls/commdlg/filedlg.c, dlls/commdlg/filedlg16.c,
+ dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg16.c,
+ dlls/commdlg/printdlg.c, dlls/commdlg/printdlg16.c:
+ Robert Shearman <rob@codeweavers.com>
+ GetWindowLong -> GetWindowLongPtr.
+
+ * dlls/ntdll/resource.c: Richard Cohen <richard@daijobu.co.uk>
+ Move TRACE inside TRY block.
+
+ * dlls/msacm/msacm.rc, dlls/msacm/msacm_Pl.rc,
+ programs/wineconsole/wineconsole_Pl.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Pl.rc,
+ programs/winefile/rsrc.rc, programs/winhelp/Pl.rc,
+ programs/winhelp/rsrc.rc:
+ Piotr Caban <pio13@poczta.onet.pl>
+ Added Polish translation.
+
+ * aclocal.m4, configure, configure.ac:
+ Warren Baird <warren.baird@cimmetry.com>
+ Fix autoconf to have a new WINE_TRY_SHLIB_FLAGS function that tests if
+ the provided flags can be used to link a shared library.
+ Added test for building shared libs on HP-UX with gcc.
+
+ * dlls/shell32/autocomplete.c, dlls/shell32/dialogs.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shlview.c,
+ dlls/x11drv/desktop.c, dlls/x11drv/window.c, dlls/x11drv/x11ddraw.c,
+ dlls/user/dialog16.c, dlls/user/message.c, dlls/user/msg16.c:
+ Robert Shearman <rob@codeweavers.com>
+ GetWindowLong -> GetWindowLongPtr.
+
+ * dlls/mlang/mlang.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make mlang return the same code page descriptions as Windows, some
+ applications depend on it.
+
+ * programs/winemine/De.rc, 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:
+ Richard Cohen <richard@daijobu.co.uk>
+ - Remove obsolete handling of WINE_STRICT/NULL_HANDLE.
+ - Allow more characters for Window title (for Fr locale).
+ - Hardcode the icon name - so that it's independent of locale.
+ - Shorten the text in the About box so that it doesn't wrap.
+ - Use HKCU instead of HKLM for saving stuff.
+ - Save YPos properly.
+ - use AdjustWindowRect instead of calculating the window size using
+ GetSystemMetrics
+ - Cope with the user moving the window offscreen and move it back.
+
+ * programs/wineconsole/user.c: Richard Cohen <richard@daijobu.co.uk>
+ Change variable name from l to k.
+
+ * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
+ Huw Davies <huw@codeweavers.com>
+ Don't trash the dst variant if we can't do the type conversion.
+ Add a test for this.
+
+ * programs/winefile/winefile.c, programs/winefile/winefile.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - Handle "." and ".." as special case and move them at the very first
+ beginning of directory listings.
+ - Remove unused variable wStringTableOffset.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Store absolute path in .lnk file.
+
+ * dlls/commdlg/printdlg.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Avoid W->A transitions.
+
+ * dlls/comctl32/commctrl.c: Dimitrie O. Paun <dpaun@rogers.com>
+ We now have ICC_LINK_CLASS.
+
+ * DEVELOPERS-HINTS: Dimitrie O. Paun <dpaun@rogers.com>
+ We no longer have a separate setupx/ DLL dir.
+
+ * dlls/comctl32/string.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Cleanup W->A transition.
+
+ * dlls/shlwapi/url.c, include/shlwapi.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Move URL_SCHEME typedef to match PSDK.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+ dlls/mscms/.cvsignore, dlls/mscms/Makefile.in, dlls/mscms/mscms.spec,
+ dlls/mscms/mscms_main.c, include/config.h.in, include/icm.h:
+ Hans Leidekker <hans@it.vu.nl>
+ Beginnings of an MSCMS implementation based on LittleCMS.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Partial implementation for OLEPictureImpl_Save.
+
+ * dlls/ntdll/virtual.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Moved TRACEs to the beginning of functions.
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Implement IShellLinkA::Resolve and IShellLinkW::Resolve.
+
+ * dlls/shell32/shell32_main.c, dlls/shell32/version.h,
+ dlls/shell32/version.rc:
+ Robert Shearman <rob@codeweavers.com>
+ Share version information between DllGetVersion and resource file.
+
+ * dlls/winmm/lolvldrv.c: Revert broken change in previous patch.
+
+ * dlls/kernel/thread.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Moved code from CreateThread to CreateRemoteThread.
+
+ * dlls/ole32/storage.c, dlls/ole32/storage32.c,
+ dlls/ole32/tests/propvariant.c, dlls/oleaut32/olepicture.c,
+ dlls/opengl32/wgl.c, dlls/quartz/enumregfilters.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/main.c,
+ dlls/richedit/reader.c, dlls/rpcrt4/rpc_server.c,
+ dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c,
+ dlls/setupapi/diskspace.c, dlls/setupapi/parser.c,
+ dlls/setupapi/queue.c, dlls/ttydrv/palette.c, dlls/urlmon/umon.c,
+ dlls/user/comm16.c, dlls/user/tests/msg.c, dlls/uxtheme/stylemap.c,
+ dlls/uxtheme/system.c, dlls/winedos/dosconf.c, dlls/winedos/int21.c,
+ dlls/winedos/ioports.c, dlls/winedos/vga.c, dlls/winedos/vxd.c,
+ dlls/wineps/clipping.c, dlls/wineps/graphics.c, dlls/wineps/ps.c,
+ dlls/wineps/text.c, dlls/wineps/type1afm.c, dlls/wineps/type42.c,
+ dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.c,
+ dlls/winsock/socket.c, dlls/wintab32/context.c, libs/wine/debug.c,
+ programs/avitools/aviinfo.c, programs/notepad/dialog.c,
+ programs/regedit/listview.c, programs/regedit/regproc.c,
+ programs/taskmgr/dbgchnl.c, programs/uninstaller/main.c,
+ programs/wcmd/batch.c, programs/wineboot/wineboot.c,
+ programs/winecfg/drive.c, programs/wineconsole/curses.c,
+ programs/winedbg/break.c, programs/winemenubuilder/winemenubuilder.c,
+ programs/winemine/main.c, programs/winhelp/winhelp.c,
+ server/registry.c, server/trace.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+2004-09-21 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/unicode.h:
+ Get rid of the assembly code, it doesn't really improve anything
+ (reported by Rein Klazes).
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add support for the CSIDL_COMMON_* locations.
+
+ * dlls/shell32/shellpath.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix CSIDL_COMMON_{STARTMENU,PROGRAMS,DESKTOPDIRECTORY} so they all use
+ paths in 'All Users' like CSIDL_COMMON_STARTUP.
+ The CSIDL_COMMON_PROGRAMS fix solves many menu creation problems.
+
+ * dlls/comctl32/hotkey.c: Robert Shearman <rob@codeweavers.com>
+ - Status update.
+ - Should create HOTKEY_INFO storage in WM_NCCREATE rather than in
+ WM_CREATE so that we can also add the WS_EX_CLIENTEDGE style.
+ - Remove code that draws the client edge; it is already drawn by
+ DefWindowProc.
+
+ * dlls/shell32/shv_item_cmenu.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Match class name used by Windows.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ Various formatting fixes.
+
+ * dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Robert Reif <reif@earthlink.net>
+ Add dx3 capabilities.
+
+ * dlls/d3d8/directx.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Don't hide and restore the window when changing it to be a popup
+ style.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix WM_MDIREFRESHMENU for the case when separator is at the position
+ 0.
+
+ * dlls/itss/.cvsignore, dlls/ole32/.cvsignore, include/.cvsignore:
+ Ignore the generated header files.
+
+ * Make.rules.in, Makefile.in, dlls/itss/Makefile.in, dlls/itss/itss.h,
+ dlls/ole32/Makefile.in, dlls/ole32/dcom.h, include/Makefile.in,
+ include/activscp.h, include/amstream.h, include/amvideo.h,
+ include/austream.h, include/comcat.h, include/ddstream.h,
+ include/dispex.h, include/docobj.h, include/exdisp.h,
+ include/mlang.h, include/mmstream.h, include/oaidl.h,
+ include/objidl.h, include/ocidl.h, include/oleidl.h,
+ include/propidl.h, include/pstore.h, include/servprov.h,
+ include/shldisp.h, include/shobjidl.h, include/shtypes.h,
+ include/strmif.h, include/unknwn.h, include/urlmon.h,
+ include/wtypes.h:
+ Build the .h files from their idl source at compile time, and remove
+ them from CVS.
+
+ * dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c:
+ James Hawkins <truiken@gmail.com>
+ Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
+
+ * dlls/user/tests/msg.c, windows/mdi.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make message flow for MDI creation/activation/destruction more like in
+ Windows. Add a bunch of MDI message tests.
+
+ * dlls/ntdll/ntdll_misc.h, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+ Alexander Yaworsky <yaworsky@migusoft.ru>
+ Make RtlCreateUserThread fail if process handle is not for the current
+ process.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Pass arguments to the service program.
+
+2004-09-20 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/msiexec/msiexec.c:
+ Added /regserver and /unregserver options.
+
+ * Make.rules.in, Makefile.in, dlls/itss/Makefile.in,
+ dlls/ole32/Makefile.in, include/Makefile.in:
+ Build idl files as part of the normal build process.
+
+ * dlls/shell32/shv_item_cmenu.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Correct setting of default menu item in shell context menus.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_sans_serif.sfd:
+ Huw Davies <huw@codeweavers.com>
+ Add a 20 ppem strike with cp1252 coverage to Wine Sans Serif.
+ Add U+201a to all strikes.
+
+ * dlls/user/controls.h, dlls/user/menu.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
+ Unblock menu loop if a window being destroyed owns a tracked menu.
+
+ * dlls/gdi/dib.c, windows/cursoricon.c:
+ Michael Kaufmann <hallo@michael-kaufmann.ch>
+ Fix a regression caused by an earlier patch for CreateDIBitmap.
+
+ * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ CoSuspendClassObjects stub implementation.
+
+ * include/winsvc.h: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Added service database names.
+
+ * dlls/quartz/filtermapper.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added support for REGFILTER2 structure with dwVersion equal to 1 when
+ registering filters.
+ Fixed default category when RegisterFilter is called without one
+ specified.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Always replace whatever is already in the HTTP "Host" header.
+
+ * server/fd.c: Moved timeout processing to a separate function.
+
+ * dlls/comctl32/comctl_Cn.rc, dlls/comctl32/comctl_Cs.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, dlls/comctl32/comctl_Uk.rc,
+ dlls/comctl32/propsheet.c:
+ Filip Navara <xnavara@volny.cz>
+ - Implement PSM_INDEXTOID, PSM_INDEXTOPAGE and PSM_PAGETOINDEX messages.
+ - Partially implement the PSH_WIZARDCONTEXTHELP and PSH_NOCONTEXTHELP
+ styles.
+
+ * include/commdlg.h, include/winbase.h, include/windef.h,
+ include/wingdi.h, include/winuser.h, include/wtypes.h,
+ include/wtypes.idl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Use correct tag names for compatability with fwd decls.
+ Some old code checks that _WINDEF_ is defined in windef.h.
+
+ * dlls/shell32/shfldr_mycomp.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Make drive letters in PIDLs always uppercase to enable PIDL
+ comparison.
+
+ * programs/notepad/main.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+ Added a 3D border for Notepad's edit control.
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+ Marcus Meissner <meissner@novell.com>
+ SafeArrayGetElement on a VARIANT array does not free the previous
+ VARIANT in the passed pointer. Added testcase.
+
+ * dlls/winedos/int33.c, dlls/winedos/vga.c, dlls/winedos/vga.h:
+ Jukka Heinonen <jhei@iki.fi>
+ Added support for int33 show/hide mouse cursor calls.
+
+ * tools/widl/parser.y, tools/widl/proxy.c:
+ Mike McCormack <mike@codeweavers.com>
+ Improve the handling of complex data types (strings and structs).
+
+ * dlls/x11drv/scroll.c: Rein Klazes <rklazes@xs4all.nl>
+ X11DRV_ScrollDC should not have a WINAPI attribute.
+
+ * dlls/comctl32/pager.c: Robert Shearman <rob@codeweavers.com>
+ Document status of control against v6.0 of native version.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/utility.c:
+ Robert Shearman <rob@codeweavers.com>
+ InternetSetStatusCallback can be used on any handle and callbacks are
+ inherited by derived handles.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Fix some TRACEs
+ - More A->W conversions missed by previous patch.
+ - Fix off-by-one error in validating drag-n-drop from available
+ buttons list box to actual buttons list box.
+ - Unicode flag should be based on the notification window.
+
+2004-09-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c, server/region.c, server/user.h,
+ server/window.c, windows/winpos.c:
+ Don't bother to return partial region data in get_window_region and
+ get_visible_region, return STATUS_BUFFER_OVERFLOW instead.
+
+ * dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec,
+ dlls/advapi32/crypt_sha.c, dlls/advapi32/tests/.cvsignore,
+ dlls/advapi32/tests/Makefile.in, dlls/advapi32/tests/crypt_sha.c:
+ Filip Navara <xnavara@volny.cz>
+ Implement A_SHA* functions present in Windows XP and later systems.
+
+ * dlls/msi/action.c: Robert Shearman <rob@codeweavers.com>
+ Make sure paths end with a slash before concatenating file names.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Cleanup reference counting.
+ AddRef and Release return ULONG.
+
+ * dlls/dinput/device.c, dlls/dinput/dinput_main.c,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Robert Reif <reif@earthlink.net>
+ Use InterlockedIncrement/InterlockedDecrement for reference counting.
+ Fix bug in effect enumeration that crashed dxcapsviewer.
+
+ * dlls/comctl32/tooltips.c: Robert Shearman <rob@codeweavers.com>
+ Use Unicode window messages.
+
+2004-09-16 Alexandre Julliard <julliard@winehq.com>
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_marlett.sfd:
+ TransGaming
+ Add a Marlett replacement font.
+
+ * configure, configure.ac, dlls/wininet/internet.h,
+ dlls/wininet/netconnection.c, include/config.h.in,
+ include/wine/port.h:
+ Avoid using socklen_t.
+
+ * dlls/gdi/tests/bitmap.c, dlls/x11drv/bitblt.c:
+ Huw Davies <huw@codeweavers.com>
+ When we blit with a monochrome dibsection as the source we should use
+ the colour table of that dib.
+ Added a test for this.
+
+ * dlls/avifil32/avifile.c: James Hawkins <truiken@gmail.com>
+ Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
+
+ * dlls/user/edit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle painting the border if WS_EX_CLIENTEDGE is not set.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/advapi32/tests/security.c:
+ Juan Lang <juan_lang@yahoo.com>
+ - correct ConvertStringSidToSidW and ConvertSidToStringSidW, with
+ tests
+ - add ConvertStringSidToSidA
+ - add missing exports for ConvertStringSidToSidA/W
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Pass argv[0] (service name) to the service program.
+
+ * dlls/gdi/tests/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/x11drv.h:
+ Huw Davies <huw@codeweavers.com>
+ It's important to keep the original dib colour table and not just the
+ colour mapping associated with a dib section - it's this table that
+ GetDIBColorTable should retrieve.
+ Added some GetDIBColorTable tests.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for WM_KEY* to WM_SYSKEY* message conversion.
+
+ * dlls/user/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Accept WM_SYSCHAR message for processsing in TranslateAcceleratorW.
+
+ * dlls/advapi32/advapi32.spec:
+ Alexander Yaworsky <yaworsky@migusoft.ru>
+ Added stubs for MD4, MD5 and SHA functions.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix some -Wsigned-compare warnings.
+
+ * dlls/oleaut32/tests/vartype.c: James Hawkins <truiken@gmail.com>
+ Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+ Robert Reif <reif@earthlink.net>
+ Cleanup reference counting.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Add de-interleaving for GIF images.
+
+ * dlls/comctl32/pager.c: Robert Shearman <rob@codeweavers.com>
+ - Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
+ button; use plain mouse capture instead like native.
+ - Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
+ associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
+ WM_NCLBUTTONUP.
+ - Refactor state change code so that state changes don't happen as
+ side effects from messages such as WM_NCCALCSIZE, instead only from
+ user input messages like WM_MOUSEMOVE.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ Use Unicode window messages.
+
+ * dlls/hhctrl.ocx/hhctrl.c, include/Makefile.in, include/htmlhelp.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added htmlhelp.h.
+
+2004-09-15 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/message.c, windows/cursoricon.c, windows/winproc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Use the W version of the function were we can.
+
+ * dlls/gdi/freetype.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Use the preferred FT_ENCODING values rather than ft_encoding.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Remove a stray 'else' left by a previous patch.
+
+ * dlls/mlang/mlang.c: Mike McCormack <mike@codeweavers.com>
+ Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use FILE_SHARE_DELETE when loading modules, as running an exe that's
+ going to be deleted should work.
+
+2004-09-14 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040914.
+
+----------------------------------------------------------------
+2004-09-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlexec.c: Jens Collin <jens.collin@lakhei.com>
+ Added lookup of environment vars in SHELL_ArgifyW.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Proper finalization in StartServiceW.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Don't let applications add Connection header to request.
+
+ * dlls/ntdll/file.c, dlls/shlwapi/reg.c, dlls/twain/README,
+ dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c, dlls/twain/twain_i.h,
+ dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c,
+ dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, include/winbase.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added stub for NtShutdownSystem.
+
+ * dlls/user/user32.spec, windows/win.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added stub for SwitchDesktop.
+
+ * tools/widl/header.c, tools/widl/parser.y:
+ Mike McCormack <mike@codeweavers.com>
+ Determine RPC struct types more exactly.
+
+ * configure, configure.ac, dlls/oleaut32/olepicture.c,
+ include/config.h.in:
+ Marcus Meissner <meissner@suse.de>
+ Autodetect libgif so extension and try to load it.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for QueryServiceObjectSecurity.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_courier.sfd:
+ Huw Davies <huw@codeweavers.com>
+ Add cp1250 glyphs to Wine Courier.
+
+ * dlls/shell32/shell32_main.c: Juan Lang <juan_lang@yahoo.com>
+ Added support for DLLVERSIONINFO2 in DllGetVersion.
+
+ * include/wine/rpcfc.h: Mike McCormack <mike@codeweavers.com>
+ Added missing rpc type.
+
+ * dlls/mlang/mlang.c: Mike McCormack <mike@codeweavers.com>
+ Use Interlocked* functions in AddRef and Release.
+
+ * dlls/advapi32/crypt.c: Mike McCormack <mike@codeweavers.com>
+ Make sure not to interfere with the lasterror value returned by the
+ CSP in CryptAcquireContextA.
+
+ * DEVELOPERS-HINTS: Mike McCormack <mike@codeweavers.com>
+ Add dev hint line for itss (part of html help).
+
+ * dlls/kernel/resource.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement BeginUpdateResource and UpdateResource.
+ Stub out a bit more of EndUpdateResource.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Status update.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Make customization list boxes into drag list boxes.
+ - Order available buttons in the same way as the native version.
+
+ * dlls/comctl32/draglist.c: Robert Shearman <rob@codeweavers.com>
+ - Clear data structure after dragging.
+ - WM_SETCURSOR does not need to be handled as it is not sent whilst
+ the window is captured.
+ - Make uDragListMessage non-static so that we can re-use it
+ elsewhere.
+
+ * dlls/winsock/socket.c: Roderick Colenbrander <thunderbird2k@gmx.net>
+ Gerald Pfeifer <gerald@pfeifer.com>
+ Make WS2_send(), WS_getsockopt(), and WS_setsockopt() IPX support work
+ on FreeBSD.
+
+ * dlls/user/tests/msg.c:
+ Stop testing a sequence upon the first expected error, to avoid
+ spurious errors later on.
+
+ * dlls/comctl32/ipaddress.c, dlls/comctl32/status.c,
+ dlls/comctl32/trackbar.c, dlls/comctl32/updown.c:
+ Robert Shearman <rob@codeweavers.com>
+ Set class hbrBackground and style to the same as native.
+
+ * dlls/comctl32/pager.c: Robert Shearman <rob@codeweavers.com>
+ - Set hbrBackground class property to same value as native.
+ - Use Unicode window functions instead of ANSI.
+
+ * dlls/comctl32/tab.c: Robert Shearman <rob@codeweavers.com>
+ - Set hbrBackground class property to same value as native.
+ - Remove no longer needed WM_ERASEBKGND handler.
+ - Use Unicode window functions instead of ANSI.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ If we do not have an IconsDir, use the temp directory.
+
+2004-09-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlfolder.c, dlls/shell32/tests/.cvsignore,
+ dlls/shell32/tests/Makefile.in, dlls/shell32/tests/shlfolder.c:
+ Vitaliy Margolen <wine-patch@kievinfo.com>
+ IShellFolder::CompareIDs - return only -1/0/1 in lower 16 bit.
+
+ * dlls/comctl32/treeview.c, dlls/gdi/enhmetafile.c, dlls/gdi/wing.c,
+ windows/dce.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ CreateDCA -> CreateDCW
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Fix resizing of wizards.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+ Andreas Rosenberg <andreas_rosenberg@web.de>
+ Implementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons.
+
+ * dlls/gdi/dib.c, dlls/gdi/enhmetafile.c, dlls/gdi/tests/.cvsignore,
+ dlls/gdi/tests/Makefile.in, dlls/gdi/tests/bitmap.c,
+ windows/cursoricon.c:
+ Michael Kaufmann <hallo@michael-kaufmann.ch>
+ Huw Davies <huw@codeweavers.com>
+ CreateDIBitmap should return bitmaps at the depth of the supplied dc.
+ Add a test to exercise this behaviour.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h:
+ Robert Shearman <rob@codeweavers.com>
+ Store HTTP host header in the same way as most other headers.
+
+ * dlls/user/tests/msg.c, windows/nonclient.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for HCBT_SYSCOMMAND hook, add logging for HCBT_SYSCOMMAND
+ in the message test.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ - Remove unused variable hIC.
+ - Remove check for HTTP signature in server reply.
+ - Fix stupid error with freeing the wrong buffer.
+
+ * dlls/comctl32/treeview.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Make sure TreeView gets redrawn after calling EnsureVisible.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_system.sfd:
+ Huw Davies <huw@codeweavers.com>
+ Add cp1250 glyphs to Wine System.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Fill the area next to watermark bitmap with window color and subclass
+ exterior wizard pages to suppress drawing background.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Robert Reif <reif@earthlink.net>
+ Added support for multiple devices.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a bunch of new MDI tests.
+
+ * Make.rules.in: Turn on warnings when building the .def file.
+
+ * dlls/ntdll/directory.c:
+ Don't try to stat network mounts in parse_mount_entries, we can't
+ return a meaningful device for them anyway (suggested by Robert
+ Shearman).
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
+ dlls/shlwapi/tests/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
+ SHAnsiToAnsi, SHUnicodeToUnicode.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/prop.c,
+ dlls/mapi32/tests/util.c, dlls/mapi32/util.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
+ FreeProws, ScDupPropset, HexFromBin, FBinFromHex, FEqualNames.
+ Fix 2 cases where iterating over value arrays reused a loop variable
+ incorrectly.
+
+ * tools/wine.inf: Huw Davies <huw@codeweavers.com>
+ Helv should be an alias for MS Sans Serif. Spotted by Francois.
+
+ * dlls/twain/capability.c, dlls/twain/ds_audio.c,
+ dlls/twain/twain16_main.c, dlls/twain/twain32_main.c,
+ dlls/twain/twain_i.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make sure we include config.h before including twain_i.h.
+ Fixes an activeDS.deviceHandle corruption bug.
+
+ * tools/widl/parser.y, tools/widl/proxy.c:
+ Mike McCormack <mike@codeweavers.com>
+ Improve proxy code generated for oaidl.idl.
+
+ * dlls/comctl32/header.c: Vitaliy Margolen <wine-patch@kievinfo.com>
+ Send correct tracing notification messages.
+
+ * dlls/kernel/console.c, dlls/kernel/tests/console.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed (finally) ScrollConsoleScreenBuffer implementation.
+
+ * dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c, dlls/ntdll/string.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation updates.
+
+ * fonts/wine_sans_serif.sfd: Huw Davies <huw@codeweavers.com>
+ Fix the size of the 'G' at 16 ppem. Thanks to Dmitry for spotting
+ this.
+
+ * dlls/gdi/dc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ When DC mapping changes reselect current pen to update physical
+ width.
+
+ * dlls/dinput/device_private.h, dlls/dinput/joystick_linux.c,
+ dlls/dinput/joystick_linuxinput.c, dlls/dinput/mouse.c:
+ Robert Reif <reif@earthlink.net>
+ Add buffered mode to joystick.
+ Add JoystickWImpl_GetDeviceInfo.
+
+ * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED messages, make
+ the tests pass on Win95/Win98/Win2000, fix some test failures under
+ Wine.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Correct displaying of wizard subtitle.
+
+2004-09-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Remove lock name from lock debug structure before deletion so it gets
+ freed properly.
+
+ * dlls/msi/action.c: Robert Shearman <rob@codeweavers.com>
+ - Use FDI functions like native instead of advpack.ExtractFiles and
+ cabinet.Extract (which doesn't work with native cabinet)
+ - If MoveFile fails the message now displayes the correct last error
+ and bails rather than silently breaking the install.
+
+ * dlls/user/menu.c: Michael Kaufmann <hallo@michael-kaufmann.ch>
+ Make the menus of Delphi applications work.
+
+ * dlls/user/tests/dialog.c, windows/defdlg.c, windows/dialog.c:
+ Zach Gorman <zach@archetypeauction.com>
+ The initial dialog focus should be established by the default handler
+ for SetFocus(), not in the dialog creation code.
+
+ * dlls/user/tests/dialog.c, windows/dialog.c:
+ Zach Gorman <zach@archetypeauction.com>
+ Modal dialogs should not be shown via ShowWindow until the message
+ queue first runs empty. This allows all initialization to complete
+ before a default focus is assigned.
+
+ * dlls/kernel/module.c, dlls/kernel/ne_module.c, dlls/kernel/process.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Don't reject OS/2 programs, try to carry on in DOS mode.
+
+ * dlls/user/tests/dialog.c, dlls/user/tests/resource.rc:
+ Zach Gorman <zach@archetypeauction.com>
+ Added tests for default focus assignment in dialogs.
+
+ * include/winternl.h: Robert Reif <reif@earthlink.net>
+ Document all the structure members up to SessionId in the PEB.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Implemented LockServiceDatabase and UnlockServiceDatabase.
+
+ * dlls/shlwapi/path.c: Diego Pettenò <dgp85@users.sourceforge.net>
+ Add support for file:/// urls in PathCreateFromUrl.
+
+ * dlls/wininet/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Strip dangling \r\n from HTTP_HttpSendRequest.
+
+ * dlls/avifil32/avifile_Pl.rc, dlls/avifil32/rsrc.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added Polish translation.
+
+ * dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+ We want all 1bpp dibsections to have a monochrome bitmap and
+ everything else to be at the screen depth.
+
+ * dlls/kernel/tests/time.c: Rein Klazes <rklazes@xs4all.nl>
+ Add tests of TzSpecificLocalTimeToSystemTime and
+ SystemTimeToTzSpecificLocalTime.
+
+ * dlls/kernel/time.c: Rein Klazes <rklazes@xs4all.nl>
+ Fixed TzSpecificLocalTimeToSystemTime and
+ SystemTimeToTzSpecificLocalTime:
+ - take the time of day into the calculation, so the bias is calculated
+ correctly during the transition days;
+ - the transition times are expressed as local time, not system time;
+ - correct the daylight logic for use on the southern hemisphere;
+ - beautify some LONGLONG arithmetic.
+
+ * dlls/dbghelp/dbghelp.spec: Robert Shearman <rob@codeweavers.com>
+ Implement ImageDirectoryEntryToData by forwarding it to the ntdll
+ implementation of the function.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ Output NdrConvert, NdrClearOutParameters and IID constraints.
+
+ * dlls/dsound/buffer.c, dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Return error from low level driver when necessary.
+
+2004-09-09 Alexandre Julliard <julliard@winehq.com>
+
+ * 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/marshal.c, dlls/ole32/moniker.c, dlls/ole32/ole16.c,
+ dlls/ole32/oleobj.c, dlls/ole32/oleproxy.c, dlls/ole32/rpc.c,
+ dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/connpt.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/olefont.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c, include/objbase.h:
+ Get rid of the non-standard ICOM_THIS macro.
+
+ * dlls/dinput/device.c, dlls/dinput/dinput_main.c,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c, dlls/dsound/buffer.c,
+ dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c,
+ dlls/shell32/autocomplete.c, dlls/shell32/cpanelfolder.c,
+ dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/memorystream.c,
+ dlls/shell32/shelllink.c, dlls/shell32/shellole.c,
+ dlls/shell32/shlfsbind.c, dlls/shell32/shlview.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c:
+ Removed some more uses of the non-standard ICOM_THIS macro.
+
+ * dlls/kernel/tests/console.c: Comment out an unreliable test.
+
+ * dlls/ole32/ole2.c, dlls/ole32/tests/propvariant.c,
+ dlls/olecli/olecli16.c, dlls/olecli/olecli_main.c,
+ include/Makefile.in, include/objbase.h, include/objidl.h,
+ include/objidl.idl, include/propidl.h, include/propidl.idl,
+ include/shobjidl.h, include/shobjidl.idl:
+ Francois Gouget <fgouget@free.fr>
+ Move the PROPVARIANT declaration from objidl.idl to propidl.idl.
+ Move related API declarations from individual C files to propidl.idl.
+ Remove uneeded include of propidl.h in the propvariant.c test.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_Nl.rc, dlls/shlwapi/shlwapi.rc,
+ dlls/shlwapi/shlwapi_Nl.rc:
+ Hans Leidekker <hans@it.vu.nl>
+ Dutch resource translation.
+
+ * dlls/user/edit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Allow copying selection when control is read only.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ Output intermediate variables for the method to write into in stubs.
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+ James Hawkins <truiken@gmail.com>
+ Added stub for IsValidURL.
+
+ * dlls/dinput/joystick_linux.c: Robert Reif <reif@earthlink.net>
+ offsets array is the size of the wine data format so there is no need
+ to reallocate it when the format changes.
+
+ * dlls/ttydrv/Makefile.in, dlls/ttydrv/wnd.c, dlls/user/user32.spec,
+ dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h,
+ include/win.h, windows/win.c:
+ Get rid of the WIN_SetRectangles export from user32.
+
+ * server/fd.c:
+ Take care to not close the file handle if there are outstanding locks
+ and the directory options don't match.
+
+ * dlls/kernel/process.c:
+ Fixed the check for removable media in load_pe_exe (spotted by
+ Francois Gouget).
+
+ * dlls/comctl32/tooltips.c: Robert Shearman <rob@codeweavers.com>
+ - Status update.
+ - Remove no longer valid comment.
+ - Minor coding style cleanups.
+
+ * dlls/dinput/mouse.c: Robert Reif <reif@earthlink.net>
+ Fixes a mouse regression due to structure size change.
+
+2004-09-08 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/msg.c: Fixed some message sequences to succeed on XP.
+ Added some tests for showing/hiding a child window with an invisible
+ parent.
+
+ * dlls/dinput/joystick_linux.c: Robert Reif <reif@earthlink.net>
+ - Add linux to dinput axis mapping using HKLM/Software/Wine/dinput
+ registry settings.
+ - Fix some format mapping bugs.
+ - Adds GetDeviceInfo.
+ - Adds SetProperty DIPH_DEVICE support for setting all properties.
+ - Use windows compatible object naming.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Do not distinguish exterior wizard pages by their position, but
+ instead expect that every page in wizard that doesn't have header is
+ exterior.
+
+ * dlls/wininet/internet.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Make sure InternetReadFile returns full buffers.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound8.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make the dsound tests run with DirectX < 8.
+
+ * dlls/dsound/tests/propset.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Remove the get_hwnd() implementation from propset.c and reuse the
+ common one.
+
+ * dlls/kernel/tests/timer.c: Francois Gouget <fgouget@free.fr>
+ Set _WIN32_WINNT to 0x0501 so we get the definition of
+ PTIMERAPCROUTINE from the Windows headers.
+
+ * dlls/ole32/tests/propvariant.c: Francois Gouget <fgouget@free.fr>
+ The union in PROPVARIANT is always nameless on Windows. So define a
+ macro to deal with it correctly.
+
+ * dlls/winedos/int21.c: Markus Amsler <markus.amsler@oribi.org>
+ Respect given buffer size in GET EXTENDED COUNTRY INFORMATION.
+
+ * dlls/msvcrt/msvcrt.h, dlls/msvcrt/tests/headers.c,
+ dlls/msvcrt/time.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Added MSVCRT_CLOCKS_PER_SEC define.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ Generate some marshalling code for stubs.
+
+ * server/fd.c:
+ Converted the timeout list to use the standard list functions.
+
+ * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/drawprim.c, dlls/d3d8/indexbuffer.c,
+ dlls/d3d8/resource.c, dlls/d3d8/surface.c, dlls/d3d8/swapchain.c,
+ dlls/d3d8/texture.c, dlls/d3d8/utils.c, dlls/d3d8/vertexbuffer.c,
+ dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c,
+ dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c, 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/vertexbuffer.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+ dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/d3d9/vshaderdeclaration.c, dlls/d3dx8/d3dxbuffer.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/user.c,
+ dlls/ddraw/dpalette/hal.c, dlls/ddraw/dpalette/main.c,
+ dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/main.c, dlls/quartz/avidec.c,
+ dlls/quartz/avisplit.c, dlls/quartz/control.c,
+ dlls/quartz/dsoundrender.c, dlls/quartz/enumfilters.c,
+ dlls/quartz/enummedia.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/enumpins.c, dlls/quartz/enumregfilters.c,
+ dlls/quartz/filesource.c, dlls/quartz/filtermapper.c,
+ dlls/quartz/main.c, dlls/quartz/memallocator.c, dlls/quartz/pin.c,
+ dlls/quartz/systemclock.c, dlls/quartz/videorenderer.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/wineoss/audio.c:
+ Removed some more uses of the non-standard ICOM_THIS macro.
+
+ * dlls/ddraw/convert.c, dlls/ddraw/d3dcommon.c,
+ dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dvertexbuffer.c,
+ dlls/ddraw/ddraw/hal.c, dlls/ddraw/ddraw/main.c,
+ dlls/ddraw/dpalette/main.c, dlls/ddraw/dsurface/dib.c,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/mesa.c, dlls/dinput/device.c,
+ dlls/dinput/device_private.h, dlls/dinput/dinput_main.c,
+ dlls/dinput/joystick_linux.c, dlls/dinput/mouse.c,
+ dlls/dmloader/loader.c, dlls/dmusic/collection.c,
+ dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/mixer.c, dlls/dsound/propset.c, dlls/gdi/enhmetafile.c,
+ dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/font.c, dlls/gdi/freetype.c,
+ dlls/gdi/gdiobj.c, dlls/gdi/mfdrv/graphics.c,
+ dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c, dlls/gdi/painting.c,
+ dlls/gdi/path.c, dlls/imm32/imm.c, dlls/iphlpapi/ifenum.c,
+ dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c,
+ dlls/msacm/msacm32_main.c, dlls/msacm/pcmconverter.c,
+ dlls/msdmo/dmoreg.c, dlls/msvcrt/file.c, dlls/msvideo/msvideo_main.c,
+ dlls/netapi32/nbt.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * server/region.c, server/user.h:
+ Added xor_region, fixed rect_in_region.
+
+ * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/tests/.cvsignore,
+ dlls/rpcrt4/tests/Makefile.in, dlls/rpcrt4/tests/generated.c,
+ include/rpcdce.h, include/rpcndr.h, tools/winapi/c_parser.pm,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Fix and unify parsing of calling conventions.
+ Hack handling of 'struct { } *NDR_SCONTEXT;' so we don't cause a parse
+ error as this is a valid C construct.
+ Generate type tests for rpcrt4.
+ Remove PRPC_BINDING_VECTOR and PUUID_VECTOR, they don't exist on
+ Windows.
+ Fix the MIDL_STUB_MESSAGE, MIDL_SERVER_INFO and
+ MIDL_STUBLESS_PROXY_INFO structs.
+ Add NDR_ALLOC_ALL_NODES_CONTEXT, NDR_POINTER_QUEUE_STATE and
+ CS_STUB_INFO.
+
+ * dlls/shlwapi/url.c: Diego Pettenò <dgp85@users.sourceforge.net>
+ Add support in UrlIs() for URLIS_DIRECTORY and URLIS_FILEURL flags.
+
+ * dlls/wininet/internet.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Get full buffers in Internet_Readfile.
+
+ * dlls/kernel/console.c, dlls/kernel/tests/console.c, dlls/ntdll/env.c,
+ include/winternl.h, server/console.c, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - ctrl-c enabling flag is now inherited
+ - fixed console-related fields in RTL_USER_PROCESS_PARAMETERS
+ - various clean-up in kernel32.SetConsoleCtrlHandler
+ - only send a console event once to a process and not to all the
+ process' threads
+
+ * dlls/d3d8/cubetexture.c, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/stateblock.c, dlls/d3d8/texture.c,
+ dlls/d3d8/volumetexture.c, dlls/d3d9/cubetexture.c,
+ dlls/d3d9/texture.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+2004-09-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/timer.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add a test for timers.
+
+ * server/fd.c:
+ Make sure to run through the poll loop once before processing newly
+ added timers (reported by Mike McCormack).
+
+ * dlls/ntdll/time.c:
+ Avoid integer overflows in NTDLL_get_server_timeout (spotted by Mike
+ McCormack).
+
+ * dlls/shell32/shellord.c, dlls/shell32/tests/generated.c,
+ include/shlobj.h, tools/winapi/c_parser.pm, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Fix c_parser.pm so it handles 'const' preceeding a '*'.
+ Add missing #pragma pack directives for the new shlobj.h types.
+ Fix some field names in CSFV and QCMINFO.
+ Update the generated tests to also check shtypes.h and test some more
+ types.
+
+ * dlls/winedos/int21.c: Markus Amsler <markus.amsler@oribi.org>
+ Fix filename terminator table, correct exclude_last value.
+
+ * configure, configure.ac, dlls/winedos/int13.c, include/config.h.in:
+ Rein Klazes <rklazes@xs4all.nl>
+ Fix compile error with include files from Linux 2.6.7+.
+
+ * dlls/winsock/socket.c, include/Makefile.in, include/wsnwlink.h:
+ Roderick Colenbrander <thunderbird2k@gmx.net>
+ - set ipx packet type
+ - add support for retrieving some ipx info
+
+ * tools/winebuild/res32.c:
+ Fill in the proper offsets in the resource directory instead of
+ relying on the compiler to do it.
+
+ * dlls/comctl32/tooltips.c: Robert Shearman <rob@codeweavers.com>
+ Implement titles.
+
+ * dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in,
+ dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc:
+ Robert Shearman <rob@codeweavers.com>
+ Add 16x16 error, info and warning icons.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() and trace() calls.
+ Point to the pre-compiled winetest binaries.
+ A couple of small tweaks here and there.
+
+ * dlls/oleaut32/tmarshal.c: Robert Shearman <rob@codeweavers.com>
+ - Make typelib marshaler thread-safe (problem reported by Aric
+ Stewart).
+ - Several small cleanups.
+
+ * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+ Yvon Belleau <jamez@ivic.qc.ca>
+ - Implemented keyboard navigation (Up / Down / PgUp / PgDn / ESC).
+ - Shadow windows (behind popups) were reacting to mouse clicks and
+ were going over the popup. Make them close the popup instead.
+ - Title was not displayed when the help file was opened by the command
+ line.
+ - Corrected incorrect links behavior (in relation with the scrollbar).
+
+ * dlls/advapi32/security.c:
+ Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
+ LookupAccountNameA stub always returns a valid SID.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ - Revert incorrect change to tab control resizing from revision 1.109.
+ - Move the property sheet resizing code from PROPSHEET_CreatePage to
+ PROPSHEET_SetCurSel. It needs to be executed on every page change
+ because the application can modify it during the notifications.
+
+ * dlls/gdi/tests/generated.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Test some more gdi types.
+
+ * dlls/winedos/int21.c, dlls/winedos/int25.c, dlls/winedos/int26.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ - fix int21 block device read/write
+ - moved device block access log messages to inner function used by two
+ different places
+ - removed bogus CloseHandle()
+
+ * dlls/ole32/compobj.c: Mike McCormack <mike@codeweavers.com>
+ Fix some warnings found with -Wsign-compare.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ As test runs are not invoked from the option parsing loop anymore, we
+ can switch back to libc's strtok() implementation.
+
+ * dlls/urlmon/tests/generated.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Test some more urlmon types.
+
+ * dlls/oleaut32/olefont.c: Francois Gouget <fgouget@free.fr>
+ Remove bogus #define statement.
+
+ * dlls/user/button.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Reset BUTTON_HASFOCUS state in WM_KILLFOCUS handler before calling
+ ReleaseCapture.
+
+ * include/dinput.h: Robert Reif <reif@earthlink.net>
+ Added missing struct.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c:
+ Robert Reif <reif@earthlink.net>
+ Consolidate secondary buffer list processing and locking.
+ Two new functions DSOUND_AddBuffer and DSOUND_RemoveBuffer
+ have been added and the locking has been moved into these functions.
+ Renamed IDirectSound lock to buffer_list_lock.
+ Removed redundant test for IID_IDirectSoundNotify and
+ IID_IDirectSoundNotify8 because they are the same.
+ Removed check for invalid buffers on list because that shouldn't
+ happen anymore because of fixed 3d buffer reference counting.
+ Minor code cleanups.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ - Draw the Wizard97 header bitmaps before drawing the header strings.
+ - Center the header bitmap of the new Wizard97 correctly.
+ - Display the correct wizard title for any wizard type and do not
+ change it for reqular property sheets.
+
+2004-09-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/editstream.c, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c,
+ dlls/d3dxof/d3dxof.c, dlls/d3dxof/main.c, dlls/dmcompos/composer.c,
+ dlls/dmcompos/dmcompos_main.c, dlls/dmcompos/signposttrack.c,
+ dlls/dmime/dmime_main.c, dlls/dmime/patterntrack.c,
+ dlls/dmime/performance.c, dlls/dmime/segmentstate.c,
+ dlls/dmime/tool.c, dlls/dmstyle/dmstyle_main.c,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/synth.c,
+ dlls/dmsynth/synthsink.c, dlls/dmusic/buffer.c, dlls/dmusic/clock.c,
+ dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_main.c,
+ dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+ dlls/dmusic/port.c, dlls/dmusic/portdownload.c, dlls/dmusic/thru.c,
+ dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dxdiagn/container.c, dlls/dxdiagn/dxdiag_main.c,
+ dlls/dxdiagn/provider.c, 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/webbrowser.c:
+ Removed some uses of the non-standard ICOM_THIS macro.
+
+ * dlls/mswsock/mswsock.spec, dlls/winsock/Makefile.in,
+ dlls/winsock/protocol.c, dlls/winsock/socket.c,
+ dlls/wsock32/protocol.c, dlls/wsock32/wsock32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Move implementation of EnumProtocols{A,W} from wsock32 to ws2_32.
+ Forward {mswsock,wsock32}.EnumProtocols{A,W} to ws2_32.WSAEnumProtocols{A,W}.
+ Improve some traces.
+
+ * dlls/ole32/ole2.c, dlls/ole32/tests/Makefile.in,
+ dlls/ole32/tests/propvariant.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
+ - Test case VT_BSTR, VT_LPSTR and VT_LPWSTR.
+
+ * dlls/ntdll/tests/generated.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Test some more ntdll types.
+ tests.dat: Remove types that don't exist, whether in the Windows or
+ Wine headers.
+
+ * dlls/ntdll/time.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ More defines for TZ_INFO.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Obey TBCDRF_NOOFFSET for the button text.
+ - Make anchor highlighting behave more like native version.
+ - Don't recalculate toolbar in TOOLBAR_Unkwn460.
+ - Obey WM_SETREDRAW for the WM_ERASEBKGND message as well as
+ WM_PAINT.
+
+ * dlls/dinput/device.c: Robert Reif <reif@earthlink.net>
+ When actual offset doesn't match the specified offset, use the actual
+ offset.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, dlls/msi/package.c, include/msi.h:
+ Kevin Koltzau <kevin@plop.org>
+ Partial implementation of MsiGetFileVersionA/W.
+
+ * include/guiddef.h, include/rpcproxy.h:
+ Mike McCormack <mike@codeweavers.com>
+ Make GUIDs non-const when compiling MIDL/widl generated proxies.
+
+ * dlls/amstream/amstream.c, dlls/amstream/main.c,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/devenum/createdevenum.c,
+ dlls/devenum/factory.c, dlls/devenum/mediacatenum.c,
+ dlls/devenum/parsedisplayname.c, dlls/dmband/dmband_main.c,
+ dlls/dmloader/classfactory.c, dlls/dmscript/dmscript_main.c,
+ dlls/dpnet/address.c, dlls/dpnet/client.c, dlls/dpnet/dpnet_main.c,
+ dlls/dswave/dswave_main.c, dlls/itss/itss.c, dlls/itss/moniker.c,
+ dlls/itss/storage.c, dlls/mlang/mlang.c, dlls/msdmo/dmoreg.c,
+ dlls/msi/msi.c, dlls/ole32/ftmarshal.c, dlls/ole32/ifs.c,
+ dlls/oleaut32/olefont.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cstub.c,
+ dlls/rpcrt4/ndr_ole.c, dlls/shell32/dragdrophelper.c,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+ dlls/shell32/shfldr_mycomp.c, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/istream.c, dlls/shlwapi/regstream.c, dlls/urlmon/umon.c:
+ Removed some uses of the non-standard ICOM_THIS macro.
+
+ * 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,
+ tools/winapi/winapi_test:
+ Francois Gouget <fgouget@free.fr>
+ Disable MSVC warning 4116 to avoid the 'unnamed type definition in
+ parentheses' warning caused by TYPE_ALIGNMENT().
+
+ * dlls/advapi32/service.c: Mike McCormack <mike@codeweavers.com>
+ Return the correct error when OpenService is called with a
+ non-existing service.
+
+ * dlls/commdlg/cdlg_Pl.rc: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Translation update.
+
+ * include/winbase.h, include/wingdi.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Move MulDiv prototype from wingdi.h to winbase.h where it belongs.
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added some defines for Crypt{Get/Set}KeyParam.
+
+ * dlls/wininet/http.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Check for more standard headers.
+
+ * tools/bin2res.c: Robert Shearman <rob@codeweavers.com>
+ Fix bin2res help text.
+
+ * dlls/ntdll/critsection.c: Robert Shearman <rob@codeweavers.com>
+ Improve documentation for critical sections.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c:
+ Kevin Koltzau <kevin@plop.org>
+ Fix bug with chained messages.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ - make the widl generated proxy-stub code compilable
+ - generate marshalling and unmarshalling code for proxies
+ - generate exception handling constructs
+
+ * include/Makefile.in, include/schemadef.h, include/tmschema.h:
+ Francois Gouget <fgouget@free.fr>
+ Define the tmschema.h constants using enumerations and the macros
+ provided by schemadef.h.
+
+ * dlls/wininet/ftp.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - Reversed the assertion causing InternetConnect to always fail.
+ - FTP_ConvertFileProp: WIN32_FIND_DATA contains proper modification
+ and creation time.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add exports for missing ordinals 191-194.
+ - Stub for SHUpdateImageW.
+
+ * dlls/quartz/main.c, dlls/quartz/quartz.spec:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added stubs for AmpFactorToDB and DBToAmpFactor.
+ Added GetProxyDllInfo.
+
+ * dlls/dbghelp/stabs.c: Robert Shearman <rob@codeweavers.com>
+ Better fix for includes with relative paths.
+
+2004-09-03 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/wininet/Makefile.in,
+ dlls/wininet/ftp.c, dlls/wininet/internet.h,
+ dlls/wininet/netconnection.c, include/winsock.h:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Use Windows sockets when building Wininet on Mingw.
+
+ * dlls/dinput/joystick_linux.c: Robert Reif <reif@earthlink.net>
+ Read device name from device if possible.
+ Fix enumerate open bug.
+
+ * configure, configure.ac, dlls/wininet/cookie.c,
+ dlls/wininet/dialogs.c, dlls/wininet/http.c, dlls/wininet/urlcache.c,
+ dlls/wininet/utility.c, include/config.h.in, include/wine/port.h:
+ Added configure check for socklen_t.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@free.fr>
+ Remove unused <screen> section.
+
+ * dlls/uxtheme/stylemap.c, include/tmschema.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix typo in RBS_UNCHECKEDHOT (spotted by Jan Schweizer).
+ Fix the HSAS_ enumeration.
+
+ * include/rpcndr.h: Mike McCormack <mike@codeweavers.com>
+ Use only standard C types in rpchdr.h.
+
+ * libs/wine/loader.c: Mike McCormack <mike@codeweavers.com>
+ Fill in the MZ header in builtin PE DLLs.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed test of GetAcceptLanguagesA on NT4.
+
+ * dlls/dinput/data_formats.c: Robert Reif <reif@earthlink.net>
+ Removed trailing white space.
+ Added mouse formats.
+
+ * dlls/kernel/environ.c, dlls/kernel/process.c, dlls/msvcrt/file.c,
+ dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c,
+ dlls/msvcrt/tests/file.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - msvcrt: the file descriptors are now inherited between parent/child
+ processes
+ - kernel32.CreateProcess: make use of the *reserved2 fields for
+ C-RunTime data inheritance
+
+ * dlls/ole32/ole2.c, dlls/ole32/tests/.cvsignore,
+ dlls/ole32/tests/Makefile.in, dlls/ole32/tests/propvariant.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Fix PropVariantClear to reject invalid types.
+ - Don't crash on NULL pointers.
+ - Add test case.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_binding.c,
+ dlls/rpcrt4/rpc_server.c:
+ Mike McCormack <mike@codeweavers.com>
+ Avoid non-standard types in rpcdcep.h.
+
+ * include/rpcndr.h: Francois Gouget <fgouget@free.fr>
+ Added missing field to MIDL_STUB_MESSAGE.
+
+ * include/rpcdcep.h: Mike McCormack <mike@codeweavers.com>
+ Avoid non-standard types.
+
+ * include/rpcproxy.h: Mike McCormack <mike@codeweavers.com>
+ Update a url.
+
+ * dlls/shlwapi/path.c: Mike McCormack <mike@codeweavers.com>
+ Don't read past end of table in PathFileExistsDefExtW.
+
+2004-09-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c, dlls/advapi32/service.c,
+ dlls/avifil32/acmstream.c, dlls/avifil32/api.c,
+ dlls/avifil32/avifile.c, dlls/avifil32/editstream.c,
+ dlls/avifil32/icmstream.c, dlls/avifil32/tmpfile.c,
+ dlls/cabinet/cabextract.c, dlls/cabinet/cabinet_main.c,
+ dlls/cabinet/fdi.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
+ dlls/comctl32/datetime.c, dlls/comctl32/header.c,
+ dlls/comctl32/listview.c, dlls/comctl32/rebar.c,
+ dlls/comctl32/syslink.c, dlls/comctl32/tab.c,
+ dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+ dlls/comctl32/trackbar.c, dlls/commdlg/filedlg31.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/winmm/wineoss/mixer.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix a heap corruption in MIX_Init ( sizeof() != strlen() ).
+
+ * include/dinput.h: Robert Reif <reif@earthlink.net>
+ Added some missing defines.
+
+ * dlls/shlwapi/path.c: Mike McCormack <mike@codeweavers.com>
+ Use the ACP define in MB/WC conversion functions.
+
+ * dlls/user/painting.c, dlls/user/tests/msg.c:
+ GetUpdateRect should return TRUE even if only the non-client area is
+ invalid (reported by Rein Klazes).
+
+ * dlls/dinput/device.c, dlls/dinput/device_private.h,
+ dlls/dinput/joystick_linux.c:
+ Robert Reif <reif@earthlink.net>
+ Added support for alternate data formats.
+
+ * dlls/mlang/tests/mlang.c, dlls/ole32/tests/storage32.c,
+ dlls/user/tests/clipboard.c, dlls/user/tests/dialog.c:
+ Francois Gouget <fgouget@free.fr>
+ Added missing trailing '\n's to ok() calls.
+
+ * include/rpc.h, include/rpcdce.h:
+ Mike McCormack <mike@codeweavers.com>
+ Use standard types in rpcrt4 headers so they can be used to build MIDL
+ generated proxy code.
+
+ * dlls/shlwapi/path.c: James Hawkins <truiken@gmail.com>
+ Fix buffer overflow in PathSetDlgItemPathW that led to a trashed
+ stack.
+
+ * dlls/gdi/clipping.c: Robert Shearman <rob@codeweavers.com>
+ Default clipping region should be resolution of the DC, not the
+ current visible region.
+
+ * dlls/comctl32/tests/imagelist.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Added \n to ok() strings in the imagelist tests.
+
+ * tools/widl/proxy.c: Mike McCormack <mike@codeweavers.com>
+ Output code to clear OUT variables in proxy code.
+
+ * dlls/gdi/tests/gdiobj.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added a test showing how GDI scales bitmap font metrics.
+
+ * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for AtlModuleUpdateRegistryFromResourceD.
+
+ * documentation/testing.sgml: Francois Gouget <fgouget@free.fr>
+ Update the instructions describing how to compile the conformance
+ tests with MSVC and the Microsoft headers.
+
+ * dlls/oleaut32/tests/vartype.c: Francois Gouget <fgouget@free.fr>
+ Detect whether Visual Studio can cast __uint64's to floats and disable
+ the relevant tests if it cannot.
+ Fix a double to float literal conversion warning.
+
+2004-09-01 Alexandre Julliard <julliard@winehq.com>
+
+ * server/region.c, server/user.h: Added rect_in_region function.
+
+ * dlls/user/Makefile.in, dlls/user/kbd16.c,
+ dlls/user/keyboard.drv.spec, dlls/user/message.c, dlls/user/mouse.c,
+ dlls/user/mouse16.c, windows/input.c, windows/keyboard.c:
+ Moved keyboard.c to dlls/user/kbd16.c.
+ Keyboard, mouse and display drivers are 16-bit only.
+
+ * dlls/opengl32/wgl.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Convert mostly useless ERR to WARN message.
+
+ * dlls/advapi32/tests/crypt.c: James Hawkins <truiken@gmail.com>
+ - remove unnecessary type conversions
+ - added tests for crypt
+
+ * dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/controls.h,
+ dlls/user/text.c, dlls/user/uitools.c, include/user.h,
+ windows/defwnd.c, windows/nonclient.c, windows/painting.c:
+ Moved some window painting functions to uitools.c.
+
+ * dlls/shell32/iconcache.c, include/wine/exception.h, include/winnt.h,
+ windows/driver.c:
+ Get rid of the WINE_UNUSED macro.
+
+ * dlls/x11drv/winpos.c:
+ We still need to look for the top parent that doesn't clip siblings in
+ GetDC because of the X window clipping.
+
+ * dlls/gdi/font.c, dlls/gdi/tests/.cvsignore,
+ dlls/gdi/tests/Makefile.in, dlls/gdi/tests/gdiobj.c:
+ Mike McCormack <mike@codeweavers.com>
+ Add a basic GDI LOGFONT test, fix a couple of failures.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Implemented QueryServiceConfigA.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_system.sfd:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add cyrillic glyphs to Wine System.
+
+ * dlls/atl/atl_main.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Check for NULL before doing IsEqualGUID() in
+ AtlInternalQueryInterface.
+
+ * include/winnt.h: Fixed alignment of TOKEN_STATISTICS.
+
+ * dlls/msvcrt/except.c, dlls/msvcrt/locale.c, dlls/winmm/mmsystem.c:
+ Function parameters don't need WINE_UNUSED.
+
+ * dlls/gdi/gdi_private.h, dlls/gdi/path.c, dlls/msvcrt/main.c,
+ dlls/ole32/compobj_private.h, include/stackframe.h:
+ Inline functions don't need WINE_UNUSED.
+
+ * dlls/oleaut32/tests/safearray.c: Francois Gouget <fgouget@free.fr>
+ Remove references to ICOM_THIS and WINE_UNUSED as they don't exist on
+ Windows.
+ Define COBJMACROS so we get the IRecordInfo_* macros.
+
+ * dlls/ntdll/tests/generated.c: Francois Gouget <fgouget@free.fr>
+ Fix/update the TOKEN_STATISTICS check.
+
+ * tools/winapi/winapi_test: Francois Gouget <fgouget@free.fr>
+ Don't output the DECLSPEC_ALIGN() directives in the TYPE_FIELD tests.
+
+ * include/dinput.h: Robert Reif <reif@earthlink.net>
+ Added some missing LPC typedefs.
+
+ * dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in,
+ dlls/x11drv/wineclipsrv.c, documentation/PACKAGING,
+ documentation/samples/config, documentation/wine.man.in:
+ wineclipsrv is no longer used, remove it.
+
+ * dlls/ntdll/tests/rtlbitmap.c, include/winternl.h:
+ Francois Gouget <fgouget@free.fr>
+ Disable the RtlBitMap tests if compiling with the Microsoft headers as
+ they are missing critical structure and API declarations.
+
+ * dlls/shlwapi/string.c, documentation/implementation.sgml,
+ programs/taskmgr/optnmenu.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * include/dinput.h: Robert Reif <reif@earthlink.net>
+ Added some missing dfines.
+
+ * dlls/quartz/filtermapper.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed FilterMapper2_CreateCategory.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Add support for the AUDIODEV and MIXERDEV environment variables.
+
+2004-08-31 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dinput/Makefile.in, dlls/dinput/data_formats.c,
+ dlls/dinput/device.c, dlls/dinput/device_private.h,
+ dlls/dinput/joystick_linux.c:
+ Robert Reif <reif@earthlink.net>
+ Added default data formats for c_dfDIJoystick and c_dfDIJoystick2.
+ Added object properties for more than one object.
+ Added error checks for acquired.
+ Default to using c_dfDIJoystick2 data format.
+ Try to use user supplied data formats (only works if same as one of
+ the defaults).
+ Code cleanup, error checking and tracing added.
+ Added support for up to 8 axis.
+
+ * dlls/dsound/dsound.c, dlls/dsound/tests/ds3d.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability-dumping
+ functions since they are nothing but a combination of other flags and
+ are thus redundant.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Expand ImagePath in QueryServiceConfigW.
+
+ * dlls/itss/chm_lib.c, dlls/itss/chm_lib.h, dlls/itss/lzx.c,
+ dlls/itss/lzx.h:
+ Get rid of CVS keywords.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c,
+ dlls/shell32/undocshell.h, dlls/shlwapi/ordinal.c,
+ dlls/shlwapi/shlwapi.spec, dlls/shlwapi/tests/ordinal.c:
+ Francois Gouget <fgouget@free.fr>
+ Don't export the shell32 SHAllocShared functions by name.
+ Implement them by calling out their shlwapi equivalent (which had a
+ much more complete implementation anyway).
+ Fix the prototype of shlwapi's SHAllocShared().
+ Don't crash if lpvData is NULL in SHAllocShared().
+ Add a conformance test to shlwapi.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/mixer.c,
+ dlls/winmm/tests/wave.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Don't include 'mmddk.h', it's not needed. The winmm tests can now be
+ compiled on Windows without the DDK.
+
+ * dlls/comctl32/tests/imagelist.c: Francois Gouget <fgouget@free.fr>
+ MSVC does not like the typeof() in the function pointer declaration.
+ Fix a warning.
+
+ * include/windef.h, include/winternl.h:
+ Francois Gouget <fgouget@free.fr>
+ Add PSZ to windef.h.
+ Add a couple missing declarations to winternl.h.
+ Tweak VM_COUNTERS to match the ddk declaration.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Sanity check when closing service handle.
+
+ * dlls/version/info.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Set last error values compatible with Win9x implementation
+ of GetFileVersionInfoSize, Quicken installer depends on it.
+
+ * dlls/wineps/generic.ppd: Huw Davies <huw@codeweavers.com>
+ Use 1/4" margins for some standard paper sizes.
+ Turn Type42 support off by default.
+ Bump the FileVersion.
+
+ * fonts/wine_courier.sfd: Huw Davies <huw@codeweavers.com>
+ Complete cp1252 coverage.
+ Fix height of 'I'.
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/user/Makefile.in,
+ dlls/user/button.c, dlls/user/combo.c, dlls/user/desktop.c,
+ dlls/user/edit.c, dlls/user/icontitle.c, dlls/user/listbox.c,
+ dlls/user/menu.c, dlls/user/scroll.c, dlls/user/static.c,
+ dlls/user/uitools.c, tools/winapi/msvcmaker,
+ tools/winapi/winapi_cleanup:
+ Moved all files from the controls/ directory to dlls/user.
+
+ * dlls/commdlg/fontdlg16.c, dlls/gdi/enhmetafile.c, dlls/gdi/gdi16.c,
+ dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/text.c, dlls/gdi/pen.c,
+ dlls/user/hook16.c, dlls/user/user16.c, dlls/user/wnd16.c,
+ include/wine/wingdi16.h, windows/cursoricon.c, windows/defwnd.c,
+ windows/nonclient.c, windows/sysparams.c, windows/winpos.c,
+ windows/winproc.c:
+ Get rid of the non-standard CONV_POINT and CONV_RECT functions.
+
+2004-08-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Make CryptSetProviderEx only delete the 'Name' value and not delete
+ the entire 'Type XXX' key when deleting the default provider.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ Changed SC_HANDLEs from HKEYs to pointers to internal structures.
+
+ * dlls/user/Makefile.in, windows/mdi.c, windows/struct32.c,
+ windows/struct32.h, windows/winproc.c:
+ Removed struct32.[ch].
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/elf_module.c, dlls/dbghelp/module.c, dlls/dbghelp/msc.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/stabs.c,
+ dlls/dbghelp/symbol.c:
+ Robert Shearman <rob@codeweavers.com>
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Fix debug info look-up (bug in translating the RVA of the debug
+ directory).
+ - Fix code for adding PE export table as debug info (crash with NULL
+ passed to RtlImageDirectoryEntryToData).
+ - Fix computation of non-relocatable ELF shared objects size.
+ - Fix loading (while parsing the link map) of new non-relocatable ELF
+ shared objects (no longer take account load-address of link-map).
+ - Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF.
+ - Cleaned up public symbol management (which should now properly work).
+
+ * dlls/atl/regsvr.c, dlls/mlang/Makefile.in, dlls/mlang/mlang.c,
+ dlls/mlang/regsvr.c, tools/wine.inf:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Add DllRegisterServer and friends for mlang.
+
+ * programs/notepad/main.c: Francois Gouget <fgouget@codeweavers.com>
+ Also recognize '/' as the start of an option.
+ Implement 'notepad /p'.
+ Simplify many string parsing loops.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix a memory leak.
+ Improve the GetFullPathName() error checks.
+ Stricter match check in GetLinkLocation().
+ Clarify the 'Unknown link location' message.
+
+ * dlls/richedit/reader.c: Evan Deaubl <wine@warpedview.com>
+ Stop processing input stream when the outermost RTF group is closed.
+
+ * dlls/user/user16.c, windows/painting.c:
+ Moved a couple of 16-bit functions to user16.c.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_courier.sfd:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add cyrillic glyphs to Wine Courier at 13 pixel size.
+
+ * include/dinput.h: Robert Reif <reif@earthlink.net>
+ Added some missing definitions.
+
+ * dlls/user/comm16.c: Mike McCormack <mike@codeweavers.com>
+ Use Heap functions instead of malloc/free.
+
+ * include/richedit.h: Mike McCormack <mike@codeweavers.com>
+ Added some defines used in RichEdit 2.0.
+
+ * dlls/kernel/tests/file.c: Filip Navara <xnavara@volny.cz>
+ - Don't expect that drive C: exists, use the drive Windows is
+ installed on instead.
+ - Remove misleading message about file mapping.
+
+ * dlls/oleaut32/typelib2.c: Filip Navara <xnavara@volny.cz>
+ For non-overlapped writes the lpNumberOfBytesWritten parameter of
+ WriteFile mustn't be NULL.
+
+ * programs/msiexec/msiexec.c: Kevin Koltzau <kevin@plop.org>
+ Correct parsing of /i argument.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Fix loading wizard title and subtitle from resources.
+
+ * dlls/commdlg/cdlg_Pl.rc: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Polish translation update.
+
+ * dlls/oleaut32/oleaut32.rc, dlls/oleaut32/oleaut32_Pl.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added Polish translation.
+
+ * dlls/ddraw/main.c: James Hawkins <truiken@gmail.com>
+ Added API documentation for DirectDrawEnumerateEx.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ TB_MARKITEM should redraw button.
+
+ * dlls/x11drv/init.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Spelling fix.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementations for NtAdjustGroupsToken and NtAlertThread.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c:
+ Robert Reif <reif@earthlink.net>
+ Test 32 bit float samples.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Round results of conversions between OSS and windows values.
+
+2004-08-27 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/winebuild/parser.c:
+ Print a warning when DllRegisterServer and similar functions are not
+ marked private.
+
+ * dlls/winmm/tests/mixer.c: Robert Reif <reif@earthlink.net>
+ Adds tests to read and write control details.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Set proper target type.
+ Set proper max and step for mux control.
+
+ * dlls/mlang/mlang.spec, dlls/msi/msi.spec:
+ Added a few missing -private flags.
+
+ * dlls/richedit/Makefile.in, dlls/richedit/charlist.c,
+ dlls/richedit/charlist.h, dlls/richedit/reader.c,
+ dlls/richedit/richedit.c, dlls/richedit/rtf.h,
+ dlls/richedit/text-writer.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use buffers rather than linked lists for input and out buffers.
+ Stop reading input at a nul byte.
+
+ * dlls/oleacc/main.c, dlls/oleacc/oleacc.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added DllRegisterServer/DllUnregisterServer calls.
+
+ * include/winuser.h: Mike McCormack <mike@codeweavers.com>
+ Define a couple more SPI_ constants.
+
+ * tools/winapi_check/winapi_parser.pm:
+ Francois Gouget <fgouget@free.fr>
+ Hack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
+ scripts that compute API statistics.
+
+ * include/winnt.h, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Added a few more prototypes to the headers.
+
+ * dlls/ntdll/file.c, dlls/ntdll/ntdll.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added stub implementations for NtDeleteFile and NtCancelIoFile.
+
+ * dlls/oleaut32/typelib.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added suport for optional arguments in ITypeInfo::Invoke.
+
+2004-08-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
+ state.
+ Add a comprehensive test case for capture behaviour.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Button should send BM_SETSTATE message after it has changed its
+ internal state.
+
+ * dlls/x11drv/init.c, dlls/x11drv/x11drv.h, dlls/x11drv/xfont.c,
+ documentation/samples/config, tools/wine.inf:
+ Huw Davies <huw@codeweavers.com>
+ Deprecate the "Resolution" entry in the config file in favour of
+ HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ FreeType doesn't supply a charmap for bitmap fonts, so we must do our
+ own mapping. Thanks to Dmitry for testing.
+
+ * programs/regedit/De.rc, programs/regedit/En.rc,
+ programs/regedit/Es.rc, programs/regedit/Fr.rc,
+ programs/regedit/It.rc, programs/regedit/Nl.rc,
+ programs/regedit/Pl.rc, programs/regedit/Pt.rc,
+ programs/regedit/Ru.rc, programs/regedit/Si.rc:
+ Huw Davies <huw@codeweavers.com>
+ Change System to MS Shell Dlg.
+
+ * dlls/advapi32/registry.c: Huw Davies <huw@codeweavers.com>
+ Fix full name of HKEY_CURRENT_CONFIG.
+
+ * dlls/wininet/urlcache.c: Robert Shearman <rob@codeweavers.com>
+ Don't use freed memory.
+
+ * dlls/comctl32/tests/imagelist.c:
+ Robert Shearman <rob@codeweavers.com>
+ Allow image list tests to compile and run on old platforms.
+
+ * dlls/kernel/debugger.c: Robert Shearman <rob@codeweavers.com>
+ Improve documentation for debugger functions.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix msg test failures when run under win2k.
+
+ * dlls/comctl32/propsheet.c: Mike McCormack <mike@codeweavers.com>
+ Calculate the correct size of dialog templates in the propsheet
+ control.
+
+ * dlls/x11drv/window.c: Evan Deaubl <wine@warpedview.com>
+ Fix an ERR log in X11DRV_CreateWindow.
+
+ * dlls/version/info.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Try to avoid loading 16-bit DLLs into memory for accessing version
+ info, this might lead to undesired side effects like loading a bunch
+ of other 16-bit DLLs.
+
+ * dlls/advapi32/service.c: Alexander Yaworsky <yaworsky@migusoft.ru>
+ StartService must pass full command line to service program.
+
+ * dlls/user/tests/msg.c:
+ Added some tests for paint messages and update regions.
+
+ * dlls/user/painting.c, windows/painting.c:
+ GetUpdateRgn should clip the returned region to the client area.
+ Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
+ Moved these 3 functions to dlls/user/painting.c.
+
+ * windows/nonclient.c: Print the Window caption using Unicode calls.
+ Don't send WM_GETTEXT to retrieve the caption text.
+
+ * dlls/comctl32/tests/subclass.c, dlls/msvcrt/tests/time.c,
+ dlls/quartz/avidec.c, dlls/quartz/dsoundrender.c,
+ dlls/quartz/videorenderer.c, dlls/winmm/tests/capture.c,
+ dlls/winmm/tests/wave.c, include/basetsd.h, include/winnt.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/crypt32/cert.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added missing line break.
+
+ * dlls/ntdll/nt.c: Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Don't clear the information structure for non supported cases.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Evan Deaubl <wine@warpedview.com>
+ Added GetSecurityInfo stub.
+
+ * dlls/oleaut32/varformat.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Ensure digits are printable characters from oleaut32 Format command.
+
+2004-08-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/msg.c:
+ Allow enabling or disabling todo_wine for each message sequence so
+ that we can properly test the sequences that are already correct.
+
+ * dlls/shdocvw/shdocvw_main.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added message box to inform user that one needs Mozilla ActiveX.
+
+ * 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/propsheet.c,
+ dlls/comctl32/rebar.c, dlls/comctl32/status.c,
+ dlls/comctl32/syslink.c, dlls/comctl32/tab.c,
+ dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/treeview.c, dlls/comctl32/updown.c:
+ Robert Shearman <rob@codeweavers.com>
+ Replace GetWindowLong by GetWindowLongPtr.
+
+ * dlls/msi/create.c, dlls/msi/distinct.c, dlls/msi/insert.c,
+ dlls/msi/order.c, dlls/msi/update.c, dlls/msi/where.c:
+ Aric Stewart <aric@codeweavers.com>
+ Free memory after we finish using it instead of just before.
+
+ * dlls/gdi/gdiobj.c: Huw Davies <huw@codeweavers.com>
+ Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
+ be 8pt MS Shell Dlg for simple scripts.
+
+ * dlls/winmm/mci.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix an obvious typo leading to a crash.
+
+ * dlls/advapi32/security.c: Mike McCormack <mike@codeweavers.com>
+ Make SetTokenInformation call NtSetInformationToken.
+
+ * dlls/iccvid/iccvid.c: Mike McCormack <mike@codeweavers.com>
+ Signed compare fixes.
+
+ * dlls/itss/chm_lib.c, dlls/itss/itss.c, dlls/itss/itsstor.h,
+ dlls/itss/moniker.c, dlls/itss/storage.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix the ITS moniker implementation.
+
+ * documentation/cvs-regression.sgml: Ivan Leo Puoti <puoti@inwind.it>
+ Update cvs command line.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Send NM_LDOWN notification.
+ - NM_RDBLCLK only needs to send a NMHDR structure.
+ - On mouse notifications returning 0 DefWndProc should be called.
+
+ * include/commctrl.h: Robert Shearman <rob@codeweavers.com>
+ Bring common control header up to date with new additions in XP.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Added 32 bit float support.
+
+ * dlls/dsound/dsound.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/dsound_test.h:
+ Robert Reif <reif@earthlink.net>
+ DirectSound8 doesn't accept 3D stereo secondary buffers but
+ DirectSound does.
+ Added tests.
+
+ * include/ksmedia.h: Robert Reif <reif@earthlink.net>
+ Added IEEE float audio data type.
+
+ * misc/registry.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+ Do not assume HKEY_CURRENT_USER/Environment exists ==> config file was
+ migrated. Instead test for every key to migrate under
+ HKEY_CURRENT_USER/Environment.
+
+ * dlls/user/tests/generated.c, dlls/gdi/tests/generated.c,
+ dlls/kernel/tests/generated.c, dlls/ntdll/tests/generated.c,
+ dlls/shell32/tests/generated.c, dlls/wininet/tests/generated.c,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Enable the disabled tests in tests.data or add a comment describing
+ why the type cannot be tested.
+ Update the generated files, they compile and run successfully both on
+ Windows (with the Windows headers) and in Wine.
+
+ * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fix handling of VARIANT with VT_BYREF and null pointer in
+ VariantChangeTypeEx.
+
+2004-08-24 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/itss/.cvsignore,
+ dlls/itss/Makefile.in, dlls/itss/chm_lib.c, dlls/itss/chm_lib.h,
+ dlls/itss/itss.c, dlls/itss/itss.h, dlls/itss/itss.idl,
+ dlls/itss/itss.spec, dlls/itss/lzx.c, dlls/itss/lzx.h,
+ dlls/itss/moniker.c, dlls/itss/storage.c:
+ Stewart Caie<kyz@uklinux.net>
+ Jed Wing <jedwin@ugcs.caltech.edu>
+ Mike McCormack <mike@codeweavers.com>
+ Added an implemenation of ITSS.DLL.
+
+ * dlls/msi/record.c: Aric Stewart <aric@codeweavers.com>
+ Getting the string for a null field should not create an error. Add a
+ missing break.
+
+ * dlls/kernel/tests/generated.c, dlls/ntdll/tests/generated.c,
+ include/winbase.h, include/winnt.h, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
+ IO_COUNTERS. The corresponding tests now succeed both when compiled
+ with the Windows headers and when compiled with the Wine headers.
+
+ * windows/scroll.c: Rein Klazes <rklazes@xs4all.nl>
+ When there are no pixels to scroll, ScrollWindowEx must still scroll
+ children and update the hrgnUpdate and rcUpdate arguments.
+
+ * dlls/ddraw/dclipper/main.c: Robert Shearman <rob@codeweavers.com>
+ Implement IDirectDrawClipper_GetClipList for case where we have a
+ handle to a window.
+
+ * dlls/x11drv/winpos.c:
+ In GetDC use the parent drawable when DCX_PARENTCLIP is set.
+
+ * fonts/.cvsignore, fonts/Makefile.in, fonts/wine_sans_serif.sfd:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add cyrillic glyphs to wine_sans_serif at 13 and 16 pixel sizes.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/krnl386.exe.spec,
+ dlls/kernel/process.c, include/winbase.h:
+ Robert Shearman <rob@codeweavers.com>
+ Added GetProcessId.
+
+ * dlls/oleaut32/tests/safearray.c:
+ Robert Shearman <rob@codeweavers.com>
+ More safe array tests.
+
+ * dlls/comctl32/tests/imagelist.c:
+ Mike McCormack <mike@codeweavers.com>
+ Tests for icon and bitmap adding and removing and bitmap drawing with
+ image lists.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ Fix regression with IE's Menu Bar.
+
+ * dlls/avifil32/avifile_Cs.rc, dlls/avifil32/avifile_De.rc,
+ dlls/avifil32/avifile_En.rc, dlls/avifil32/avifile_Es.rc,
+ dlls/avifil32/avifile_Fr.rc, dlls/avifil32/avifile_It.rc,
+ dlls/avifil32/avifile_Nl.rc, dlls/avifil32/avifile_Pt.rc,
+ dlls/avifil32/avifile_Ru.rc, dlls/avifil32/avifile_Si.rc,
+ dlls/comctl32/comctl_Cn.rc, dlls/comctl32/comctl_Cs.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_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,
+ dlls/comctl32/comctl_Uk.rc, 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_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_Th.rc, dlls/commdlg/cdlg_Uk.rc,
+ dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc,
+ dlls/oledlg/oledlg_Cs.rc, dlls/oledlg/oledlg_De.rc,
+ dlls/oledlg/oledlg_En.rc, dlls/oledlg/oledlg_Es.rc,
+ dlls/oledlg/oledlg_It.rc, dlls/oledlg/oledlg_Nl.rc,
+ dlls/oledlg/oledlg_Pt.rc, dlls/serialui/Cs.rc, dlls/serialui/De.rc,
+ dlls/serialui/En.rc, dlls/serialui/Es.rc, dlls/serialui/Fr.rc,
+ dlls/serialui/It.rc, dlls/serialui/Nl.rc, dlls/serialui/Pt.rc,
+ dlls/serialui/Ru.rc, dlls/setupapi/Cs.rc, dlls/setupapi/De.rc,
+ dlls/setupapi/En.rc, dlls/setupapi/Es.rc, dlls/setupapi/Fr.rc,
+ dlls/setupapi/It.rc, dlls/setupapi/Nl.rc, dlls/setupapi/Pt.rc,
+ dlls/setupapi/Ru.rc, dlls/shell32/shell32_Ca.rc,
+ dlls/shell32/shell32_Cn.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_Si.rc, dlls/shell32/shell32_Sk.rc,
+ dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Uk.rc,
+ dlls/shell32/shell32_Wa.rc, dlls/shell32/shell32_Zh.rc,
+ dlls/user/tests/resource.rc, dlls/wineps/wps_Cs.rc,
+ dlls/wineps/wps_De.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Es.rc,
+ dlls/wineps/wps_Fr.rc, dlls/wineps/wps_It.rc, dlls/wineps/wps_Ko.rc,
+ dlls/wineps/wps_Nl.rc, dlls/wineps/wps_Pt.rc, dlls/wineps/wps_Ru.rc,
+ dlls/wineps/wps_Si.rc, dlls/wineps/wps_Sk.rc,
+ dlls/wininet/wininet_Cs.rc, dlls/wininet/wininet_De.rc,
+ dlls/wininet/wininet_En.rc, dlls/wininet/wininet_Es.rc,
+ dlls/wininet/wininet_Fr.rc, dlls/wininet/wininet_It.rc,
+ dlls/wininet/wininet_Nl.rc, dlls/wininet/wininet_Pt.rc,
+ dlls/wininet/wininet_Ru.rc, dlls/wininet/wininet_Si.rc,
+ programs/cmdlgtst/De.rc, programs/cmdlgtst/En.rc,
+ programs/cmdlgtst/Es.rc, programs/cmdlgtst/Fr.rc,
+ programs/cmdlgtst/It.rc, programs/cmdlgtst/Nl.rc,
+ programs/cmdlgtst/Pt.rc, programs/cmdlgtst/Ru.rc,
+ programs/cmdlgtst/Si.rc, 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/Hu.rc,
+ programs/notepad/It.rc, programs/notepad/Nl.rc,
+ programs/notepad/Pl.rc, programs/notepad/Pt.rc,
+ programs/notepad/Ru.rc, programs/notepad/Si.rc,
+ programs/notepad/Sk.rc, programs/notepad/Sw.rc,
+ programs/notepad/Th.rc, programs/notepad/Wa.rc,
+ programs/notepad/Zh.rc, programs/regedit/De.rc,
+ programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Fr.rc, programs/regedit/It.rc,
+ programs/regedit/Nl.rc, programs/regedit/Pl.rc,
+ programs/regedit/Pt.rc, programs/regedit/Ru.rc,
+ programs/regedit/Si.rc, programs/winecfg/En.rc,
+ programs/winecfg/Es.rc, programs/winecfg/It.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/Ru.rc,
+ programs/winecfg/Si.rc, programs/wineconsole/wineconsole_De.rc,
+ programs/wineconsole/wineconsole_En.rc,
+ programs/wineconsole/wineconsole_Es.rc,
+ programs/wineconsole/wineconsole_Fr.rc,
+ programs/wineconsole/wineconsole_Hu.rc,
+ programs/wineconsole/wineconsole_Nl.rc,
+ programs/wineconsole/wineconsole_Pt.rc,
+ programs/wineconsole/wineconsole_Ru.rc,
+ programs/wineconsole/wineconsole_Zh.rc, programs/winefile/winefile.c:
+ Huw Davies <huw@codeweavers.com>
+ Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
+
+ * dlls/x11drv/winpos.c:
+ When possible, use the X window of the requested window in GetDC
+ instead of the parent to avoid trouble with OpenGL clipping.
+
+ * dlls/make_dlls: Removed debug trace.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/avidec.c,
+ dlls/quartz/dsoundrender.c, dlls/quartz/main.c,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/videorenderer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added Video Renderer (based on Direct Draw).
+ Added Direct Sound Audio Renderer.
+ Added AVI Decompressor (VFW decompressors wrapper).
+
+ * dlls/ntdll/signal_i386.c: Pierre d'Herbemont <stegefin@free.fr>
+ Added signal support for Darwin/i386.
+
+ * windows/dialog.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Set WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
+
+2004-08-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/amstream/amstream.c, dlls/amstream/main.c,
+ dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/editstream.c, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c,
+ dlls/comcat/factory.c, dlls/comcat/information.c,
+ dlls/comcat/manager.c, dlls/comcat/register.c,
+ dlls/commdlg/filedlgbrowser.c, dlls/d3d8/basetexture.c,
+ dlls/d3d8/cubetexture.c, 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/d3d9/basetexture.c, dlls/d3d9/cubetexture.c, 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/vertexbuffer.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+ dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/d3dx8/d3dxbuffer.c, dlls/d3dxof/d3dxof.c, dlls/d3dxof/main.c,
+ dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c,
+ dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c,
+ dlls/ddraw/d3dvertexbuffer.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/d3dviewport.c, dlls/ddraw/dclipper/main.c,
+ dlls/ddraw/main.c, dlls/ddraw/ddraw/hal.c, dlls/ddraw/ddraw/main.c,
+ dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c,
+ dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dpalette/hal.c,
+ dlls/ddraw/dpalette/main.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, dlls/devenum/createdevenum.c,
+ dlls/devenum/factory.c, dlls/devenum/mediacatenum.c,
+ dlls/devenum/parsedisplayname.c, dlls/dinput/dinput_main.c,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c, dlls/dmband/band.c,
+ dlls/dmband/bandtrack.c, dlls/dmband/dmband_main.c,
+ dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+ dlls/dmcompos/composer.c, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/signposttrack.c, dlls/dmime/audiopath.c,
+ dlls/dmime/dmime_main.c, 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/classfactory.c, dlls/dmloader/container.c,
+ dlls/dmloader/loader.c, dlls/dmloader/loaderstream.c,
+ dlls/dmscript/dmscript_main.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/motiftrack.c,
+ dlls/dmstyle/mutetrack.c, dlls/dmstyle/style.c,
+ dlls/dmstyle/styletrack.c, dlls/dmsynth/dmsynth_main.c,
+ 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/download.c,
+ dlls/dmusic/downloadedinstrument.c, dlls/dmusic/instrument.c,
+ dlls/dmusic/port.c, dlls/dmusic/portdownload.c, dlls/dmusic/thru.c,
+ dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dpnet/address.c, dlls/dpnet/client.c, dlls/dpnet/dpnet_main.c,
+ dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c, dlls/dswave/dswave.c,
+ dlls/dswave/dswave_main.c, dlls/dxdiagn/container.c,
+ dlls/dxdiagn/dxdiag_main.c, dlls/dxdiagn/provider.c,
+ dlls/mlang/mlang.c, dlls/msdmo/dmoreg.c, dlls/msi/msi.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+ dlls/ole32/clipboard.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/git.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/oleobj.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c, dlls/ole32/stg_stream.c,
+ dlls/ole32/storage32.c, dlls/oleaut32/connpt.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/olefont.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/safearray.c,
+ dlls/oleaut32/tests/vartype.c, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c,
+ dlls/quartz/avisplit.c, dlls/quartz/enumfilters.c,
+ dlls/quartz/enummedia.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/enumpins.c, dlls/quartz/enumregfilters.c,
+ dlls/quartz/filesource.c, dlls/quartz/filtergraph.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/main.c,
+ dlls/quartz/memallocator.c, dlls/quartz/pin.c,
+ dlls/quartz/systemclock.c, dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c,
+ dlls/rpcrt4/ndr_ole.c, 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/webbrowser.c, dlls/shell32/autocomplete.c,
+ dlls/shell32/cpanelfolder.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dragdrophelper.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/memorystream.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/shlfsbind.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/istream.c, dlls/shlwapi/regstream.c, dlls/urlmon/umon.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/wineoss/audio.c,
+ include/objbase.h:
+ Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
+ macro.
+
+ * dlls/msvcrt/scanf.h, dlls/ntdll/rtlbitmap.c,
+ dlls/ntdll/tests/rtlbitmap.c, dlls/ntdll/thread.c,
+ include/winternl.h:
+ Francois Gouget <fgouget@free.fr>
+ Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
+ Only test the Rtl{Initialize,SetAll,ClearAll}Bits macros if they are
+ defined.
+
+ * dlls/hhctrl.ocx/Makefile.in, dlls/hhctrl.ocx/hhctrl.ocx.spec,
+ dlls/hhctrl.ocx/regsvr.c, tools/wine.inf:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added empty DllRegisterServer.
+
+ * dlls/ddraw/dclipper/main.c, dlls/ddraw/dclipper/main.h:
+ Tobias Burnus <burnus@gmx.de>
+ - Limit number of FIXME()s in Clipper_SetClipList and document
+ function.
+ - Document Clipper_GetClipList.
+
+ * dlls/ole32/dcom.h, include/activscp.h, include/amstream.h,
+ include/amvideo.h, include/austream.h, include/comcat.h,
+ include/ddstream.h, include/dispex.h, include/docobj.h,
+ include/exdisp.h, include/mlang.h, include/mmstream.h,
+ include/oaidl.h, include/objbase.h, include/objidl.h,
+ include/ocidl.h, include/oleidl.h, include/pstore.h,
+ include/rpcproxy.h, include/servprov.h, include/shldisp.h,
+ include/shlobj.h, include/shobjidl.h, include/strmif.h,
+ include/unknwn.h, include/unknwn.idl, include/urlmon.h,
+ tools/widl/header.c:
+ Get rid of the ICOM_MSVTABLE_COMPAT support, g++ no longer requires
+ this.
+
+ * server/clipboard.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ The clipboard owner can be set by the thread that has the clipboard
+ open.
+
+ * dlls/dbghelp/stabs.c: Robert Shearman <rob@codeweavers.com>
+ Store the current source directory and use it when encountering a
+ relative include so that the full path to it is stored instead.
+
+ * dlls/shell32/shelllink.c: Aric Stewart <aric@codeweavers.com>
+ Make sure exePath contains the path since it is used later in the
+ function as well.
+
+ * dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Enumerate all available scripts in IMultiLanguage2_EnumScripts, add
+ fixed/proportional font names into mlang database.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo code pages, as
+ IsValidCodePage does.
+
+ * dlls/comctl32/propsheet.c: Mike McCormack <mike@codeweavers.com>
+ Adjust the tab contents to fix the propsheet between PSM_KILLACTIVE
+ and PSM_SETACTIVE.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ Only print format info when in interactive mode for capture test.
+ Cleanup error and info messges.
+
+ * include/winbase.h, include/winnt.h: Francois Gouget <fgouget@free.fr>
+ Move LDT_ENTRY to winnt.h.
+
+2004-08-22 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/debugger.sgml, programs/winedbg/break.c,
+ programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+ programs/winedbg/display.c, programs/winedbg/expr.c,
+ programs/winedbg/gdbproxy.c, programs/winedbg/memory.c,
+ programs/winedbg/stack.c, programs/winedbg/symbol.c,
+ programs/winedbg/types.c, programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed breakpoint enabled/disabled state management
+ - fixed recursion in type printing
+ - now all type-id are stored with the base address of the module which
+ defines the type (struct dbg_type takes care of this pairing)
+ - fixed a couple of bugs in display handling
+ - fixed strings print and examination
+
+ * Make.rules.in, dlls/ole32/Makefile.in, dlls/ole32/dcom.h,
+ include/Makefile.in:
+ Added recursive idl target to allow updating idl files private to a
+ dll.
+
+ * include/unknwn.h, tools/widl/header.c:
+ Output BEGIN/END_INTERFACE for C++ base classes too.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
+ dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+ dlls/comctl32/tests/subclass.c:
+ Kevin Koltzau <kevin@plop.org>
+ Make SetWindowSubclass behave with SetWindowLong subclasses.
+ Allow unlimited number of subclasses.
+ Correct issue when SendMessage is called from within a subclass proc.
+ Add regression test.
+
+ * dlls/ntdll/tests/generated.c, include/winnt.h,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
+ platform SDK. This helps compile the ntdll tests on Windows.
+
+ * dlls/shell32/shellord.c, dlls/shell32/tests/generated.c,
+ dlls/shell32/undocshell.h, include/shlobj.h:
+ Francois Gouget <fgouget@free.fr>
+ Moved declarations from undocshell.h to shlobj.h to match the latest
+ platform SDK.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Added support for multiple mixers.
+ Get mixer name from OSS.
+ More tracing.
+
+ * dlls/commdlg/filedlg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Y coordinate of the "magic" static control should be treated
+ inclusively.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dmband/dmband_private.h,
+ dlls/dmband/dmutils.c, dlls/dmcompos/dmcompos_private.h,
+ dlls/dmime/dmime_private.h, dlls/dmime/dmutils.c,
+ dlls/dmloader/dmloader_private.h, dlls/dmscript/dmscript_private.h,
+ dlls/dmstyle/dmstyle_private.h, dlls/dmstyle/dmutils.c,
+ dlls/dmsynth/dmsynth_private.h, dlls/dmusic/dmusic_private.h,
+ dlls/dmusic32/dmusic32_main.c, dlls/dswave/dswave_private.h,
+ dlls/dxdiagn/dxdiag_private.h, dlls/msi/msipriv.h, dlls/msi/query.h,
+ dlls/ole32/errorinfo.c, dlls/oleaut32/hash.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/safearray.c,
+ dlls/oleaut32/varformat.c, dlls/oleaut32/variant.c,
+ dlls/oleaut32/variant.h, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlview.c, dlls/shlwapi/ordinal.c, include/objbase.h,
+ include/unknwn.h, include/unknwn.idl, programs/winedbg/debugger.h:
+ Don't define BEGIN_INTERFACE in unknwn.h.
+
+ * include/activscp.h, include/amstream.h, include/amvideo.h,
+ include/austream.h, include/comcat.h, include/ddstream.h,
+ include/dispex.h, include/docobj.h, include/exdisp.h,
+ include/mlang.h, include/mmstream.h, include/oaidl.h,
+ include/objidl.h, include/ocidl.h, include/oleidl.h,
+ include/pstore.h, include/servprov.h, include/shldisp.h,
+ include/shobjidl.h, include/strmif.h, include/unknwn.h,
+ include/unknwn.idl, include/urlmon.h, tools/widl/header.c:
+ Mike McCormack <mike@codeweavers.com>
+ Generate BEGIN_INTERFACE,END_INTERFACE macros instead of
+ ICOM_MSVTABLE_COMPAT_FIELDS.
+
+ * dlls/gdi/tests/generated.c, dlls/msvcrt/except.c,
+ dlls/ntdll/exception.c, dlls/ntdll/tests/generated.c,
+ include/wingdi.h, include/winnt.h, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Remove these Wine-only types:
+ EnumICMProfilesProcCallback
+ PEXCEPTION_REGISTRATION_RECORD
+ Don't test these Wine-only types:
+ EMRSETTEXTJUSTIFICATION
+ EXCEPTION_REGISTRATION_RECORD
+ Remove EXCEPTION_FRAME, it doesn't exist at all.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Fixed bug in volume control step size so that it actually works.
+ Added additional debug tracing.
+ Code cleanup.
+
+ * tools/winapi/c_parser.pm: Francois Gouget <fgouget@free.fr>
+ DECLARE_OLD_HANDLE is not used anymore.
+
+ * tools/sfnt2fnt.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Include <stdlib.h> for a prototype of exit().
+
+ * programs/winecfg/Nl.rc, programs/winecfg/winecfg.rc:
+ Rein Klazes <rklazes@xs4all.nl>
+ Added Dutch translation.
+
+ * dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+ dlls/comctl32/tests/imagelist.c:
+ Michael Stefaniuc <mstefani@redhat.de>
+ Test case for hotspot handling.
+
+ * dlls/comctl32/imagelist.c: Michael Stefaniuc <mstefani@redhat.de>
+ - Fix hotspot handling
+ - Remove unused flag from the InternalDrag struct.
+
+2004-08-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/propset.c, dlls/winmm/lolvldrv.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c,
+ include/mmddk.h:
+ Robert Reif <reif@earthlink.net>
+ Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in
+ dsound.dll (like in 2k/xp).
+
+ * dlls/oleaut32/olefont.c: Robert Shearman <rob@codeweavers.com>
+ Added implementation for IPersistPropertyBag_Load on OLEFont (based on
+ a patch by Alex Villacís Lasso).
+
+ * dlls/shell32/shellpath.c: Huw Davies <huw@codeweavers.com>
+ Unicodify a load of strings.
+
+ * dlls/gdi/brush.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Return a stock brush when asking for a brush with the same
+ characteristics, as per native. Document the brush functions.
+
+ * dlls/shell32/tests/generated.c, include/shlobj.h,
+ tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+ tools/winapi/winapi_test:
+ Francois Gouget <fgouget@free.fr>
+ Fix packing bug in shlobj.h.
+ Fix the declaration of bitfields so their layout matches what MSVC
+ generates.
+ Modify winapi_test to compute the bitfields size/alignment like MSVC
+ does.
+ Update the impacted generated.c files.
+
+ * dlls/shell32/shelllink.c: Aric Stewart <aric@codeweavers.com>
+ In IPersistFile_Save if the exe file is not found, trust the path we
+ are given and allow creation of the link.
+
+ * dlls/winmm/mcicda/mcicda.c: Robert Shearman <rob@codeweavers.com>
+ - Input path can have trailing slash.
+ - Improve some debugging messages.
+
+ * dlls/gdi/clipping.c, include/wingdi.h:
+ Robert Shearman <rob@codeweavers.com>
+ - Fix type in GetRandomRegion function.
+ - Add prototype to header.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Enable ERROR_MORE_DATA to be set in CryptGetDefaultProvider.
+
+ * dlls/advapi32/tests/crypt.c: James Hawkins <truiken@gmail.com>
+ Added tests for CryptSetProviderEx.
+
+ * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+ Added prototypes for a few more Native API functions.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Change step size from 0 to 1 for volume controls to stop divide by
+ zero in app.
+ Change debug channel to mixer.
+ Add more tracing and errors.
+
+2004-08-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/generated.c, dlls/ntdll/tests/generated.c,
+ dlls/shell32/tests/generated.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Remove types that don't exist from tests.dat.
+ Don't test types that have a platform dependent layout.
+ Don't test Wine-only types.
+ Helps get the generated tests compiling on Windows.
+
+ * dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/Makefile.in,
+ dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Ref counting fixes.
+
+ * fonts/genttf.ff: Generate the .ttf file in the current directory.
+
+ * dlls/shlwapi/tests/generated.c, include/shlwapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Fix packing of shlwapi.h
+ Add a DECLSPEC_ALIGN(8) to force DLLVERSIONINFO2 to have the correct
+ alignment.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
+ dlls/comctl32/toolbar.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Implement insert marks.
+ - Rearrange TOOLBAR_INFO.
+
+ * dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Robert Shearman <rob@codeweavers.com>
+ Fix type of DeleteIE3Cache function.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Added 24/32 bit sample size and 4/6 channel support.
+ Added dsound capture wine specific message support.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/amstream/Makefile.in,
+ dlls/devenum/Makefile.in, dlls/mshtml/Makefile.in,
+ dlls/quartz/Makefile.in, dlls/quartz/tests/Makefile.in,
+ dlls/strmiids/.cvsignore, dlls/strmiids/Makefile.in,
+ dlls/strmiids/strmiids.c, dlls/uuid/uuid.c:
+ Francois Gouget <fgouget@free.fr>
+ Added 'strmiids.lib'.
+ Moved CLSID_FilterGraph and the related GUIDs to strmiids.
+
+ * dlls/quartz/tests/filtergraph.c: Francois Gouget <fgouget@free.fr>
+ Define COBJMACROS. Fixes compilation on Windows.
+
+ * dlls/shell32/tests/generated.c, include/shellapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Add new fields to the NOTIFYICONDATA structure so it matches the
+ latest platform SDK.
+ Update shell32/tests/generated.c. It now works when compiled with the
+ Windows headers.
+
+ * dlls/comctl32/tooltips.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Clear tooltip when text is set to NULL.
+ Repaint tooltip when item info changes.
+
+ * dlls/comctl32/comboex.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Forward focus to combobox, otherwise edit control won't get focus.
+
+ * dlls/comctl32/tab.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ The rectangle passed in DRAWITEMSTRUCT is slightly too large as
+ compared with Windows.
+
+ * fonts/wine_system.sfd: Huw Davies <huw@codeweavers.com>
+ Complete cp1252 for System.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <rob@codeweavers.com>
+ - Fix anchor highlighting.
+ - Remove redundant test in TOOLBAR_DrawButton.
+
+ * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+ Better TRACE's for some Internet* functions.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+ dlls/advapi32/tests/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix BuildTrusteeWithSid, implement and test BuildTrusteeWithName.
+
+ * dlls/winmm/wineoss/audio.c: John K. Hohm <jhohm@acm.org>
+ Consistently suggest proper Emulation rather than Emulated for
+ HardwareAcceleration in [dsound] section of config file.
+
+ * dlls/ntdll/file.c: Robert Shearman <rob@codeweavers.com>
+ Handle ECONNRESET in FILE_GetNtStatus.
+
+ * dlls/kernel/tests/file.c, dlls/ntdll/file.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Errors should only be reported to I/O completion routine after
+ NtReadFile has succeeded.
+ - Test case for this behaviour.
+
+ * dlls/quartz/filesource.c, dlls/quartz/pin.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Remove duplicated code in file reader.
+ - Use new CreateSpecific function for file reader that doesn't query
+ for IMemInputPin.
+ - Get rid of inefficient use of IMemInputPin in general pin code.
+
+ * configure, configure.ac, dlls/kernel/Makefile.in,
+ dlls/ntdll/Makefile.in, dlls/ntdll/file.c, tools/winegcc/winegcc.c:
+ Emmanuel Maillard <e.rsz@libertysurf.fr>
+ - Update build system to support IOKit and CoreFoundation frameworks
+ on Darwin.
+ - Add support for the -framework "name" linker option.
+ - NtQueryVolumeInformationFile set device info on Darwin.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Robert Reif <reif@earthlink.net>
+ Added 32 bit sample size tests and 4 and 6 channel tests.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Cleanup messages in supportedFormat.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Don't try to find alternate formats for non PCM formats.
+
+ * dlls/wininet/urlcache.c, dlls/wininet/wininet.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for DeleteIE3Cache.
+
+ * windows/defdlg.c: Zach Gorman <zach@archetypeauction.com>
+ When searching for the DEFPUSHBUTTON in a dialog, recurse into child
+ windows with the WS_EX_CONTROLPARENT style (if they are visible and
+ enabled).
+
+ * tools/wrc/parser.y: Zach Gorman <zach@archetypeauction.com>
+ WS_TABSTOP should not be a default style for GROUPBOX controls.
+
+ * configure, configure.ac: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Show the proper make command at the end of configure.
+
+2004-08-18 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added some defines for CPSetKeyParam.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetAcceptLanguagesA for win2k and win XP.
+
+ * dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h:
+ Robert Shearman <rob@codeweavers.com>
+ Allow the user to move managed windows by dragging on HTCAPTION
+ areas.
+
+ * dlls/msi/package.c, dlls/shell32/shellpath.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't hardcode c:\windows paths in msi.dll.
+
+ * programs/winemenubuilder/winemenubuilder.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Don't hardcode C:\windows\system\start.exe.
+
+ * dlls/kernel/process.c:
+ The argv array passed to the app needs to be in the Ansi codepage, not
+ the Unix one.
+
+ * dlls/commdlg/printdlg.c: Huw Davies <huw@codeweavers.com>
+ Fix printer selection in PD_PRINTSETUP type dialogs.
+
+ * include/wingdi.h: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added OBJ_COLORSPACE define.
+
+ * dlls/ntdll/file.c: Rein Klazes <rklazes@xs4all.nl>
+ Do not make a directory read-only.
+
+ * programs/winetest/send.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Avoid crashing on unsuccessful send.
+
+ * dlls/dsound/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Cleanup messages.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Add detection of graphic file header in picture load, treat it as
+ no-header case.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.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>
+ Allocate wave format structure dynamically based on format.
+ Remove format checks to allow driver to decide if format supported.
+ Code cleanups.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c:
+ Robert Reif <reif@earthlink.net>
+ Cleanup some more messages.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Some sound cards have different capabilities when doing full duplex so
+ add duplex caps and return them when necessary.
+ Clean up event message printing.
+
+ * dlls/oleaut32/olepicture.c:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Apply HIMETRIC transformation on icons, just like bitmaps.
+
+ * dlls/devenum/devenum.rc: José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish translation.
+
+ * dlls/kernel/comm.c, dlls/kernel/file.c, dlls/kernel/sync.c,
+ dlls/kernel/vxd.c, dlls/ntdll/cdrom.c, dlls/ntdll/directory.c,
+ dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/server.c,
+ dlls/ntdll/virtual.c, dlls/winedos/int13.c, dlls/winedos/int21.c,
+ dlls/winsock/socket.c, include/wine/server.h,
+ include/wine/server_protocol.h, misc/registry.c, server/fd.c,
+ server/file.c, server/file.h, server/named_pipe.c,
+ server/protocol.def, server/serial.c, server/sock.c, server/trace.c:
+ Fd type is no longer used, get rid of it.
+
+2004-08-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, dlls/ntdll/file.c, include/async.h,
+ include/wine/server_protocol.h, server/protocol.def, server/serial.c,
+ server/sock.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - better support for non-blocking COMM and socket read/writes:
+ + added necessary semantics to fd flags
+ + no longer uses fd type (but fd flags) read/write semantic behavior
+ - fixed socket code to use the proper manifest constants
+ - fixes for kernel32.GetOverlappedResult without hEvent set
+ - in ntdll.Nt{Read|Write}File
+ + always reset the event
+ + added support for longlong offsets
+ + better object disposal in error handling code paths
+
+ * Make.rules.in, Makefile.in, configure, configure.ac,
+ fonts/.cvsignore, fonts/Makefile.in, fonts/genttf.ff,
+ fonts/wine_courier.sfd, fonts/wine_sans_serif.sfd,
+ fonts/wine_system.sfd, tools/.cvsignore, tools/Makefile.in,
+ tools/fnt2fon.c, tools/sfnt2fnt.c:
+ Huw Davies <huw@codeweavers.com>
+ First stab at Wine versions of Courier, System and MS Sans Serif
+ fonts.
+
+ * dlls/advapi32/service.c: Aric Stewart <aric@codeweavers.com>
+ Let StartServiceCtrlDispatcher handle services not started by
+ StartService.
+
+ * dlls/ntdll/nt.c: Aric Stewart <aric@codeweavers.com>
+ Added handling of TokenPrimaryGroup.
+
+ * dlls/x11drv/winpos.c:
+ Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Allow resizing windows without thickframe style.
+
+ * dlls/make_dlls: ALTNAMES has been removed, use SPEC_SRCS16 instead.
+
+ * documentation/configuring.sgml: Fergal Daly <fergal@esatclear.ie>
+ Document dosdevices/unc mapping.
+
+ * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for NtSetInformationToken.
+
+ * dlls/comctl32/propsheet.c: Robert Shearman <rob@codeweavers.com>
+ Always redraw dialog on changing between pages.
+
+ * dlls/capi2032/cap20wxx.c: Marcus Meissner <meissner@suse.de>
+ Newer dependent linux headers have __user notations, which we need to
+ provide. Define it to be empty.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Convert installed font list to list.h.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ If pszTypeName is too small to hold the type name in
+ CryptEnumProviderTypes, return ERROR_MORE_DATA.
+
+ * dlls/advapi32/tests/crypt.c: Mike McCormack <mike@codeweavers.com>
+ Remove unnecessary casts in crypt tests.
+
+ * DEVELOPERS-HINTS: Mike McCormack <mike@codeweavers.com>
+ Update directory list.
+
+2004-08-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/winmm.c, dlls/winmm/winmm.spec:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Implemented the mmTask* functions.
+
+ * dlls/user/tests/win.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ The desktop process is not automatically restarted under Win95, so
+ stop killing it.
+
+ * dlls/mapi32/tests/prop.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Terminate test loop on the first error to avoid excessive log volume.
+
+ * dlls/shell32/shlexec.c: Ge van Geldorp <gvg@reactos.com>
+ Handle shell link files contained in double quotes.
+
+ * dlls/advapi32/security.c: Mike McCormack <mike@codeweavers.com>
+ Implemented Get/SetFileSecurity A->W.
+
+ * dlls/comctl32/propsheet.c: Zach Gorman <zach@archetypeauction.com>
+ OK button should be default in non-wizard property sheets.
+
+ * configure, configure.ac, dlls/quartz/Makefile.in,
+ dlls/quartz/tests/.cvsignore, dlls/quartz/tests/Makefile.in,
+ dlls/quartz/tests/filtergraph.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added tests for filtergraph.
+
+ * 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_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_Th.rc,
+ dlls/commdlg/cdlg_Uk.rc, dlls/commdlg/cdlg_Wa.rc,
+ dlls/commdlg/cdlg_Zh.rc, dlls/commdlg/filedlg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Use "MS Shell Dlg" in the Open File dialog templates as in Windows
+ - Resize child dialog when its controls are moved relatively stc32
+ "magic" control.
+
+ * dlls/rsabase/main.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Register TypeName registry key value.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Fix alloc test in CryptEnumProviderTypesW that failed if the alloc
+ succeeded.
+
+ * dlls/advapi32/tests/crypt.c: James Hawkins <truiken@gmail.com>
+ Fixed a few crypt test bugs.
+
+ * dlls/winmm/tests/mixer.c, dlls/winmm/tests/wave.c:
+ Robert Reif <reif@earthlink.net>
+ Added test for WAVEFORMATEXTENSIBLE support.
+ Error message cleanup.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Added WAVEFORMATEXTENSIBLE support.
+
+ * include/Makefile.in, include/ks.h, include/ksguid.h,
+ include/ksmedia.h:
+ Robert Reif <reif@earthlink.net>
+ Adds enough of ks.h, ksguid.h and ksmedia.h to start adding support
+ for WAVEFORMATEXTENSIBLE.
+
+ * dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation and declaration for NtCreateNamedPipeFile.
+
+ * dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement IMultiLanguage2_GetCharsetInfo, add a test case for it.
+
+ * dlls/advapi32/security.c, dlls/advapi32/tests/security.c,
+ include/aclapi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Declaration, implemention and test for BuildTrusteeWithSid.
+
+ * dlls/quartz/pin.c: Robert Shearman <rob@codeweavers.com>
+ Fix potential race in IPinImpl_ConnectedTo.
+
+ * configure, configure.ac:
+ Make sure we check for egrep before we use it.
+
+ * dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, include/windef.h,
+ include/wingdi.h:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Move some OpenGL defines from the private wgl.h header to where they
+ belong.
+
+ * dlls/quartz/avisplit.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added handling of 'idx1' (index) chunk.
+ Added handling of 'rec ' list that embeds streams data.
+ Disabled checking of the TWOCC of streams data chunk. It is not
+ relevant in avi files.
+ Only release media sample when the delivery to the downstream filter
+ does not succeeded.
+ Some clean-up.
+
+ * dlls/avifil32/avifile_Cs.rc, dlls/avifil32/rsrc.rc,
+ dlls/comctl32/comctl_Cs.rc, dlls/comctl32/rsrc.rc, dlls/mpr/mpr.rc,
+ dlls/mpr/mpr_Cs.rc, dlls/msacm/msacm.rc, dlls/msacm/msacm_Cs.rc,
+ dlls/msrle32/msrle_Cs.rc, dlls/msrle32/rsrc.rc,
+ dlls/oledlg/oledlg_Cs.rc, dlls/oledlg/rsrc.rc, dlls/serialui/Cs.rc,
+ dlls/serialui/serialui_rc.rc, dlls/setupapi/Cs.rc,
+ dlls/setupapi/setupapi.rc, dlls/wineps/rsrc.rc,
+ dlls/wineps/wps_Cs.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Cs.rc, dlls/winmm/winmm_Cs.rc,
+ dlls/winmm/winmm_res.rc:
+ David Kredba <kredba@ibot.cas.cz>
+ Added Czech resources.
+
+ * include/prsht.h, windows/spy.c: Mike McCormack <mike@codeweavers.com>
+ Define new propsheet messages.
+
+ * dlls/dsound/buffer.c: Robert Reif <reif@earthlink.net>
+ Delete buffer array when releasing last buffer.
+
+ * dlls/dsound/capture.c: Robert Reif <reif@earthlink.net>
+ Allow proper release while capturing.
+
+ * dlls/ntdll/sec.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Fix incorrect sizeof in RtlCreateSecurityDescriptor().
+
+ * dlls/advapi32/advapi32.spec: Mike McCormack <mike@codeweavers.com>
+ Add some stub declarations.
+
+ * documentation/faq.sgml: Tom Wickline <twickline@sitestar.net>
+ Remove rewind section due to lack of updates.
+ Remove old list of contributors that gave to the wpf.
+ Link to history page in question asking about wine's history.
+ Change WineX name to Cedega.
+ Use current wine version in answer.
+
+ * dlls/commdlg/filedlg.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix a crash saving a file without file name extension and without
+ extension filter.
+
+ * dlls/shell32/shlfileop.c: Mike McCormack <mike@codeweavers.com>
+ Clean up messy comment in SHFileOperation.
+ Reduce the number of goto labels in SHFileOperation by one.
+
+ * dlls/comctl32/propsheet.c: Zach Gorman <zach@archetypeauction.com>
+ Propsheet pages need WS_EX_CONTROLPARENT style.
+
+ * dlls/mlang/mlang.c, dlls/mlang/mlang.spec:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Added stubs for LcidToRfc1766[A/W].
+
+ * dlls/quartz/pin.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed a bug that made the connection possible whereas no suitable
+ media type has be found during the negotiation.
+ Fixed the release of the media sample in PullPin_Thread_Process.
+ Added and fixed a lot of traces.
+
+ * include/Makefile.in, include/devguid.h:
+ Aric Stewart <aric@codeweavers.com>
+ devguid.h defines device class GUIDs used in device detection and
+ classification.
+
+ * include/ntddstor.h: Aric Stewart <aric@codeweavers.com>
+ Add some GUIDs from the win2k DDK that are used for USB devices.
+
+ * dlls/advapi32/security.c, include/ntsecapi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Move declaration of LSA* structs to ntsecapi.h.
+
+ * dlls/shell32/tests/generated.c, dlls/user/tests/generated.c,
+ tools/winapi/winapi_test:
+ Francois Gouget <fgouget@free.fr>
+ Add the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
+ Add a couple base types that winapi_test does not know how to parse.
+ Fix a bug so that 'signed' and 'unsigned' are recognised as valid
+ types.
+
+2004-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040813.
+
+----------------------------------------------------------------
+2004-08-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/int21.c, dlls/winedos/vga.c:
+ Markus Amsler <markus.amsler@oribi.org>
+ Add DOS editing key support in BUFFERED INPUT.
+
+ * dlls/user/tests/dialog.c, windows/defdlg.c:
+ WM_NEXTDLGCTL should not change the default button ID (based on a
+ patch by Krishna Murthy).
+
+ * dlls/commdlg/cdlg_Pl.rc: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Translation update.
+
+ * dlls/commdlg/fontdlg.c: Jacek Caban <jack@itma.pwr.wroc.pl>
+ Fix a bug in passing parameters to CFn_WMInitDialog and CFn_WMCommand
+ in FormatCharDlgProcW.
+
+ * dlls/ntdll/tests/env.c, dlls/ntdll/tests/generated.c,
+ dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/ntdll_test.h,
+ dlls/ntdll/tests/path.c, dlls/ntdll/tests/rtl.c,
+ dlls/ntdll/tests/rtlbitmap.c, dlls/ntdll/tests/rtlstr.c,
+ dlls/ntdll/tests/string.c, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Avoid annoying 'macro redefinition' warnings by defining
+ WIN32_NO_STATUS at the right time.
+ Define _WIN32_WINNT otherwise we are missing some symbols with the
+ Windows headers.
+
+ * dlls/advapi32/security.c, dlls/ntdll/om.c, dlls/ntdll/sec.c,
+ dlls/ntdll/tests/generated.c, include/winnt.h,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Fix the PSID and PSECURITY_DESCRIPTOR types.
+ Add PISID and PISECURITY_DESCRIPTOR.
+
+ * dlls/ntdll/cdrom.c, dlls/ntdll/directory.c, dlls/ntdll/path.c,
+ dlls/ntdll/reg.c, dlls/ntdll/relay.c, dlls/ntdll/resource.c,
+ dlls/ntdll/server.c, dlls/ntdll/time.c, dlls/ntdll/version.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ More WAVEOUTCAPSW tests.
+
+ * dlls/msvcrt/except.c, dlls/ntdll/tests/generated.c,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ The Windows headers don't define PEXCEPTION_REGISTRATION_RECORD.
+ Remove it.
+
+ * dlls/advapi32/security.c, dlls/ntdll/thread.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement SetThreadToken using NtSetInformationThread.
+
+ * dlls/wininet/tests/generated.c, dlls/wininet/tests/wininet_test.h,
+ tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Fix compilation of the wininet generated tests with the Windows
+ headers.
+
+ * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c,
+ dlls/winmm/tests/mixer.c:
+ Francois Gouget <fgouget@free.fr>
+ The Windows headers support for NONAMELESSUNION and NONAMELESSSTRUCT
+ is unusable. So don't force this mode. Instead check whether
+ NONAMELESSUNION and/or NONAMELESSSTRUCT are set (by the Wine headers)
+ and define custom access macros accordingly.
+
+ * dlls/quartz/filesource.c, dlls/quartz/memallocator.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added missing initialization of the filesource output pin critical
+ section.
+ Avoid indefinite wait when calling GetOverlappedResult.
+ Fixed initial refcount of the IMemAllocator object.
+ Improved some traces.
+
+ * dlls/gdi/bitmap.c: Huw Davies <huw@codeweavers.com>
+ If a device doesn't support device bitmaps, then store the bits on the
+ gdi side.
+
+ * programs/notepad/Pl.rc, programs/notepad/rsrc.rc:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Added Polish translation.
+
+ * dlls/winspool/winspool.drv.spec: Huw Davies <huw@codeweavers.com>
+ Fix first parameter of GetDefaultPrinterA|W.
+
+ * include/mmreg.h: Robert Reif <reif@earthlink.net>
+ Add WAVE_FORMAT_EXTENSIBLE.
+
+ * dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+ Sync with dibsection in SetDIBitsToDevice.
+
+ * dlls/kernel/heap.c: Robert Reif <reif@earthlink.net>
+ Fix BSD build.
+
+ * dlls/winmm/tests/winmm_test.h: Francois Gouget <fgouget@free.fr>
+ The Windows headers don't define the DRV_QUERYDEVICEINTERFACE(SIZE)
+ macros.
+
+ * dlls/ntdll/tests/generated.c, include/winnt.h:
+ Francois Gouget <fgouget@free.fr>
+ Rename ResourceHandle to Reserved in the IMAGE_RESOURCE_DATA_ENTRY
+ structure to match the Windows headers.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/tests/crypt.c:
+ James Hawkins <truiken@gmail.com>
+ If the pszProvName param of CryptEnumProviders is too small to hold
+ the provider name, SetLastError to ERROR_MORE_DATA.
+
+ * dlls/comctl32/imagelist.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Make pattern brush data const.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+ dlls/dsound/tests/propset.c:
+ Robert Reif <reif@earthlink.net>
+ More dsound tests error message cleanups.
+ Only display verbose information when in interactive mode.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Better mmap failure error message.
+
+ * dlls/comcat/comcat_private.h, dlls/dmband/dmutils.h,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmime/dmutils.h,
+ dlls/dmloader/dmloader_private.h, dlls/dmscript/dmscript_private.h,
+ dlls/dmstyle/dmutils.h, dlls/dmusic/dmusic_private.h,
+ dlls/dswave/dswave_private.h, dlls/mlang/mlang.c,
+ dlls/ole32/compobj_private.h, dlls/oleaut32/tmarshal.c,
+ dlls/quartz/quartz_private.h, dlls/rpcrt4/cproxy.c,
+ dlls/urlmon/urlmon_main.h, include/objbase.h:
+ Moved ICOM_THIS_MULTI definition out of objbase.h and into the files
+ that use it.
+
+ * dlls/kernel/kernel_main.c:
+ We don't need the shared heap on non-i386 platforms.
+
+ * dlls/kernel/heap.c, include/winbase.h:
+ Robert Reif <reif@earthlink.net>
+ Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other
+ way around.
+
+ * dlls/winedos/int21.c: Markus Amsler <markus.amsler@oribi.org>
+ Make FINDFIRST working with /.
+
+ * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
+ If the current menu handle is already set, do not set it again.
+
+ * dlls/winedos/module.c: Markus Amsler <markus.amsler@oribi.org>
+ Make environment variables uppercase.
+
+ * dlls/atl/Makefile.in, dlls/atl/atl.spec, dlls/atl/regsvr.c,
+ tools/wine.inf:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Implemented DllRegisterServer and DllUnregisterServer.
+
+2004-08-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/amstream/amstream.c, dlls/amstream/main.c,
+ dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/editstream.c, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c,
+ dlls/comcat/comcat_private.h, dlls/comcat/factory.c,
+ dlls/comcat/information.c, dlls/comcat/manager.c,
+ dlls/comcat/register.c, dlls/commdlg/filedlgbrowser.c,
+ dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.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/d3d9/basetexture.c, dlls/d3d9/cubetexture.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/vertexbuffer.c,
+ dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+ dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+ dlls/d3dx8/d3dx8core_private.h, dlls/d3dx8/d3dxbuffer.c,
+ dlls/d3dxof/d3dxof.c, dlls/d3dxof/main.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/main.c, dlls/ddraw/d3ddevice/mesa.c,
+ dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/hal.c,
+ dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c,
+ dlls/ddraw/ddraw/user.c, dlls/ddraw/direct3d/mesa.c,
+ dlls/ddraw/dpalette/hal.c, dlls/ddraw/dpalette/main.c,
+ dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/fakezbuffer.c,
+ dlls/ddraw/dsurface/gamma.c, dlls/ddraw/dsurface/hal.c,
+ dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c,
+ dlls/ddraw/dsurface/thunks.h, dlls/ddraw/dsurface/user.c,
+ dlls/devenum/createdevenum.c, dlls/devenum/factory.c,
+ dlls/devenum/mediacatenum.c, dlls/devenum/parsedisplayname.c,
+ dlls/dinput/dinput_main.c, dlls/dinput/joystick_linux.c,
+ dlls/dinput/joystick_linuxinput.c, dlls/dinput/keyboard.c,
+ dlls/dinput/mouse.c, 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/classfactory.c, dlls/dmloader/container.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/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/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dpnet/address.c, dlls/dpnet/client.c, dlls/dpnet/dpnet_main.c,
+ dlls/dpnet/dpnet_private.h, dlls/dsound/buffer.c,
+ dlls/dsound/capture.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_main.c, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c, dlls/dswave/dswave.c,
+ dlls/dswave/dswave_main.c, dlls/dswave/dswave_private.h,
+ dlls/dxdiagn/container.c, dlls/dxdiagn/dxdiag_main.c,
+ dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/provider.c,
+ dlls/mlang/mlang.c, dlls/msdmo/dmoreg.c, dlls/msi/msi.c,
+ dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+ dlls/ole32/clipboard.c, dlls/ole32/compobj_private.h,
+ 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/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_stream.c,
+ dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/connpt.c,
+ dlls/oleaut32/dispatch.c, dlls/oleaut32/olefont.c,
+ dlls/oleaut32/olepicture.c, dlls/oleaut32/tmarshal.c,
+ dlls/oleaut32/typelib.c, dlls/oleaut32/typelib2.c,
+ dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/vartype.c,
+ dlls/quartz/enummoniker.c, dlls/quartz/filtergraph.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/main.c,
+ dlls/quartz/systemclock.c, dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c,
+ dlls/rpcrt4/ndr_ole.c, 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/webbrowser.c, dlls/shell32/autocomplete.c,
+ dlls/shell32/cpanelfolder.c, dlls/shell32/dataobject.c,
+ dlls/shell32/dragdrophelper.c, dlls/shell32/enumidlist.c,
+ dlls/shell32/folders.c, dlls/shell32/memorystream.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/shlfsbind.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/shlwapi/assoc.c,
+ dlls/shlwapi/istream.c, dlls/shlwapi/regstream.c, dlls/urlmon/umon.c,
+ dlls/winmm/winealsa/audio.c, dlls/winmm/winealsa/audio_05.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/wineoss/audio.c,
+ include/objbase.h, include/rpcproxy.h:
+ Get rid of the non-standard ICOM_VTABLE macro.
+
+ * include/setupapi.h: Aric Stewart <aric@codeweavers.com>
+ Added some more needed structs and constants.
+
+ * dlls/shlwapi/ordinal.c, include/shlwapi.h:
+ Jacek Caban <jack@itma.pwr.wroc.pl>
+ Implemented IsOS function.
+
+ * dlls/comctl32/tooltips.c: Thomas Weidenmüller <w3seek@reactos.com>
+ Correct tooltips behavior.
+
+ * include/ntddstor.h: Aric Stewart <aric@codeweavers.com>
+ Added 2 more bus types.
+
+ * dlls/gdi/dib.c, dlls/x11drv/dib.c: Huw Davies <huw@codeweavers.com>
+ Repect the width of both the src and dst when calculating how many
+ pixels to copy in a dib <-> bmp operation.
+
+ * libs/Makelib.rules.in: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Define -install_name for dynamics libraries to prevent usage of
+ DYLD_LIBRARY_PATH.
+
+ * dlls/comctl32/listview.c: Mike McCormack <mike@codeweavers.com>
+ Prevent listview from crashing when a null sort function is passed to
+ LVM_SORTITEMS.
+
+ * dlls/dsound/mixer.c: Robert Reif <reif@earthlink.net>
+ Speed up mixing and unmixing by moving sample size and buffer wrap
+ tests to outside the loop. The code is not as compact or pretty but
+ it should be faster.
+
+ * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+ dlls/avifil32/editstream.c, dlls/avifil32/factory.c,
+ dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+ dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c,
+ dlls/comcat/comcat_private.h, dlls/comcat/information.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d9/d3d9_private.h,
+ dlls/d3dx8/d3dx8core_private.h, dlls/devenum/devenum_private.h,
+ dlls/dinput/device_private.h, dlls/dinput/dinput_main.c,
+ dlls/dmband/dmband_main.c, dlls/dmcompos/dmcompos_main.c,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmloader/dmloader_private.h,
+ dlls/dmscript/dmscript_main.c, dlls/dmstyle/dmstyle_main.c,
+ dlls/dmsynth/dmsynth_main.c, dlls/dmsynth/dmsynth_private.h,
+ dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_private.h,
+ dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay_global.h,
+ dlls/dplayx/dplaysp.c, dlls/dplayx/dplobby.c, dlls/dplayx/lobbysp.c,
+ dlls/dpnet/dpnet_main.c, dlls/dpnet/dpnet_private.h,
+ dlls/dsound/dsound_private.h, dlls/dswave/dswave_main.c,
+ dlls/dxdiagn/dxdiag_main.c, dlls/dxdiagn/dxdiag_private.h,
+ dlls/msdmo/dmoreg.c, dlls/msi/msi.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/memlockbytes16.c, dlls/ole32/moniker.c,
+ dlls/ole32/ole16.c, dlls/ole32/oleobj.c, dlls/ole32/storage.c,
+ dlls/ole32/storage32.h, dlls/oleaut32/dispatch.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+ dlls/oleaut32/tests/vartype.c, dlls/oleaut32/typelib.c,
+ dlls/oleaut32/typelib2.c, dlls/quartz/enummoniker.c,
+ dlls/quartz/filtermapper.c, dlls/quartz/systemclock.c,
+ dlls/rpcrt4/ndr_ole.c, dlls/shdocvw/shdocvw.h,
+ dlls/shell32/autocomplete.c, dlls/shell32/cpanelfolder.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/shlfsbind.c,
+ dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c,
+ dlls/shell32/shv_item_cmenu.c, dlls/shlwapi/assoc.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/winejack/audio.c,
+ dlls/winmm/wineoss/audio.c, include/objbase.h:
+ Get rid of the non-standard ICOM_VFIELD macro.
+
+ * dlls/avifil32/editstream.c, dlls/dplayx/dplaysp.h,
+ dlls/dplayx/lobbysp.h, dlls/ole32/ifs.h, dlls/shell32/shellfolder.h,
+ include/control.h, include/d3d.h, include/d3d8.h, include/d3d9.h,
+ include/d3dx8core.h, include/ddraw.h, include/dinput.h,
+ include/dmplugin.h, include/dmusicc.h, include/dmusici.h,
+ include/dmusics.h, include/dpaddr.h, include/dplay.h,
+ include/dplay8.h, include/dplobby.h, include/dsdriver.h,
+ include/dsound.h, include/dxdiag.h, include/dxfile.h,
+ include/mapidefs.h, include/mapiutil.h, include/mapix.h,
+ include/mediaobj.h, include/objbase.h, include/oledlg.h,
+ include/shlobj.h, include/shlwapi.h, include/vfw.h:
+ Get rid of the non-standard ICOM_DEFINE macro.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Start cleaning up error messages.
+ Don't print verbose info unless in interactive mode or debugging.
+
+ * configure, configure.ac:
+ Automatically disable 16-bit support in the PE build.
+
+ * documentation/samples/config: Tom Wickline <twickline@sitestar.net>
+ Use builtin msi.dll.
+
+ * dlls/advapi32/tests/crypt.c: James Hawkins <truiken@gmail.com>
+ Added tests for CryptEnumProviders.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Cleanup A->W cross call in CryptEnumProviders.
+
+2004-08-11 Alexandre Julliard <julliard@winehq.com>
+
+ * 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/twain/Makefile.in,
+ dlls/user/Makefile.in, dlls/version/Makefile.in,
+ dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in,
+ dlls/winedos/Makefile.in, dlls/wineps/Makefile.in,
+ dlls/winmm/Makefile.in, dlls/winnls/Makefile.in,
+ dlls/winsock/Makefile.in, dlls/wintab32/Makefile.in:
+ Avoid some non-portable makefile constructs, and get rid of the
+ ALTNAMES variable.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@sitestar.net>
+ Update the dlls section.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/clipping.c,
+ dlls/x11drv/desktop.c, dlls/x11drv/dib.c, dlls/x11drv/event.c,
+ dlls/x11drv/graphics.c, dlls/x11drv/keyboard.c,
+ dlls/x11drv/palette.c, dlls/x11drv/text.c, dlls/x11drv/x11ddraw.c,
+ dlls/x11drv/xfont.c, dlls/x11drv/xim.c, dlls/x11drv/xrandr.c,
+ dlls/x11drv/xrender.c, dlls/x11drv/xvidmode.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/Makefile.in, dlls/make_dlls, loader/Makefile.in,
+ programs/Makefile.in, programs/avitools/Makefile.in,
+ programs/make_progs, programs/winetest/Makefile.in:
+ Avoid some non-portable makefile constructs.
+
+ * dlls/comctl32/listview.c: Filip Navara <xnavara@volny.cz>
+ Don't update infoPtr->dwStyle in LISTVIEW_WindowProc. It's already
+ handled in LISTVIEW_StyleChanged and LISTVIEW_Create processing.
+ Ignore WS_VSCROLL/WS_HSCROLL flags in infoPtr->dwStyle because they're
+ not always up-to-date.
+
+ * dlls/shell32/tests/generated.c, include/shlobj.h, tools/winapi/tests.dat:
+ Francois Gouget <fgouget@free.fr>
+ Remove LPFILESYSTEMBINDDATA as it's not defined in the standard
+ Windows headers.
+
+ * dlls/dmband/dmband_private.h, dlls/dmband/dmutils.c,
+ dlls/dmcompos/dmcompos_private.h, dlls/dmime/dmime_private.h,
+ dlls/dmime/dmutils.c, dlls/dmloader/dmloader_private.h,
+ dlls/dmscript/dmscript_private.h, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/dmutils.c, dlls/dmsynth/dmsynth_private.h,
+ dlls/dmusic/dmusic_private.h, dlls/dswave/dswave_private.h,
+ dlls/msi/record.c, dlls/ole32/errorinfo.c, dlls/oleaut32/olefont.c,
+ dlls/oleaut32/safearray.c, dlls/oleaut32/tests/olefont.c,
+ dlls/oleaut32/variant.c, dlls/oleaut32/vartype.c,
+ dlls/shell32/shlview.c, dlls/shlwapi/ordinal.c,
+ dlls/urlmon/tests/url.c, include/activscp.h, include/amstream.h,
+ include/amvideo.h, include/austream.h, include/comcat.h,
+ include/ddstream.h, include/dispex.h, include/docobj.h,
+ include/exdisp.h, include/mlang.h, include/mmstream.h,
+ include/oaidl.h, include/objidl.h, include/ocidl.h, include/oleidl.h,
+ include/pstore.h, include/servprov.h, include/shldisp.h,
+ include/shobjidl.h, include/strmif.h, include/unknwn.h,
+ include/urlmon.h, tools/widl/header.c:
+ Francois Gouget <fgouget@free.fr>
+ Modify widl to put the C COM macros inside an #ifdef COBJMACROS block
+ as is done in the Windows headers.
+ Add #define COBJMACROS where needed in Wine.
+ Fixes the compilation of the oleaut32/tests/olefont.c and
+ urlmon/tests/url.c conformance tests with the Windows headers.
+
+ * dlls/msvcrt/tests/headers.c, tools/winapi/msvcmaker:
+ Francois Gouget <fgouget@free.fr>
+ Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
+ needed as it is defined by the Wine headers.
+ Use __WINE_USE_MSVCRT to detect whether we are being compiled with the
+ Wine MSVCRT headers or the Windows ones. In the latter case:
+ - don't try to include the Wine-specific msvcrt headers
+ - skip all the headers.c tests since there's no MSVCRT_* symbols to
+ check
+
+ * dlls/msacm/filter.c, dlls/msacm/msacm32_main.c,
+ dlls/msacm/msacm_main.c, dlls/msacm/pcmconverter.c,
+ dlls/msacm/stream.c, dlls/msacm/tests/msacm.c, include/mmreg.h:
+ Francois Gouget <fgouget@free.fr>
+ Add some missing definitions to mmreg.h.
+ Add #define NOBITMAP where needed in the Wine sources.
+ Fixes the compilation of msacm/tests/msacm.c with the Windows
+ headers.
+
+ * dlls/mlang/tests/mlang.c: Francois Gouget <fgouget@free.fr>
+ Don't include wine/debug.h when compiling on Windows.
+ GetCPInfoExA() is missing on some Windows platforms, load it
+ dynamically.
+
+ * dlls/gdi/freetype.c, dlls/x11drv/xrender.c:
+ Huw Davies <huw@codeweavers.com>
+ Don't try to rotate bitmap fonts.
+
+ * dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c, include/mlang.h,
+ include/mlang.idl, programs/winetest/Makefile.in:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - add stubbed support for IEnumScript interface
+ - ConvertINetMultiByteToUnicode/ConvertINetUnicodeToMultiByte should
+ return required target length if the target buffer is NULL
+ - add the tests for all the above
+ - fix IMultiLanguage2 vtable (it was missing ConvertStringFromUnicodeEx)
+
+ * tools/wineprefixcreate.in: Henning Gerhardt <henning.gerhardt@web.de>
+ Program Files directory should not be in windows directory.
+
+ * dlls/ntdll/tests/path.c: Francois Gouget <fgouget@free.fr>
+ Replace strcasecmp() with lstrcmpiA() to help compilation with Windows
+ headers.
+
+ * dlls/gdi/bitblt.c: Huw Davies <huw@codeweavers.com>
+ Fix maskblt to work with any set of rops and to also take into account
+ the current brush. It also now works if the mask bitmap is already
+ selected into a dc.
+
+ * dlls/x11drv/brush.c: Huw Davies <huw@codeweavers.com>
+ Ever since win98 pattern brushes have been able to be larger than 8x8
+ pixels, so remove this restriction.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/sysparams.c:
+ Francois Gouget <fgouget@free.fr>
+ Define _WIN32_WINNT otherwise we are missing some definitions with the
+ Windows headers.
+
+ * dlls/winmm/tests/mixer.c: Robert Reif <reif@earthlink.net>
+ Only print out verbose information when in interactive mode.
+
+ * dlls/msacm/tests/msacm.c: Robert Reif <reif@earthlink.net>
+ Only printout information when in interactive mode.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Don't ever return a bitmap font if the driver can't use it.
+
+ * dlls/winmm/wineoss/mixer.c: Robert Reif <reif@earthlink.net>
+ Only copy number of bytes specified up to size of DevCaps structure.
+
+ * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Implemented AtlModuleTerm.
+
+ * dlls/dsound/primary.c: Robert Reif <reif@earthlink.net>
+ Fixed a bug where freqAdjust was not being updated properly when the
+ primary buffer format changed.
+
+ * configure, configure.ac, dlls/ole32/Makefile.in,
+ dlls/ole32/tests/.cvsignore, dlls/ole32/tests/Makefile.in,
+ dlls/ole32/tests/storage32.c:
+ Mike McCormack <mike@codeweavers.com>
+ Added a test for stat'ing a memory based storage file.
+
+2004-08-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/atom.c, dlls/kernel/computername.c,
+ dlls/kernel/console.c, dlls/kernel/cpu.c, dlls/kernel/editline.c,
+ dlls/kernel/global16.c, dlls/kernel/ne_module.c,
+ dlls/kernel/resource.c, dlls/kernel/sync.c, dlls/kernel/volume.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/x11drv/winpos.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Avoid holding x11drv lock while calling function that grabs gdi
+ lock. Prevents potential deadly embrace.
+
+ * dlls/winsock/socket.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle EINTR when polling.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ We don't currently support horizontal stretching of bitmap fonts, so
+ we should ignore lfWidth.
+
+ * dlls/ole32/storage32.c: Mike McCormack <mike@codeweavers.com>
+ stat on memory storage should return a NULL name, not "".
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Fix the processing of the lpszHeaders field in HttpSendRequest.
+
+2004-08-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/comm.c, dlls/kernel/tests/mailslot.c,
+ dlls/kernel/tests/process.c, dlls/kernel/tests/thread.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/winedos/module.c: Markus Amsler <markus.amsler@oribi.org>
+ Fix EXEC function 01 (load but don't execute): initial ax has to be on
+ child's stack.
+
+ * dlls/winedos/int21.c: Markus Amsler <markus.amsler@oribi.org>
+ Fixed drive mapping in GET ALLOCATION.
+
+ * controls/button.c, dlls/user/tests/msg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix button behaviour on WM_SETFOCUS/WM_KILLFOCUS with a test case.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ GetCharABCWidths should fail for non-scalable fonts.
+
+ * dlls/comctl32/toolbar.c: Filip Navara <xnavara@volny.cz>
+ Fix TOOLBAR_DrawMasked to correctly use image list mask.
+
+ * controls/listbox.c:
+ Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Replaced LISTBOX_SetCaretIndex() with LISTBOX_MoveCaret() in
+ LB_SELECTSTRING handler so that the caret moves to the index and item
+ is highlighted.
+
+ * dlls/shell32/shell32_main.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Delete the about dialog font when the dialog is closed.
+
+ * dlls/dsound/buffer.c, dlls/dsound/primary.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Remove the assert()s that checked that IDirectSoundBuffer_Lock() is
+ given two distinct pointers.
+
+ * programs/winemine/Es.rc: José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated translation.
+
+ * dlls/advapi32/security.c: Mike McCormack <mike@codeweavers.com>
+ Implement A->W call for SetNamedSecurityInfo.
+
+ * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec, include/winerror.h:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stub for CertFindCertificateInStore.
+
+ * dlls/winmm/tests/mixer.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
+ Fix compilation of winmm tests.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Try harder to match to a font if the family name is matches, but the
+ style is doesn't.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ Use correct dialog title for Wizard 97 and correctly display header
+ bitmap for old-style Wizard 97.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Make CryptEnumProvidersA pcbProvName parameter contain the correct
+ size of the provider name on return.
+
+ * dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+ dlls/dsound/tests/dsound8.c, dlls/user/tests/class.c,
+ dlls/user/tests/dialog.c, dlls/user/tests/resource.c,
+ dlls/user/tests/sysparams.c, dlls/user/tests/win.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/comctl32/propsheet.c: Eric Kohl <eric.kohl@t-online.de>
+ Move watermark and header bitmap loading code from
+ PROPSHEET_CreatePage into its own function PROPSHEET_LoadWizardBitmaps
+ and call this function from property sheet's dialog procedure.
+
+ * dlls/shell32/dialogs.c, dlls/shell32/systray.c:
+ Mike McCormack <mike@codeweavers.com>
+ Use Heap function in preference to malloc/free.
+
+ * dlls/advapi32/security.c, include/winbase.h:
+ Mike McCormack <mike@codeweavers.com>
+ Fix definition of LookupPrivilegeNameW and declare it.
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h, dlls/wininet/netconnection.c,
+ dlls/wininet/urlcache.c, dlls/wininet/utility.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix warnings generated with -Wsign-compare.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Break and default char are both relative to first char in the winfnt
+ header.
+
+ * dlls/richedit/charlist.c, dlls/richedit/charlist.h:
+ Mike McCormack <mike@codeweavers.com>
+ Remove dead code.
+
+ * dlls/shlwapi/tests/path.c, dlls/winsock/tests/sock.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Fix signed/unsigned comparison warnings.
+
+ * dlls/advapi32/crypt.c: James Hawkins <truiken@gmail.com>
+ Fix alloc failure check in CryptEnumProvidersW.
+
+ * programs/msiexec/.cvsignore, programs/msiexec/Makefile.in,
+ programs/msiexec/version.rc:
+ Mike McCormack <mike@codeweavers.com>
+ Added a version resource.
+
+ * dlls/x11drv/text.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Do not initialize variables before going into the Render short-cut.
+
+ * dlls/dbghelp/symbol.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ module->addr_sorttab may be NULL due to a hack in
+ elf_new_wine_thunks.
+
+ * dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c:
+ Robert Reif <reif@earthlink.net>
+ Test different primary buffer formats while keeping the secondary
+ buffer format constant.
+
+ * dlls/shell32/debughlp.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Marked some functions in debughlp as static.
+ Do not use REFIID as return, but IID*.
+
+ * dlls/x11drv/x11drv_main.c: Ofir Petruska <hatky@users.sf.net>
+ Default DesktopDoubleBuffered to true.
+
+ * dlls/winmm/mciavi/mmoutput.c: Mike Hearn <mike@navi.cx>
+ Only trace FOURCC handler when one is specified
+
+ * dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/Makefile.in,
+ dlls/advapi32/tests/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Added a test for ConvertSidToStringSidW.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented ConvertSidToStringSidA/W.
+
+ * dlls/winmm/tests/.cvsignore, dlls/winmm/tests/Makefile.in,
+ dlls/winmm/tests/mixer.c:
+ Robert Reif <reif@earthlink.net>
+ Added some mixer tests.
+
+ * programs/winemine/De.rc: Henning Gerhardt <henning.gerhardt@web.de>
+ Translation update.
+
+ * programs/winemine/Fr.rc: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Translation update.
+
+ * programs/winemine/Pt.rc: Marcelo Duarte <wine-devel@bol.com.br>
+ Translation update.
+
+ * dlls/winmm/winmm.c: Robert Reif <reif@earthlink.net>
+ Change MIXER_GetDev to take pointer to returned address pointer and
+ return one of 3 possible return values rather than an address or
+ NULL.
+
+ * include/mmsystem.h: Robert Reif <reif@earthlink.net>
+ Added missing define.
+
+ * dlls/ntdll/version.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Update WinXP version to SP2.
+
+2004-08-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c,
+ dlls/comctl32/syslink.c, include/commctrl.h:
+ Thomas Weidenmüller <w3seek@reactos.org>
+ Implemented syslink control.
+
+ * programs/winemine/De.rc, programs/winemine/En.rc,
+ programs/winemine/Es.rc, programs/winemine/Fr.rc,
+ programs/winemine/It.rc, programs/winemine/Nl.rc,
+ programs/winemine/Pl.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:
+ Jacek Caban<jack@itma.pwr.wroc.pl>
+ - Added Polish translation.
+ - Moved const "Nobody" string to resources to make translation
+ possible.
+
+ * dlls/gdi/bitblt.c, dlls/gdi/gdi_private.h, dlls/x11drv/x11drv.h,
+ dlls/x11drv/xrender.c:
+ Huw Davies <huw@codeweavers.com>
+ Actually pass the blend function on to the graphics driver.
+
+ * dlls/shell32/iconcache.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Don't leak cache imagelists on exit.
+
+ * dlls/wininet/tests/http.c: Mike McCormack <mike@codeweavers.com>
+ Add another test for InternetCrackUrlW.
+
+ * dlls/wininet/internet.c: Mike McCormack <mike@codeweavers.com>
+ Fix the dwUrlPathLength returned by InternetCrackUrl when
+ lpszExtraInfo is null.
+
+ * include/mmsystem.h: Robert Reif <reif@earthlink.net>
+ Added CAPS2 structures.
+
+ * dlls/mlang/mlang.c, dlls/mlang/mlang.spec, include/mlang.h,
+ include/mlang.idl:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Implement ConvertINetMultiByteToUnicode, ConvertINetUnicodeToMultiByte
+ and IsConvertINetStringAvailable by moving common code around, add a
+ stub for ConvertINetString.
+
+ * include/pstore.h, include/pstore.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Fix declaration of OpenItem.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Maintain a cache (currently of up to 10) of unused fonts. This speeds
+ up apps that repeatedly recreate the same font.
+
+ * dlls/advapi32/security.c: Mike McCormack <mike@codeweavers.com>
+ Implement A->W call for GetNamedSecurityInfo.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c,
+ dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented IDirect3DDevice{2,3}::GetLightState.
+ Fixed traces in execute buffers.
+ Updated copyright info.
+
+ * dlls/msi/action.c, dlls/msi/string.c, dlls/msi/tokenize.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix warnings found with -Wsign-compare.
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Adds debug name to remaining critical sections.
+
+2004-08-04 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/oleaut32/Makefile.in,
+ dlls/oleaut32/olepicture.c, include/config.h.in:
+ Huw Davies <huw@codeweavers.com>
+ dlopen libungif and libjpeg.
+
+ * dlls/ntdll/signal_i386.c, dlls/winedos/dosvm.c:
+ Markus Amsler <markus.amsler@oribi.org>
+ Pass debug exceptions to winedos.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/mlang/.cvsignore,
+ dlls/mlang/Makefile.in, dlls/mlang/mlang.c, dlls/mlang/mlang.spec,
+ dlls/mlang/tests/.cvsignore, dlls/mlang/tests/Makefile.in,
+ dlls/mlang/tests/mlang.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Mike McCormack <mike@codeweavers.com>
+ Added an implementation of mlang.dll and test cases for it.
+
+ * programs/progman/Es.rc, programs/progman/rsrc.rc,
+ programs/uninstaller/rsrc.rc, programs/winecfg/Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated some Spanish translations.
+
+ * dlls/shell32/shlview.c: Filip Navara <xnavara@volny.cz>
+ Destroy associated listview when IShellView is destroyed.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Convert gdi font list to use list.h.
+
+ * programs/wcmd/De.rc: Henning Gerhardt <henning.gerhardt@web.de>
+ Updated the German translation.
+
+ * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+ Added top-down dib support to AlphaBlend.
+
+ * dlls/uuid/uuid.c, include/mlang.h, include/mlang.idl:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added CLSID and IIDs for mlang.
+
+ * dlls/kernel/process.c, dlls/ntdll/ntdll.spec, dlls/ntdll/process.c,
+ include/winternl.h:
+ Mike McCormack <mike@codeweavers.com>
+ Moved FlushInstructionCache to ntdll.
+
+ * dlls/dsound/dsound.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Add CRITICAL_SECTION debug info.
+
+2004-08-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Play back what has been recorded when in interactive mode so that the
+ user can verify that the recording is correct.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/relay.c:
+ Make relay and snooping work for LoadLibrary+GetProcAddress sequence
+ (based on a patch by Dmitry Timoshkov).
+
+ * dlls/ddraw/dsurface/dib.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - add S3TC support to BltFast (fixes NOLF)
+ - proper surface unlocking in case of error in the Blt case
+
+ * dlls/commdlg/fontdlg.c: James Hawkins <truiken@gmail.com>
+ Cleanup A->W cross calls.
+
+ * include/commctrl.h, dlls/comctl32/progress.c:
+ Thomas Weidenmueller <wine-patches@reactsoft.com>
+ Added support for PBS_MARQUEE style.
+
+ * dlls/gdi/bitblt.c, dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c,
+ dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/init.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv.spec, dlls/x11drv/xrender.c:
+ Huw Davies <huw@codeweavers.com>
+ Implement AlphaBlend using the XRENDER extension.
+
+ * dlls/advapi32/crypt.c:
+ Fixed some more freeing issues in CryptAcquireContextA.
+
+ * dlls/shell32/dialogs.c: Jens Collin <jens.collin@lakhei.com>
+ Use ShellExecute instead of CreateProcess in run dialog.
+
+ * dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Add static to non-exported marshal functions.
+ - Remove unused marshal functions.
+ - Rename several RPC functions.
+
+ * dlls/dsound/mixer.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Avoid using round(), which is unportable.
+
+ * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+ dlls/ole32/marshal.c:
+ Mike Hearn <mh@codeweavers.com>
+ Disconnect proxies at COM shutdown to release the corresponding
+ stubs.
+
+ * dlls/ddraw/d3dviewport.c: Christian Costa <titan.costa@wanadoo.fr>
+ Improved IDirect3DViewportImpl_3_2_1_TransformVertices stub.
+
+ * dlls/dsound/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ Check the return value of IDirectSoundImpl_Create() to detect errors.
+ Always set *ppDS to NULL in case of error.
+
+ * dlls/ddraw/d3dexecutebuffer.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed D3DOP_STATELIGHT opcode.
+ Implemented _dump_D3DEXECUTEBUFFERDESC.
+
+ * dlls/wineps/download.c: Marcus Meissner <marcus@jet.franken.de>
+ Check return value of get_bbox().
+
+ * programs/winedbg/gdbproxy.c: Marcus Meissner <marcus@jet.franken.de>
+ Replaced undefined C expression.
+
+ * dlls/wintab32/context.c: Marcus Meissner <marcus@jet.franken.de>
+ Replaced incorrect C comparison construct.
+
+ * dlls/comctl32/commctrl.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Create toolbar with a not zero default size, it allows applications
+ which check toolbar size before adding buttons to it work.
+
+ * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
+ Implemented PSM_INDEXTOHWND.
+
+ * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw_private.h:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Moved libtxc_dxt definitions into ddraw headers.
+
+ * dlls/ddraw/ddraw/main.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - Fix compilation on boxes without OpenGL installed.
+ - Print the warning message only once.
+
+2004-07-30 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, 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/dsurface/dib.c, dlls/ddraw/dsurface/main.c,
+ dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h,
+ include/config.h.in:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added native and emulated S3TC support.
+
+ * programs/wcmd/builtins.c:
+ Fixed bug with % signs in help output (reported by Henning Gerhardt).
+
+ * dlls/ntdll/version.c: Ivan Leo Puoti <puoti@inwind.it>
+ Fix dll version detection.
+
+ * dlls/ole32/compobj.c: Mike Hearn <mh@codeweavers.com>
+ Don't marshal IClassFactory into the local server pipe until we have
+ connected, otherwise we might end up with stubs that are never used.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ Disconnect the server object from the stub on stub destruction.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ Mike Hearn <mh@codeweavers.com>
+ Fix infinite loops by checking the return value of _invoke_onereq and
+ bailing appropriately.
+
+ * dlls/dsound/tests/.cvsignore, dlls/dsound/tests/Makefile.in,
+ dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+ dlls/dsound/tests/dsound_test.h:
+ Robert Reif <reif@earthlink.net>
+ Refactored common test code into subroutines.
+ Added tests for correct Compact behavior.
+ Added tests for all possible IDirectSound[8] creation modes with good
+ and bad arguments.
+ Split dsound.c and ds3d.c into separate files for IDirectSound and
+ IDirectSound8 interfaces and added code to not execute IDirectSound8
+ tests when run with a dsound.dll of version 7 or earlier. We should
+ now be able to run these tests on a Windows system with DX7 or earlier
+ (untested).
+
+ * dlls/dsound/dsound.c: Robert Reif <reif@earthlink.net>
+ Added error checking to IDirectSound_Compact.
+ Fixed IDirectSoundImpl_Create to return DSERR_NODRIVER for a bad
+ device IID.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Refactor some other code in msiexec.
+
+ * dlls/imagehlp/imagehlp_main.c:
+ Thomas Weidenmueller <wine-patches@reactsoft.com>
+ Implementation of TouchFileTimes(), thanks to Florian Stinglmayr for
+ submitting a rough draft.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Refactor some of the string processing in msiexec.
+
+ * dlls/richedit/richedit.c, include/richedit.h:
+ Jacek Caban<jack@itma.pwr.wroc.pl>
+ Added EM_SCROLLCARET definition in include/richedit.h and handling in
+ WindowProc.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/It.rc, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc:
+ James Hawkins <truiken@gmail.com>
+ Under the Drives tab, remove the 'Windows Drive' section.
+
+ * programs/wcmd/De.rc, programs/wcmd/wcmdrc.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Added a German translation to wcmd.
+
+ * dlls/kernel/locale.c, dlls/ntdll/ntdll.spec, dlls/ntdll/resource.c,
+ include/winternl.h:
+ Added support for getting and setting the UI language.
+
+ * misc/registry.c: Troy Rollo <wine@troy.rollo.name>
+ Process sibling keys iteratively, thereby preventing exhaustion of the
+ stack.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/It.rc, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc, programs/winecfg/Si.rc,
+ programs/winecfg/main.c, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.h, programs/winecfg/x11drvdlg.c:
+ James Hawkins <truiken@gmail.com>
+ Rename X11 Driver tab of winecfg to Graphics.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement proper properties handling on the commandline in msiexec.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Fixed a potential double call to CRYPT_Free on variable "temp".
+
+ * configure, configure.ac, dlls/rsabase/Makefile.in,
+ dlls/rsabase/tests/.cvsignore, dlls/rsabase/tests/Makefile.in,
+ dlls/rsabase/tests/rsabase.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added a tiny unit test for rsabase.dll.
+
+ * tools/Makefile.in, tools/wine.desktop:
+ Christian Neumair <chris@gnome-de.org>
+ Added support for the freedesktop.org MIME system.
+
+ * controls/combo.c, dlls/d3d8/shader.c, dlls/d3d8/vshaderdeclaration.c,
+ dlls/d3d9/vshaderdeclaration.c, dlls/gdi/dib.c,
+ dlls/ole32/oleproxy.c:
+ Jeroen Janssen <japj@xs4all.nl>
+ Updated some MSDN links in the code.
+
+ * dlls/ole32/marshal.c: Robert Shearman <rob@codeweavers.com>
+ Emit fixme for known local wrong behaviour.
+
+ * dlls/devenum/devenum.rc: Henning Gerhardt <henning.gerhardt@web.de>
+ Added German resources for devenum.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Use correct calling convention for the custom action handlers.
+
+2004-07-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/string.c: Aric Stewart <aric@codeweavers.com>
+ Make the msistring_makehash return something other than just 1 or
+ 0. Also handle the case where the string or stored string is null.
+
+ * dlls/shell32/shpolicy.c: Filip Navara <xnavara@volny.cz>
+ Add REST_NONLEGACYSHELLMODE policy.
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Mike Hearn <mh@codeweavers.com>
+ Implement disconnect for proxies so that stubs are properly
+ destroyed.
+
+ * dlls/ntdll/version.c: Ivan Leo Puoti <puoti@inwind.it>
+ Change the NT service pack version from 6 to 6a, correct win2k3 name.
+
+ * programs/winecfg/En.rc, programs/winecfg/Es.rc,
+ programs/winecfg/It.rc, programs/winecfg/Pt.rc,
+ programs/winecfg/Ru.rc, programs/winecfg/Si.rc:
+ James Hawkins <truiken@gmail.com>
+ Removed the 'Windows Look:' option from winecfg.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ In the absence of any other option to msiexec, treat the commandline
+ as a package name to install.
+
+ * dlls/ole32/moniker.c: Robert Shearman <rob@codeweavers.com>
+ Document wrong behaviour for IRunningObjectTable.
+
+ * dlls/ole32/marshal.c: Mike Hearn <mh@codeweavers.com>
+ Fix ref counting in StdMarshalImpl_MarshalInterface for case where the
+ stub already exists.
+
+ * dlls/ole32/compobj.c: Robert Shearman <rob@codeweavers.com>
+ Fix some inaccuracies in a comment and reformat.
+
+ * dlls/ole32/rpc.c: Mike Hearn <mh@codeweavers.com>
+ Robert Shearman <rob@codeweavers.com>
+ Add a comment on the SendReceive behaviour. Improve two others.
+
+ * dlls/devenum/devenum.rc, dlls/winmm/winmm_res.rc,
+ programs/progman/Pt.rc, programs/winemine/rsrc.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Localization of devenum to Portuguese and minor corrections.
+
+ * documentation/ole.sgml: Mike Hearn <mike@navi.cx>
+ Add DCOM documentation to developers guide.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h,
+ programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement patching in msiexec.
+
+ * include/wincrypt.h: Robert Shearman <rob@codeweavers.com>
+ Include declarations needed for developing cryptographic service
+ providers.
+
+ * dlls/msi/cond.y: Troy Rollo <wine@troy.rollo.name>
+ Fix parsing of string literals.
+
+ * programs/winecfg/En.rc, programs/winecfg/It.rc,
+ programs/winecfg/Pt.rc, programs/winecfg/x11drvdlg.c:
+ James Hawkins <truiken@gmail.com>
+ Remove the UseTakeFocus option from winecfg.
+
+ * tools/c2man.pl: Robert Shearman <rob@codeweavers.com>
+ Fix c2man for the case where function parameters are on more than one
+ line.
+
+ * dlls/ntdll/server.c: Robert Shearman <rob@codeweavers.com>
+ Documentation for Wine client-side server interface.
+
+ * tools/winebuild/import.c: Marcus Meissner <meissner@suse.de>
+ Use "LD" instead of "ld" in winebuild to be able to use a different ld
+ or ld options.
+
+2004-07-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+ Don't crash on NULL data in RegSetValueExA (reported by Mike Hearn and
+ Andreas Mohr).
+ Removed a couple of unnecessary version checks.
+
+ * libs/wine/mmap.c:
+ Reserve the DOS area in mmap_init if it wasn't already done by the
+ preloader.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Improve msiexec usage prompt.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/tests/crypt.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ - Changed some FIXMEs to TRACEs, since they report on a problem in the
+ way the client uses the dll rather than in the dll itself.
+ - Cover the case, when the pszProvider parameter points to an empty
+ string.
+ - Fixed some imprecisions in error reporting.
+ - Removed the "wine_todo's" arround the corresponding unit-tests.
+
+ * controls/edit.c: Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Modified EDIT_WM_Char() to restrict keying in of letters other than
+ numbers when ES_NUMBER style is set.
+
+2004-07-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/msi.c, include/msi.h, programs/msiexec/msiexec.c,
+ programs/msiexec/msiexec.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement logging in msiexec.
+ Correct MsiEnableLog{A,W} prototype.
+
+ * include/msi.h, programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement the UI level change part of msiexec.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Add the correct default mode to the repair option.
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Dump (via TRACEs) all the arguments of msiexec.
+
+ * dlls/kernel/locale.c: Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove last winedefault.reg reference in the code.
+
+ * dlls/msvcrt/mbcs.c, dlls/ntdll/tests/rtl.c, dlls/ole32/bindctx.c,
+ dlls/ole32/filemoniker.c, dlls/shell32/classes.c,
+ dlls/shell32/shlfileop.c, programs/wcmd/En.rc, programs/wcmd/Ru.rc,
+ programs/wcmd/Si.rc:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Added bytes_to_mmtime() to convert the stream position from bytes to
+ the requested MMTIME format. This function should be identical in all
+ drivers.
+ Remove the corresponding code from wodGetPosition() and
+ widGetPosition() and use bytes_to_mmtime() instead.
+ bytes_to_mmtime() uses no floating-point arithmetic to compute
+ TIME_SMPTE and no longer uses round(). It should have no integer
+ overflows either.
+
+ * include/msi.h, programs/msiexec/msiexec.c,
+ programs/msiexec/msiexec.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement the advertise part of msiexec.
+
+ * dlls/wininet/internet.c: Robert Shearman <rob@codeweavers.com>
+ Implement INTERNET_OPTION_CONNECTED_STATE.
+
+ * dlls/shell32/shell32_Fr.rc, dlls/shell32/shell32_Pt.rc,
+ programs/notepad/De.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ French translation and other adjustments.
+
+ * dlls/dsound/buffer.c: Francois Gouget <fgouget@codeweavers.com>
+ Small cleanup in IDirectSoundBufferImpl_SetPan().
+
+ * dlls/dsound/tests/ds3d.c: Francois Gouget <fgouget@codeweavers.com>
+ Check that modifying the secondary buffer volume/pan does not change
+ the primary buffer's volume and pan.
+
+ * dlls/ole32/rpc.c: Robert Shearman <rob@codeweavers.com>
+ Set RPC data representation.
+
+ * dlls/ole32/compobj.c, dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+ Mike Hearn <mh@codeweavers.com>
+ Pass -Embedding switch to EXE servers, more tracing.
+
+ * dlls/kernel/resource16.c:
+ Avoid lvalue casts (based on a patch by Marcus Meissner).
+
+ * dlls/devenum/devenum.rc: Ivan Leo Puoti <puoti@inwind.it>
+ Added Italian strings.
+
+ * dlls/dsound/dsound.c, dlls/dsound/dsound_private.h,
+ dlls/dsound/mixer.c, dlls/dsound/primary.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix the volume and balance of primary buffers so it is the system's
+ volume and balance, like on Windows.
+
+ * dlls/winmm/tests/winmm_test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Sort the winmm test formats by increasing sampling rate.
+
+ * dlls/winmm/tests/capture.c: Robert Reif <reif@earthlink.net>
+ Test waveInGetDevCapsW.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Windows 95 doesn't support waveOutGetDevCapsW.
+
+2004-07-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvcrt20/msvcrt20.spec:
+ Removed some functions that don't exist in msvcrt20 (reported by Jan
+ Van Buggenhout).
+
+ * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/rpc.c:
+ Robert Shearman <rob@codeweavers.com>
+ - Remove unneeded STUBMGR_Start call.
+ - Cleanup compobj_private.h.
+
+ * dlls/quartz/avisplit.c: Robert Shearman <rob@codeweavers.com>
+ ckidJUNK is a FOURCC not a TWOCC so rewrite the case statement
+ appropriately.
+
+ * programs/notepad/De.rc: Marcus Meissner <marcus@jet.franken.de>
+ Fixed up some small problems in the German string table.
+
+ * dlls/avifil32/avifile.c, dlls/avifil32/editstream.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed 2 more casted lvalue issues.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ - Remove the -u option, the URL is in a resource now.
+ - Reset the WINETEST_* environmental variables to their defaults
+ before forking the tests.
+ - Add the -e option to optionally preserve the environment.
+
+ * dlls/wininet/http.c: Fixed a couple of off-by-one errors.
+
+ * dlls/dsound/tests/Makefile.in, dlls/dsound/tests/capture.c,
+ dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Downgrade tests to DX8 level so it can build on all windows
+ platforms.
+
+ * dlls/comctl32/comctl_De.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/shell32/shell32_De.rc, dlls/user/resources/user32_De.rc,
+ programs/cmdlgtst/De.rc, programs/notepad/De.rc,
+ programs/regedit/De.rc, programs/uninstaller/rsrc.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Minor fixes and updates to the German resource files.
+
+ * dlls/ole32/marshal.c: Mike Hearn <mh@codeweavers.com>
+ Rob Shearman <rob@codeweavers.com>
+ Implement StdMarshal::ReleaseMarshalData.
+
+ * configure, configure.ac, libs/wine/Makefile.in:
+ Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Set segment address of wine executable and libwine.dylib on Darwin.
+
+ * dlls/shell32/shell32_It.rc, programs/winecfg/It.rc,
+ programs/winecfg/winecfg.rc:
+ Ivan Leo Puoti <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+ Draw underline and strikeout lines in the non-xrender cases too.
+
+ * programs/winetest/Makefile.in: Ferenc Wagner <wferi@afavant.elte.hu>
+ Include the dsound tests.
+
+ * dlls/ole32/rpc.c: Mike Hearn <mh@codeweavers.com>
+ Unref stub after invoking on it.
+
+ * dlls/avifil32/extrachunk.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove uses of the cast-as-lvalue GCC extension which has been
+ deprecated.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/tests/crypt.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ - Fixed a problem with dwProvType values greater than 99 in
+ CRYPT_GetTypeKeyName.
+ - Fixed error reporting in the case of dwProvType == 0.
+ - Removed "todo_wine" from the corresponding unit test.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Make tmUnderlined and tmStruckOut reflect the values used to create
+ the font.
+
+ * dlls/dsound/dsound.c: Robert Reif <reif@earthlink.net>
+ Dump DirectSound capabilities flags.
+
+ * dlls/dsound/propset.c, dlls/dsound/tests/propset.c,
+ dlls/dxguid/dxguid.c:
+ Robert Reif <reif@earthlink.net>
+ Removes dsconf IIDs from dxguid.lib.
+ Fixes propset files for missing IIDs.
+
+2004-07-21 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/PACKAGING, documentation/configuring.sgml,
+ documentation/implementation.sgml, documentation/multimedia.sgml,
+ documentation/printing.sgml, documentation/registry.sgml:
+ Ivan Leo Puoti <puoti@inwind.it>
+ Remove references to debugmsg and winedefault.reg.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_It.rc, dlls/shlwapi/shlwapi.rc,
+ dlls/shlwapi/shlwapi_It.rc, programs/regedit/It.rc:
+ Ivan Leo Puoti <puoti@inwind.it>
+ Added Italian resources.
+
+ * dlls/comctl32/commctrl.c: Filip Navara <xnavara@volny.cz>
+ Fix CreateMappedBitmap for palette-less bitmaps.
+
+ * dlls/comctl32/propsheet.c: Filip Navara <xnavara@volny.cz>
+ - Properly calculate caption length when converting multi-byte string
+ to wide character one.
+ - Wizard contents shouldn't be moved by the size of watermark bitmap.
+ - Fix PSH_WIZARD97_[NEW/OLD] checks.
+ - Blit the watermark even if PSH_USEHBMWATERMARK flag isn't set and
+ blit only the part that fits into the dialog.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ HttpQueryInfo returns buffer length including null terminator on
+ insufficient buffer length and buffer length excluding null terminator
+ on success:
+ - Fix HTTP_HttpQueryInfoW for these semantics.
+ - Fix HttpQueryInfoA to correctly copy the null terminator in the call
+ to WideCharToMultiByte.
+
+ * dlls/commdlg/filedlg.c: Mike McCormack <mike@codeweavers.com>
+ Unicode file dialogs send and receive unicode messages.
+
+ * programs/regedit/De.rc, programs/regedit/Fr.rc,
+ programs/regedit/It.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Visual updates and translations for regedit.
+
+ * dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/Makefile.in,
+ dlls/advapi32/tests/crypt.c:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added some unit tests for the CryptAcquireContext API function.
+
+ * dlls/ole32/compobj.c: Mike Hearn <mh@codeweavers.com>
+ Fix misleading warning ole CoGetClassObject.
+
+ * dlls/wininet/cookie.c: Robert Shearman <rob@codeweavers.com>
+ Rewrite cookies to use shared list.h list code.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Fix HTTP POST requests.
+
+ * configure, configure.ac, dlls/gdi/Makefile.in, dlls/gdi/bitmap.c,
+ dlls/gdi/brush.c, dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/dib.c,
+ dlls/gdi/enhmetafile.c, dlls/gdi/font.c, dlls/gdi/gdi_private.h,
+ dlls/gdi/gdiobj.c, dlls/gdi/metafile.c, dlls/gdi/palette.c,
+ dlls/gdi/pen.c, dlls/gdi/region.c:
+ Moved all files from the objects/ directory to dlls/gdi.
+ Merged text.c into font.c and dcvalues.c into dc.c.
+
+ * dlls/gdi/Makefile.in, dlls/gdi/painting.c:
+ Moved LineDDA implementation to dlls/gdi/painting.c.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Make sure we won't get an overflow in check_position() even if we play
+ longer test tones.
+
+ * dlls/dsound/capture.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Save enumerated GUIDs in a global array so they persist after
+ enumeration.
+ White space cleanup.
+ Add tests for opening default devices.
+
+ * dlls/shlwapi/string.c, dlls/shlwapi/tests/string.c:
+ Fixed flags handling in StrIsIntlEqualA/W (spotted by James Hawkins).
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Adds *GetDevCapsW bad pointer check.
+ Adds waveOutGetDevCapsW test.
+
+ * dlls/uuid/uuid.c, include/Makefile.in, include/activscp.h,
+ include/activscp.idl, include/dispex.h, include/dispex.idl:
+ Kevin Koltzau <kevin@plop.org>
+ Add idl files required for scripting.
+
+ * configure, configure.ac, include/config.h.in, loader/pthread.c:
+ Emmanuel Maillard <e.rsz@libertysurf.fr>
+ wine_pthread_init_thread: retrieve the stack info on Darwin.
+
+ * programs/winecfg/En.rc, programs/winecfg/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Visual updates to Winecfg.
+
+ * dlls/winmm/winmm.c, dlls/winmm/winmm.spec, include/mmddk.h:
+ Filip Navara <xnavara@volny.cz>
+ - Implementation of mmTaskCreate. Based on patch by Eric Pouech.
+ - Fallback implementation in waveOut[Un]PrepareHeader.
+
+ * documentation/registry.sgml: Ivan Leo Puoti <puoti@inwind.it>
+ Fix wine.userreg name (spotted by Dave Washburn).
+
+2004-07-20 Alexandre Julliard <julliard@winehq.com>
+
+ * include/win.h, windows/win.c, windows/winpos.c:
+ Get rid of window region on the client side.
+
+ * include/wine/server_protocol.h, server/protocol.def, server/region.c,
+ server/request.h, server/trace.c, server/user.h, server/window.c,
+ windows/winpos.c:
+ Moved the WindowFromPoint functionality to the server so that we can
+ properly take into account the window region.
+
+ * dlls/kernel/format_msg.c:
+ Rewrote load_messageA/W to deal properly with multibyte characters.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Revert my previous incorrect check_position() patch: Windows returns
+ exactly the number of samples/bytes played (no plus one there).
+ Modify check_position() to work off the actual number of bytes as
+ calculated by wave_generate_la(). This fixes problems due to rounding
+ when duration is not a neat integer.
+ Round up the frame field when checking TIME_SMPTE.
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/text.c:
+ Zach Gorman <zach@archetypeauction.com>
+ Add test to demonstrate DrawText() with DT_CALCRECT incorrect behavior
+ in MM_HIENGLISH mapping mode.
+
+ * programs/progman/De.rc, programs/progman/rsrc.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Updated the German translation.
+
+ * tools/wrc/parser.y:
+ Fixed handling of LANGUAGE statement for message tables (found by
+ Zhangrong Huang).
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Notify when position format not supported.
+ Test that position is 0 at start.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ If the data table for a called action does not exist (for example
+ CreateFolders wants a CreateFolder table to read the data from) do not
+ fail, instead just do not perform the action.
+
+ * tools/wmc/write.c: Zhangrong Huang <hzhr@users.sourceforge.net>
+ Call wine_cp_wcstombs() to retrieve actual length of buffer before
+ conversion.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Fix string length return from HttpQueryInfoA.
+
+ * dlls/kernel/tests/process.c: Mike Hearn <mike@navi.cx>
+ Make STARTUPINFO.lpDesktop tests pass on NT.
+
+2004-07-19 Alexandre Julliard <julliard@winehq.com>
+
+ * 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 pointers internally and refcount all objects.
+
+ * dlls/msi/cond.y, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Set VersionMsi property.
+ Accept a dot in a number value.
+
+ * dlls/msvcrt/environ.c, dlls/msvcrt/tests/.cvsignore,
+ dlls/msvcrt/tests/Makefile.in, dlls/msvcrt/tests/environ.c:
+ Mike Hearn <mh@codeweavers.com>
+ Add some test cases for _wputenv, fix deletion of non-existent
+ environment variables, return -1 on error.
+
+ * controls/menu.c: Zach Gorman <zach@archetypeauction.com>
+ Set the top_popup global variable to zero in MENU_ExitTracking(),
+ fixing MENU_IsMenuActive() and therefore VK_F1 WM_HELP message
+ generation.
+
+ * dlls/winmm/winealsa/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Check that we are still playing in wodUpdatePlayedTotal(). If not,
+ then the value returned by snd_pcm_delay() is not usable so assume
+ delay=0. This gets the winmm test to complete in interactive mode with
+ winealsa.
+
+ * dlls/dsound/tests/ds3d.c: Francois Gouget <fgouget@codeweavers.com>
+ Make the listener/sound position update duration and TIME_SLICE
+ independent.
+ Set the sound and listener velocity and increase the sound source
+ velocity so we may get some doppler effect.
+ Added some traces so one can monitor the listener/sound positions with
+ WINETEST_DEBUG=3.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ In interactive mode, check that the tone duration is within 10% of the
+ expected value.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h,
+ programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Implement the repair mechanism in msiexec, and stub it out in
+ msi.dll.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Honour INTERNET_FLAG_NO_COOKIES.
+
+ * configure, configure.ac: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Build wine-pthread on Darwin.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.h:
+ Robert Shearman <rob@codeweavers.com>
+ Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that it returns the
+ actual headers received, not just reconstituting them from processed
+ data.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_Pt.rc, dlls/shell32/shell32_Pt.rc,
+ dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Pt.rc,
+ programs/regedit/Pt.rc, programs/winecfg/Pt.rc:
+ Marcelo Duarte <wine-devel@bol.com.br>
+ Update localization for Portuguese language.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix the check_position() test: on Windows waveOutGetPosition() returns
+ the number of samples played plus one (also one extra sample for the
+ byte count).
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Use round() instead of ceil() in wodGetPosition(TIME_SMPTE).
+ Fixes the corresponding winmm conformance test.
+
+ * dlls/dsound/dsound.c, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Do initialization to match windows behavior (with test).
+
+ * programs/msiexec/msiexec.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Cleanup of the properties last space removal, since it can be used not
+ only with Install.
+
+ * configure, configure.ac, programs/Makefile.in,
+ programs/msiexec/.cvsignore, programs/msiexec/Makefile.in,
+ programs/msiexec/msiexec.c, programs/msiexec/msiexec.h:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ First draft for a msiexec.exe replacement.
+
+ * tools/wineinstall: Paul Vriens <pvriens@xs4all.nl>
+ Create ~/.wine if not present during wineinstall.
+
+ * dlls/commdlg/printdlg.c: James Hawkins <truiken@gmail.com>
+ Better fix for collate icon behavior.
+
+ * dlls/msi/action.c, dlls/msi/msiquery.c, dlls/msi/sql.y:
+ Mike McCormack <mike@codeweavers.com>
+ Fix the return code of MsiDatabaseOpenView.
+
+ * dlls/dsound/tests/dsound.c: Robert Reif <reif@earthlink.net>
+ Fixes the right bugs and keeps intent of test.
+ Adds more reference count checks.
+
+ * programs/winemine/De.rc, programs/winemine/rsrc.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Added a German translation for WineMine.
+
+ * programs/regedit/De.rc:
+ Michael Jung <mjung@vlsi.informatik.tu-darmstadt.de>
+ Added some German translations.
+
+ * include/winnt.h: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Remove implementation of NtCurrentTeb for ppc host.
+
+ * dlls/shlwapi/shlwapi.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Forward shlwapi.459/460 (SHExpandEnvironmentStringsA/W) to
+ kernel32.ExpandEnvironmentStringsA/W.
+
+ * dlls/wininet/cookie.c: Robert Shearman <rob@codeweavers.com>
+ Fix size return from InternetGetCookieW.
+
+ * dlls/comctl32/toolbar.c: Filip Navara <xnavara@volny.cz>
+ Use system metrics values in TOOLBAR_DrawPattern instead of hardcoded
+ values.
+
+2004-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040716.
+
+----------------------------------------------------------------
+2004-07-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Implemented GetUIVersion (based on a patch by Stefan Leichter).
+
+ * dlls/dsound/tests/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ Don't try to create a IDirectSound3DBuffer, partly to keep this test
+ simple and partly because it's going to fail since we did not request
+ DSBCAPS_CTRL3D. Fixes a crash on Windows.
+ Don't request unneeded caps.
+
+ * dlls/kernel/locale.c: Shachar Shemesh <wine-patches@shemesh.biz>
+ System default locale in Windows determines the ANSI encoding
+ (LC_CTYPE on Unix).
+
+ * dlls/commdlg/printdlg.c: James Hawkins <truiken@gmail.com>
+ Fixed collate icon behavior.
+
+ * dlls/dsound/tests/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ Get and print the DirectSound primary buffer volume.
+
+ * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/dsound_test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Keep track of how much has been played and get rid of last_pos. This
+ fixes a bug where buffer_service() would not detect that everything
+ had been played.
+ Check that the actual sound duration was within 10% of the expected
+ value.
+ Make BUFFER_LEN and TIME_SLICE independent, make sure TIME_SLICE does
+ not divide BUFFER_LEN to spice things up a bit.
+
+ * dlls/user/tests/dialog.c:
+ Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Added regression test for WM_NEXTDLGCTL and default button ID
+ behavior.
+
+ * misc/registry.c: Kevin Koltzau <kevin@plop.org>
+ Prevent garbage being passed for windows directory.
+
+ * dlls/dsound/tests/dsound.c: Francois Gouget <fgouget@codeweavers.com>
+ Call IDirectSound::Initialize() as per MSDN before using the
+ DirectSound object. Fixes a crash on Windows.
+
+ * dlls/dsound/tests/ds3d.c: Francois Gouget <fgouget@codeweavers.com>
+ On Windows GetPan() may not return the value that was just set with
+ SetPan().
+
+ * dlls/mshtml/main.c, dlls/mshtml/mshtml.spec:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added stubs for DllInstall and DllRegisterServer.
+
+ * dlls/comctl32/toolbar.c: Filip Navara <xnavara@volny.cz>
+ Make the pattern drawing in TOOLBAR_DrawPattern look better.
+
+ * dlls/msrle32/msrle32.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed lvalue casts for new compiler.
+
+ * dlls/advapi32/crypt.c:
+ Fixed some duplicate CRYPT_Free calls (spotted by Michael Jung).
+
+ * include/wincrypt.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added PROV_ENUMALGS[_EX] structs and typedefs.
+ Added some defines.
+
+ * dlls/msi/action.c, dlls/wininet/http.c, include/mmsystem.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * tools/make_ctests, tools/winapi/msvcmaker:
+ Francois Gouget <fgouget@codeweavers.com>
+ Fix msvcmaker so the generated testlist.c files include stdarg.h.
+ Add comments pointing out the relation between msvcmaker and
+ make_ctests.
+
+ * dlls/commdlg/printdlg.c: James Hawkins <truiken@gmail.com>
+ Check for empty PrinterName in PRINTDLG_WMCommandW.
+
+ * dlls/shell32/shlview.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Distinguish between Open and Explore commands.
+ Execute items by default.
+
+ * dlls/kernel/process.c, include/wine/server_protocol.h,
+ server/protocol.def, server/trace.c:
+ Pass the environment for a child process through the server instead of
+ relying on the Unix environment.
+
+ * tools/wine.inf:
+ Specify the PATH variable in uppercase to avoid getting two flavors of
+ PATH when converting the Unix environment.
+
+ * dlls/msvcrt/process.c: Implemented _spawnle and _spawnlpe.
+
+ * tools/winewrapper:
+ Invoke wineprefixcreate if the .wine directory does not exist.
+
+ * dlls/kernel/profile.c:
+ Support for large profile values (based on a patch by Robert
+ Shearman).
+ Fixed PROFILE_FlushFile to correctly truncate the file before saving
+ it.
+
+ * programs/winedbg/winedbg.c: Pierre d'Herbemont <stegefin@free.fr>
+ Define the backend_cpu regarding the host processor.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Removed the crosscalls (unicode to ascii) from GetAcceptLanguagesW.
+ Removed todo_wine from GetAcceptLanguagesA tests.
+
+ * dlls/comctl32/tab.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Don't crash on NULL tab text.
+
+2004-07-15 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/wineconsole/curses.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed one lvalue casted assignment for the new compiler.
+
+ * dlls/shlwapi/msgbox.c: Marcus Meissner <marcus@jet.franken.de>
+ Do not assign to casted values.
+
+ * dlls/ole32/compobj.c, dlls/ole32/rpc.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix a few serious race conditions in the OLE object pipe server.
+
+ * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/loadorder.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h:
+ Set the system directory in ntdll as soon as we have determined it.
+
+ * dlls/win32s/w32skernel.c:
+ Don't get system directory from the environment, use
+ GetSystemDirectory instead.
+
+ * server/named_pipe.c: Mike McCormack <mike@codeweavers.com>
+ Fix a double free in the named pipe code.
+
+ * dlls/advapi32/crypt.c: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Use RegQueryValueExA instead of RegQueryValueA in
+ CryptEnumProviderTypes.
+
+ * tools/winebuild/spec32.c: Pierre d'Herbemont <stegefin@free.fr>
+ Darwin/Mac OS X Weak import workaround.
+
+ * tools/winebuild/import.c: Pierre d'Herbemont <stegefin@free.fr>
+ - Be more accurate on Darwin stack size.
+ - Delay import fix on PowerPC hosts.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Robert Shearman <rob@codeweavers.com>
+ - Change the way that the response headers are reconstructed to reduce
+ the chance of memory being incorrectly allocated.
+ - Return the correct error when a header is not found.
+ - remove all the response headers before receiving new ones so that we
+ don't merge headers from two responses.
+ - Add extra standard fields.
+ - Split the status line into http version, status code and status text
+ and store those in the response data, without using use a fake
+ field.
+
+2004-07-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/commdlg/filedlg.c:
+ Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Add the selected extension from file type filter if file name does not
+ contain the file extension.
+
+ * dlls/user/dde/client.c: Eric Frias <efrias@syncad.com>
+ Fixed memory allocation bug.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@free.fr>
+ An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
+ since the OSS specifications say we have to call it before knowing if
+ the sound card is full-duplex capable.
+
+ * include/winreg.h: Michael Jung <mjung@iss.tu-darmstadt.de>
+ Added RegOpenCurrentUser prototype.
+
+ * dlls/ntdll/version.c: Aric Stewart <aric@codeweavers.com>
+ Report win2k service pack 4 instead of 3.
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ Implement the functionality that allows one to call MsiOpenPackage
+ with #nnn where nnn is a string representing the handle to an open
+ database.
+
+ * tools/wine.inf: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Uncomment implemented in Wine msvidc32 (MSVC/CRAM) codec.
+
+ * dlls/winmm/mciavi/mciavi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make it possible to open read-only AVI files for a playback.
+
+ * dlls/msi/version.rc: Aric Stewart <aric@codeweavers.com>
+ Update the MSI version to be the same as on win2k.
+
+ * dlls/gdi/freetype.c: Huw Davies <huw@codeweavers.com>
+ Fix font replacements to work with bitmap fonts.
+ Enumerate System, Terminal, FixedSys in that order.
+
+ * tools/winebuild/import.c: Pierre d'Herbemont <stegefin@free.fr>
+ Delayed import fix for Darwin and PowerPC Host.
+
+ * dlls/user/tests/class.c, dlls/user/tests/resource.rc:
+ Sami Aario <sami.aario@surfeu.fi>
+ Added tests for registering a dialog box created by using the CLASS
+ directive in a resource file, then creating the dialog using
+ CreateDialogParam.
+
+ * dlls/user/controls.h, dlls/user/dialog16.c, windows/defdlg.c,
+ windows/dialog.c:
+ Allocate the dialog info in DIALOG_CreateIndirect if this wasn't
+ already done by the dialog procedure.
+
+ * dlls/dbghelp/stabs.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Prevent the debug buffer from overflowing on long stabs.
+
+ * dlls/dbghelp/stabs.c: Fixed handling of includes stack.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg16.c, dlls/commdlg/filedlg31.c,
+ dlls/commdlg/filedlg31.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Fix 16/32 bit separation.
+
+2004-07-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/oledlg/oledlg_De.rc, dlls/serialui/De.rc,
+ dlls/winmm/winmm_De.rc, dlls/winmm/winmm_res.rc,
+ programs/cmdlgtst/De.rc, programs/cmdlgtst/cmdlgr.rc,
+ programs/start/De.rc, programs/start/rsrc.rc, programs/view/De.rc,
+ programs/view/viewrc.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ More German translations.
+
+ * dlls/dsound/buffer.c, dlls/dsound/dsound.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/primary.c,
+ dlls/dsound/propset.c, dlls/dsound/sound3d.c,
+ dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ Remove DirectSound reference counts by buffers and add Destroy
+ functions to buffer components and DirectSound to allow proper
+ destruction even with outstanding references.
+ Remove trailing white space.
+ Add tests for proper release even with active buffers.
+
+ * dlls/wininet/http.c: Robert Shearman <rob@codeweavers.com>
+ Accept headers without \r\n ending in HttpAddRequestHeaders.
+
+ * dlls/advapi32/crypt.c, dlls/advapi32/crypt.h:
+ Michael Jung <mjung@iss.tu-darmstadt.de>
+ Reference counting for CRYPTPROV objects.
+ Implemented CryptContextAddRef.
+
+ * dlls/kernel/volume.c: Rein Klazes <rklazes@xs4all.nl>
+ In GetVolumeInformationW handle the case when there are no permissions
+ accessing the device the same way as when no device is found.
+
+ * dlls/advapi32/registry.c: James Hawkins <truiken@gmail.com>
+ Added and cleaned API docs.
+
+ * dlls/gdi/driver.c, dlls/user/user_main.c:
+ Allow specifying multiple graphics drivers and use the first one that
+ loads successfully.
+
+ * dlls/x11drv/bitmap.c, dlls/x11drv/init.c, dlls/x11drv/x11drv.h,
+ dlls/x11drv/x11drv_main.c:
+ Make x11drv fail to load when it can't open the display, instead of
+ killing the whole process.
+
+ * tools/winedump/ne.c:
+ Added support for dumping exported entry points in NE modules.
+
+ * dlls/Makefile.in, dlls/twain/.cvsignore, dlls/twain/Makefile.in,
+ dlls/twain/twain.spec, dlls/twain/twain16_main.c:
+ Mike Hearn <mh@codeweavers.com>
+ Add a 16 bit pair DLL for TWAIN.
+
+2004-07-12 Alexandre Julliard <julliard@winehq.com>
+
+ * controls/combo.c, windows/nonclient.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed switch (unsigned int) { case -1 / -2: } problems.
+
+ * dlls/msvcrt/tests/headers.c: Pierre d'Herbemont <stegefin@free.fr>
+ Don't test i386 types on non i386.
+
+ * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Added a few stub implementations.
+
+ * dlls/comctl32/propsheet.c: Robert Shearman <rob@codeweavers.com>
+ Implemented PSM_HWNDTOINDEX.
+
+ * dlls/advapi32/advapi.c, dlls/advapi32/crypt.c,
+ dlls/advapi32/eventlog.c:
+ James Hawkins <truiken@gmail.com>
+ Added some more API docs.
+
+ * dlls/msi/cond.y: Aric Stewart <aric@codeweavers.com>
+ Properly handle quoted number literals in MSI condition statements.
+
+ * dlls/comctl32/propsheet.c: Robert Shearman <rob@codeweavers.com>
+ Add stubs for some new property sheet messages.
+
+ * dlls/user/tests/resource.c: Mike McCormack <mike@codeweavers.com>
+ Add a regression test for accelerators.
+
+ * dlls/user/resource.c: Mike McCormack <mike@codeweavers.com>
+ - Windows always strips the high bit (0x80) of the fVirt member in the
+ accelerator structure.
+ - If the FVIRTKEY bit of fVirt is set, the value of the key field is
+ limited to the range of one byte.
+ - Remove annoying fixmes about accelerator table checking. Windows
+ appears to do no more checking than the above.
+
+ * dlls/msrle32/msrle_Ja.rc, dlls/msrle32/rsrc.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_Ja.rc, programs/regedit/Ja.rc,
+ programs/wcmd/Ja.rc, programs/wcmd/wcmdrc.rc:
+ Hajime Segawa <winetips@sidenet.ddo.jp>
+ Added Japanese translation for msrle32, wininet, wcmd.
+ Fixed untranslated messages of regedit.
+
+ * dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc,
+ dlls/shell32/shell32_Fr.rc, dlls/shell32/shell32_It.rc,
+ dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Uk.rc,
+ dlls/shell32/shres.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Updated the Spanish shell32 translation and made some corrections to
+ other language files.
+
+ * include/prsht.h: Robert Shearman <rob@codeweavers.com>
+ Add definitions for v5.80 messages.
+
+ * dlls/msi/action.c: Hans Leidekker <hans@it.vu.nl>
+ Fix command line parsing.
+
+ * dlls/user/resource.c: Mike McCormack <mike@codeweavers.com>
+ - CopyAcceleratorTable can cause a buffer overflow because it uses an
+ incorrect comparison between the number of accelerator entries
+ available and the number of accelerator entries in the output buffer.
+ - My tests show that CopyAcceleratorTable always strips the high bit
+ of the fVirt member of the accel struct.
+ - Calling DestroyAcceleratorTable with a NULL accelerator should
+ return FALSE.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_De.rc, dlls/msacm/msacm.rc,
+ dlls/msacm/msacm_De.rc, dlls/oleaut32/oleaut32_De.rc,
+ dlls/oledlg/oledlg_De.rc, dlls/oledlg/rsrc.rc, dlls/serialui/De.rc,
+ dlls/serialui/serialui_rc.rc, dlls/setupapi/De.rc,
+ dlls/setupapi/setupapi.rc, dlls/shlwapi/shlwapi.rc,
+ dlls/shlwapi/shlwapi_De.rc, dlls/wininet/rsrc.rc,
+ dlls/wininet/wininet_De.rc:
+ Henning Gerhardt <henning.gerhardt@web.de>
+ Translated some English resource files into German.
+
+ * dlls/dmloader/loaderstream.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed (LPDIRECTMUSICLOADER8) cast.
+
+ * objects/region.c: Robert Shearman <rob@codeweavers.com>
+ Fix a few region debug messages.
+
+ * dlls/msi/msi.c: Mike McCormack <mike@codeweavers.com>
+ Minor spelling fix.
+
+ * dlls/user/exticon.c: Mike McCormack <mike@codeweavers.com>
+ Stop PrivateExtractIcons from crashing given an invalid icon index.
+
+ * dlls/winedos/int21.c: Marcus Meissner <marcus@jet.franken.de>
+ Remove lvalue casts that are no longer supported.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Remove a piece of dead code causing a warning.
+
+ * dlls/secur32/secur32.c, dlls/secur32/secur32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Add stub implementation for GetComputerObjectName.
+
+ * include/Makefile.in, include/secext.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add secext.h.
+
+ * dlls/shell32/control.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shellole.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed double applet = applet = assignment.
+ Removed sic_hdpa only used in 1 C file as static var.
+ Make VT_Shell_IMalloc32 and related variables static.
+
+ * dlls/ole32/regsvr.c: Marcus Meissner <marcus@jet.franken.de>
+ IID_IObjectWithSite is already in libuuid, no need to declare here.
+
+ * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
+ IMalloc vtables are static.
+
+ * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h:
+ Marcus Meissner <marcus@jet.franken.de>
+ Move definitions of static vtables from header to dplay.c.
+
+ * misc/registry.c: Robert Reif <reif@earthlink.net>
+ Add HKEY_DYN_DATA\Config Manager\Enum to registry.
+
+ * programs/winedbg/stack.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed regression on 'bt <tid>' command.
+
+ * dlls/ddraw/d3ddevice/mesa.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ Better handle the frame-buffer locking case.
+
+ * dlls/psapi/tests/module.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix tests of GetModuleFileNameA on 98/XP.
+
+ * dlls/x11drv/dib_convert.c, dlls/x11drv/dib_src_swap.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Replaced lvalue casts / postincrement mixes.
+
+ * dlls/dsound/tests/Makefile.in, dlls/dsound/tests/dsound.c:
+ Robert Reif <reif@earthlink.net>
+ - Create IDirectSound and IDirectSound8 objects using the
+ CoCreateInstance COM function to test the Class Factory interfaces.
+ - Create IDirectSound and IDirectSound8 objects using CreateDirectSound
+ and CreateDirectSound8 using a NULL device GUID.
+
+2004-07-09 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/action.c, dlls/msi/cond.y, dlls/msi/msi.c, dlls/msi/package.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement MsiVerifyPackage, cosmetic fixes.
+
+ * dlls/shell32/dialogs.c, dlls/shell32/shell32.spec,
+ dlls/shell32/shell32_En.rc, dlls/shell32/shresdef.h,
+ dlls/shell32/undocshell.h, include/shlobj.h:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Ge van Geldorp <gvg@reactos.com>
+ Implement MessageBox-based RestartDialog() and RestartDialogEx(), use
+ string resources for ExitWindowsDialog() to allow
+ internationalization.
+
+ * dlls/msi/action.c, dlls/msi/cond.y, dlls/msi/create.c,
+ dlls/msi/distinct.c, dlls/msi/handle.c, dlls/msi/insert.c,
+ dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+ dlls/msi/order.c, dlls/msi/package.c, dlls/msi/record.c,
+ dlls/msi/select.c, dlls/msi/suminfo.c, dlls/msi/table.c,
+ dlls/msi/update.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Aric Stewart <aric@codeweavers.com>
+ Refcount all objects, and use pointers internally.
+
+ * dlls/kernel/file.c: Rob Shearman <rob@codeweavers.com>
+ Add TRACE to ReadFileEx.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msipriv.h:
+ Aric Stewart <aric@codeweavers.com>
+ Mike McCormack <mike@codeweavers.com>
+ Write the encoded GUIDs for product registration in the Installer
+ registry.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msi.spec,
+ dlls/msi/msiquery.c:
+ Aric Stewart <aric@codeweavers.com>
+ Cleanup of actions.
+
+ * dlls/msi/msi.spec, dlls/msi/msiquery.c, dlls/msi/record.c:
+ Aric Stewart <aric@codeweavers.com>
+ Add a stub for MsiModifyView, fix a couple of bugs.
+
+ * dlls/msi/action.c: Mike McCormack <mike@codeweavers.com>
+ Cosmetic fixes.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implement logging.
+
+ * dlls/x11drv/x11drv_main.c: Mike Hearn <mh@codeweavers.com>
+ Output X11 protocol errors before breaking into debugger.
+
+ * dlls/dsound/dsound.c: Robert Reif <reif@earthlink.net>
+ Better error checking and recovery.
+
+ * controls/scroll.c, dlls/user/tests/msg.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for scroll APIs, fix a few bugs spotted by it.
+
+2004-07-08 Alexandre Julliard <julliard@winehq.com>
+
+ * programs/notepad/main.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add WS_HSCROLL style to the notepad's edit control.
+
+ * include/wingdi.h, objects/gdiobj.c:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Several GDI object handling functions are defined to take a HGDIOBJ
+ instead of a HANDLE.
+
+ * dlls/dsound/dsound.c, dlls/ole32/compobj.c, include/shlwapi.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * controls/scroll.c: Troy Rollo <wine@troy.rollo.name>
+ - Setting the scroll range with the "bRedraw" flag set to true on a
+ non-control scrollbar resulted in the scrollbar being drawn over the
+ whole window area.
+ - If you don't set WS_HSCROLL/WS_VSCROLL on window creation, setting a scroll
+ range does nothing. Setting the scroll range to a non-zero range should cause
+ scroll bars to be displayed. Setting the range to a zero range
+ should cause the relevant scroll bar to be hidden.
+
+ * dlls/x11drv/clipboard.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ If the selection owner doesn't understand TARGETS, try retrieving
+ XA_STRING.
+
+ * dlls/x11drv/event.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle case when data type is not registered.
+
+ * programs/regedit/childwnd.c, programs/regedit/regproc.c,
+ programs/regedit/treeview.c:
+ Robert Reif <reif@earthlink.net>
+ Added HKEY_DYN_DATA support.
+
+2004-07-07 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/thread.c:
+ Roger Olson <u60@comcast.net>
+ Added stub for CreateRemoteThread().
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Number of arguments to IDirectSoundBuffer8_GetObjectInPath was wrong.
+
+ * dlls/advapi32/security.c, include/winnt.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Add missing privilege names.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Initialize also ACP, OEMCP and MACCP in registry on locale change.
+
+ * dlls/ntdll/directory.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Added Darwin support in get_default_drive_device.
+
+2004-07-06 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c: Fixed X11DRV_GetDC for the desktop window.
+ Use the client window as drawable when possible.
+
+ * server/window.c:
+ get_visible_region: do not clip out siblings of the top-level window.
+
+ * dlls/kernel/tests/file.c, dlls/kernel/vxd.c:
+ Mike Hearn <mike@navi.cx>
+ Correct error code returned by CreateFile when given a non-existent
+ VxD on NT, add a test case.
+
+ * dlls/oleaut32/typelib.c: Mike McCormack <mike@codeweavers.com>
+ Refcounting fixes.
+
+ * dlls/ole32/compobj.c: Mike Hearn <mh@codeweavers.com>
+ Add some explanations to compobj.c, implement flushing message queue
+ on shutdown.
+
+ * dlls/comctl32/listview.c: Mike McCormack <mike@codeweavers.com>
+ Create a tooltip on demand in the Listview.
+
+ * documentation/configuring.sgml:
+ Richard Stonehouse <richard@rstonehouse.co.uk>
+ Updated for the new 'dosdevices' directory system.
+
+ * programs/winetest/main.c, programs/winetest/send.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ Suppress some more error message boxes.
+ Truncate report file if too big.
+
+ * dlls/mapi32/tests/prop.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Avoid segfaults on uninitialized data.
+
+ * include/commctrl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix a typo in the TabCtrl_SetItem macro.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/atl/.cvsignore,
+ dlls/atl/Makefile.in, dlls/atl/atl.spec, dlls/atl/atl_main.c,
+ dlls/atl/atlbase.h:
+ Aric Stewart <aric@codeweavers.com>
+ First implementation of the Advanced Template Library, with just a few
+ functions implemented.
+
+ * dlls/ntdll/nt.c: Aric Stewart <aric@codeweavers.com>
+ Report NOT_IMPLEMENTED for not implemented token classes.
+
+ * server/file.c: Mike McCormack <mike@codeweavers.com>
+ Translate ENODEV and ENXIO error codes to NT status codes.
+
+ * include/dsound.h: Robert Reif <reif@earthlink.net>
+ Added some missing **LPLP typedefs.
+
+ * configure, configure.ac: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Check for -lresolv for Darwin.
+
+ * include/Makefile.in, include/mlang.h, include/mlang.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Add Multi Language support IDL and headers.
+
+ * dlls/dsound/buffer.c, dlls/dsound/primary.c, include/dsound.h:
+ Robert Reif <reif@earthlink.net>
+ Fix IDirectSoundBuffer8_Initialize function prototype and use.
+
+ * tools/wrc/newstruc.c: Marcus Meissner <marcus@jet.franken.de>
+ Generic SKIP_TAG to skip a number of bytes, use it where applicable.
+
+ * windows/winproc.c: Marcus Meissner <marcus@jet.franken.de>
+ Replace lvalue casts of post increments for newer compiler.
+
+ * dlls/dsound/dsound_main.c: Robert Reif <reif@earthlink.net>
+ Create DirectSound or DirectSound8 depending on riid.
+
+ * dlls/msi/table.c: Mike McCormack <mike@codeweavers.com>
+ Allow binary fields with stream names longer than table names.
+
+ * dlls/msi/action.c, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented CreateShortcut and PublishProduct.
+
+ * dlls/msi/action.c, dlls/msi/create.c, dlls/msi/distinct.c,
+ dlls/msi/insert.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+ dlls/msi/order.c, dlls/msi/select.c, dlls/msi/table.c,
+ dlls/msi/update.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fetch binary streams at the table level.
+
+ * dlls/msi/package.c: Aric Stewart <aric@codeweavers.com>
+ MsiGetProperty should return empty strings on error.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Implemented registering Classes and ProgID.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Implemented RegisterTypeLibraries.
+
+ * dlls/msi/action.c, dlls/msi/cond.y, dlls/msi/msipriv.h,
+ dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implemented ProcessComponents.
+
+ * dlls/msi/action.c, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Send progress and action messages.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Allow ADDLOCAL to override INSTALLLEVEL, implement LaunchConditions.
+
+ * loader/preloader.c: Avoid using strlen.
+
+ * dlls/msvcrt/tests/headers.c: Added tests for div_t and ldiv_t.
+
+ * dlls/msvcrt/msvcrt.h: Pierre d'Herbemont <stegefin@free.fr>
+ Define MSVCRT_div_t and MSVCRT_ldiv_t.
+
+ * include/aclapi.h: Mike McCormack <mike@codeweavers.com>
+ Add trustee functions.
+
+ * dlls/dsound/dsound.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Get certification for VerifyCertification from driver to match
+ GetCaps.
+ Change OSS driver to report certified.
+ Change OSS driver to show message name rather than number in traces.
+
+ * dlls/ddraw/dsurface/dib.c: Marcus Meissner <marcus@jet.franken.de>
+ COPY_COLORKEY_FX: Do not use lvalue casts.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Fix bugs in resolve_folder.
+
+2004-07-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/action.c, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Activate features and components based on their various conditions.
+
+ * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/cond.y,
+ dlls/msi/msipriv.h, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Beginnings of costing and organizing into components and features.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Fix command line processing and folder paths.
+
+ * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTargetPath.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msipriv.h,
+ dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Use the newly implemented UPDATE code to set properties.
+
+ * dlls/msi/Makefile.in, dlls/msi/query.h, dlls/msi/sql.y,
+ dlls/msi/update.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement the UPDATE query.
+
+ * dlls/msi/query.h, dlls/msi/sql.y, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Create the WHERE part of a query in one function call.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msi.spec,
+ dlls/msi/msipriv.h, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implement SetTargetPath, start the basics for tracking UI level.
+
+ * programs/winedbg/info.c, programs/winedbg/symbol.c,
+ programs/winedbg/winedbg.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - enhanced 'info share' output
+ - made use of new dbghelp pure ELF symbol lookup
+
+ * dlls/msi/action.c, dlls/msi/package.c:
+ Mike McCormack <mike@codeweavers.com>
+ Cosmetic fixes.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Build http requests in a more consistent way.
+ Fix the size of the request buffer.
+ Don't try converting the optional information from W to A.
+
+ * dlls/dmime/performance.c: Fixed a warning.
+
+ * dlls/dsound/Makefile.in, dlls/dsound/dsound.c,
+ dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c,
+ dlls/dsound/dsound_private.h, dlls/dsound/tests/dsound.c,
+ include/dsound.h:
+ Robert Reif <reif@earthlink.net>
+ Separated DirectSoundCreate8 into two functions and added a
+ IDirectSound implementation.
+ Added proper COM behavior for QueryInterface for IDirectSound and
+ IDirectSound8.
+ Fixed a bug in the dsound.h header file for IDirectSound8
+ CreateSoundBuffer and DuplicateSoundBuffer.
+ Added new tests for proper COM behavior and enables some commented out
+ code for tests that work on windows. Added new tests for
+ IDirectSound8.
+
+ * dlls/avifil32/api.c, dlls/avifil32/avifile.c, dlls/avifil32/wavfile.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix string conversion bugs.
+
+ * dlls/shell32/autocomplete.c: Mike McCormack <mike@codeweavers.com>
+ Fix a buffer overrun in autocomplete.
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/elf_module.c, dlls/dbghelp/module.c,
+ dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - added support for GCC static local variables
+ - fixed some bugs in SYMOPT_NO_PUBLICS and SYMOPT_PUBLICS_ONLY
+ handling
+ - in stabs parsing, just drop any debug info for a module if stabs
+ parsing fails (instead of assert()'ing)
+ - symbol lookup now allows lookup in pure ELF modules
+ - fixed some bugs in symbol enumeration
+
+ * dlls/oleaut32/safearray.c, dlls/oleaut32/varformat.c,
+ dlls/oleaut32/variant.c, dlls/oleaut32/vartype.c:
+ Mike Hearn <mh@codeweavers.com>
+ Move variant code to its own debug channel.
+
+ * dlls/mpr/mpr.rc, dlls/mpr/mpr_Es.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added Spanish translation.
+
+ * dlls/kernel/locale.c: Vitaly Lipatov <lav@altlinux.ru>
+ Return proper codepage value in GetCPInfoEx.
+
+ * dlls/msi/action.c: Aric Stewart <aric@codeweavers.com>
+ Start implementing Feature and Component level install control.
+
+ * dlls/wininet/internet.c: Mike McCormack <mike@codeweavers.com>
+ Allocate the correct size string in InternetCrackUrl.
+
+ * dlls/shlwapi/assoc.c, dlls/shlwapi/reg.c, dlls/shlwapi/url.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix memory allocation problems.
+
+2004-06-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/record.c: Mike McCormack <mike@codeweavers.com>
+ Fix retrieval of nul records as strings.
+
+ * dlls/msi/insert.c: Mike McCormack <mike@codeweavers.com>
+ Fix the INSERT query when inserting integers into a table.
+
+ * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/cond.y,
+ dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/package.c:
+ Aric Stewart <aric@codeweavers.com>
+ Start implementing MsiOpenPackage.
+
+ * dlls/msi/msi.c, dlls/msi/record.c, dlls/msi/string.c:
+ Mike McCormack <mike@codeweavers.com>
+ Set the storage file's GUID so native MSI recognizes it.
+ Fix crash when inserting multiple columns that are invalid.
+
+ * dlls/msi/create.c, dlls/msi/sql.y:
+ Mike McCormack <mike@codeweavers.com>
+ Hack field types, fix ref counting.
+
+ * dlls/msi/record.c: Mike McCormack <mike@codeweavers.com>
+ Fix buffer overflow.
+
+ * dlls/msi/msipriv.h, dlls/msi/sql.y, dlls/msi/string.c,
+ dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix the UPDATE query.
+
+ * dlls/msi/create.c: Aric Stewart <aric@codeweavers.com>
+ Fix field numbering so the CREATE query works for multiple columns.
+
+ * dlls/msi/insert.c: Aric Stewart <aric@codeweavers.com>
+ Fix the INSERT query.
+
+ * dlls/msi/insert.c, dlls/msi/msipriv.h, dlls/msi/query.h,
+ dlls/msi/record.c, 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>
+ Make the SQL insert query work.
+
+ * dlls/hhctrl.ocx/hhctrl.c, dlls/imm32/imm.c, dlls/mpr/wnet.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
+
+ * dlls/msi/action.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Fixed Extract prototype.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more MDI message tests.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not do SetWindowPos(SWP_FRAMECHANGED) in the
+ DefFrameProc(WM_SETTEXT) handler, DefWindowProc already takes care of
+ it.
+
+ * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Ru.rc,
+ dlls/commdlg/cdlg_Uk.rc:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix control coordinates in German and French versions of open file
+ dialog.
+ Remove duplicate control ids in Catalan, Russian and Ukrainian
+ dialogs.
+
+ * dlls/odbc32/proxyodbc.c: Bill Medland <billmedland@mercuryspeed.com>
+ Set RTLD_GLOBAL when loading the odbc driver manager so that when it
+ loads its own driver that driver can call back into the manager (as
+ the Oracle Beta driver does, for example).
+
+ * dlls/ole32/marshal.c: Aric Stewart <aric@codeweavers.com>
+ Return an error in CoMarshalInterface if the IUnknown pointer is NULL
+ and don't crash.
+
+ * dlls/shell32/shlfsbind.c, include/shlobj.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Fix IFileSystemBindData method order.
+
+ * dlls/winmm/driver.c, dlls/winmm/mci.c, dlls/winmm/winemm.h,
+ dlls/winmm/winmm.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Lookup driver information in registry and system.ini.
+ Make the code inspect the registry/system.ini at call time, rather
+ then initialization time.
+ Code cleanups.
+
+ * dlls/msacm/Makefile.in, dlls/msacm/internal.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Look up driver info in the registry as well as in system.ini.
+
+ * windows/driver.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Small documentation cleanup.
+
+2004-06-29 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msvideo/Makefile.in, dlls/msvideo/msvideo16.c,
+ dlls/msvideo/msvideo_main.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Look up driver info in the registry as well as in system.ini.
+ Cleanup handling of driver enumeration and fourCC.
+
+ * dlls/msi/action.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Implement MsiGetSourcePath.
+ Implement Binary and Dword data type for registry writing.
+
+ * dlls/msi/action.c, dlls/msi/msi.c, dlls/msi/msi.spec:
+ Aric Stewart <aric@codeweavers.com>
+ Handle custom actions type 1 and 2.
+
+ * dlls/msi/msi.c, dlls/msi/msipriv.h, dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Dump database table names on startup.
+
+ * dlls/x11drv/winpos.c, include/wine/server_protocol.h,
+ server/protocol.def, server/region.c, server/request.h,
+ server/trace.c, server/user.h, server/window.c, windows/winpos.c:
+ Added support for window regions in the server.
+
+ * dlls/msi/msiquery.c, dlls/msi/record.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix refcounting of streams.
+
+ * objects/region.c: Ignore empty rectangles in ExtCreateRegion.
+
+ * dlls/msi/action.c, dlls/msi/cond.y, dlls/msi/msi.spec,
+ dlls/msi/msipriv.h, dlls/msi/msiquery.c:
+ Aric Stewart <aric@codeweavers.com>
+ Implement MsiGetTargetPathA/W.
+
+ * dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/record.c,
+ dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Allow reading records containing streams.
+
+2004-06-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/cond.y: Mike McCormack <mike@codeweavers.com>
+ Fixed the way the parser takes input strings.
+
+ * dlls/x11drv/winpos.c:
+ Use X11DRV_GetRegionData to implement X11DRV_SetWindowRgn instead of
+ duplicating that functionality.
+
+ * dlls/comctl32/imagelist.c: Filip Navara <xnavara@volny.cz>
+ Set the palette for image list DIBs that has 8 or less bits per
+ pixel.
+
+ * dlls/comctl32/tooltips.c, include/commctrl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Start of balloon tip support.
+
+ * programs/uninstaller/main.c: Hannu Valtonen <Hannu.Valtonen@hut.fi>
+ Don't display the commandline text (A trace still gives it).
+ Set a few fonts to avoid using the horrible system font on native
+ Windows.
+
+ * dlls/version/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fixed tests of GetFileVersionInfoSizeA for win98 / XP.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ Make typelib marshaller safe for systems that don't allow executable
+ code on the heap, plug a leak of the assembly stub block.
+
+ * programs/clock/Es.rc, programs/wineconsole/wineconsole_Es.rc,
+ programs/wineconsole/wineconsole_res.rc, programs/winefile/Es.rc,
+ programs/winefile/rsrc.rc:
+ José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
+ Added some Spanish translations.
+
+ * dlls/avifil32/avifile_Ja.rc, dlls/avifil32/rsrc.rc, dlls/mpr/mpr.rc,
+ dlls/mpr/mpr_Ja.rc, dlls/msacm/msacm.rc, dlls/msacm/msacm_Ja.rc,
+ dlls/oledlg/oledlg_Ja.rc, dlls/oledlg/rsrc.rc, dlls/serialui/Ja.rc,
+ dlls/serialui/serialui_rc.rc, dlls/setupapi/Ja.rc,
+ dlls/setupapi/setupapi.rc, dlls/shlwapi/shlwapi.rc,
+ dlls/shlwapi/shlwapi_Ja.rc, dlls/wineps/rsrc.rc,
+ dlls/wineps/wps_Ja.rc, dlls/winmm/winmm_Ja.rc,
+ dlls/winmm/winmm_res.rc, programs/notepad/Ja.rc,
+ programs/notepad/rsrc.rc, programs/regedit/Ja.rc,
+ programs/regedit/rsrc.rc:
+ Hajime Segawa <winetips@sidenet.ddo.jp>
+ Added some Japanese translations.
+
+ * dlls/msi/Makefile.in, dlls/msi/action.c, dlls/msi/cond.y,
+ dlls/msi/handle.c, dlls/msi/msi.c, dlls/msi/msi.spec,
+ dlls/msi/msipriv.h, dlls/msi/sql.y, dlls/msi/table.c:
+ Aric Stewart <aric@codeweavers.com>
+ Start implementing actions.
+
+ * dlls/shell32/pidl.c, dlls/shell32/shell32_main.c,
+ dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+ dlls/shell32/shlfileop.c, include/shlobj.h:
+ Ge van Geldorp <gvg@reactos.com>
+ Match prototypes to Platform SDK.
+
+ * dlls/oleaut32/typelib.c: Mike Hearn <mh@codeweavers.com>
+ Dump function return type in typelib traces, add trace support for
+ VT_HRESULT.
+
+ * dlls/oleaut32/oaidl_p.c: Mike Hearn <mh@codeweavers.com>
+ Change REFIID to IID* for stack declarations to avoid initializers
+ being discarded.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Skip tests of GetAcceptLanguagesA if a correct call to the function
+ does not return anything useful.
+
+ * dlls/psapi/tests/module.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Skip tests without error if psapi.dll could not be loaded.
+
+ * documentation/samples/config:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Change desktop size for _INS5576._MP.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Clean up the mask drawing code.
+ - Improve bitmap not found message.
+
+ * dlls/wininet/http.c, dlls/wininet/internet.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the function names in some of the comments.
+
+ * loader/preloader.c: Mike McCormack <mike@codeweavers.com>
+ Define AT_SYSINFO_* if it's missing.
+
+ * include/commctrl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Correct struct tag name for UDACCEL.
+ Add missing TCITEMHEADER and old names TC_ITEMHEADER/TC_ITEM.
+
+2004-06-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/msi/msipriv.h, dlls/msi/string.c, dlls/msi/table.c:
+ Mike McCormack <mike@codeweavers.com>
+ Pull the codepage from the string table.
+
+ * dlls/msi/sql.y, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix crash that occurred when an invalid query string was deleted
+ twice.
+
+ * loader/preloader.c:
+ Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page
+ is in one of our reserved ranges.
+
+ * dlls/msi/msipriv.h, dlls/msi/query.h, dlls/msi/sql.y,
+ dlls/msi/string.c, dlls/msi/where.c:
+ Mike McCormack <mike@codeweavers.com>
+ Implement queries by string value.
+
+ * include/msi.h, include/msiquery.h:
+ Mike McCormack <mike@codeweavers.com>
+ Aric Stewart <aric@codeweavers.com>
+ Update header declarations for msi.
+
+2004-06-25 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/clipboard.c, dlls/x11drv/clipboard.c,
+ server/clipboard.c, windows/clipboard.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for clipboard functionality and fix some bugs revealed
+ by it.
+
+ * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/cpp.c,
+ dlls/msvcrt/cppexcept.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/scanf.c, dlls/msvcrt/string.c,
+ dlls/msvcrt/tests/.cvsignore, dlls/msvcrt/tests/Makefile.in,
+ dlls/msvcrt/tests/headers.c, dlls/msvcrt/thread.c,
+ dlls/msvcrt/time.c, dlls/msvcrt/wcs.c, include/msvcrt/conio.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/float.h, include/msvcrt/io.h,
+ include/msvcrt/locale.h, include/msvcrt/malloc.h,
+ include/msvcrt/math.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/winsock.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Split the MSVCRT implementation headers from the public headers.
+ Fix some naming conventions aberrations.
+ Add tests to ensure consistency between the two sets of symbols.
+
+ * include/windef.h, include/winuser.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Correct tag names for RECTL and SCROLLINFO structs.
+
+ * dlls/rsabase/main.c:
+ Michael Jung <mjung@rbg.informatik.tu-darmstadt.de>
+ Changed type of "Signature" registry key value to REG_BINARY.
+
+2004-06-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/heap.c:
+ In GlobalMemoryStatus, also cap the sum of dwAvailPhys and
+ dwAvailPageFile at 2Gb to avoid a bug in Photoshop 4.
+
+ * loader/kthread.c:
+ Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
+ Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
+ work around another glibc bug.
+
+ * dlls/x11drv/winpos.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fix small mistake in the previous visible region patch.
+
+2004-06-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a prototype for MDI message tests.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make sure that both deactivated and activated MDI children receive
+ WM_MDIACTIVATE message in all cases.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ WM_WINDOWPOSCHANGED should always contain a final window position.
+
+ * dlls/x11drv/winpos.c, include/wine/server_protocol.h,
+ server/Makefile.in, server/protocol.def, server/region.c,
+ server/request.h, server/trace.c, server/user.h, server/window.c:
+ Moved visible region calculation to the server.
+
+ * windows/multimon.c:
+ Fixed wrong Unicode string syntax in GetMonitorInfoW.
+
+ * dlls/oleaut32/tmarshal.c, dlls/rpcrt4/rpc_binding.c:
+ Mike Hearn <mh@codeweavers.com>
+ - Don't ERR on a used connection being destroyed.
+ - Don't print an extra newline in the olerelay code.
+
+ * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+ programs/winedbg/debugger.h, programs/winedbg/stack.c,
+ programs/winedbg/winedbg.c:
+ Mike Hearn <mike@navi.cx>
+ Add a --command option to winedbg, add an "all" option to the
+ backtrace command.
+
+2004-06-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/virtual.c:
+ We no longer need to make the import directory writable, the loader
+ takes care of that now.
+
+ * configure, configure.ac, loader/Makefile.in, loader/preloader.c:
+ Do direct Linux system calls in the preloader to avoid trouble with
+ some broken static libcs.
+
+ * dlls/ntdll/loader.c: Filip Navara <navaraf@reactos.com>
+ Unprotect Import Address Table while filling it.
+
+ * programs/winedbg/stack.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fix compile error on non-i386.
+
+2004-06-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/setupapi/setupcab.c, dlls/x11drv/keyboard.c,
+ programs/winelauncher.in, windows/msgbox.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Replace some more -debugmsg references for WINEDEBUG.
+
+ * dlls/ntdll/version.c: Mike Hearn <mike@navi.cx>
+ Default to Win98 in DLL linkage heuristics.
+
+ * dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cn.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_Si.rc,
+ dlls/shell32/shell32_Sk.rc, dlls/shell32/shell32_Sv.rc,
+ dlls/shell32/shell32_Uk.rc, dlls/shell32/shell32_Wa.rc,
+ dlls/shell32/shell32_Zh.rc:
+ Royce Mitchell III <royce3@ev1.net>
+ Shell32 run dialog combobox should also have WS_TABSTOP style.
+
+ * dlls/d3d8/utils.c: Christian Costa <titan.costa@wanadoo.fr>
+ Some more texture ops fixes.
+
+2004-06-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/winpos.c:
+ Only unmap the window when it gets moved off-screen by the app, not by
+ the window manager.
+
+ * documentation/samples/config,
+ programs/winemenubuilder/winemenubuilder.c:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Hardcode "wineshelllink" in winemenubuilder, remove it from the config
+ file.
+
+ * controls/edit.c: Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ Modified EDIT_EM_Undo(): Removed undo buffer length check for
+ empty. EDIT_EM_ReplaceSel() is called with send_update parameter set
+ to TRUE.
+
+ * windows/msgbox.c: Mike Hearn <mike@navi.cx>
+ Add a dedicated debug channel for message boxes which outputs the
+ contents of the message.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ ShowWindow shouldn't fix SWP_ flags, it's the job of SetWindowPos.
+
+ * configure, configure.ac, include/config.h.in,
+ tools/winebuild/import.c:
+ Pierre d'Herbemont <stegefin@free.fr>
+ - Detection of .size instruction.
+ - Detection of the assembler name prefix.
+
+ * dlls/ntdll/relay.c: Pierre d'Herbemont <stegefin@free.fr>
+ Fix a compile error for SNOOP_GetProcAddress and RELAY_GetProcAddress
+ on non-i386.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add tests for child activation by ShowWindow/SetWindowPos.
+
+ * dlls/gdi/enhmfdrv/init.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not allow creation of not aligned EMF records by GDI code.
+
+ * controls/menu.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use better dimensions for MDI system menu buttons to avoid MDI client
+ window resizing.
+
+ * dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Add logging to the GetAcceptLanguagesA tests.
+
+ * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/virtual.c:
+ Added support for the IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+ dlls/shell32/shellord.c, dlls/shell32/shlview.c,
+ dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Make ole32 a delay-load import of shell32.
+
+2004-06-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/critsection.c:
+ Take spin count into account in RtlEnterCriticalSection.
+
+ * dlls/ntdll/file.c:
+ Don't use lseek when truncating a file to avoid corrupting the current
+ file position.
+
+ * dlls/oleaut32/tmarshal.c: Mike Hearn <mh@codeweavers.com>
+ Fix typelib marshaller relaying, add a comment describing what it is,
+ don't print the ugly L"" parts of Unicode strings in the relay trace.
+
+ * dlls/dsound/tests/.cvsignore, dlls/dsound/tests/Makefile.in,
+ dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+ dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound_test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Split the 'dsound' test into two parts:
+ - the sound format test. Plays a 5 second reference tone to help
+ debug issues with the tone duration and help detect stutter issues.
+ Prints explanations describing the sound format interactive
+ test. Then plays a 1 second test tone for each supported sound
+ format.
+ - the 3D sound tests. Performs the volume, panning, moving listener
+ tests, etc.
+
+ * programs/winetest/Makefile.in: Ferenc Wagner <wferi@afavant.elte.hu>
+ Include new or forgotten tests.
+
+ * dlls/kernel/tests/profile.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix the GetPrivateProfileIntA tests for the win9x platform.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make user/tests/win.c tests pass under Windows98.
+
+ * server/queue.c:
+ Properly reset msg_thread when releasing the thread input structure.
+
+ * tools/winebuild/spec32.c: Pierre d'Herbemont <stegefin@free.fr>
+ Hide the _init and _fini wrappers on darwin.
+
+ * dlls/ole32/marshal.c: Ivan Leo Puoti <puoti@inwind.it>
+ Removed the winedefault.reg message.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c:
+ Mike Hearn <mike@navi.cx>
+ Remove the RPC connection cache as Windows does not allow multiple
+ binds on the same connection.
+
+ * include/winuser.h: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Added some missing static control styles.
+
+ * dlls/kernel/tests/directory.c:
+ Added a couple of tests for SetCurrentDirectoryA.
+
+ * dlls/winedos/int21.c:
+ Check for non-existent directory in INT21_SetCurrentDirectory to
+ return a proper error when the directory is not on the current drive.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/tests/ordinal.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added tests for GetAcceptLanguagesA.
+
+2004-06-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/rpcrt4/rpc_binding.c: Mike Hearn <mike@navi.cx>
+ Correct connection releases on error path in RPCRT4_OpenBinding.
+
+ * dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Added some logging to the GetPrinterDriverDirectoryA tests.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Log the format when mapping the sound device (or failing to).
+
+ * configure, configure.ac, dlls/gdi/freetype.c, include/config.h.in,
+ objects/font.c:
+ Huw Davies <huw@codeweavers.com>
+ Add support for bitmap fonts.
+
+ * programs/winetest/Makefile.in: Added missing dependency.
+
+ * dlls/ntdll/cdrom.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Remove incorrect support for FreeBSD and NetBSD in
+ DVD_StartSession().
+
+ * dlls/rsabase/main.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Avoid unused variable warning.
+
+ * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+ Remove an incorrect LeaveCriticalSection.
+
+ * dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+ dlls/kernel/thunk.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some illegal lvalue casts / increments.
+
+2004-06-15 Alexandre Julliard <julliard@winehq.com>
+
+ * VERSION, configure, ANNOUNCE, ChangeLog: Release 20040615.
+
+----------------------------------------------------------------
+2004-06-15 Alexandre Julliard <julliard@winehq.com>
+
+ * AUTHORS: Updated authors list.
+
+ * programs/winetest/.cvsignore, programs/winetest/Makefile.in,
+ programs/winetest/README, programs/winetest/dist.rc,
+ programs/winetest/gui.c, programs/winetest/gui.rc,
+ programs/winetest/guires.h, programs/winetest/main.c,
+ programs/winetest/maketest, programs/winetest/resource.h,
+ programs/winetest/send.c, programs/winetest/util.c,
+ programs/winetest/winetest.h, programs/winetest/winetest.rc:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - Resource script restructuring.
+ - Build info et al. is given by files instead of env. vars.
+ - Store that information in resources.
+ - Make the main windows not resizeable.
+ - Insist on creating a fresh log file.
+ - Introduce the make dist target.
+
+ * libs/wine/config.c, loader/preloader.c:
+ Add the preloader itself as argv[0] and remove it again before running
+ the real loader, this way the ps output makes more sense.
+
+ * dlls/dmloader/loader.c, dlls/kernel/tests/locale.c,
+ dlls/msi/string.c, loader/main.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling and case fixes.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix the check for SNDCTL_DSP_GETCAPS so that it is compliant with the
+ OSS specification.
+ Only test the different formats if tracing is on.
+
+ * dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Fix the tests of GetDefaultPrinterA on win2k if no default printer is
+ configured.
+
+ * dlls/winmm/winearts/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Change the ARTS_Init() error message from an ERR() to a WARN() since
+ it can happen in perfectly normal conditions.
+
+ * include/dpaddr.h, include/uxtheme.h:
+ Francois Gouget <fgouget@free.fr>
+ Don't use Unicode string literals unless we specifically know they do
+ what we want to.
+
+ * configure, configure.ac, dlls/psapi/Makefile.in,
+ dlls/psapi/psapi_main.c, dlls/psapi/tests/.cvsignore,
+ dlls/psapi/tests/Makefile.in, dlls/psapi/tests/module.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved implementation of GetModuleBaseName from ascii to unicode, added
+ some tests for GetModuleBaseNameA.
+
+ * dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
+ dlls/shell32/shlexec.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ SHELL_ExecuteW() passes a Unicode environment to CreateProcessW() so
+ it must specify the CREATE_UNICODE_ENVIRONMENT flag. Also the
+ SHELL_ExecuteW32() functions will always be called with a Unicode
+ environment so adjust their prototype accordingly.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for client/nonclient window dimensions calculation.
+
+ * documentation/architecture.sgml, documentation/threading.sgml,
+ documentation/wine-devel.sgml:
+ Mike Hearn <mh@codeweavers.com>
+ Add documentation on the Wine initialization process.
+
+ * dlls/user/user_main.c, dlls/x11drv/scroll.c, dlls/x11drv/x11drv.spec,
+ include/user.h, windows/scroll.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ ScrollDC should take into account overlapped windows. With this change
+ ScrollWindowEx can be moved out of X11drv.
+
+ * dlls/shell32/shlexec.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix warnings introduced by my last patch.
+
+ * dlls/kernel/locale.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Fix erroneous use of LOCALE_SDATE in the place of LOCALE_SSHORTDATE.
+ - Fix incorrect assumptions about format strings when parsing date
+ formats and setting LOCALE_IDATE and LOCALE_ILDATE values.
+
+ * programs/regedit/De.rc, programs/regedit/rsrc.rc:
+ Michael Fritscher <michael@fritscher.net>
+ Added a German translation of Regedit.
+
+ * dlls/x11drv/xrender.c: Huw Davies <huw@codeweavers.com>
+ Don't allocate a glyphset until we actually need it.
+
+ * dlls/kernel/file.c:
+ Added magic number in the FindFirstFile structure to allow more robust
+ detection of bad handles (with help from Aric Stewart).
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/kernel_main.c,
+ dlls/kernel/sync.c, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/thread.c, include/winternl.h:
+ Store the number of processors in the PEB structure.
+ More correct support for setting critical section spin counts (based
+ on a patch by Robert Shearman).
+
+ * dlls/ntdll/heap.c, dlls/ntdll/loader.c, dlls/ntdll/loadorder.c,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c, dlls/ntdll/resource.c,
+ dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c, dlls/ntdll/virtual.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Const correctness.
+
+ * dlls/ntdll/cdrom.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Support for reading encrypted DVDs.
+
+ * dlls/shell32/shlexec.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Restore default "open" functionality of ShellExecute.
+
+2004-06-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, include/winbase.h:
+ Rewrote SetFilePointer to use SetFilePointerEx.
+
+ * dlls/user/dde/server.c: Huw Davies <huw@codeweavers.com>
+ Fix 'pointers are not permitted as case values' compile error.
+
+ * programs/regedit/treeview.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Use hourglass cursor for better feedback when expanding nodes.
+ - Turn off redrawing when expanding to make it faster.
+
+ * aclocal.m4, configure, configure.ac:
+ Pierre d'Herbemont <stegefin@free.fr>
+ - strip support for darwin
+ - WINE_GET_SONAME support for darwin
+
+ * dlls/shell32/shlexec.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Ignore DdeClientTransaction error in ShellExecute.
+
+ * dlls/x11drv/winpos.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do nothing in ShowWindow(SW_SHOW) if a window is already visible.
+
+ * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/msc.c, dlls/dbghelp/path.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/type.c, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath,
+ SymMatchFileName
+ - made use of SymFindFileInPath to lookup .dbg and .pdb files
+ - fixed a crash in CodeView enum handling
+
+ * dlls/ole32/marshal.c, dlls/ole32/oleproxy.c,
+ dlls/oleaut32/tmarshal.c, dlls/rpcrt4/cproxy.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Fix ref count on standard proxy creation.
+ - Release channel buffer in StdMarshal_UnmarshalInterface, since we no
+ longer use it and the proxy should have taken a reference on it.
+ - Add a few comments.
+
+ * dlls/wininet/http.c: Mike McCormack <mike@codeweavers.com>
+ Pass pointers around internally instead of handles.
+
+ * dlls/msvcrtd/debug.c, dlls/msvcrtd/msvcrtd.spec:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Added stub for _CrtCheckMemory.
+
+ * dlls/kernel/file.c, dlls/kernel/kernel32.spec:
+ Mike McCormack <mike@codeweavers.com>
+ Implemented SetFilePointerEx.
+
+ * controls/scroll.c, windows/winproc.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Added 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE messages.
+ Added support for SBM_GETRANGE16 message in the scrollbar window
+ proc.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Added tracing to all functions.
+ Added error explanations.
+ Changed debug channel from msacm to wavemap so not confused with
+ msacm.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c:
+ Robert Reif <reif@earthlink.net>
+ Removed 11 bit sample size capture test because at least 2
+ manufacturers sound cards on two different OSs seem to support this.
+ Added some invalid parameter checks to wave[In,Out]GetDevCaps.
+ One test is commented out because wine doesn't handle it properly.
+ Minor info printing cleanup.
+
+ * dlls/shell32/shlexec.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add support for quoting "file://%1" like format strings.
+
+ * include/wine/library.h, libs/wine/loader.c, loader/main.c:
+ Yet another fix for the MacOS X environ brain damage.
+
+ * dlls/kernel/console.c, dlls/kernel/dosmem.c,
+ dlls/kernel/format_msg.c, dlls/kernel/heap.c, dlls/kernel/instr.c,
+ dlls/kernel/locale.c, dlls/kernel/profile.c, dlls/kernel/selector.c,
+ dlls/kernel/thread.c, misc/registry.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Const correctness, pointer cast correctness, removed extraneous ';'.
+
+ * dlls/kernel/process.c, dlls/ntdll/process.c,
+ include/wine/server_protocol.h, server/process.c,
+ server/protocol.def, server/trace.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess.
+ - Make use of it in kernel32.
+
+ * include/wine/port.h: Pierre d'Herbemont <stegefin@free.fr>
+ Don't use .previous instruction on Darwin.
+
+ * dlls/kernel/sync.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Use the same path transformation for WaitNamedPipe and
+ CreateNamedPipe.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Reset played variables on open.
+
+ * dlls/kernel/actctx.c: Rein Klazes <rklazes@xs4all.nl>
+ Set last error value to ERROR_CALL_NOT_IMPLEMENTED in QueryActCtxW()
+ to make Photoshop 7.0 work again.
+
+ * documentation/implementation.sgml: Ofir Petruska <hatky@users.sf.net>
+ Replace -debugmsg by WINEDEBUG.
+
+ * dlls/x11drv/x11drv_main.c: Mike Hearn <mike@navi.cx>
+ Make UseXrandr default to true in the no config file case.
+
+ * dlls/user/dde/client.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Set last DDE error in XTYP_EXECUTE handler according to the value
+ returned by an application.
+
+ * include/ddeml.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix CBR_BLOCK definition.
+
+ * dlls/d3d8/device.c, dlls/d3d8/utils.c, dlls/d3d8/version.rc:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix version string
+ - some fixes to ATI specific paths of set_tex_op (Christian needs to
+ complete it)
+ - fix use of GL_SUPPORT(NV_TEXGEN_REFLECTION). I have used the wrong
+ define, I'll get a brown paper bag :(
+
+ * dlls/iccvid/iccvid.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Support 15- and 16-bit colour output.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Implemented RealDriveType.
+
+ * dlls/wininet/utility.c: Mike McCormack <mike@codeweavers.com>
+ Fixed ASCII redirect callbacks.
+
+ * controls/scroll.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make SetScrollRange behave like GetScrollRange does, i.e. send
+ messages to the control for SB_CTL case.
+
+ * dlls/winmm/playsound.c: Mike McCormack <mike@codeweavers.com>
+ Fix PlaySound.
+
+ * dlls/devenum/mediacatenum.c:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Avoid crash by passing pointer to RegSetValueEx.
+
+ * dlls/winspool/tests/info.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Log the last error too if the tests fail without default printer.
+
+ * include/Makefile.in, include/aclapi.h:
+ Mike McCormack <mike@codeweavers.com>
+ Add the aclapi.h header file.
+
+ * dlls/winmm/winmm.c: Robert Reif <reif@earthlink.net>
+ Don't try to map the mapper device.
+
+2004-06-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dsurface/main.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Move the FPS computation from the D3D code to the common code.
+
+ * dlls/d3dxof/d3dxof.c, dlls/d3dxof/d3dxof_private.h,
+ dlls/d3dxof/main.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Removed compilation warnings + some fixes.
+
+ * dlls/user/tests/sysparams.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Win 2000, XP, etc. fail the sysparams tests when run
+ non-interactively, so avoid running the tests in that case.
+
+ * dlls/comctl32/tab.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implemented TCM_SETITEMEXTRA.
+
+ * dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some new logging on device enumeration
+ - fix version setting in DirectInputCreate(A/W) functions
+
+ * dlls/kernel/process.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix a crash when launching Unix executables.
+
+ * windows/spy.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Print meaningful message values instead of vague names for unknown
+ messages.
+
+ * dlls/winspool/tests/info.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Some of our testers don't have a default printer, simply skip the
+ winspool tests if that's the case.
+
+ * dlls/kernel/tests/directory.c: Dimitrie O. Paun <dpaun@rogers.com>
+ In Win9x, {Create,Remove}Directory returns ERROR_PATH_NOT_FOUND when
+ given directories containing '*' or '?'.
+
+ * dlls/kernel/tests/alloc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Win9x does not convert FIXED to MOVEABLE. It also discards locked
+ memory.
+
+ * dlls/comctl32/listview.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Clear the state image bits only if LVS_EX_CHECKBOXES is set.
+ Fix obvious logical error in focus handling.
+ Indentation and formatting fixes.
+ (based on a patch by Krishna Murthy).
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Robert Reif <reif@earthlink.net>
+ Treat WAVE_MAPPER as a real device and performs all tests on it.
+ Added 16000Hz because win9x hardware spec requires it.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Handle case where partial structure update requested.
+ Minor white space cleanup.
+
+ * libs/wine/mmap.c: Avoid zero size allocations.
+
+ * documentation/debugger.sgml, documentation/debugging.sgml,
+ programs/winedbg/Makefile.in, programs/winedbg/be_cpu.h,
+ programs/winedbg/be_i386.c, programs/winedbg/be_ppc.c,
+ 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/elf.c, programs/winedbg/expr.c,
+ 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/pe.c, programs/winedbg/registers.c,
+ programs/winedbg/source.c, programs/winedbg/stabs.c,
+ programs/winedbg/stack.c, programs/winedbg/symbol.c,
+ programs/winedbg/types.c, programs/winedbg/winedbg.c,
+ programs/winedbg/winedbg.man:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - all symbol information storage is now module relative, so we can
+ unload a module (and it's debugging information), and a process
+ without pain
+ - portabiblity to another CPU should be easier now (CPU dependent backend)
+ - speed up memory allocation
+ - stabs related fixes:
+ + now correctly handling symbol's size
+ + blocks {} in functions are now correctly recognized and stored
+ (also applies to local variables scoping)
+ + better basic types management (less wild guesses in the code)
+ + full support of inline functions (source stepping now shows the
+ code in .h files for example)
+ - removal of external debugger (attaching with gdb is just fine to
+ debug winedbg)
+ - fixed a couple of issues for symbol address handling (address
+ lookup, incorrect type binding)
+ - winedbg now has a man page
+
+2004-06-03 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/preloader.c:
+ Make it possible to add auxiliary values to the existing array; this
+ is required for older kernels.
+
+ * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+ Mike Hearn <mh@codeweavers.com>
+ Ignore attempts to hide an already invisible window. Add a test case
+ for this behaviour, passes on Wine and Windows 2000.
+
+ * dlls/winedos/int21.c: Rein Klazes <rklazes@xs4all.nl>
+ In INT21_GetFreeDiskSpace adjust the sectors-per-cluster value to make
+ the total number of clusters fit in a 16 bit register.
+
+ * include/winuser.h: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Additional KLF_xxx defines.
+
+ * dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub for DrawDibProfileDisplay.
+
+ * dlls/kernel/tests/locale.c: Robert Reif <reif@earthlink.net>
+ I got the test for failure on NT wrong in my last patch. The function
+ returns 0 on error and sets last error to ERROR_INVALID_FLAGS.
+
+ * dlls/rsabase/main.c: Raphael Junqueira <fenix@club-internet.fr>
+ Created more needed registry key in DllRegisterServer.
+
+ * libs/wine/mmap.c:
+ Check for existing reserved areas in mmap_init to avoid doing
+ duplicate work.
+
+ * dlls/ntdll/ntdll.spec: Raphael Junqueira <fenix@club-internet.fr>
+ Added _vsnwprintf (needed by some native XP dlls).
+
+ * dlls/kernel/module.c, dlls/kernel/process.c, include/module.h:
+ Set the WINEPRELOADRESERVE variable when starting a new process.
+
+ * include/wine/port.h: Hans Leidekker <hans@it.vu.nl>
+ MinGW portability fix.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/win.c, windows/win.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ EnableWindow should not remove the focus of child windows.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/d3dxof/.cvsignore,
+ dlls/d3dxof/Makefile.in, dlls/d3dxof/d3dxof.c,
+ dlls/d3dxof/d3dxof.spec, dlls/d3dxof/d3dxof_private.h,
+ dlls/d3dxof/main.c, dlls/d3dxof/regsvr.c, dlls/d3dxof/version.rc,
+ dlls/dxguid/dxguid.c, documentation/samples/config,
+ include/Makefile.in, include/dxfile.h, tools/wine.inf:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added d3dxof dll, part of Direct3D.
+
+2004-06-02 Alexandre Julliard <julliard@winehq.com>
+
+ * loader/preloader.c:
+ Added support for specifying the PE exe address range through the
+ WINEPRELOADRESERVE environment variable.
+
+ * configure, configure.ac: Added check for static libc.
+
+ * dlls/comctl32/toolbar.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle case when item text is empty.
+ According to MSDN, length should be returned when lParam is NULL.
+
+ * dlls/shell32/changenotify.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ When we send out a notification to a registered window with
+ SHCNRF_NewDelivery, we should send a LPNOTIFICATIONLIST and the
+ process id of the caller.
+
+ * dlls/commdlg/filedlg16.c: Rein Klazes <rklazes@xs4all.nl>
+ In FILEDLG_ScanDir do not try to set the current directory to a path
+ that is empty.
+
+ * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec:
+ Hans Leidekker <hans@it.vu.nl>
+ Stub for WSCUnInstallNameSpace.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/path.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Semi stubs for GetSystemWow64Directory[AW].
+
+ * dlls/dinput/device.c, dlls/dinput/device_private.h,
+ dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c,
+ dlls/dinput/mouse.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ - some TRACEing improvements
+ - fix mouse Acquire which switched right and middle buttons
+ - reset the mouse cursor at its original location on Unacquiring the
+ device
+
+ * dlls/kernel/tests/path.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Do not fix the drive letter to 'C', it fails on other people's boxes.
+
+ * dlls/rsabase/main.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Created needed registry key in DllRegisterServer.
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Don't draw whole button pressed when separate dropdown pressed, just
+ the separate dropdown itself.
+
+ * dlls/d3d8/utils.c: Raphael Junqueira <fenix@club-internet.fr>
+ Compile fix.
+
+ * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/wcs.c:
+ Mike McCormack <mike@codeweavers.com>
+ Copy the vsnprintfW implementation from libunicode.so to msvcrt and
+ add a handler for the %S flag. That requires a conversion to unicode
+ and knowledge of the current ASCII code page.
+
+ * documentation/address-space.sgml, documentation/architecture.sgml,
+ documentation/configuring.sgml:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Updated the documentation on Wine architecture & fundamentals.
+
+ * dlls/setupapi/setupcab.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Replaced the call to GetFullPathNameA by a call to GetFullPathNameW to
+ get rid of the W->A cross calls.
+
+2004-06-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Fix calculation of SMPTE time (round up to full frame).
+ More accurate ms calculation.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Added a test to check playback position after done playing.
+
+ * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Stub for SHFlushSFCacheWrap.
+
+ * dlls/wininet/dialogs.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+ Mike McCormack <mike@codeweavers.com>
+ Fix proxy support, remove typecasts.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Returns proper error code when trying to get caps when no devices
+ present.
+
+ * loader/preloader.c: A few small fixes.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Test whether we can destroy a menu assigned to a window.
+
+ * include/windef.h, include/wtypes.h, include/wtypes.idl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Added PPOINTL, a pointer to a POINTL struct.
+
+ * dlls/shlwapi/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Link to ntdll.
+
+ * dlls/kernel/except.c: Mike Hearn <mh@codeweavers.com>
+ Use TRACE rather than FIXME for check_resource_write.
+
+ * dlls/hhctrl.ocx/Makefile.in, dlls/hhctrl.ocx/hhctrl.c:
+ Mike Hearn <mh@codeweavers.com>
+ Display more informative message when HtmlHelp stub is invoked, add
+ A/W conversion code, remove useless (and wrong) hungarian notation
+ from function prototypes.
+
+ * dlls/dmime/segment.c: Raphael Junqueira <fenix@club-internet.fr>
+ Correct typo in LoadWave (wave is an DMObject not a DMTrack).
+
+ * tools/wrc/newstruc.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Also handle OS2 v1.x (AKA windows 2.0) bitmaps.
+
+ * objects/gdiobj.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ SetMiterLimit: Return success: some callers check this.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Fix the case where lpszSearchFile is NULL in FtpFindFirstFile.
+
+ * include/exdisp.h, include/exdisp.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Added definitions for the IShellWindows interface.
+
+ * include/shldisp.h, include/shldisp.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Added definitions for the IFolderViewOC interface.
+
+ * dlls/winmm/wavemap/wavemap.c: Robert Reif <reif@earthlink.net>
+ Fixed a bug where wrong a return value was returned when mapping is
+ not possible.
+
+ * dlls/msacm/driver.c: Robert Reif <reif@earthlink.net>
+ Added trace and debug printing info.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/winemm.h, dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Added some trace and debug printing.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c:
+ Robert Reif <reif@earthlink.net>
+ Added another possible windows failure mode.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add dialog class name to the list of classes handled by hook, add hook
+ messages to the modal dialog message test.
+
+2004-05-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/locale.c: Robert Reif <reif@earthlink.net>
+ NT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip test if it returns
+ ERROR_INVALID_FLAGS.
+
+ * dlls/ntdll/server.c:
+ Use wine_exec_wine_binary in all cases to start the server.
+
+ * libs/wine/config.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed preloader_exec.
+
+ * tools/wrc/wrc.man: Dimitrie O. Paun <dpaun@rogers.com>
+ Document the --verbose switch.
+
+2004-05-29 Alexandre Julliard <julliard@winehq.com>
+
+ * include/wine/library.h, include/wine/port.h, libs/wine/loader.c,
+ loader/main.c:
+ Pass the environ variable from main to try to avoid Darwin's
+ _NSGetEnviron() ugliness.
+
+ * dlls/ole32/marshal.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Fixed CoMarshalInterThreadInterfaceInStream and
+ CoGetInterfaceAndReleaseStream.
+
+ * dlls/oleaut32/typelib.c: Ivan Leo Puoti <puoti@inwind.it>
+ Removed dcom link.
+
+ * controls/edit.c: Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ EDIT_EM_ReplaceSel should simply truncate characters that exceed the
+ limit.
+
+2004-05-28 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/kernel/process.c, dlls/ntdll/server.c,
+ include/wine/library.h, libs/wine/config.c, loader/.cvsignore,
+ loader/Makefile.in, loader/glibc.c, loader/main.c, loader/main.h,
+ loader/preloader.c:
+ Initial version of the Wine preloader, used to reserve memory
+ areas at startup. Based on the work of Mike McCormack.
+
+ * server/user.c, windows/win.c:
+ Only allocate even-numbered window handles, MS Project depends on that
+ (found by Dmitry Timoshkov).
+
+ * include/wine/port.h:
+ Make sure __ASM_GLOBAL_FUNC generates code in the text segment.
+
+ * dlls/kernel/ne_segment.c: Mike Hearn <mh@codeweavers.com>
+ Print module name when calling LibMain.
+
+ * dlls/shell32/shellpath.c: Aric Stewart <aric@codeweavers.com>
+ Make sure that the size of the buffer passed to RegSetValueExW is in
+ bytes not WCHARs.
+
+ * windows/spy.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add some new message names to the message spy.
+
+ * dlls/user/tests/class.c, windows/class.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for accessing classes from another thread.
+ Fix UnregisterClass behaviour with NULL hInstance.
+
+ * documentation/Makefile.in, documentation/address-space.sgml,
+ documentation/wine-devel.sgml:
+ Mike Hearn <mh@codeweavers.com>
+ Added documentation on the address space layout in Wine.
+
+ * tools/wine.inf:
+ Use proper dirids instead of hardcoding c:\Program Files.
+
+ * dlls/ntdll/virtual.c, libs/wine/mmap.c:
+ Don't rely on the reserved area list being empty in reserve_area,
+ since the preloader will need to add things to the list before
+ startup.
+
+ * dlls/kernel/dosmem.c:
+ Ensure that we can initialize the DOS memory area correctly even if it
+ has been pre-reserved already.
+
+ * dlls/setupapi/Makefile.in, dlls/setupapi/dirid.c:
+ Added support for dirids that map to a CSIDL value (based on a patch
+ by Mike McCormack).
+
+ * dlls/x11drv/init.c: Mike Hearn <mike@navi.cx>
+ Default to 96dpi when not specified in the config file.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/utils.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented some texture operations using ATI_texture_env_combine3.
+ Fixed D3DTOP_LERP.
+ Fixed some checkGLcall error messages.
+
+2004-05-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/winmm.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed missing inversion in bit manipulation.
+
+ * dlls/winmm/lolvldrv.c, dlls/winmm/winmm.c:
+ Robert Reif <reif@earthlink.net>
+ Fixed a problem were a trace accesses a data member that may be
+ outside of the actual data structure passed in.
+ Added some more debug traces.
+
+ * dlls/shell32/brsfolder.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Assume MAX_PATH length for pszDisplayName.
+
+ * dlls/msvcrt/file.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed typo.
+
+ * include/commdlg.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Give a struct tag to OPENILENAMEA/W to allow forward declarations.
+
+ * dlls/kernel/snoop16.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix the missing tread ID of some snoop return traces.
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Robert Reif <reif@earthlink.net>
+ Added WAVE_MAPPED flag test.
+ Added 8000 Hz test as a typically supported format.
+ Added 12000 Hz test as a typically unsupported format.
+ Test error reporting better by testing unsupported formats.
+ Test using PCMWAVEFORMAT in place of WAVEFORMATEX.
+
+ * dlls/avifil32/avifile_It.rc, dlls/comctl32/comctl_It.rc,
+ dlls/commdlg/cdlg_It.rc, dlls/d3drm/d3drm_main.c,
+ dlls/d3drm/version.rc, dlls/msacm/msacm_It.rc,
+ dlls/msrle32/msrle_It.rc, dlls/oledlg/oledlg_It.rc,
+ dlls/qcap/version.rc, dlls/serialui/It.rc, dlls/setupapi/It.rc,
+ dlls/shell32/shell32_It.rc, dlls/user/resources/user32_It.rc,
+ dlls/wineps/wps_It.rc, dlls/wininet/wininet_It.rc,
+ dlls/winmm/winmm_It.rc, documentation/README.it,
+ documentation/configuring.sgml, include/wine/wine_common_ver.rc,
+ programs/clock/It.rc, programs/cmdlgtst/It.rc,
+ programs/notepad/It.rc, programs/progman/It.rc,
+ programs/regedit/It.rc, programs/regedit/resource.rc,
+ programs/start/It.rc, programs/uninstaller/rsrc.rc,
+ programs/view/It.rc, programs/winefile/It.rc,
+ programs/winemine/It.rc, tools/bug_report.pl:
+ Ivan Leo Puoti <puoti@inwind.it>
+ Changed my name, so update copyright info.
+
+ * dlls/x11drv/xrender.c: Troy Rollo <wine@troy.rollo.name>
+ Make underlining of fonts drawn at an angle follow the text.
+
+ * objects/dib.c: Alex Villacís Lasso <a_villacis@palosanto.com>
+ Return line count when the bits parameter is NULL.
+
+ * dlls/d3d8/d3d8.spec, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/directx.c,
+ dlls/d3d8/shader.c, dlls/d3d8/utils.c,
+ dlls/d3d8/vshaderdeclaration.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - the hardware GL vendors (NVidia and ATI) can support more than 95
+ constants (the Mesa bug) and VRally use the 0..95 indexes so fix it
+ - fix normalize for some HW VertexShader inputs
+ - trying to fix the combination of NV_texture_combine_4 with
+ texture_combine_EXT (impl of D3DTOP_DISABLE, D3DTOP_MODULATE for
+ NV_texture_combine_4)
+ - if shaders disabled declare to support 0 for MaxVertexShaderConst.
+
+ * dlls/user/tests/dialog.c: Kevin Koltzau <kevin@plop.org>
+ Remove part of test that crashes win95.
+
+ * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
+ Alex Villacís Lasso <a_villacis@palosanto.com>
+ Added stub for GetRecordInfoFromGuids.
+
+ * libs/wine/mmap.c: Kevin Koltzau <kevin@plop.org>
+ Fixed last mmap issue with mingw windows build.
+
+ * dlls/dmime/segment.c: Raphael Junqueira <fenix@club-internet.fr>
+ Support loading of Wave segments on IDirectMusicSegment8.
+
+ * dlls/dinput/joystick_linux.c, dlls/dinput/joystick_linuxinput.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed joystick device type for dinput8.
+
+ * dlls/shell32/control.c: Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved stub of Control_FillCache_RunDLL from ascii to unicode.
+
+ * dlls/dmime/performance.c: Raphael Junqueira <fenix@club-internet.fr>
+ - don't use a stupid "while (1);" thread when DMPerformance MSG Queue empty
+ - try to use latency and MSG synchro for timeout (but as i'm not a
+ sound expert don't expect too much)
+
+2004-05-25 Alexandre Julliard <julliard@winehq.com>
+
+ * libs/wine/mmap.c: Portability fix.
+
+ * include/wine/port.h, libs/wine/config.c, libs/wine/loader.c:
+ Moved environ definition to port.h.
+
+ * controls/edit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix update region calculation for the case where a word wraps up to
+ the previous line.
+
+ * include/commctrl.h: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add a couple of missing listview macros.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Do not activate an MDI child if the child is invisible.
+
+ * tools/winegcc/winegcc.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Always use $(CC) for building the generated .spec.c file.
+
+ * dlls/kernel/heap.c:
+ Allocate the shared heap inside the Win9x shared memory area.
+
+ * dlls/kernel/kernel_main.c:
+ Only create the shared heap when Windows version is Win9x.
+
+ * libs/wine/config.c, libs/wine/loader.c:
+ Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Added environ support for Darwin.
+
+ * controls/static.c: Oleg Prokhorov <xolegpro@rbcmail.ru>
+ Removed DT_NOCLIP format flag.
+
+ * controls/static.c: Rein Klazes <rklazes@xs4all.nl>
+ When repainting a static control, with SS_BITMAP style, do not erase
+ the background. Keep sending the WM_CTLCOLORSTATIC notification as
+ Windows does.
+
+ * libs/wine/port.c:
+ Emmanuel Maillard <maillard.emmanuel@libertysurf.fr>
+ Adjust stack pointer in wine_switch_to_stack to prevent segmentation
+ fault on darwin/ppc.
+
+ * dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h,
+ dlls/wininet/utility.c, dlls/wininet/wininet.spec:
+ Kevin Koltzau <kevin@plop.org>
+ Move all FTP functions to unicode.
+ Improve FTP LIST parsing.
+
+ * dlls/kernel/process.c, dlls/ntdll/virtual.c, include/wine/library.h,
+ libs/wine/Makefile.in, libs/wine/loader.c, libs/wine/mmap.c,
+ libs/wine/port.c, libs/wine/wine.def, libs/wine/wine.map,
+ loader/main.c:
+ Added support for managing reserved memory areas in libwine and ntdll.
+ Try to reserve everything above 0x80000000 on startup.
+
+ * dlls/shlwapi/stopwatch.c:
+ Stefan Leichter <Stefan.Leichter@camLine.com>
+ Moved stub of StopWatch from ascii to unicode.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+ William Lahti <computerman413@ezrs.com>
+ Implemented AreAnyAccessesGranted.
+
+ * dlls/kernel/tests/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Avoid a failure under Win9x.
+
+2004-05-24 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dbghelp/elf_module.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix elf_read_wine_loader_dbg_info() for the !__ELF__ case.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add message test for DrawMenuBar.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for focus change on ShowWindow(child, SW_HIDE).
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/elf_module.c,
+ dlls/dbghelp/module.c, dlls/dbghelp/msc.c, dlls/dbghelp/pe_module.c,
+ dlls/dbghelp/symbol.c, dlls/dbghelp/type.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - some more fixes to elf module's symbol table handling (including
+ static/global diff for variables)
+ - now re-synchronizing ELF list in all cases (no longer depending on
+ RT_CONSISTENT state)
+ - now should be able to differentiate properly a native from a builtin
+ module
+ - in symbol lookup, now using size of symbol (if known)
+ - SymGetTypeInfo now checks and uses BaseAddress
+ - in MSC-CV, really generate thunk objects
+
+ * dlls/ntdll/directory.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Cygwin's mntent.h requires stdio.h to be included first.
+
+ * dlls/kernel/tests/pipe.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Explicitly specify name of the pipe in the pipe test.
+
+ * dlls/kernel/toolhelp.c: Eric Pouech <pouech-eric@wanadoo.fr>
+ Some fixes to module browsing.
+
+2004-05-22 Alexandre Julliard <julliard@winehq.com>
+
+ * server/fd.c:
+ Make sure we don't truncate the file on open before we have checked
+ the sharing modes (thanks to Dmitry Timoshkov for the test case).
+
+ * dlls/kernel/tests/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for opening an already opened file for writing in a not
+ compatible sharing mode.
+
+ * dlls/kernel/file.c: Christian Costa <titan.costa@wanadoo.fr>
+ Added some traces to kernel file functions.
+
+2004-05-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/tests/virtual.c, dlls/kernel/virtual.c,
+ dlls/ntdll/virtual.c, include/wine/list.h:
+ Converted the memory views list to use the standard functions from
+ wine/list.h.
+ Restructured some functions to always return proper NT status codes.
+ A couple of optimizations.
+ Added a few tests for file mappings.
+
+ * dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/version.rc,
+ dlls/qcap/qcap_main.c, documentation/samples/config:
+ Tom Wickline <twickline@sitestar.net>
+ - add version info to dplay.dll
+ - add licence info to qcap
+ - add d3drm and dpnhpast to dll overrides
+
+ * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Robert Reif <reif@earthlink.net>
+ Fixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPPER) test.
+ Moved format structure array to header file and restored
+ NB_WIN_FORMATS macro to calculate array size.
+ Added more error results and used macro as suggested by Andreas Mohr.
+ Cleaned up error result printing to be more consistent.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/directx.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added retrieval of ATI info.
+
+ * dlls/d3d8/surface.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c,
+ dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/ifs.c, dlls/ole32/itemmoniker.c, dlls/ole32/marshal.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/ole32/ole2impl.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Revert broken strict aliasing fix.
+
+ * objects/font.c: Rein Klazes <rklazes@xs4all.nl>
+ Let GetFontLanguageInfo() return the GCP_REORDER flag only in case the
+ DC alignment is right-to-left.
+
+ * dlls/user/tests/class.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for window's hinstance.
+
+2004-05-20 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winmm/tests/.cvsignore, dlls/winmm/tests/Makefile.in,
+ dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c,
+ dlls/winmm/tests/winmm_test.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Split off the winmm capture test.
+
+ * dlls/kernel/tests/module.c: Don't use the Wine debug functions.
+ Fixed wrong A/W length checks.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Make new tests pass on win2k SP4 and win95 OSR2.
+ - Add logging of some useful messages in the parent window.
+ - Add logging of wparam for WM_IME_SETCONTEXT.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ Add a 5 second test tone to help debug issues with the tone duration
+ and help detect stutter issues.
+ Add explanations describing the interactive test.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Use triggers to disable the sound input/output side we don't care
+ about when in pseudo fullduplex mode.
+
+ * dlls/dmime/dmime_private.h, dlls/dmime/graph.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Better handling of User IDirectMusicTools.
+
+2004-05-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/utils.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - first draft of D3DCLIPSTATUS8 handling (not really used for now)
+ - add a new DEBUG_SINGLE_MODE #define (for debug caps needs)
+ - better traces for surface dumping
+ - much better Texture support on Utilities functions and on
+ CheckDeviceType
+ - D3DRS_ZVISIBLE as unsupported (as seen in msdn)
+
+ * dlls/dmime/audiopath.c, dlls/dmime/dmime_private.h,
+ dlls/dmime/segtriggertrack.c, dlls/dmime/tempotrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Better loading of IDirectMusicSegTriggerTrack (internal list of
+ subtracks)
+ - Better stubs for IDirectMusicTempoTrack::InitPlay and
+ IDirectMusicTempoTrack::EndPlay (InitPlay should return a valid
+ memory pointer so allocate it). Should be extended for all
+ IDirectMusicTrack objects.
+
+ * dlls/devenum/devenum_main.c, dlls/dsound/dsound_main.c,
+ dlls/kernel/console.c, dlls/kernel/module.c, dlls/kernel/ne_module.c,
+ dlls/kernel/tests/.cvsignore, dlls/kernel/tests/Makefile.in,
+ dlls/kernel/tests/module.c, dlls/kernel/version.c,
+ dlls/msvcrt/data.c, dlls/psapi/psapi_main.c, dlls/rpcrt4/cpsf.c,
+ dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c,
+ dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c, dlls/user/hook.c,
+ dlls/version/info.c, dlls/winmm/playsound.c,
+ dlls/x11drv/x11drv_main.c,
+ programs/winemenubuilder/winemenubuilder.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ GetModuleFileName[AW] doesn't terminate the string if the buffer is
+ too small.
+
+2004-05-18 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/elf_module.c, dlls/dbghelp/module.c, dlls/dbghelp/msc.c,
+ dlls/dbghelp/pe_module.c, dlls/dbghelp/stabs.c,
+ dlls/dbghelp/storage.c, dlls/dbghelp/symbol.c, dlls/dbghelp/type.c,
+ include/cvconst.h, include/dbghelp.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - removed file extension from module (and suffixed ELF modules with
+ <elf>)
+ - added generic thunk support for builtin modules (with the help of
+ winebuild's new markers for thunks)
+ - for ELF modules, no longer generating SymTagPublicSymbols objects
+ from ELF public symbol table
+ - because of last point, rewrote stabs symbols' address and size
+ management by parsing directly the symtab instead of using
+ SymTagPublicSymbols objects
+ - cleaned up SymTagPublicSymbols object names for native modules
+ - fixed off by one errors in array management
+ - SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
+ resynchronization of internal ELF modules list)
+ - new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
+ in SymEnumModules (as well as loader with <wine-loader>)
+ - some minor internal clean-ups
+ - enhanced const correctness
+
+ * tools/winebuild/import.c, tools/winebuild/parser.c,
+ tools/winebuild/relay.c, tools/winebuild/res32.c,
+ tools/winebuild/spec16.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - added size information about most of the generated thunks (import,
+ 16/32 relay...)
+ - marked the wine thunks by inserting specific symbols (to be managed
+ by wine's dbghelp)
+ - removed the stabs generation:
+ + mostly used by winedbg, and the previous item will replace it for
+ dbghelp
+ + still broken for gdb anyway
+ - enhanced const correctness
+
+ * windows/dialog.c:
+ Activate another window when the dialog gets hidden in EndDialog.
+
+ * dlls/user/tests/msg.c, dlls/user/tests/resource.rc:
+ Added some optional messages to make all tests succeed on XP.
+ Added tests for EndDialog and a simple modal dialog.
+
+ * dlls/gdi/painting.c, dlls/kernel/registry16.c, dlls/kernel/sync.c,
+ include/winbase.h, include/wincon.h, include/wingdi.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ Added some missing prototypes.
+
+ * dlls/wineps/clipping.c: Huw Davies <huw@codeweavers.com>
+ When building PostScript paths with the *_PATH escapes, don't clip the
+ path building primitives. The clipping comes into play when we
+ actually draw something.
+
+ * dlls/msi/.cvsignore, dlls/msi/Makefile.in, dlls/msi/version.rc:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added version info to MSI dll.
+
+ * configure, configure.ac, dlls/msvcrtd/Makefile.in,
+ dlls/msvcrtd/debug.c, dlls/msvcrtd/msvcrtd.spec,
+ dlls/msvcrtd/tests/.cvsignore, dlls/msvcrtd/tests/Makefile.in,
+ dlls/msvcrtd/tests/debug.c:
+ Patrik Stridvall <ps@leissner.se>
+ Implemented the debug version of operator new (C++).
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+ dlls/d3drm/.cvsignore, dlls/d3drm/Makefile.in, dlls/d3drm/d3drm.spec,
+ dlls/d3drm/d3drm_main.c, dlls/d3drm/version.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Added empty (stubs in spec only) d3drm.
+
+ * windows/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Only child windows receive WM_SHOWWINDOW in DestroyWindow() under
+ Windows.
+
+ * dlls/user/tests/win.c: Added a couple of tests for SetActiveWindow.
+
+ * dlls/d3d8/directx.c, dlls/d3d8/shader.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Enabled pixel shaders 1.4.
+ Fixed handling of macros at the end of vertex shaders.
+ Handled NOP and PHASE instructions.
+ Fixed versions of several instructions.
+ Improved pixel shader dump traces.
+ Fixed write mask.
+ Fixed X2 and -X2 source modifiers and implements DZ and DW ones.
+ Implemented texcrd, texld, texm3x3pad, texm3x3tex, texm3x3spec and
+ texm3x3vspec instructions (and partially texbem).
+ Added cnd, cmp and lrp instructions.
+ Rewrite of the "autoparam" code so we can add more complicated
+ instructions (only cnd and cmp as well as simple instructions use that
+ code at the moment).
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - TBN_DRAGOUT and NM_RDBLCLK notifications.
+ - Remove unneeded member of private toolbar struct.
+
+2004-05-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/ntdll/directory.c:
+ Added support for mapping UNC filenames to the dosdevices directory.
+
+ * dlls/dbghelp/symbol.c, dlls/dsound/capture.c,
+ dlls/dxdiagn/dxdiag_main.c, dlls/dxdiagn/regsvr.c,
+ dlls/kernel/wowthunk.c, dlls/mpr/mpr_main.c, dlls/msi/msi.c,
+ dlls/msvcrt/dir.c, dlls/msvcrt/misc.c, dlls/ntdll/thread.c,
+ dlls/ole32/storage32.c, dlls/rpcrt4/rpc_binding.c,
+ dlls/secur32/secur32.c, dlls/secur32/wrapper.c,
+ dlls/setupapi/devinst16.c, dlls/setupapi/setupx16.h,
+ dlls/shell32/shellord.c, dlls/uxtheme/uxtheme.spec,
+ dlls/wininet/wininet.spec, dlls/x11drv/x11drv.spec:
+ Patrik Stridvall <ps@leissner.se>
+ Fixed some issues found by winapi_check.
+
+ * dlls/comctl32/comctl32.spec, dlls/comctl32/string.c:
+ Patrik Stridvall <ps@leissner.se>
+ StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.
+
+ * dlls/urlmon/umon.c, include/urlmon.h, include/urlmon.idl:
+ Patrik Stridvall <ps@leissner.se>
+ Added the IInternetSession interface.
+
+ * tools/winapi/win16.api, tools/winapi/win32.api,
+ tools/winapi_check/winapi_local.pm,
+ tools/winapi_check/winapi_parser.pm:
+ Patrik Stridvall <ps@leissner.se>
+ - API files update.
+ - Minor bug fixes.
+
+ * dlls/msvcrt/scanf.h: Raphael Junqueira <fenix@club-internet.fr>
+ Fix scanf handling of float numbers (beginning with a dot).
+
+ * controls/combo.c: Thomas Weidenmueller <w3seek@reactos.com>
+ Combobox popups should be always-on-top.
+
+ * dlls/d3d8/drawprim.c: Christian Costa <titan.costa@wanadoo.fr>
+ Handle XYZRHW vertex mode correctly in slow path.
+
+ * dlls/dmime/dmime_private.h, dlls/dmime/segment.c,
+ dlls/dmime/tempotrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - First drafts for IDirectMusicSegment::GetParam and
+ IDirectMusicTempoTrack::GetParam (need modif on Load).
+ - Return value fixes for GetClassID of TempoTrack and Segment.
+
+ * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c:
+ Filip Navara <xnavara@volny.cz>
+ - Let the subclassing stack grow the opposite way to make the code
+ more transparent.
+ - Remove SubclassWndProc and move its logic to DefSubclassProc.
+
+ * dlls/advapi32/crypt.c: Juan Lang <juan_lang@yahoo.com>
+ - If a crypto provider does not have a Signature in the registry,
+ check for the presence of the SigInFile value before failing.
+ - Get rid of a couple redundant assignments.
+
+2004-05-14 Alexandre Julliard <julliard@winehq.com>
+
+ * DEVELOPERS-HINTS, configure, configure.ac, dlls/kernel/Makefile.in,
+ dlls/ntdll/file.c, include/wine/server_protocol.h,
+ server/Makefile.in, server/protocol.def, server/request.h,
+ server/smb.c, server/trace.c:
+ Removed the no longer used SMB file I/O support, we can't do reliable
+ file I/O in user space anyway.
+
+ * dlls/ntdll/path.c, dlls/ntdll/tests/path.c:
+ Better fix for removing trailing spaces in RtlGetFullPathName_U.
+ Need to remove trailing dots too (reported by Ken Belleau).
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_private.h,
+ dlls/kernel/process.c, misc/registry.c:
+ Use environment variables instead of config file entries to specify
+ path, profile, temp, windows and system directories.
+ Convert existing config file entries to registry values under
+ HKCU\Environment.
+
+ * tools/wine.inf: Added Environment section.
+ Fixed path of shell folders key in HKEY_USERS.
+
+ * dlls/amstream/version.rc, dlls/d3d8/version.rc, dlls/d3d9/version.rc,
+ dlls/d3dim/version.rc, dlls/ddraw/version.rc,
+ dlls/devenum/devenum.rc, dlls/dinput/version.rc,
+ dlls/dinput8/version.rc, dlls/dmband/version.rc,
+ dlls/dmcompos/version.rc, dlls/dmime/version.rc,
+ dlls/dmloader/version.rc, dlls/dmscript/version.rc,
+ dlls/dmstyle/version.rc, dlls/dmsynth/version.rc,
+ dlls/dmusic/version.rc, dlls/dmusic32/version.rc,
+ dlls/dplayx/version.rc, dlls/dpnet/version.rc,
+ dlls/dpnhpast/version.rc, dlls/dsound/version.rc,
+ dlls/dswave/version.rc, dlls/dxdiagn/version.rc, dlls/msdmo/rsrc.rc,
+ dlls/qcap/.cvsignore, dlls/qcap/Makefile.in, dlls/qcap/version.rc,
+ dlls/quartz/version.rc:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Updated the version info of all DirectX dlls to the version numbers of
+ DirectX 9.0b for Windows 2000/XP.
+
+ * dlls/dmime/dmime_private.h, dlls/dmime/segment.c,
+ dlls/dmstyle/dmstyle_private.h, dlls/dmstyle/style.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Parse DMStyle motifs (ie patterns) and bands (fill lists).
+ - Implement IDirectMusicSegment8::InsertTrack and
+ IDirectMusicSegment8::RemoveTrack (now EnumTrack GetParam, and
+ GetTrack should be easy to do).
+
+ * documentation/faq.sgml: Tom Wickline <twickline@sitestar.net>
+ Some updates to the faq.
+
+ * dlls/kernel/process.c:
+ Set environment variables from the HKCU\Environment key too.
+ Moved current directory initialisation to process.c.
+ Make sure to always pass the correct current directory in the process
+ parameters for child processes.
+
+ * dlls/dmband/Makefile.in, dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmband/dmutils.c, dlls/dmband/dmutils.h, dlls/dmime/Makefile.in,
+ dlls/dmime/dmime_main.c, dlls/dmime/dmime_private.h,
+ dlls/dmime/dmutils.c, dlls/dmime/dmutils.h, dlls/dmime/segment.c,
+ dlls/dmime/segtriggertrack.c, dlls/dmstyle/Makefile.in,
+ dlls/dmstyle/dmstyle_main.c, dlls/dmstyle/dmstyle_private.h,
+ dlls/dmstyle/dmutils.c, dlls/dmstyle/dmutils.h, dlls/dmstyle/style.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
+ dmstyle directory that share the debug and helper functions for dmusic
+ dlls (as Rok's idea for dmloader).
+ - Use new helpers functions to load References on
+ IDirectMusicSegTriggerTrack loading (currently they leak).
+ - IDirectMusicStyle (almost partial) loading.
+ - Minor fixes.
+
+ * dlls/kernel/tests/path.c:
+ Fixed some of the GetShortPathName tests to use the short version of
+ the current directory where needed.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Print human-readable capabilities flag.
+
+ * server/registry.c:
+ Make sure to save the registry files even if we failed to load them.
+
+ * dlls/winmm/winearts/audio.c: Robert Reif <reif@earthlink.net>
+ Sample rate sanity check.
+ Fix SMPTE time.
+
+ * tools/wineinstall, tools/wineprefixcreate.in:
+ Make wineinstall use wineprefixcreate instead of duplicating the
+ functionality.
+
+2004-05-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/change.c, dlls/kernel/file.c,
+ dlls/kernel/kernel_private.h, dlls/kernel/module.c,
+ dlls/kernel/path.c, dlls/kernel/process.c, dlls/kernel/volume.c:
+ Added proper support for switching file APIs between ANSI and OEM
+ codepages. Optimized some of the A->W conversions by using the
+ per-thread Unicode string buffer.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ waveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
+ MMSYSERR_NODRIVER when no drivers present.
+ Add better error messages.
+
+ * dlls/dinput8/version.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Update to version 9.
+
+ * objects/enhmetafile.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Accept EMR_EXTTEXTOUT records with emrtext.offDx set to 0.
+
+ * DEVELOPERS-HINTS: Tom Wickline <twickline@sitestar.net>
+ Add new dlls and fix alphabetical location of a couple dlls.
+
+ * dlls/ntdll/path.c, dlls/ntdll/tests/path.c:
+ Remove trailing spaces from the filename in RtlGetFullPathName_U.
+
+ * dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+ dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+ dlls/dmime/segment.c, dlls/dmime/segtriggertrack.c,
+ dlls/dmstyle/chordtrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Fewer FIXMEs.
+ - Better traces.
+ - IDirectMusicBand loading fixes:
+ - load correctly instruments (and References
+ - load IDirectMusicCollection object (using DMLoader)
+ - insert the two on the list
+ - IDirectMusicBandTrack loading fixes (fill OBJECTDESC and parse UNFO
+ infos).
+
+ * documentation/faq.sgml: Tom Wickline <twickline@sitestar.net>
+ Some updates to the faq.
+
+ * programs/winecfg/drive.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Free up the original buffer pointer instead of the one we advanced.
+ Only call getDrive() once inside of addDrive().
+
+ * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+ dlls/wininet/internet.h:
+ Kevin Koltzau <kevin@plop.org>
+ Prevent memory leak and superfluous status notifications.
+
+ * dlls/msvcrt/file.c: Fixed copy/paste bug in previous change.
+
+ * dlls/dmloader/Makefile.in, dlls/dmloader/classfactory.c,
+ dlls/dmloader/container.c, dlls/dmloader/debug.c,
+ dlls/dmloader/debug.h, dlls/dmloader/dmloader_main.c,
+ dlls/dmloader/dmloader_private.h, dlls/dmloader/loader.c,
+ dlls/dmloader/loaderstream.c:
+ Rok Mandeljc <rok.mandeljc@gimb.org>
+ dmloader: complete rewrite and full implementation.
+
+2004-05-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmband/band.c: Raphael Junqueira <fenix@club-internet.fr>
+ IDirectMusicBand loading.
+
+ * dlls/advapi32/crypt.c: Mike McCormack <mike@codeweavers.com>
+ Pass crypt provider and type to CPAcquireContext.
+
+ * dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.spec,
+ dlls/msvcrt20/msvcrt20.spec, dlls/msvcrt40/msvcrt40.spec,
+ dlls/msvcrtd/msvcrtd.spec:
+ Fixed the prototypes of the _adj_fdiv_* functions.
+
+ * dlls/dmband/bandtrack.c, dlls/dmband/dmband_private.h,
+ dlls/dmime/segment.c, dlls/dmime/segtriggertrack.c,
+ dlls/dmime/tempotrack.c, dlls/dmstyle/chordtrack.c,
+ dlls/dmstyle/styletrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Segment loading fix (correct FOURCC_RIFF tracks handling).
+ - IDirectMusicStyleTrack loading (need DM References).
+ - IDirectMusicBandTrack loading (need IDirectMusicBand loading).
+
+ * dlls/dinput8/.cvsignore, dlls/dinput8/Makefile.in,
+ dlls/dinput8/version.rc:
+ Tom Wickline <twickline@sitestar.net>
+ Added version info.
+
+ * dlls/wineps/escape.c: Huw Davies <huw@codeweavers.com>
+ The PostScript clip operator doesn't clear the current path, so after
+ the CLIP_TO_PATH escape we want to clear it ourselves.
+
+ * dlls/comctl32/toolbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Add DT_END_ELLIPSIS as defaut style for text.
+
+ * dlls/wininet/internet.c: Kevin Koltzau <kevin@plop.org>
+ Properly retrieve and release handles.
+
+ * dlls/msvcrt/data.c, dlls/msvcrt/file.c, include/msvcrt/stdio.h:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - rewrote the file code so that streams manage low level file desc
+ (the code was written the other way around)
+ - reworked the flag handling code (now the stream._flag is closer to
+ what MS does)
+ - simplified temp files handling by using FILE_FLAG_DELETE_ON_CLOSE in
+ CreateFile
+ - fixed a couple of bugs
+
+ * dlls/commdlg/filedlg.c:
+ Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
+ Support lpstrCustomFilter and return nFilterIndex in file dialog.
+
+ * tools/wine.inf: Robert Reif <reif@earthlink.net>
+ Adds msg711 winemp3 to list of codecs.
+
+2004-05-11 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/dmime/dmime_main.c, dlls/dmime/dmime_private.h,
+ dlls/dmime/performance.c, dlls/dmime/segment.c,
+ dlls/dmime/segtriggertrack.c, dlls/dmscript/script.c,
+ dlls/dmstyle/chordtrack.c, dlls/dmstyle/dmstyle_private.h,
+ include/dmusicf.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Typo fix in dmusicf.h.
+ - IDirectMusicChordTrack loading.
+ - Many IsDirty and GetClassID stubs.
+
+ * dlls/imagehlp/integrity.c: Mike McCormack <mike@codeweavers.com>
+ Implement ImageEnumerateCertificates and ImageGetCertificateHeader.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix Croatian keyboard layout to better match the XFree86 one.
+
+ * dlls/user/tests/win.c, windows/win.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ - Add a test for GetWindowInfo, it should not check cbSize member of
+ the WINDOWINFO structure.
+ - Add tests for window state at the time the system calls
+ HCBT_CREATEWND (failing under Wine at the moment).
+
+ * dlls/comctl32/listview.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Handle case where iterator range contains 0 elements.
+
+ * dlls/ntdll/server.c, libs/wine/config.c, tools/wineprefixcreate.in:
+ Initial support for automatically creating the ~/.wine directory on
+ startup.
+
+ * windows/syscolor.c, windows/sysmetrics.c:
+ Jake Hamby <jhamby@anobject.com>
+ Several of the registry keys for system colors and system metrics were
+ incorrect.
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/winejack/audio.c, dlls/winmm/wineoss/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Add an interface name to wineoss, winealsa, winearts and winejack.
+ Add support for wave interface message where missing.
+
+ * dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/segment.c,
+ dlls/dmime/segtriggertrack.c, dlls/dmime/tempotrack.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Many IDirectMusicSegment fixes (loading).
+ - AudioPath crash fix (don't use DSound APIs if buffer is null).
+ - Move generic functions to dmime_main.c for future reuse (from
+ segment.c).
+ - IDirectMusicTempoTrack loading (many tempo case must be handled).
+ - IDirectMusicSegTriggerTrack loading implementation (now
+ DMRF/DirectMusic References loading should be done).
+
+ * documentation/threading.sgml, documentation/wine-devel.sgml:
+ Mike Hearn <mh@codeweavers.com>
+ Add some documentation on how threading is implemented in Wine.
+ Covers basic Win32 threading primitives, syslevels, the TEB and
+ pthreads vs kthreads.
+
+2004-05-10 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/advapi32/advapi.c:
+ Fixed buffer size handling in GetUserNameA (reported by Hannu
+ Valtonen).
+
+ * dlls/comctl32/comctl32.h, 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, dlls/comctl32/comctl_Uk.rc,
+ dlls/comctl32/propsheet.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
+ styles.
+
+ * dlls/d3d8/device.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed W buffer handling.
+
+ * windows/clipboard.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Fix clipboard regression.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add more ShowWindow/SetWindowPos tests.
+
+ * dlls/wininet/internet.c: Kevin Koltzau <kevin@plop.org>
+ Cleanup conversion from A->W.
+
+ * include/thread.h: Eric Pouech <pouech-eric@wanadoo.fr>
+ Better have internal & external TEB definitions have the same size.
+
+ * include/winternl.h: Eric Pouech <pouech-eric@wanadoo.fr>
+ Fixed a missing typedef.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h,
+ dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/drawprim.c, dlls/d3d8/shader.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented pixel shaders using ARB_fragment_program extension.
+
+ * dlls/msacm/format.c, dlls/msacm/pcmconverter.c,
+ dlls/msacm/tests/msacm.c:
+ Robert Reif <reif@earthlink.net>
+ More parameter checking fixes with tests.
+
+ * dlls/oleaut32/olepicture.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Correctly create the byte array of gif images to match what
+ CreateDIBitmap expects.
+
+ * dlls/dmime/audiopath.c, dlls/dmime/dmime_main.c,
+ dlls/dmime/dmime_private.h, dlls/dmime/performance.c,
+ dlls/dmime/segment.c, dlls/dmscript/dmscript_private.h,
+ dlls/dmscript/script.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Release DSBuffer on AudioPath destruction.
+ - Semi stub for AudioPath Activate.
+ - IDirectMusicPerformance8::CreateAudioPath stub.
+ - Most of the IDirectMusicSegment8_[Set,Get]* (using header).
+ - Load of Streamer IDirectMusicSegment8 header.
+
+ * include/objidl.h, include/objidl.idl:
+ Jake Hamby <jhamby@anobject.com>
+ IMessageFilter::HandleInComingCall() should be HandleIncomingCall().
+
+ * dlls/tapi32/line.c: Rein Klazes <rklazes@xs4all.nl>
+ Implementation of lineGetTranslateCaps.
+
+ * dlls/comctl32/comctl_Uk.rc, dlls/commdlg/cdlg_Uk.rc,
+ dlls/shell32/shell32_Uk.rc, dlls/user/resources/user32_Uk.rc:
+ Ilya Korniyko <k_ilya@ukr.net>
+ Encoding fixes in Ukrainian translation.
+
+2004-05-07 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/samples/config, include/wine/server_protocol.h,
+ misc/registry.c, server/protocol.def, server/registry.c,
+ server/request.h, server/trace.c:
+ Moved loading of the home registry files to the server, there's no
+ real need to make these configurable.
+
+ * dlls/advapi32/advapi.c, dlls/ntdll/reg.c, dlls/ntdll/sec.c:
+ Use the Unix codepage to convert the user name to Unicode.
+
+ * dlls/mpr/wnet.c: Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ WNetGetConnection(): use QueryDosDevice to return a fake remote name
+ instead of the drive label.
+
+ * dlls/urlmon/umon.c, include/urlmon.h, include/urlmon.idl:
+ Kevin Koltzau <kevin@plop.org>
+ Implemented IsAsyncMoniker.
+
+ * dlls/user/tests/win.c, dlls/x11drv/window.c, windows/winpos.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Make WM_GETMINMAXINFO default behaviour more like the Windows one.
+
+ * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+ Matthew Davison <mjd77@cam.ac.uk>
+ Update spec file.
+
+ * controls/edit.c: Krishna Murthy <Krishna.Murthy@guptaworldwide.com>
+ EM_UNDO should always return TRUE for single line edit.
+
+2004-05-06 Alexandre Julliard <julliard@winehq.com>
+
+ * README, dlls/kernel/Makefile.in, dlls/kernel/process.c,
+ documentation/README.de, documentation/README.fr,
+ documentation/README.it, documentation/README.pt_br,
+ documentation/running.sgml, documentation/wine.conf.man,
+ documentation/wine.man.in, include/options.h, misc/options.c,
+ tools/winegcc/winegcc.c:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Remove the last remaining wine options when running programs.
+ Keep support for --help, and --version when they are the only options
+ on the command line.
+
+ * programs/winecfg/drive.c:
+ Fixed crash when selecting the drive letter combo box.
+
+ * server/registry.c:
+ Removed handling of special root keys, this is done by the client now.
+
+ * dlls/user/message.c: Andrey Panov <pav@metib.ru>
+ In get_buffer_space() function, HeapReAlloc() will not allocate memory
+ if passed *buffer value is NULL.
+
+ * dlls/x11drv/clipboard.c, dlls/x11drv/x11drv.h, include/user.h,
+ windows/clipboard.c:
+ Ulrich Czekalla <ulrich@codeweavers.com>
+ Allow applications, under certain conditions, to set data into the
+ clipboard even if they are not the clipboard owners.
+
+ * dlls/iphlpapi/tests/iphlpapi.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ It's OK to have dwNumEntries == 0 if there is no network connection.
+
+ * dlls/dmime/dmime_private.h, dlls/dmime/performance.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - PMsg processing thread (currently only Notifications handling)
+ - a chained list bug
+ - thread-safe lists
+ - real close on CloseDown
+
+2004-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040505.
+
+----------------------------------------------------------------
+2004-05-05 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/README.de, documentation/README.fr,
+ documentation/README.it, documentation/README.pt_br:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Keep the translated READMEs in sync with the English one.
+
+ * dlls/quartz/Makefile.in, dlls/quartz/main.c,
+ dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
+ dlls/quartz/systemclock.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Implemented SystemClock (IReferenceClock by dshow).
+
+ * controls/scroll.c:
+ Remove bitmaps that were only used for the 3.1 look.
+
+ * dlls/commdlg/filedlg.c: Wolfgang Schwotzer <woschwot@gmx.net>
+ Update OFN_READONLY flag when closing file dialog.
+
+ * tools/wineprefixcreate.in:
+ Added options to update an existing WINEPREFIX directory and to run
+ from inside a Wine source tree.
+
+ * dlls/kernel/process.c:
+ Set additional environment variables at startup from
+ HKLM\System\CurrentControlSet\Control\Session Manager\Environment.
+
+ * dlls/winmm/winealsa/audio.c:
+ James Courtier-Dutton <James@superbug.demon.co.uk>
+ Updated to the new alsa api.
+
+ * dlls/user/tests/msg.c:
+ A couple of changes to avoid some failures on XP.
+
+ * dlls/setupapi/dirid.c: Added support for DIRID_USERPROFILE.
+
+ * controls/icontitle.c: Steven Edwards <steven_ed4153@yahoo.com>
+ Remove unused header.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ The msacm directory is special.
+
+ * dlls/oleaut32/tests/vartype.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Trace the system and user locales upon startup.
+ Print the returned string if VarDateChangeTypeEx fails.
+
+ * dlls/dmime/dmime_private.h, dlls/dmime/performance.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix cRef Leak (init to 1, should be 0) of IDMPerformance
+ - SendPMsg implementation
+ - begin of Performance Processing queues implementation
+
+ * dlls/ntdll/debugtools.c, dlls/ntdll/loader.c:
+ Initialize ntdll debugging earlier on so that we can trace the server
+ startup too.
+
+ * dlls/kernel/console.c, include/wincon.h:
+ Replaced LPINPUT_RECORD by PINPUT_RECORD.
+
+ * DEVELOPERS-HINTS, README, documentation/PACKAGING:
+ Steven Edwards <steven_ed4153@yahoo.com>
+ Minor documentation updates.
+
+ * dlls/ntdll/env.c:
+ Fixed RtlSetEnvironmentVariable to deal properly with Unicode strings
+ that aren't null-terminated.
+
+ * dlls/ntdll/tests/rtlstr.c: Francois Gouget <fgouget@free.fr>
+ We should not make deststring static since we count on it being fresh
+ and clean when entering test_RtlCopyString().
+
+ * dlls/user/tests/msg.c: Francois Gouget <fgouget@free.fr>
+ Add trailing '\n's to ok() calls.
+
+ * dlls/dmime/audiopath.c, dlls/dmime/dmime_private.h,
+ dlls/dmime/performance.c, dlls/dmime/segment.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix DirectSound Creation by dmusic (fix recent Unreal2 regression)
+ using Robert Reif patch
+ - use of ForegroundWindow if hWnd is NULL (as specified on msdn docs)
+ - begin of Performance PMsg implementation (we should use a processing
+ thread)
+ - better Segment loading
+ - some stubs for IsDirty (always FALSE)
+
+ * dlls/dmscript/script.c: Raphael Junqueira <fenix@club-internet.fr>
+ Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK
+ (with E_NOTIMPL we have some apps crashes).
+
+ * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, include/urlmon.h,
+ include/urlmon.idl:
+ Kevin Koltzau <kevin@plop.org>
+ Implemented CoInternetCombineUrl and CoInternetCompareUrl.
+
+ * dlls/d3d8/device.c, dlls/winmm/wineoss/audio.c,
+ documentation/multimedia.sgml, programs/taskmgr/taskmgr.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/shlwapi/tests/string.c: Jakob Eriksson <jakov@vmlinux.org>
+ Windows 95 has no StrRetToBSTR, add dynamic lookup to avoid blocking
+ dialog.
+
+ * dlls/user/tests/input.c: Jakob Eriksson <jakov@vmlinux.org>
+ Prevent Windows 95 from blocking on linking issue.
+
+ * dlls/winmm/winejack/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ winejack.drv only supports 16bit sound so we can simplify the sound
+ format checks.
+
+ * dlls/winmm/winearts/arts.c: Francois Gouget <fgouget@codeweavers.com>
+ If ARTS_WaveInit() failed then transmit the failure upstream in
+ ARTS_DriverProc().
+
+ * programs/winetest/Makefile.in: Robert Reif <reif@earthlink.net>
+ Added msacm32 to the tests.
+
+ * dlls/winmm/lolvldrv.c: Francois Gouget <fgouget@codeweavers.com>
+ Taking into account wavemap and midimap there can be up to 8 output
+ drivers. So increase the size of the MMDrvs array accordingly.
+ Skip already loaded drivers before complaining (asserting) that they
+ don't fit in the MMDrvs array.
+
+2004-05-04 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/tests/win.c:
+ Some more tests for focus behavior when hiding/showing windows.
+
+ * dlls/comctl32/header.c, dlls/gdi/printdrv.c, dlls/iphlpapi/ipstats.c,
+ dlls/kernel/tests/mailslot.c, dlls/kernel/tests/pipe.c,
+ dlls/msvcrt/tests/file.c, dlls/msvcrt/tests/scanf.c,
+ dlls/msvcrt/tests/string.c, dlls/ole32/storage32.c,
+ dlls/shlwapi/reg.c, dlls/urlmon/umon.c, dlls/user/tests/resource.c,
+ dlls/wineps/download.c, dlls/wineps/pen.c, dlls/wineps/ps.c,
+ dlls/wineps/psdrv.h, dlls/wineps/type42.c, dlls/x11drv/wineclipsrv.c,
+ dlls/x11drv/xrender.c, programs/clock/main.c,
+ programs/cmdlgtst/cmdlgtst.c, programs/wcmd/batch.c,
+ programs/wcmd/builtins.c, programs/wcmd/directory.c,
+ programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c,
+ programs/winetest/main.c, programs/winetest/send.c,
+ programs/winhelp/string.c, programs/winhelp/winhelp.h,
+ tools/widl/widl.c, tools/wmc/mcl.c, tools/wmc/mcy.y,
+ tools/wmc/utils.c, tools/wrc/readres.c, tools/wrc/wrc.c:
+ Francois Gouget <fgouget@free.fr>
+ Make our ascii strings static const.
+ Remove a couple string variables that were used only once and use the
+ string literal directly.
+
+ * dlls/ole32/compobj.c, dlls/ole32/datacache.c,
+ dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c,
+ dlls/ole32/ifs.c, dlls/ole32/itemmoniker.c, dlls/ole32/marshal.c,
+ dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/ole32/ole2impl.c,
+ dlls/ole32/oleproxy.c, dlls/ole32/storage32.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed strict aliasing issues in dlls/ole32.
+
+ * dlls/x11drv/x11drv_main.c:
+ Don't close the current thread display on process exit, we don't close
+ the other ones anyway. Should avoid XRender error in metafile test.
+
+ * programs/winecfg/En.rc, programs/winecfg/Makefile.in,
+ programs/winecfg/drive.c, programs/winecfg/resource.h,
+ programs/winecfg/winecfg.c, programs/winecfg/winecfg.h:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Implemented an array of 26 drives and interface functions for adding,
+ copying, moving and deleting drives.
+ Added a "Show/Hide Advanced" button in the drive edit dialog that
+ toggles the display of advanced options and resizes/moves controls.
+ Disable the 'autodetect' radio button in the drive edit dialog until
+ we have autodetection support.
+ Map window 'x' button to dialog close.
+
+ * programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/Fr.rc, programs/regedit/It.rc,
+ programs/regedit/Nl.rc, programs/regedit/Pl.rc,
+ programs/regedit/Pt.rc, programs/regedit/Ru.rc,
+ programs/regedit/Si.rc, 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/resource.h,
+ programs/regedit/rsrc.rc:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - F2 is now an accelerator for rename
+ - panel switching via TAB doesn't use IsDialogMessage anymore
+ - focus is correctly set after main window activation (Alt+TAB etc),
+ removed some focus-related bugs
+ - pressing ENTER or double-clicking a value edits it
+ - setting a value to an empty string is now allowed
+ - adding a new value starts rename automatically
+ - renaming a value doesn't move the cursor
+ - removed some unnecessary code (NM_RCLICK in ListView etc)
+ - right-click on tree view displays "New..." menu
+ - default values are treated like in Windows RegEdit (displayed even
+ when they aren't physically present, can't be renamed or deleted)
+ - Polish translation had some weird characters added before Polish
+ letters
+
+ * dlls/richedit/richedit.c: Ulrich Czekalla <ulrich@codeweavers.com>
+ Delegates messages directly to the edit control window proc instead of
+ containing an edit control. Fixes problems with subclassing the
+ richedit control.
+
+ * dlls/comctl32/toolbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Add NM_RCLICK notification support for toolbars.
+
+ * dlls/oleaut32/olepicture.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix palette creation.
+ - Fix upside down Gif.
+ - Add support for transparent Gif.
+
+ * dlls/kernel/tests/pipe.c:
+ Avoid killing threads with TerminateThread, this can cause deadlocks.
+
+ * include/axcore.idl, include/basetsd.h, include/strmif.h,
+ include/winnt.h, include/wtypes.h, include/wtypes.idl:
+ Explicitly specify alignment of 64-bit types.
+
+ * 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:
+ Updated the auto-generated tests.
+
+ * tools/winapi/c_type.pm, tools/winapi/tests.dat,
+ tools/winapi/winapi_test:
+ Hans Leidekker <hans@it.vu.nl>
+ - Assume 8 byte maximum alignment.
+ - Sync type testing data with the headers.
+
+2004-05-03 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c:
+ Make GetVolumeInformation default to reporting NTFS for non-FAT
+ filesystems.
+
+ * dlls/kernel/file.c: OF_CREATE should force write access in OpenFile.
+
+ * dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/cdlg_De.rc,
+ dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Es.rc,
+ dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_It.rc,
+ dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.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_Th.rc,
+ dlls/commdlg/cdlg_Uk.rc, dlls/commdlg/cdlg_Zh.rc:
+ Pavel Roskin <proski@gnu.org>
+ Make the file type combobox non-editable.
+
+ * include/mapidefs.h, include/mapiutil.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Add the IMAPIProp/IPropData definitions.
+
+ * include/wine/test.h: Ferenc Wagner <wferi@afavant.elte.hu>
+ Disable buffering of test output to keep more information in case of a
+ crash.
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/prop.c,
+ dlls/mapi32/tests/prop.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement and test ScCopyProps/ScRelocProps.
+
+ * dlls/kernel/profile.c: Aric Stewart <aric@codeweavers.com>
+ Strip leading whitespace when adding a new value and not just when
+ replacing a current value.
+
+ * configure, configure.ac, dlls/msacm/Makefile.in,
+ dlls/msacm/tests/.cvsignore, dlls/msacm/tests/Makefile.in,
+ dlls/msacm/tests/msacm.c:
+ Robert Reif <reif@earthlink.net>
+ Added tests for msacm32.dll.
+
+ * dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/msacm32_main.c:
+ Robert Reif <reif@earthlink.net>
+ Better function parameter checking.
+
+ * dlls/commdlg/filedlg.c:
+ Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
+ Make file dialog support FNERR_BUFFERTOSMALL if buffer too small.
+
+ * documentation/debugging.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Use WINEDEBUG instead of --debugmsg.
+
+ * dlls/kernel/tests/console.c: Jakob Eriksson <jakov@vmlinux.org>
+ Prevent from crashing/hanging in Windows 95 OSR2.
+
+ * dlls/urlmon/Makefile.in, dlls/urlmon/tests/.cvsignore,
+ dlls/urlmon/tests/Makefile.in, dlls/urlmon/tests/url.c,
+ dlls/urlmon/umon.c:
+ Kevin Koltzau <kevin@plop.org>
+ Handle context in CreateURLMoniker.
+
+ * dlls/comctl32/toolbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix the size of the listview items in the customize dialog.
+
+ * dlls/cfgmgr32/cfgmgr32.spec: Matthew Davison <mjd77@cam.ac.uk>
+ Updated to include functions from windows 98SE.
+
+2004-05-02 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/surface.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Fixes for rendering targets.
+
+ * dlls/comctl32/rebar.c: Ge van Geldorp <gvg@reactos.com>
+ Always reset AUTO_RESIZE flag on exit from REBAR_ForceResize.
+
+ * dlls/wineps/text.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Include <stdlib.h> to obtain a prototype of abs().
+
+ * dlls/winspool/info.c: Marcus Meissner <marcus@jet.franken.de>
+ Use memcpy instead of weird casts.
+
+ * dlls/comctl32/toolbar.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix TB_GETSTYLE message to return the style of the toolbar and not the
+ style of a button.
+
+ * dlls/ole32/marshal.c, dlls/ole32/ole32.spec:
+ Marcus Meissner <marcus@jet.franken.de>
+ Implemented CoReleaseMarshalData.
+
+ * dlls/shell32/autocomplete.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Fix a string allocation.
+
+ * dlls/comctl32/treeview.c: Huw Davies <huw@codeweavers.com>
+ Implemented TVS_NOSCROLL.
+
+2004-05-01 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/file.c, dlls/kernel/file16.c,
+ dlls/kernel/kernel_main.c, dlls/kernel/kernel_private.h,
+ dlls/kernel/path.c, dlls/kernel/process.c, dlls/kernel/profile.c,
+ dlls/kernel/task.c, dlls/kernel/volume.c, dlls/kernel/vxd.c,
+ files/directory.c, files/file.c, files/smb.c, include/file.h,
+ misc/registry.c:
+ Moved most remaining file functions to dlls/kernel.
+ Removed files/file.c and include/file.h.
+
+ * dlls/kernel/volume.c:
+ Fixed last error code check in GetVolumeInformationW, opening a
+ non-existent device returns ERROR_FILE_NOT_FOUND now.
+
+ * include/wine/server_protocol.h, server/file.c, server/mapping.c,
+ server/protocol.def, server/request.h, server/signal.c,
+ server/trace.c:
+ Use pread/pwrite everywhere to avoid changing the file position while
+ the client is using it.
+ Get rid of the no longer used truncate_file request.
+
+ * dlls/kernel/file.c, dlls/ntdll/file.c, files/file.c:
+ Reimplemented GetFileType and SetEndOfFile using ntdll functions.
+
+ * libs/Makefile.in: Pierre d'Herbemont <stegefin@free.fr>
+ Support Darwin versioning convention.
+
+ * programs/regedit/En.rc, programs/regedit/Es.rc,
+ programs/regedit/It.rc, programs/regedit/Pl.rc,
+ programs/regedit/rsrc.rc:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - changed Cancel DEFPUSHBUTTON to PUSHBUTTON
+ - fixed caption IDD_EDIT_DWORD from "Edit String" to "Edit DWORD"
+ - added Polish translation
+
+ * dlls/mapi32/mapi32.spec, dlls/mapi32/util.c, include/Makefile.in,
+ include/xcmc.h:
+ Chris Morgan <cmorgan@alum.wpi.edu>
+ Stub cmc_query_configuration() and add xcmc.h header file.
+
+2004-04-30 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/file.c, dlls/kernel/sync.c, dlls/ntdll/file.c,
+ files/file.c, include/winternl.h:
+ Added a few more info classes in NtQueryInformationFile.
+ Use NT file names in CreateNamedPipeW.
+ Reimplemented GetFileInformationByHandle, GetFileSize and GetFileTime
+ using ntdll functions.
+
+ * dlls/ntdll/file.c, files/file.c:
+ Moved support for opening named pipes to ntdll.
+
+ * server/registry.c:
+ Avoid autodetecting the prefix when loading the config file since the
+ first key may be named 'wine'.
+
+ * dlls/kernel/volume.c:
+ Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+ Fixed buffer overflow.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement VarDateFromUdateEx.
+
+ * dlls/ole32/marshal.c, dlls/ole32/storage.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed lvalue casts.
+
+ * dlls/ole32/ole32.spec, dlls/ole32/storage32.c, include/objbase.h:
+ Francois Gouget <fgouget@codeweavers.com>
+ Add a stub for StgCreateStorageEx(). Returns
+ STG_E_UNIMPLEMENTEDFUNCTION as per MSDN. Fixes an error saving files
+ in Word XP.
+
+ * dlls/kernel/path.c:
+ Use RtlDosPathNameToNtPathName_U to build the registry entries for
+ MOVEFILE_DELAY_UNTIL_REBOOT.
+
+ * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/stack.c,
+ dlls/dbghelp/symbol.c, dlls/dbghelp/type.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - fixed some bugs in StackWalk (claimed for but forgotten in last
+ patch)
+ - removed location field in symt_data, and reworked the actual
+ location of information based on the 'kind' field
+ - shorten debug channel name
+ - added support for bitfield in struct:s
+ - cleaned up source line information support
+ - now storing constants values as VARIANT
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Replace wParam values for WM_PARENTNOTIFY message by appropriate
+ symbolic names.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ You have to have at least one device before you can have a default
+ device.
+
+ * dlls/shell32/autocomplete.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ - Fix the return key handling and clean up the code.
+ - Add support for quickComplete with Ctrl+Return.
+
+ * dlls/quartz/filtergraph.c: Christian Costa <titan.costa@wanadoo.fr>
+ Enable querying of IID_FilterGraph interface from filtergraph manager
+ (spotted by Robert Reif).
+
+2004-04-29 Alexandre Julliard <julliard@winehq.com>
+
+ * configure, configure.ac, dlls/ntdll/cdrom.c, dlls/ntdll/directory.c,
+ dlls/ntdll/file.c, include/config.h.in:
+ Added auto-detection of DOS drive devices based on finding the
+ corresponding mount point in /etc/mtab or /etc/fstab.
+
+ * dlls/kernel/heap.c:
+ Create the system heap event before the shared mapping to avoid a race
+ condition.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+ Mike McCormack <mike@codeweavers.com>
+ Stub implementation for SHFindFiles.
+
+ * dlls/wineps/text.c, dlls/x11drv/xrender.c:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Make sure ascent/descent values don't become negative after coordinate
+ mapping.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for creation of a maximized child window.
+
+ * include/Makefile.in, include/pstore.h, include/pstore.idl:
+ Mike McCormack <mike@codeweavers.com>
+ Added pstore.h and an IDL file to generate it.
+
+ * dlls/kernel/Makefile.in, dlls/kernel/process.c, dlls/kernel/volume.c,
+ dlls/ntdll/directory.c, documentation/samples/config,
+ documentation/wine.conf.man, documentation/wine.man.in,
+ files/directory.c, files/drive.c, files/file.c, include/file.h,
+ misc/registry.c:
+ Use symlinks in dosdevices/ for the drive devices too.
+ Store drive types in the registry instead of in the config file.
+ Added some more code to convert existing config to the new scheme.
+
+ * dlls/winmm/winealsa/audio.c: Robert Reif <reif@earthlink.net>
+ Forgot to limit capture sample rates.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/drawprim.c, dlls/d3d8/surface.c,
+ dlls/d3d8/utils.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - Fix compilation again using olders GL headers
+ (glCompressedTexImage2DARB problem).
+ - Fix typo on constant.
+ - Detection of NVidia texture_shader and register_combiners
+ extensions.
+ - Begin to implement BUMPMAPPING using NVidia Texture shader extension
+ (not really working for now).
+
+2004-04-28 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c,
+ dlls/kernel/time.c, files/directory.c, files/dos_fs.c, files/drive.c,
+ files/file.c, include/file.h:
+ Removed a number of internal file functions that are no longer used.
+
+ * dlls/user/tests/win.c:
+ Added test for setting focus to an invisible window.
+
+ * dlls/kernel/tests/file.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fixed tests to succeed on all Windows versions.
+
+ * dlls/winmm/tests/wave.c: Robert Reif <reif@earthlink.net>
+ Another error return value check added after looking at the windows
+ tests results.
+ Replaced -1 with WAVE_MAPPER.
+
+ * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4_main.c:
+ Hans Leidekker <hans@it.vu.nl>
+ Reimplement UuidCreate() with Win32 APIs.
+
+ * dlls/kernel/file16.c, dlls/kernel/path.c, dlls/kernel/process.c,
+ files/drive.c, include/file.h:
+ Reimplemented Get/SetCurrentDirectoryW using the corresponding ntdll
+ functions.
+
+ * dlls/x11drv/window.c:
+ Fixed unsigned comparison issue in previous change.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - add some prototypes/typedefs to msi.h
+ - implements some A -> W calls (W calls must be implemented)
+
+ * dlls/advapi32/security.c, dlls/d3d8/shader.c, dlls/mapi32/prop.c,
+ dlls/mapi32/util.c, documentation/bugs.sgml, include/mapitags.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/winmm/winealsa/audio.c: Ove Kaaven <ovek@transgaming.com>
+ Fixed a couple of bugs.
+
+ * documentation/debugging.sgml:
+ Andreas Mohr <andi@rhlx01.fht-esslingen.de>
+ Explain how to reduce log size, using pipes.
+
+2004-04-27 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h:
+ Replace empty window rect checks by a new X11DRV_is_window_rect_mapped
+ function so that we can reuse that support for off-screen windows.
+
+ * documentation/ole.sgml: William Lahti <computerman413@ezrs.com>
+ Fixed typo.
+
+ * dlls/mpr/pwcache.c: Mike McCormack <mike@codeweavers.com>
+ Implemented WNetEnumCachedPasswords.
+
+ * dlls/oleaut32/tests/safearray.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Fix failures under win2k.
+
+ * dlls/oleaut32/tests/vartest.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update VarXor,VarAbs,VarNot for all input types.
+ Test VarOr; fix a failure with later oleaut32 versions.
+ Speed up compilation by sharing failure strings.
+
+ * dlls/oleaut32/variant.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement VarOr.
+ Fixes for untested VarXor,VarAbs,VarNot input types.
+
+ * windows/mdi.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Before removing menu items in the MDI Window menu check whether a menu
+ item following a separator has our "magic" value.
+
+ * dlls/shlwapi/url.c, dlls/shlwapi/tests/path.c:
+ Kevin Koltzau <kevin@plop.org>
+ Allow UrlCombine to calculate size of required buffer.
+
+ * dlls/winmm/tests/wave.c, dlls/winmm/winealsa/audio.c:
+ Robert Reif <reif@earthlink.net>
+ Restore the 2 MHz sample rate test and fix the winealsa driver for
+ reasonable limits.
+
+ * dlls/kernel/volume.c:
+ DefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION flag.
+
+ * dlls/kernel/tests/directory.c, dlls/kernel/tests/file.c,
+ dlls/kernel/tests/path.c:
+ Removed todo_wine from some tests that succeed now.
+
+ * dlls/kernel/path.c, files/directory.c, server/fd.c:
+ Reimplemented CreateDirectoryW and RemoveDirectoryW using ntdll
+ functions.
+
+ * dlls/kernel/path.c, dlls/kernel/volume.c, dlls/ntdll/directory.c,
+ dlls/ntdll/file.c, include/winternl.h:
+ Pass the creation disposition to wine_nt_to_unix_file_name so that it
+ can return the correct error code in all cases.
+ Changed MoveFileExW to use wine_nt_to_unix_file_name to avoid
+ computing the NT name twice.
+ Fixed crash in GetDriveTypeW with a NULL root.
+
+2004-04-26 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/comctl32/comctl_Uk.rc, dlls/comctl32/rsrc.rc,
+ dlls/commdlg/cdlg_Uk.rc, dlls/commdlg/rsrc.rc,
+ dlls/shell32/shell32_Uk.rc, dlls/shell32/shres.rc,
+ dlls/user/resources/user32.rc, dlls/user/resources/user32_Uk.rc:
+ Ilya Korniyko <k_ilya@ukr.net>
+ Added Ukrainian translations.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+ dlls/d3d8/surface.c, dlls/d3d8/utils.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Implemented fast rendering to a texture using glCopyTexImage2D
+ Fixed SetViewport.
+ Fixed SetRenderTarget (based on Jason Edmeades' work).
+ Improved trace.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+ dlls/rpcrt4/rpc_defs.h, dlls/rpcrt4/rpc_message.c,
+ dlls/rpcrt4/rpc_message.h, dlls/rpcrt4/rpc_server.c:
+ Filip Navara <xnavara@volny.cz>
+ Make RPCRT4 use Windows compatible protocol (DCE v5.0) for
+ communication.
+
+ * include/tchar.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Define _T[USX]?CHAR/_TINT/TCHAR types, for compatibility.
+ Do not depend on other files being included first.
+ Have the same include graph as the MS headers.
+ Protect against trying to use libc when not possible.
+ Cleanups.
+
+ * include/msvcrt/ctype.h, include/msvcrt/stdio.h,
+ include/msvcrt/wchar.h, include/msvcrt/wctype.h:
+ Dimitrie O. Paun <dpaun@rogers.com>
+ Fix the _WCTYPE_T_DEFINED sentry for compatibility.
+
+ * dlls/winmm/winealsa/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ Make sure the 'alsa handle' is initialized to NULL before calling
+ snd_pcm_open(). Otherwise if it fails we get a crash trying to close
+ an invalid alsa handle.
+
+ * dlls/kernel/tests/pipe.c: Duane Clark <dclark@akamail.com>
+ Add testing of PeekNamedPipe, multiple writes, and message mode.
+
+ * dlls/winmm/tests/wave.c: Francois Gouget <fgouget@codeweavers.com>
+ waveOutGetDevCaps(-1...) must return the capabilities of the Wave
+ mapper.
+ DRV_QUERYDEVICEINTERFACE is not supported on all Windows versions.
+ Check the length returned by DRV_QUERYDEVICEINTERFACESIZE and fix
+ memory leak.
+ Some Windows sound drivers allow wild frequencies such as the 2MHz
+ one. So modify this test to use an invalid number of bits per sample
+ instead (hopefully that will fail really everywhere).
+
+ * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+ Filip Navara <xnavara@volny.cz>
+ Make widl parse the 'transmit_as' and 'endpoint' keywords.
+
+ * dlls/shell32/shlexec.c, dlls/user/dde/dde_private.h,
+ dlls/user/dde/misc.c, dlls/user/dde/server.c, include/ddeml.h:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix the DDE PFNCALLBACK prototype.
+
+ * dlls/d3d8/device.c, dlls/d3d8/shader.c, dlls/d3d8/stateblock.c,
+ dlls/d3d8/surface.c:
+ Marcus Meissner <marcus@jet.franken.de>
+ Fixed some strict aliasing issues in dlls/d3d8.
+ Incorporated bugfix from Christian Costa in vshader_expp.
+
+ * documentation/debugger.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Replace --debugmsg by WINEDEBUG.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+ dlls/d3d8/surface.c, dlls/d3d8/utils.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEFOGENABLE
+ - implement SetRenderState D3DRS_RANGEFOGENABLE
+ - fix SetRenderState D3DRS_FOGVERTEXMODE Caps/Detection traces
+ - fix IDirect3D8::GetAdapterIdentifier to use FillGLCaps and provide
+ more exact infos (driver versions, vendor, ...)
+ - split Fake GL Context creation from GetDeviceCaps for external use
+ - add a new channel (d3d_caps) for all IDirect3D8 Caps/detection traces
+ - rename fps channel to d3d_fps
+ - high use of runtime detected OpenGL Caps instead of defines
+ - update supported Caps using runtime detection
+
+ * dlls/shell32/autocomplete.c:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Implemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UPDOWNKEYDROPSLIST
+ styles.
+
+ * dlls/x11drv/bitblt.c: Jukka Heinonen <jhei@iki.fi>
+ If source and destination are the same object, don't lock the object
+ twice as it will only be unlocked once.
+
+ * dlls/wined3d/vertexshader.c: Marcus Meissner <marcus@jet.franken.de>
+ Fixed position of tmp.f assigned like in dlls/d3d8/shader.c.
+ Fixed strict aliasing problem.
+
+ * dlls/winedos/int21.c: Jukka Heinonen <jhei@iki.fi>
+ Implement DOS7 canonicalize path function as a conversion to short
+ file name.
+
+ * windows/mdi.c: Duane Clark <dclark@akamail.com>
+ Add tracing messages to MDI.
+
+ * dlls/winmm/winejack/jack.c: Francois Gouget <fgouget@codeweavers.com>
+ Fix a warning in JACK_drvLoad().
+
+ * dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+ dlls/winmm/wineaudioio/audio.c, dlls/winmm/winejack/audio.c,
+ dlls/winmm/winenas/audio.c, dlls/winmm/wineoss/audio.c:
+ Francois Gouget <fgouget@codeweavers.com>
+ We only support 8 and 16 bit sound so we should reject the other
+ formats.
+
+ * dlls/commdlg/filedlg16.c: Francois Gouget <fgouget@free.fr>
+ If lpstrTitle is NULL, set it to either 'Open File' or 'Save as'.
+ Constify the string constants.
+
+ * dlls/user/dde/client.c, dlls/user/dde/server.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Call appropriate DefWindowProc in DDE client/server window procs
+ depending on whether a window proc is unicode or ANSI.
+
+2004-04-23 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c, files/drive.c:
+ Reimplemented GetLogicalDrives, GetLogicalDriveStrings and
+ GetDriveType using the new symlink mechanism.
+ Made GetDriveType attempt to autodetect the type if not specified in
+ the registry.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Remove the wineloader variable.
+
+ * configure, configure.ac, dlls/mapi32/tests/.cvsignore,
+ dlls/mapi32/tests/Makefile.in, dlls/mapi32/tests/prop.c,
+ dlls/mapi32/tests/util.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Tests for newly added MAPI functions.
+
+ * dlls/mapi32/Makefile.in, dlls/mapi32/mapi32.spec,
+ dlls/mapi32/mapi32_main.c, dlls/mapi32/prop.c, dlls/mapi32/util.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement MAPI property & utility functions.
+
+ * dlls/uuid/uuid.c, include/Makefile.in, include/mapicode.h,
+ include/mapidefs.h, include/mapiguid.h, include/mapitags.h,
+ include/mapiutil.h, include/mapival.h, include/mapix.h:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Update/Add MAPI headers.
+
+ * dlls/ntdll/cdrom.c, dlls/ntdll/ntdll.spec, files/drive.c,
+ misc/registry.c:
+ Moved creation of the CDROM registry keys into the registry loading
+ code.
+
+ * dlls/advapi32/registry.c, dlls/advapi32/security.c,
+ dlls/advapi32/service.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Documentation fixes.
+
+ * dlls/shell32/shlexec.c, dlls/user/dde/misc.c,
+ dlls/user/tests/.cvsignore, dlls/user/tests/Makefile.in,
+ dlls/user/tests/dde.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Fix a bug in ShellExecute which called DdeCreateStringHandleW with a
+ wrong parameter. Revert previous erroneous fix.
+
+ * dlls/oleaut32/tests/vartype.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Test ClearCustData() and UINT->I4 conversion.
+
+ * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib2.c:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Implement ClearCustData.
+
+ * dlls/oleaut32/vartype.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Check the correct param for 2 DECIMAL operations.
+
+ * dlls/oleaut32/variant.c: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Conversion from VT_UINT to VT_I4 ignores overflow.
+
+ * tools/c2man.pl: Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Accept exports with '@' in their name.
+ Link to winehq source for implemented functions.
+
+ * dlls/d3d8/shader.c: Raphael Junqueira <fenix@club-internet.fr>
+ Don't try to create HW Vertex Shaders when code is NULL (ie use
+ default rendering code using VertexShaderDeclaration for datas) as GL
+ drivers don't like empty programs.
+
+ * dlls/d3d8/directx.c: Raphael Junqueira <fenix@club-internet.fr>
+ Fix some random crashes found on some games in the new code (live
+ GLX/GL drivers).
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/volume.c,
+ dlls/ntdll/directory.c, files/file.c:
+ Moved support for opening DOS device files to ntdll.
+
+ * programs/winetest/main.c: Ferenc Wagner <wferi@afavant.elte.hu>
+ Unconditionally test Wine presence.
+ Add the Build info section to the output.
+
+ * dlls/kernel/kernel32.spec, dlls/kernel/path.c,
+ dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec,
+ dlls/ntdll/ntdll_misc.h, include/winternl.h,
+ programs/winetest/main.c:
+ Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
+ STATUS_OBJECT_NAME_NOT_FOUND to indicate that the last component
+ didn't exist to allow distinguishing it from legitimate errors.
+ Export it from ntdll, renamed to wine_nt_to_unix_file_name.
+
+ * files/file.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Use a passed SecurityDescriptor in CreateFileW.
+
+ * dlls/oleaut32/tests/vartest.c: Chris Morgan <cmorgan@alum.wpi.edu>
+ Skip over most of the unused variant types to speed up the variant
+ tests.
+
+ * misc/registry.c:
+ Use NtOpenFile instead of FILE_CreateFile to open Unix files.
+
+ * programs/winetest/main.c: Jakob Eriksson <jakov@vmlinux.org>
+ Added Wine detection.
+
+2004-04-22 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/shell32/shlexec.c: Huw Davies <huw@codeweavers.com>
+ DdeClientTransaction returns zero on error.
+
+ * dlls/user/dde/misc.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Unicode version of DdeCreateStringHandle should ignore codepage parameter.
+
+ * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/directx.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - more FIXME -> TRACE
+ - begin vendor/card detection (versions/names)
+
+ * include/wine/port.h: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add some compatibility macros.
+
+ * dlls/kernel/tests/file.c: Jakob Eriksson <jakov@vmlinux.org>
+ When the Windows directory was something else than C:\WINDOWS
+ test_GetTempFileNameA() failed.
+
+ * programs/winetest/main.c, programs/winetest/util.c,
+ programs/winetest/winetest.h:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - constify some strings
+ - introduce -u option to write archive url into the report
+ - bump output format version to 3
+
+ * files/file.c: Make CreateFileW use NtCreateFile.
+
+ * configure, configure.ac, dlls/Makefile.in,
+ dlls/hhctrl.ocx/.cvsignore, dlls/hhctrl.ocx/Makefile.in,
+ dlls/hhctrl.ocx/hhctrl.c, dlls/hhctrl.ocx/hhctrl.ocx.spec:
+ Krzysztof Foltman <kfoltman@portal.onet.pl>
+ Added dummy hhctrl.ocx with stubs of HtmlHelpA and HtmlHelpW.
+
+ * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+ tools/widl/widltypes.h:
+ Filip Navara <xnavara@volny.cz>
+ Make widl compile without most of Windows/Wine headers, so it can be
+ reused by other projects.
+
+2004-04-21 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/user/user_main.c:
+ Preload keyboard.drv when Windows version is Win9x.
+
+ * dlls/kernel/path.c, files/file.c:
+ Changed MoveFileEx to use ntdll functions, and moved it to
+ dlls/kernel/path.c.
+
+ * dlls/ntdll/directory.c, dlls/ntdll/file.c:
+ Properly set IO_STATUS_BLOCK.Information in NtCreateFile.
+
+ * dlls/comctl32/listview.c: Huw Davies <huw@codeweavers.com>
+ Deleting column zero should only delete the column and not the item
+ data.
+
+ * dlls/netapi32/apibuf.c, dlls/netapi32/tests/apibuf.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Fix NetApiBufferReallocate and tests based on results from winetest.
+
+ * dlls/d3d8/directx.c: Christian Costa <titan.costa@wanadoo.fr>
+ Converted some FIXMEs into TRACEs.
+
+ * dlls/comctl32/monthcal.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - next/prev month don't stick anymore
+ - min/max ranges initialized to some reasonable values
+ - fixed some bugs caused by reversed order of arguments of MONTHCAL_CopyTime
+ - update current month/year after setting current date
+ - changing months etc doesn't send MCN_SELECT (which could be sent
+ only after a particular day was clicked)
+ - changed (hit && MCHT_CALENDARDATE) to (hit == MCHT_CALENDARDATE)
+
+ * dlls/comctl32/datetime.c: Krzysztof Foltman <kfoltman@portal.onet.pl>
+ - make monthcal a child of datetime (it was a sibling before, causing
+ completely incorrect message flow)
+ - update monthcal after date change in datetime
+ - choose different coordinates when DTS_SHOWNONE is not used
+ - embedded monthcal is now 200 pixels wide
+ - selecting a day in embedded monthcal updates the datetime and hides
+ the monthcal
+ - changing months/years by clicking month name/year in title bar works
+ - embedded month calendar is correctly destroyed (it used to stick on
+ the screen long after the datetime's container was closed)
+
+ * objects/enhmetafile.c: Dave Belanger <dave.belanger@cimmetry.com>
+ Fix bad EMF extents in SetWinMetaFileBits.
+
+ * dlls/kernel/cpu.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ GetSystemInfo support for Darwin.
+
+ * include/winternl.h: Mike McCormack <mike@codeweavers.com>
+ Add some values to the SYSTEM_INFORMATION_CLASS enumeration.
+
+2004-04-20 Alexandre Julliard <julliard@winehq.com>
+
+ * documentation/configuring.sgml, documentation/debugging.sgml,
+ documentation/implementation.sgml, documentation/opengl.sgml,
+ documentation/winelib-bindlls.sgml:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Replace --debugmsg with WINEDEBUG.
+
+ * dlls/d3d8/shader.c: Francois Gouget <fgouget@free.fr>
+ Fixed typos.
+
+ * programs/winetest/send.c: Jakob Eriksson <jakov@vmlinux.org>
+ Fixed typo.
+
+ * dlls/d3d8/d3dcore_gl.h: Raphael Junqueira <fenix@club-internet.fr>
+ Fix the d3dcore_gl part of HW vertex shader support for brokens GL
+ headers.
+
+ * dlls/kernel/file.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec,
+ files/file.c, include/winternl.h:
+ Reimplemented GetFileAttributesExW and GetCompressedFileSizeW using
+ the corresponding ntdll functionality.
+
+ * dlls/dbghelp/elf_module.c, dlls/dbghelp/stack.c,
+ dlls/devenum/createdevenum.c, dlls/devenum/devenum_private.h,
+ dlls/shlwapi/url.c, documentation/running.sgml, include/winspool.h:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+ Remove wszRegSeparator from devenum_private.h since it's neither
+ exported by createdevenum.c nor used by anyone else.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a message test for custom dialog initialization.
+
+ * windows/defdlg.c, windows/dialog.c:
+ Santosh Siddheshwar <santosh.s@sonata-software.com>
+ Allocate DIALOGINFO structure in DefDlgProc instead of in
+ DIALOG_CreateIndirect, so that it gets created correctly for non
+ template-based dialogs.
+
+ * documentation/bugs.sgml: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Replace --debugmsg with WINEDEBUG.
+
+ * programs/winetest/Makefile.in, programs/winetest/main.c:
+ Ferenc Wagner <wferi@afavant.elte.hu>
+ - Change to console mode so that winetest runs under WinRash.
+ - Move from spawnvp() to CreateProcess().
+ - Force a 2-minute timeout on individual tests.
+
+ * dlls/netapi32/tests/wksta.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/typelib2.c,
+ dlls/shell32/shlfsbind.c, dlls/shlwapi/ordinal.c, dlls/urlmon/umon.c,
+ dlls/wininet/http.c, dlls/wsock32/protocol.c:
+ Francois Gouget <fgouget@free.fr>
+ Make Unicode strings 'static const'.
+
+ * dlls/advapi32/security.c, dlls/comctl32/comboex.c,
+ dlls/comctl32/comctl32undoc.c, dlls/comctl32/ipaddress.c,
+ dlls/comctl32/listview.c, dlls/comctl32/trackbar.c,
+ dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c,
+ dlls/dxerr8/dxerr8.c, dlls/dxerr9/dxerr9.c, dlls/gdi/freetype.c,
+ dlls/kernel/tests/file.c, dlls/kernel/tests/format_msg.c,
+ dlls/ntdll/tests/rtlstr.c, dlls/ole32/antimoniker.c,
+ dlls/ole32/filemoniker.c, dlls/ole32/storage32.c,
+ dlls/oleaut32/olefont.c, dlls/oleaut32/typelib.c,
+ dlls/quartz/filesource.c, dlls/setupapi/diskspace.c,
+ dlls/shell32/shell32_main.c, dlls/shell32/shlfileop.c,
+ dlls/shlwapi/reg.c, dlls/shlwapi/string.c, dlls/shlwapi/url.c,
+ dlls/user/tests/class.c, dlls/uxtheme/msstyles.c,
+ dlls/uxtheme/system.c:
+ Francois Gouget <fgouget@free.fr>
+ Make Unicode strings static const.
+
+ * dlls/ntdll/ntdll.spec, dlls/ntdll/resource.c,
+ include/winternl.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ Stub and documentation for RtlFormatMessage.
+
+ * dlls/ntdll/path.c: Minor fixes.
+
+ * dlls/kernel/file.c, dlls/kernel/kernel_main.c,
+ dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/loader.c,
+ dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, files/file.c,
+ include/winternl.h, include/file.h:
+ Reimplemented GetFileAttributesW, SetFileAttributesW and SetFileTime
+ using the corresponding ntdll functionality.
+
+ * controls/icontitle.c, dlls/comctl32/propsheet.c, dlls/msacm/format.c,
+ dlls/msacm/internal.c, dlls/msacm/wineacm.h,
+ dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msadp32/msadp32.c,
+ dlls/msacm/msg711/msg711.c, dlls/msacm/winemp3/mpegl3.c,
+ dlls/msvideo/msvideo_main.c, dlls/oleaut32/tests/vartest.c,
+ dlls/secur32/secur32.c, dlls/shlwapi/path.c, dlls/urlmon/umon.c,
+ dlls/uxtheme/msstyles.c, dlls/winmm/playsound.c,
+ dlls/wsock32/protocol.c, programs/wineconsole/dialog.c,
+ programs/wineconsole/user.c, tools/wmc/mcl.c:
+ Francois Gouget <fgouget@free.fr>
+ Make static Unicode strings const.
+
+ * dlls/d3d8/d3d8_main.c, dlls/d3d8/shader.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Fixed relative addressing.
+ Enable hw vertex shaders by default.
+ Moved registry d3d config key to Software\Wine\Direct3D.
+
+2004-04-19 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/winedos/int21.c, include/winnt.h:
+ Fixed/updated the file attributes defines.
+
+ * Makefile.in: crosstest target needs the tools to be built first.
+
+ * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+ tools/widl/widltypes.h:
+ Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Handle "? :" conditionals.
+ - Allow [handle] attribute for types.
+
+ * documentation/architecture.sgml:
+ Ivan Leo Murray-Smith <puoti@inwind.it>
+ Use WINEDEBUG instead of --debugmsg.
+
+ * programs/notepad/It.rc: Ivan Leo Murray-Smith <puoti@inwind.it>
+ Small fix.
+
+ * dlls/winmm/winealsa/audio.c: Ove Kaaven <ovek@transgaming.com>
+ Added detection of 48kHz and 96kHz support. Fixed a thinko, and some
+ misleading indentation.
+
+ * dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/shader.c:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix the SetTextureStageState for D3DTADDRESS_MIRROR using dynamic GL
+ detection (and not build time GL headers)
+ - add a new debug channel for hardware vertex shaders
+ - hardware VS "compiler" fixes:
+ -> special case for address registers (MOV must be replaced by ARL)
+ -> add line numbers to trace (better to find why NVidia drivers complains)
+ -> one parse to determine temporary and address registers needs
+ (@todo: check GL limits)
+ -> remove duplicate traces from Generic ParseProgram
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_epmap.c,
+ dlls/rpcrt4/rpc_server.c, include/rpcdce.h:
+ Filip Navara <xnavara@volny.cz>
+ Fix some RPC prototypes to get it compiling with W32API.
+
+ * objects/metafile.c: Huw Davies <huw@codeweavers.com>
+ Fix CopyMetaFileA to work with NULL filename.
+
+ * dlls/advapi32/service.c, dlls/commdlg/printdlg.c,
+ dlls/crypt32/main.c, dlls/devenum/devenum_main.c,
+ dlls/devenum/mediacatenum.c, dlls/gdi/freetype.c, dlls/kernel/comm.c,
+ dlls/kernel/format_msg.c, dlls/kernel/locale.c, dlls/mshtml/main.c,
+ dlls/msi/create.c, dlls/msi/insert.c, dlls/msi/msi.c,
+ dlls/msi/record.c, dlls/msi/suminfo.c, dlls/msi/table.c,
+ dlls/netapi32/access.c, dlls/netapi32/tests/access.c,
+ dlls/oleaut32/typelib.c, dlls/quartz/filesource.c,
+ dlls/richedit/richedit.c, dlls/shdocvw/shdocvw_main.c,
+ dlls/shell32/brsfolder.c, dlls/shell32/classes.c,
+ dlls/shell32/shelllink.c, dlls/urlmon/umon.c, dlls/uxtheme/system.c,
+ dlls/wininet/cookie.c, dlls/wininet/dialogs.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c, programs/winemenubuilder/winemenubuilder.c:
+ Francois Gouget <fgouget@free.fr>
+ Make Unicode const strings static so they are not copied to the stack
+ each time we enter the function.
+
+ * dlls/shell32/Makefile.in, dlls/shell32/autocomplete.c,
+ dlls/shell32/debughlp.c, dlls/shell32/regsvr.c,
+ dlls/shell32/shell32_main.h, dlls/shell32/shellole.c,
+ dlls/uuid/uuid.c, include/Makefile.in, include/shldisp.h,
+ include/shldisp.idl, include/shlguid.h:
+ Maxime Bellengé <maxime.bellenge@laposte.net>
+ Add the IAutoComplete and IAutoComplete2 implementation (but methods
+ stubbed for now).
+
+ * dlls/shell32/brsfolder.c:
+ Wolfgang Schwotzer <wolfgang.schwotzer@gmx.net>
+ SHBrowseForFolder: support lpBrowseInfo->pszDisplayName being NULL.
+
+ * dlls/ntdll/nt.c: Michael Stefaniuc <mstefani@redhat.de>
+ NtQueryInformationToken isn't a stub so change the FIXME to a TRACE.
+
+ * dlls/Makedll.rules.in: Marcus Meissner <marcus@jet.franken.de>
+ Fixed DLLMODE handling (--mode is now --subsystem and uses -Wb).
+
+ * dlls/winmm/winealsa/audio.c: Ove Kaaven <ovek@transgaming.com>
+ Code and concepts merged in from wineoss in order to get the
+ non-dsound wave output performance in winealsa to an acceptable
+ level. It's still possible to do better than the current code, but
+ this should do for now.
+
+ * dlls/rpcrt4/cproxy.c: Hans Leidekker <hans@it.vu.nl>
+ Fix compiler warning.
+
+ * dlls/kernel/locale.c, dlls/ntdll/rtlstr.c:
+ Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
+ for UTF-8 codepage too. This was causing DIR_nt_to_unix to fail in
+ some cases (tracked down with help from Alex Pasadyn).
+
+ * dlls/urlmon/Makefile.in, dlls/urlmon/regsvr.c,
+ dlls/urlmon/urlmon_main.c:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ More complete implementation of Dll(Un)RegisterServer in urlmon, based
+ on the work of John K. Hohm for other dlls.
+
+ * dlls/dinput/joystick_linuxinput.c:
+ Christoph Frick <frick@sc-networks.de>
+ - added code to have the joystick state be set to the assumed center
+ values of the joystick mapped to the range the application wants
+ them
+ - generate events after setting the apropiate values in This->js
+ - replaced magic ints with defines from linux/input.h
+ - removed mapping code that generated wrong values for axes, that have
+ the center on the min or max
+
+ * dlls/dsound/buffer.c, dlls/dsound/capture.c,
+ dlls/dsound/dsound_main.c, include/dsound.h:
+ Robert Reif <reif@earthlink.net>
+ Fixes support for older versions of direct sound.
+ Adds support for deleting notification array.
+ Minor debug and white space cleanups.
+
+ * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+ dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c,
+ dlls/dbghelp/type.c:
+ Eric Pouech <pouech-eric@wanadoo.fr>
+ - implemented support for function debug start/stop and labels (msc.c
+ and stabs.c)
+ - started implementing typedef support
+ - functions now have a real function signature (only in stabs.c, still
+ to be done in msc.c)
+ - small enhancements to TI_GET_TYPE for functions
+ - added support for functions' block and local variables in registers
+ (msc.c)
+ - fixed some bugs in StackWalk
+ - constants are now stored as variants (instead of unsigned ints)
+ - fixed regular expression management (dbghelp's RE are not the same
+ as POSIX ones)
+
+ * dlls/comctl32/toolbar.c: Robert Shearman <R.J.Shearman@warwick.ac.uk>
+ - Optimise accessing toolbar style by storing it in the TOOLBAR_INFO
+ structure.
+ - Replace {Get,Set}WindowLong by {Get,Set}WindowLongPtr where
+ appropriate.
+
+ * dlls/dxdiagn/Makefile.in, dlls/dxdiagn/container.c,
+ dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/provider.c,
+ include/dxdiag.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ - fix dxdiag.h (again)
+ - IDxDiagContainerImpl implementation
+ - IDxDiagProvider::GetRootContainer (that creates the root container)
+
+ * dlls/rpcrt4/rpc_message.c: Filip Navara <xnavara@volny.cz>
+ Prevent crashes in I_RpcSend on Windows XP.
+
+2004-04-17 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/volume.c, files/drive.c:
+ Reimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW on top of the
+ corresponding ntdll functions.
+
+ * dlls/kernel/change.c, dlls/kernel/file.c:
+ Make FindFirstFileExW and FindFirstChangeNotificationW use NtOpenFile
+ directly so that they can take advantage of the FILE_DIRECTORY_FILE
+ option.
+
+ * libs/Makefile.in: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Create symlinks for .dylib libraries too.
+
+ * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+ Mike Hearn <mike@navi.cx>
+ Documentation for SystemFunction040 and SystemFunction041 has become
+ available, so stub them out in case applications use them.
+
+ * dlls/dbghelp/stack.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Fixed a compile error on non-i386.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ - start assigning custom VK codes from VK_OEM_8 since this code
+ already presents in the layout tables
+ - search the layout tables only if XLookupString returned non zero
+ number of characters for a keysym, otherwise that's a non character
+ key
+ - avoid inserting VK_OEM_x codes into unassigned positions since these
+ codes might already be in the layout table, thus creating a conflict
+
+ * dlls/ntdll/relay.c: Emmanuel Maillard <e.rsz@libertysurf.fr>
+ Fix a compile error for SNOOP_GetProcAddress on non-i386.
+
+2004-04-16 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/kernel/process.c, dlls/ntdll/directory.c, dlls/ntdll/file.c,
+ server/file.c, server/trace.c:
+ Fixed a number of NT status values to be closer to NT behavior.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Implement support for the -x <lang> option.
+
+ * controls/menu.c: Ge van Geldorp <gvg@reactos.com>
+ Setup menu drawing colors before calling owner draw routine.
+
+ * dlls/richedit/reader.c: Ge van Geldorp <gvg@reactos.com>
+ - Work around problem in NSIS installers which can't handle 1 char at
+ a time reading of RTF text.
+ - Increase buffer to 4096 bytes for better compatibility.
+
+ * tools/winegcc/Makefile.in: Paul Vriens <pvriens@xs4all.nl>
+ Correct removing wineg++ link on an uninstall.
+
+ * dlls/kernel/process.c, dlls/kernel/task.c, dlls/ntdll/env.c,
+ dlls/ntdll/path.c, include/winternl.h, include/thread.h,
+ server/trace.c:
+ RtlSetCurrentDirectory_U: store a handle to the current directory
+ along with its name.
+
+ * files/file.c, server/fd.c, server/file.c, server/file.h,
+ server/trace.c:
+ Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open
+ options.
+
+ * misc/options.c: Removed support for the --debugmsg option.
+
+ * configure, configure.ac, dlls/Makefile.in, dlls/dxdiagn/.cvsignore,
+ dlls/dxdiagn/Makefile.in, dlls/dxdiagn/dxdiag_main.c,
+ dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/dxdiagn.spec,
+ dlls/dxdiagn/provider.c, dlls/dxdiagn/regsvr.c,
+ dlls/dxdiagn/version.rc, tools/wine.inf:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added dxdiagn.dll with a simple implementation of IDxDiagProvider.
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/task.c, dlls/ntdll/path.c,
+ include/thread.h:
+ Added hack to fetch the current directory from the subsystem tid so
+ that it is handled correctly in ntdll also for 16-bit tasks.
+
+ * dlls/kernel/file16.c, dlls/winedos/int21.c:
+ Update the drive environment strings when changing the current
+ directory from 16-bit or DOS code.
+
+2004-04-15 Alexandre Julliard <julliard@winehq.com>
+
+ * include/dxdiag.h: Raphael Junqueira <fenix@club-internet.fr>
+ Fixed some bugs.
+
+ * dlls/d3d8/Makefile.in, dlls/d3d8/d3d8_main.c,
+ dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c,
+ dlls/d3d8/directx.c, dlls/d3d8/drawprim.c, dlls/d3d8/shader.c,
+ dlls/d3d8/vshaderdeclaration.c:
+ Jason Edmeades <us@the-edmeades.demon.co.uk>
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added support for vertex shader (using ARB_vertex_program extension).
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/task.c, dlls/ntdll/thread.c,
+ include/thread.h:
+ Get rid of the TEB flags, they are no longer used.
+
+ * dlls/shell32/pidl.c: Juan Lang <juan_lang@yahoo.com>
+ Correct return value in a couple of error cases.
+
+ * include/wtypes.h, include/wtypes.idl:
+ Jon Griffiths <jon_p_griffiths@yahoo.com>
+ Prevent CY type from being redefined.
+
+ * dlls/dbghelp/elf_module.c, dlls/dbghelp/stabs.c:
+ Kevin Koltzau <kevin@plop.org>
+ Fix a few compile errors when cross compiling.
+
+ * programs/winedbg/winedbg.c: Francois Gouget <fgouget@codeweavers.com>
+ Have winedbg send its output to stderr when invoked with the --auto
+ option.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shfldr_mycomp.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ - make drive letters in PIDLs always uppercase to enable PIDL
+ comparison
+ - Unicodify _ILCreateDrive()
+
+ * include/Makefile.in, include/dxdiag.h:
+ Raphael Junqueira <fenix@club-internet.fr>
+ Added the dxdiag.h header.
+
+ * dlls/shell32/shlfolder.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Correct error handling in SHELL32_ParseNextElement().
+
+ * tools/wineinstall:
+ Only create the device symlinks the first time around.
+
+ * dlls/kernel/kernel_private.h, dlls/kernel/module.c,
+ dlls/kernel/task.c:
+ Started implementing support for the SubSystemTib field in the TEB of
+ 16-bit threads. This allows GetModuleFileNameW to avoid calling 16-bit
+ functions.
+
+ * configure, configure.ac: Kevin Koltzau <kevin@plop.org>
+ Add additional names of mingw tools.
+
+2004-04-14 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
+ Christian Costa <titan.costa@wanadoo.fr>
+ Added glDeleteObjectBufferATI function.
+ Fix for types that have a common root.
+
+ * dlls/shell32/pidl.c, dlls/shell32/pidl.h,
+ dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Return "file not found" error values instead of E_INVALIDARG if
+ _ILCreateFromPathA() failed to find files.
+
+ * dlls/gdi/freetype.c, dlls/gdi/printdrv.c, dlls/kernel/kernel32.spec,
+ dlls/kernel/process.c, dlls/ntdll/directory.c, dlls/ntdll/ntdll.spec,
+ dlls/winedos/dosconf.c, files/dos_fs.c, include/winbase.h,
+ programs/winemenubuilder/winemenubuilder.c,
+ programs/winepath/winepath.c:
+ Moved wine_get_unix_file_name implementation to ntdll, and changed it
+ to return an allocated buffer instead of a fixed size one.
+
+ * dlls/gdi/bitblt.c, dlls/gdi/gdi32.spec, dlls/msimg32/msimg32.spec,
+ dlls/msimg32/msimg32_main.c, include/wingdi.h:
+ Kevin Koltzau <kevin@plop.org>
+ Partial stub of GdiAlphaBlend/AlphaBlend.
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ A workaround for missing real support for keyboard layout APIs.
+
+ * objects/text.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Print source charset as well as a resulting codepage in FONT_mbtowc.
+
+ * dlls/kernel/comm.c: Rein Klazes <rklazes@xs4all.nl>
+ Add missing POSIX baud rates to GetCommState and SetCommState.
+
+ * dlls/shell32/cpanelfolder.c, dlls/shell32/debughlp.c,
+ dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+ Juan Lang <juan_lang@yahoo.com>
+ Correct some PIDL types and eliminate some magic numbers in PIDL
+ allocation; correct a copy-pasto from a previous patch.
+
+ * dlls/shell32/folders.c: Juan Lang <juan_lang@yahoo.com>
+ If a folder contains a desktop.ini, check it for the icon location
+ before using the default folder icon.
+
+ * dlls/ntdll/directory.c:
+ Added support for restarting directory scans on platforms where
+ seekdir return values cannot be reused on a different directory
+ object.
+ Added some checks for invalid file names in DIR_nt_to_unix.
+
+ * dlls/ntdll/path.c:
+ Fixed handling of \\?\ prefix in RtlDosPathNameToNtPathName_U.
+ Fixed parsing of UNC file names in RtlGetFullPathName_U.
+
+ * dlls/kernel/vxd.c, dlls/winedos/int21.c:
+ Replaced create_file server requests by a call to NtCreateFile.
+
+ * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+ Filip Navara <xnavara@volny.cz>
+ Fix the case of RpcNetworkIsProtseqValid[AW] (was
+ RpcNetworkIsProtSeqValid[AW]) names.
+
+ * dlls/comctl32/treeview.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Return TRUE for TVM_EXPAND if treeview item is already expanded.
+
+ * dlls/comctl32/rebar.c: Filip Navara <xnavara@volny.cz>
+ Force resize before calling RBN_HEIGHTCHANGE notification.
+
+2004-04-13 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/imagehlp/imagehlp.spec: Eric Pouech <pouech-eric@wanadoo.fr>
+ Updated to latest version's exports, and added a few more forwards.
+
+ * dlls/kernel/console.c: Christian Costa <titan.costa@wanadoo.fr>
+ Fixed typo.
+
+ * documentation/faq.sgml:
+ Tony Lambregts <tony_lambregts@telusplanet.net>
+ Add bit about not being able to use Windows drivers to Print etc.
+
+ * dlls/user/tests/win.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test for GW_HWNDLAST.
+
+ * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+ Juan Lang <juan_lang@yahoo.com>
+ Add stub for ShellDDEInit to let Windows explorer.exe get past the
+ beginning.
+
+ * dlls/shell32/shlview.c: Juan Lang <juan_lang@yahoo.com>
+ IShellView seems reasonably complete, change a FIXME to a TRACE to
+ speed up open/save dialogs.
+
+ * dlls/wininet/http.c: Fixed a warning.
+
+ * programs/winetest/util.c: Gerald Pfeifer <gerald@pfeifer.com>
+ Do not include <windows.h>, to avoid duplicate declaration of
+ select().
+
+ * dlls/shell32/cpanelfolder.c, dlls/shell32/shfldr_desktop.c,
+ dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c:
+ Martin Fuchs <martin-fuchs@gmx.net>
+ Correct IShellFolder::GetAttributesOf() for the case *rgfInOut=0.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ Check for folders in ShellExecute().
+
+2004-04-12 Alexandre Julliard <julliard@winehq.com>
+
+ * dlls/version/info.c:
+ Set last error to 0 on success in VERSION_GetFileVersionInfo_PE now
+ that LoadLibraryW doesn't do this anymore.
+
+ * dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/loader.c,
+ dlls/ntdll/ntdll_misc.h, dlls/ntdll/path.c:
+ Implemented NtCreatelFile using the new symlink scheme.
+ Use NtCreateFile in the loader, and get rid of the CreateFileW upcall
+ hack.
+
+ * dlls/icmp/icmp_main.c, include/winerror.h, server/file.c,
+ server/sock.c, server/trace.c:
+ Filip Navara <xnavara@volny.cz>
+ Get rid of non-standard ERROR_UNKNOWN value.
+
+ * dlls/wininet/cookie.c, dlls/wininet/dialogs.c, dlls/wininet/http.c,
+ dlls/wininet/internet.c:
+ Mike McCormack <mike@codeweavers.com>
+ Convert unicode strings to const.
+
+ * dlls/user/tests/msg.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add WM_QUERYNEWPALETTE in appropriate places of the message test.
+
+ * dlls/shell32/shlexec.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - rename 'wszCommandline' to 'wszParameters'
+ - separate out command line arguments from executable file name
+
+ * dlls/shell32/shelllink.c: Martin Fuchs <martin-fuchs@gmx.net>
+ - eliminate MSVC type conversion warning
+ - IShellLink::GetIconLocation(): get icons for shell links if not
+ already set
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Cleanup reference counting.
+ Move notify array to buffer.
+ Add state info and fix GetStatus.
+ Remove unnecessary driver description flags.
+
+ * dlls/advapi32/service.c:
+ OpenServiceW: don't use the requested service access rights for the
+ registry key access rights, they are not the same thing.
+
+ * dlls/kernel/kernel_main.c, dlls/kernel/process.c:
+ Create the devices earlier on during startup.
+
+ * dlls/advapi32/advapi32.spec: OpenSCManagerA/W arguments are strings.
+
+ * documentation/debugger.sgml: Jeff <jeffl@defcen.gov.au>
+ Clarify the attach command.
+
+ * dlls/oleaut32/variant.c, dlls/shell32/shlexec.c,
+ dlls/shlwapi/ordinal.c:
+ Francois Gouget <fgouget@free.fr>
+ Assorted spelling fixes.
+
+ * dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h,
+ dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c:
+ Lionel Ulmer <lionel.ulmer@free.fr>
+ Add the possibility to save a snapshot of the backbuffer at
+ flip-time.
+
+ * dlls/dinput/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
+ - better log the GetDeviceState function
+ - log changes to the DInputKeyState table
+
+ * dlls/kernel/comm.c: Rein Klazes <rklazes@xs4all.nl>
+ Fix GetCommState and SetCommState, so that these functions can be used
+ to set/clear/read the DTR and RTS lines.
+
+ * dlls/msi/msi.c, dlls/msi/msi.spec: Hans Leidekker <hans@it.vu.nl>
+ Correct spec entry for MsiLoadString*.
+ Pseudo stubs for MsiLocateComponent*.
+
+ * dlls/user/tests/win.c, dlls/x11drv/window.c:
+ Dmitry Timoshkov <dmitry@codeweavers.com>
+ Add a test case for children Z ordering at window creation time.
+
+ * dlls/tapi32/assisted.c: Rein Klazes <rklazes@xs4all.nl>
+ Implement tapiGetLocationInfo.
+
+ * documentation/samples/config, tools/wineinstall:
+ Vincent Béron <vberon@mecano.gme.usherb.ca>
+ Remove "Path" lines from sample config.
+ Setup the links for the default DOS drives in wineinstall.
+
+ * tools/wrc/wrc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Add support for --verbose for compatibility.
+
+ * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c,
+ dlls/commdlg/filedlg16.c:
+ Huw Davies <huw@codeweavers.com>
+ Add back win16 style dialogs for win32 apps.
+
+ * include/imm.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Don't declare GDI stuff when NOGDI is defined.
+
+ * dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c,
+ dlls/shdocvw/oleobject.c, include/winerror.h:
+ Filip Navara <xnavara@volny.cz>
+ Get rid of E_UNSPEC non-standard error value.
+
+ * dlls/winmm/wineoss/audio.c: Robert Reif <reif@earthlink.net>
+ Remove trailing white space.
+ Cleanup white space and format in direct sound capture routines.
+
+2004-04-09 Alexandre Julliard <julliard@winehq.com>
+
+ * tools/wrc/parser.l:
+ Fixed line number handling for escaped end of lines inside strings.
+
+ * tools/winedump/README, tools/winedump/winedump.man:
+ Michael Stefaniuc <mstefani@redhat.de>
+ - remove from README the stuff that's already in the man page
+ - more stuff goes from README to the man page
+ - spelling fixes
+
+ * dlls/x11drv/keyboard.c: Dmitry Timoshkov <dmitry@codeweavers.com>
+ Conditionally compile code which uses XK_EuroSign definition.
+
+ * dlls/version/Makefile.in: Hans Leidekker <hans@it.vu.nl>
+ Link to ntdll.
+
+ * dlls/msi/msi.spec: Hans Leidekker <hans@it.vu.nl>
+ Correct spec entry for DllGetClassObject.
+
+ * dlls/winmm/wineoss/audio.c: Francois Gouget <fgouget@codeweavers.com>
+ Patch the fragment size if it does not match the current sound
+ format. This saves us from triggering a kernel freeze on some OSS 2.4
+ + SoundBlaster 16 systems.
+
+ * dlls/shell32/shlexec.c: Francois Gouget <fgouget@free.fr>
+ Cleanup the handling of the extension in SHELL_FindExecutable():
+ - Eliminate the corresponding fixed-size buffer which removes the
+ limitation to 3 character extensions.
+ - Fix handling of the trailing '.' case.
+ - Do a case-insensitive check for the extension in win.ini.
+ Increase the size of the command buffer to 1024.
+
+ * dlls/msvcrt/process.c, dlls/shlwapi/thread.c:
+ Francois Gouget <fgouget@free.fr>
+ Use named constants instead of magic numbers.
+
+ * include/msvcrt/math.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Added definition for HUGE_VAL.
+
+ * tools/winegcc/winegcc.c: Dimitrie O. Paun <dpaun@rogers.com>
+ Specify the right name for the Winelib shared object.
+
+ * include/wingdi.h: Dimitrie O. Paun <dpaun@rogers.com>
+ Add struct name for BITMAPINFO.
+
+2004-04-08 Alexandre Julliard <julliard@winehq.com>
+
+ * ANNOUNCE, ChangeLog, VERSION, configure: Release 20040408.
+
+----------------------------------------------------------------
+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>